Build:
  1. 0
2026-06-16 13:48.20: New job: build checkseum.0.3.2 (37d10a708da1)
2026-06-16 13:48.20: Waiting for resource in pool day11-builds
2026-06-16 15:24.29: Got resource from pool day11-builds
2026-06-16 15:24.29: [profile full] build checkseum.0.3.2
2026-06-16 15:24.29: build checkseum.0.3.2 (37d10a708da1)
=== DEPENDENCIES (14 transitive) ===
  base-bytes.base                                    4e354a32e9ce
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bigarray-compat.1.1.0                              daad11e8fd80
  conf-pkg-config.5                                  64c6b37d622b
  csexp.1.5.2                                        e2491a88a8e9
  dune.3.23.1                                        d50060dd2cab
  dune-configurator.3.23.1                           83dd42d9abe2
  ocaml.5.4.1                                        708fed352b2a
  ocaml-base-compiler.5.4.1                          89b85703f841
  ocaml-compiler.5.4.1                               a719b8419b8e
  ocaml-config.3                                     aa27f63940d8
  ocamlfind.1.9.8                                    5cfa73ef65e7
  optint.0.3.0                                       fdaa48fd014f
=== 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 "_none_", 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-16 15:24.58: OK: build checkseum.0.3.2 (runc: 4.1s, disk: 13KB)
2026-06-16 15:24.58: Job succeeded