Build:
  1. 0
2026-06-16 11:44.11: New job: build bheap.1.0.0 (656f765637c3)
2026-06-16 11:44.11: Waiting for resource in pool day11-builds
2026-06-16 12:05.53: Got resource from pool day11-builds
2026-06-16 12:05.53: [profile full] build bheap.1.0.0
2026-06-16 12:05.53: build bheap.1.0.0 (656f765637c3)
=== DEPENDENCIES (5 transitive) ===
  obuild.0.2.2                                       40c909bd3050
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-config.2                                     669e0fcf9e4d
  ocamlfind.1.9.8                                    6025f4a8e98e
=== STDOUT ===
Processing: [default: loading data]
[bheap.1.0.0: dl]
[bheap.1.0.0: extract]
-> retrieved bheap.1.0.0  (https://opam.ocaml.org/cache)
[bheap: obuild configure]
+ /home/opam/.opam/default/bin/obuild "configure" (CWD=/home/opam/.opam/default/.opam-switch/build/bheap.1.0.0)
- Configuring bheap-1.0...
- Detected 4 CPU cores, setting default parallelism to 4
[bheap: obuild build]
+ /home/opam/.opam/default/bin/obuild "build" "lib-bheap" (CWD=/home/opam/.opam/default/.opam-switch/build/bheap.1.0.0)
- [1 of 4] Intfing Binary_heap                   
- File "_none_", line 1:
- Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters,
- like 'PU', is deprecated.
- Use the equivalent signed form: +P+U.
- Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix.
- 
- [2 of 4] Compiling Binary_heap                   
- File "_none_", line 1:
- Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters,
- like 'PU', is deprecated.
- Use the equivalent signed form: +P+U.
- Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix.
- File "binary_heap.ml", line 50, characters 13-25:
- 50 |     let d' = Array.create n' d.(0) in
-                   ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Array.create
- Use Array.make/ArrayLabels.make instead.
- File "binary_heap.ml", line 57, characters 16-28:
- 57 |       h.data <- Array.create (- h.size) x; h.size <- 0
-                      ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Array.create
- Use Array.make/ArrayLabels.make instead.
- 
- [3 of 4] Linking library dist/build/lib-bheap/bheap.cmxa
- [3 of 4] Linking library dist/build/lib-bheap/bheap.cmxs
- [3 of 4] Linking library dist/build/lib-bheap/bheap.cma
- File "_none_", line 1:
- Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters,
- like 'PU', is deprecated.
- Use the equivalent signed form: +P+U.
- Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix.
- 
- [4 of 4] Checking dist/build/lib-bheap
-> compiled  bheap.1.0.0
[bheap: obuild install]
+ /home/opam/.opam/default/bin/obuild "install" (CWD=/home/opam/.opam/default/.opam-switch/build/bheap.1.0.0)
- installing library bheap
-> installed bheap.1.0.0

=== STDERR ===

2026-06-16 12:07.01: OK: build bheap.1.0.0 (runc: 2.1s, disk: 6KB)
2026-06-16 12:07.01: Job succeeded