Build:
  1. 0
2026-09-03 22:54.21: New job: build blake3.0.3 (c62c621f56df)
2026-09-03 22:54.21: Waiting for resource in pool day11-builds
2026-09-03 23:43.51: Got resource from pool day11-builds
2026-09-03 23:43.51: [profile full] build blake3.0.3
2026-09-03 23:43.51: build blake3.0.3 (c62c621f56df)
=== DEPENDENCIES (21 transitive) ===
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  conf-cmake.1                                       957f53148eba
  conf-gmp.5                                         eac5259e412f
  conf-pkg-config.5                                  74f50f3cfe72
  conf-rust.0.1                                      0a6ca4fc8449
  conf-which.1                                       4293d66f3d9e
  cppo.1.8.0                                         8b34f9718c9c
  csexp.1.5.2                                        c758d7657e5b
  ctypes.0.24.0                                      73e0fbf79f27
  dune.3.24.2                                        bf83cdf0a904
  dune-configurator.3.24.2                           23afe5cb4d3b
  hacl-star.0.7.2                                    594765570906
  hacl-star-raw.0.7.2                                06b1ec3bb98e
  integers.0.8.0                                     e09615b6ddf8
  ocaml.4.14.4                                       c7d6265b51fe
  ocaml-base-compiler.4.14.4                         7a409b6ffbef
  ocaml-config.2                                     85edea6ac168
  ocamlfind.1.9.8                                    3cae95bed0a0
  stdlib-shims.0.3.0                                 484c72a128b6
  zarith.1.14                                        fc3f7a60e6b3
=== STDOUT ===
Processing: [default: loading data]
[blake3.0.3: dl]
[blake3.0.3: extract]
-> retrieved blake3.0.3  (https://opam.ocaml.org/cache)
[blake3: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "blake3" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/blake3.0.3)
- (cd _build/default/src && /usr/bin/cargo build --target-dir ./../../../_build_rust --release)
- warning: `/home/opam/.opam/default/.opam-switch/build/blake3.0.3/_build/default/.cargo/config` is deprecated in favor of `config.toml`
- note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
-    Compiling autocfg v1.1.0
-    Compiling cc v1.0.73
-    Compiling crossbeam-utils v0.8.11
-    Compiling proc-macro2 v1.0.43
-    Compiling cfg-if v1.0.0
-    Compiling once_cell v1.13.1
-    Compiling quote v1.0.21
-    Compiling version_check v0.9.4
-    Compiling memoffset v0.6.5
-    Compiling crossbeam-epoch v0.9.10
-    Compiling libc v0.2.132
-    Compiling unicode-ident v1.0.3
-    Compiling typenum v1.15.0
-    Compiling generic-array v0.14.6
-    Compiling scopeguard v1.1.0
-    Compiling rayon-core v1.9.3
-    Compiling syn v1.0.99
-    Compiling ocaml-boxroot-sys v0.2.0
-    Compiling ocaml-sys v0.22.3
-    Compiling num_cpus v1.13.1
-    Compiling crossbeam-deque v0.8.2
-    Compiling crossbeam-channel v0.5.6
-    Compiling rayon v1.5.3
-    Compiling ocaml-interop v0.8.8
-    Compiling cty v0.2.2
-    Compiling unicode-xid v0.2.3
-    Compiling blake3 v0.3.8
-    Compiling static_assertions v1.1.0
-    Compiling either v1.8.0
-    Compiling subtle v2.4.1
-    Compiling crypto-mac v0.8.0
-    Compiling digest v0.9.0
-    Compiling constant_time_eq v0.1.5
-    Compiling cfg-if v0.1.10
-    Compiling arrayvec v0.5.2
-    Compiling arrayref v0.3.6
-    Compiling synstructure v0.12.6
-    Compiling ocaml-derive v0.22.0
-    Compiling ocaml v0.22.4
-    Compiling ocaml-blake3 v0.1.0 (/home/opam/.opam/default/.opam-switch/build/blake3.0.3/_build/default)
- warning: unexpected `cfg` condition value: `no-std`
-  --> src/lib.rs:1:1
-   |
- 1 | #[ocaml::func]
-   | ^^^^^^^^^^^^^^
-   |
-   = note: no expected values for `feature`
-   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
-   = help: try referring to `ocaml::body` crate for guidance on how handle this unexpected cfg
-   = help: the macro `ocaml::body` may come from an old version of the `ocaml` crate, try updating your dependency with `cargo update -p ocaml`
-   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
-   = note: `#[warn(unexpected_cfgs)]` on by default
-   = note: this warning originates in the macro `ocaml::body` which comes from the expansion of the attribute macro `ocaml::func` (in Nightly builds, run with -Z macro-backtrace for more info)
- 
- warning: unexpected `cfg` condition value: `no-std`
-  --> src/lib.rs:9:1
-   |
- 9 | #[ocaml::func]
-   | ^^^^^^^^^^^^^^
-   |
-   = note: no expected values for `feature`
-   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
-   = help: try referring to `ocaml::body` crate for guidance on how handle this unexpected cfg
-   = help: the macro `ocaml::body` may come from an old version of the `ocaml` crate, try updating your dependency with `cargo update -p ocaml`
-   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
-   = note: this warning originates in the macro `ocaml::body` which comes from the expansion of the attribute macro `ocaml::func` (in Nightly builds, run with -Z macro-backtrace for more info)
- 
- warning: `ocaml-blake3` (lib) generated 2 warnings
-     Finished `release` profile [optimized] target(s) in 40.26s
-> compiled  blake3.0.3
-> installed blake3.0.3
[WARNING] Opam packages conf-cmake.1, conf-gmp.5 and conf-pkg-config.5 depend on the following system packages that are no longer installed: cmake libgmp-dev pkg-config
  - conf-cmake.1: depends on cmake
  - conf-gmp.5: depends on libgmp-dev
  - conf-pkg-config.5: depends on pkg-config

=== STDERR ===

2026-09-03 23:44.45: OK: build blake3.0.3 (runc: 45.2s, disk: 10KB)
2026-09-03 23:44.45: Job succeeded