Build:
  1. 0
2026-06-24 11:13.10: New job: build bdd.0.3 (c96b57187090)
2026-06-24 11:13.10: Waiting for resource in pool day11-builds
2026-06-24 11:54.44: Got resource from pool day11-builds
2026-06-24 11:54.44: [profile full] build bdd.0.3
2026-06-24 11:54.44: build bdd.0.3 (c96b57187090)
=== DEPENDENCIES (5 transitive) ===
  obuild.0.2.2                                       797d55b0b90e
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-config.2                                     2d9c209f5590
  ocamlfind.1.9.8                                    214dd418ac02
=== STDOUT ===
Processing: [default: loading data]
[bdd.0.3: dl]
[bdd.0.3: extract]
[bdd.0.3/bdd.obuild: dl]
-> retrieved bdd.0.3  (https://opam.ocaml.org/cache)
[bdd: obuild configure]
+ /home/opam/.opam/default/bin/obuild "configure" (CWD=/home/opam/.opam/default/.opam-switch/build/bdd.0.3)
- Configuring BDD-0.3...
- Detected 4 CPU cores, setting default parallelism to 4
[bdd: obuild build]
+ /home/opam/.opam/default/bin/obuild "build" (CWD=/home/opam/.opam/default/.opam-switch/build/bdd.0.3)
- [1 of 4] Intfing Bdd                           
- [2 of 4] Compiling Bdd                           
- File "bdd.ml", line 62, characters 12-24:
- 62 |   { table = Array.create sz emptybucket;
-                  ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Array.create
- Use Array.make/ArrayLabels.make instead.
- File "bdd.ml", line 198, characters 22-40:
- 198 |   let compare b1 b2 = Pervasives.compare b1.tag b2.tag
-                             ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "bdd.ml", line 213, characters 21-23:
- 213 | 	| Node (v, l, h) -> mk v (mk_not_rec l) (mk_not_rec h)
-       	                    ^^
- Warning 6 [labels-omitted]: labels low, high were omitted in the application of this function.
- File "bdd.ml", line 298, characters 4-6:
- 298 | 		  mk v1 (app (low u1, low u2)) (app (high u1, high u2))
-       		  ^^
- Warning 6 [labels-omitted]: labels low, high were omitted in the application of this function.
- File "bdd.ml", line 300, characters 4-6:
- 300 | 		  mk v1 (app (low u1, u2)) (app (high u1, u2))
-       		  ^^
- Warning 6 [labels-omitted]: labels low, high were omitted in the application of this function.
- File "bdd.ml", line 302, characters 4-6:
- 302 | 		  mk v2 (app (u1, low u2)) (app (u1, high u2))
-       		  ^^
- Warning 6 [labels-omitted]: labels low, high were omitted in the application of this function.
- File "bdd.ml", line 445, characters 9-10:
- 445 |     (fun v s -> 
-                ^
- Warning 27 [unused-var-strict]: unused variable v.
- 
- [3 of 4] Linking library dist/build/lib-bdd/bdd.cmxa
- [3 of 4] Linking library dist/build/lib-bdd/bdd.cmxs
- [3 of 4] Linking library dist/build/lib-bdd/bdd.cma
- [4 of 4] Checking dist/build/lib-bdd
-> compiled  bdd.0.3
[bdd: obuild install]
+ /home/opam/.opam/default/bin/obuild "install" (CWD=/home/opam/.opam/default/.opam-switch/build/bdd.0.3)
- installing library bdd
-> installed bdd.0.3

=== STDERR ===

2026-06-24 11:55.45: OK: build bdd.0.3 (runc: 3.1s, disk: 7KB)
2026-06-24 11:55.45: Job succeeded