Build:
  1. 0
2026-06-20 16:55.50: New job: build checkseum.0.3.2 (9babc7f97a5f)
2026-06-20 16:55.50: Waiting for resource in pool day11-builds
2026-06-20 18:30.06: Got resource from pool day11-builds
2026-06-20 18:30.06: [profile full] build checkseum.0.3.2
2026-06-20 18:30.06: build checkseum.0.3.2 (9babc7f97a5f)
=== DEPENDENCIES (14 transitive) ===
  base-bytes.base                                    ec2393fe4c6d
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bigarray-compat.1.1.0                              03fdddc1554e
  compiler-cloning.enabled                           0d2606125f88
  conf-pkg-config.5                                  64c6b37d622b
  csexp.1.5.2                                        315ecef51574
  dune.3.23.1                                        dbfeecb5ca10
  dune-configurator.3.23.1                           8afe79196456
  ocaml.5.5.0                                        1b4132bddf48
  ocaml-base-compiler.5.5.0                          1901c3a760c1
  ocaml-compiler.5.5.0                               5f593a0b4a8c
  ocamlfind.1.9.8                                    5b46f9d92bbd
  optint.0.3.0                                       5f19dfed8831
=== STDOUT ===
Processing: [default: loading data]
[checkseum.0.3.2: dl]
[checkseum.0.3.2: extract]
-> retrieved checkseum.0.3.2  (https://opam.ocaml.org/cache)
[checkseum: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "checkseum" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/checkseum.0.3.2)
- (cd _build/default/freestanding && /usr/bin/gmake)
- touch libcheckseum_freestanding_stubs.a
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src-ocaml/.checkseum_ocaml.objs/byte -I src-ocaml/.checkseum_ocaml.objs/public_cmi -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/optint -I src/.checkseum.objs/byte -no-alias-deps -o src-ocaml/.checkseum_ocaml.objs/byte/gin_adler32.cmo -c -impl src-ocaml/gin_adler32.ml)
- File "src-ocaml/gin_adler32.ml", line 15, characters 59-61:
- 15 |   let a = ref Optint.(to_unsigned_int Infix.(adler32 >> 16 && of_int 0xFFFF)) in
-                                                                 ^^
- Alert deprecated: Optint.Infix.&&
- Please use ( land ).
- 
- File "src-ocaml/gin_adler32.ml", line 15, characters 53-55:
- 15 |   let a = ref Optint.(to_unsigned_int Infix.(adler32 >> 16 && of_int 0xFFFF)) in
-                                                           ^^
- Alert deprecated: Optint.Infix.>>
- Please use ( lsr ).
- 
- File "src-ocaml/gin_adler32.ml", line 16, characters 53-55:
- 16 |   let b = ref Optint.(to_unsigned_int Infix.(adler32 && of_int 0xFFFF)) in
-                                                           ^^
- Alert deprecated: Optint.Infix.&&
- Please use ( land ).
- 
- File "src-ocaml/gin_adler32.ml", line 27, characters 44-46:
- 27 |     Optint.Infix.(Optint.of_unsigned_int !b || Optint.of_unsigned_int !a << 16))
-                                                  ^^
- Alert deprecated: Optint.Infix.||
- Please use ( lor ).
- 
- File "src-ocaml/gin_adler32.ml", line 27, characters 73-75:
- 27 |     Optint.Infix.(Optint.of_unsigned_int !b || Optint.of_unsigned_int !a << 16))
-                                                                               ^^
- Alert deprecated: Optint.Infix.<<
- Please use ( lsl ).
- 
- File "src-ocaml/gin_adler32.ml", line 38, characters 44-46:
- 38 |     Optint.Infix.(Optint.of_unsigned_int !b || Optint.of_unsigned_int !a << 16))
-                                                  ^^
- Alert deprecated: Optint.Infix.||
- Please use ( lor ).
- 
- File "src-ocaml/gin_adler32.ml", line 38, characters 73-75:
- 38 |     Optint.Infix.(Optint.of_unsigned_int !b || Optint.of_unsigned_int !a << 16))
-                                                                               ^^
- Alert deprecated: Optint.Infix.<<
- Please use ( lsl ).
- 
- File "src-ocaml/gin_adler32.ml", line 126, characters 44-46:
- 126 |     Optint.Infix.(Optint.of_unsigned_int !b || Optint.of_unsigned_int !a << 16))
-                                                   ^^
- Alert deprecated: Optint.Infix.||
- Please use ( lor ).
- 
- File "src-ocaml/gin_adler32.ml", line 126, characters 73-75:
- 126 |     Optint.Infix.(Optint.of_unsigned_int !b || Optint.of_unsigned_int !a << 16))
-                                                                                ^^
- Alert deprecated: Optint.Infix.<<
- Please use ( lsl ).
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src-ocaml/.checkseum_ocaml.objs/byte -I src-ocaml/.checkseum_ocaml.objs/native -I src-ocaml/.checkseum_ocaml.objs/public_cmi -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/optint -I src/.checkseum.objs/byte -I src/.checkseum.objs/native -cmi-file src-ocaml/.checkseum_ocaml.objs/byte/gin_adler32.cmi -no-alias-deps -o src-ocaml/.checkseum_ocaml.objs/native/gin_adler32.cmx -c -impl src-ocaml/gin_adler32.ml)
- File "src-ocaml/gin_adler32.ml", line 15, characters 59-61:
- 15 |   let a = ref Optint.(to_unsigned_int Infix.(adler32 >> 16 && of_int 0xFFFF)) in
-                                                                 ^^
- Alert deprecated: Optint.Infix.&&
- Please use ( land ).
- 
- File "src-ocaml/gin_adler32.ml", line 15, characters 53-55:
- 15 |   let a = ref Optint.(to_unsigned_int Infix.(adler32 >> 16 && of_int 0xFFFF)) in
-                                                           ^^
- Alert deprecated: Optint.Infix.>>
- Please use ( lsr ).
- 
- File "src-ocaml/gin_adler32.ml", line 16, characters 53-55:
- 16 |   let b = ref Optint.(to_unsigned_int Infix.(adler32 && of_int 0xFFFF)) in
-                                                           ^^
- Alert deprecated: Optint.Infix.&&
- Please use ( land ).
- 
- File "src-ocaml/gin_adler32.ml", line 27, characters 44-46:
- 27 |     Optint.Infix.(Optint.of_unsigned_int !b || Optint.of_unsigned_int !a << 16))
-                                                  ^^
- Alert deprecated: Optint.Infix.||
- Please use ( lor ).
- 
- File "src-ocaml/gin_adler32.ml", line 27, characters 73-75:
- 27 |     Optint.Infix.(Optint.of_unsigned_int !b || Optint.of_unsigned_int !a << 16))
-                                                                               ^^
- Alert deprecated: Optint.Infix.<<
- Please use ( lsl ).
- 
- File "src-ocaml/gin_adler32.ml", line 38, characters 44-46:
- 38 |     Optint.Infix.(Optint.of_unsigned_int !b || Optint.of_unsigned_int !a << 16))
-                                                  ^^
- Alert deprecated: Optint.Infix.||
- Please use ( lor ).
- 
- File "src-ocaml/gin_adler32.ml", line 38, characters 73-75:
- 38 |     Optint.Infix.(Optint.of_unsigned_int !b || Optint.of_unsigned_int !a << 16))
-                                                                               ^^
- Alert deprecated: Optint.Infix.<<
- Please use ( lsl ).
- 
- File "src-ocaml/gin_adler32.ml", line 126, characters 44-46:
- 126 |     Optint.Infix.(Optint.of_unsigned_int !b || Optint.of_unsigned_int !a << 16))
-                                                   ^^
- Alert deprecated: Optint.Infix.||
- Please use ( lor ).
- 
- File "src-ocaml/gin_adler32.ml", line 126, characters 73-75:
- 126 |     Optint.Infix.(Optint.of_unsigned_int !b || Optint.of_unsigned_int !a << 16))
-                                                                                ^^
- Alert deprecated: Optint.Infix.<<
- Please use ( lsl ).
[checkseum: ./install/install.ml]
+ /home/opam/.opam/default/.opam-switch/build/checkseum.0.3.2/./install/install.ml  (CWD=/home/opam/.opam/default/.opam-switch/build/checkseum.0.3.2)
- File "/home/opam/.opam/default/.opam-switch/build/checkseum.0.3.2/./install/install.ml", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
-> compiled  checkseum.0.3.2
-> installed checkseum.0.3.2

=== STDERR ===

2026-06-20 18:30.21: OK: build checkseum.0.3.2 (runc: 4.1s, disk: 13KB)
2026-06-20 18:30.21: Job succeeded