Build:
- 0
2026-06-24 13:56.16: New job: build decompress.0.8.1 (3fe0672785b3) 2026-06-24 13:56.16: Waiting for resource in pool day11-builds 2026-06-24 16:08.33: Got resource from pool day11-builds 2026-06-24 16:08.33: [profile full] build decompress.0.8.1 2026-06-24 16:08.33: build decompress.0.8.1 (3fe0672785b3) === DEPENDENCIES (15 transitive) === base-bigarray.base 2e16f77d4cae base-bytes.base a7b3bf16b3f4 base-threads.base c9e7bdbf5823 base-unix.base 7d1428be9ddb checkseum.0.5.3 0f22edc677b2 cmdliner.1.3.0 7453dde17dbe compiler-cloning.enabled 439a1fc77aa6 csexp.1.5.2 977b865a51b4 dune.3.23.1 a59dd9b14fe3 dune-configurator.3.23.1 8cec6bb1116c ocaml.5.5.0 383268832c4b ocaml-base-compiler.5.5.0 522c248944c8 ocaml-compiler.5.5.0 eb1a8babf54c ocamlfind.1.9.8 b506a15fcd6c optint.0.3.0 7936a12d5775 === STDOUT === Processing: [default: loading data] [decompress.0.8.1: dl] [decompress.0.8.1: extract] -> retrieved decompress.0.8.1 (https://opam.ocaml.org/cache) [decompress: dune subst] + /home/opam/.opam/default/bin/dune "subst" (CWD=/home/opam/.opam/default/.opam-switch/build/decompress.0.8.1) [decompress: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "decompress" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/decompress.0.8.1) - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w +1..49 -w -4-41-44 -g -bin-annot -bin-annot-occurrences -I lib/.decompress_impl.objs/byte -I /home/opam/.opam/default/lib/checkseum -I /home/opam/.opam/default/lib/optint -no-alias-deps -open Decompress_impl__ -o lib/.decompress_impl.objs/byte/decompress_impl.cmo -c -impl lib/decompress_impl.ml) - File "lib/decompress_impl.ml", line 1456, characters 43-45: - 1456 | Optint.(to_int Infix.(adler >> 16 && of_int32 0xFFFFl)) - ^^ - Alert deprecated: Optint.Infix.&& - Please use ( land ). - - File "lib/decompress_impl.ml", line 1456, characters 37-39: - 1456 | Optint.(to_int Infix.(adler >> 16 && of_int32 0xFFFFl)) - ^^ - Alert deprecated: Optint.Infix.>> - Please use ( lsr ). - - File "lib/decompress_impl.ml", line 1458, characters 37-39: - 1458 | Optint.(to_int Infix.(adler && of_int32 0xFFFFl)) - ^^ - Alert deprecated: Optint.Infix.&& - Please use ( land ). - - File "lib/decompress_impl.ml", line 2815, characters 40-42: - 2815 | let expect = Optint.Infix.(a1 << 24 || a2 << 16 || b1 << 8 || b2) in - ^^ - Alert deprecated: Optint.Infix.|| - Please use ( lor ). - - File "lib/decompress_impl.ml", line 2815, characters 34-36: - 2815 | let expect = Optint.Infix.(a1 << 24 || a2 << 16 || b1 << 8 || b2) in - ^^ - Alert deprecated: Optint.Infix.<< - Please use ( lsl ). - - File "lib/decompress_impl.ml", line 2815, characters 52-54: - 2815 | let expect = Optint.Infix.(a1 << 24 || a2 << 16 || b1 << 8 || b2) in - ^^ - Alert deprecated: Optint.Infix.|| - Please use ( lor ). - - File "lib/decompress_impl.ml", line 2815, characters 46-48: - 2815 | let expect = Optint.Infix.(a1 << 24 || a2 << 16 || b1 << 8 || b2) in - ^^ - Alert deprecated: Optint.Infix.<< - Please use ( lsl ). - - File "lib/decompress_impl.ml", line 2815, characters 63-65: - 2815 | let expect = Optint.Infix.(a1 << 24 || a2 << 16 || b1 << 8 || b2) in - ^^ - Alert deprecated: Optint.Infix.|| - Please use ( lor ). - - File "lib/decompress_impl.ml", line 2815, characters 58-60: - 2815 | let expect = Optint.Infix.(a1 << 24 || a2 << 16 || b1 << 8 || b2) in - ^^ - Alert deprecated: Optint.Infix.<< - Please use ( lsl ). - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I bin/.dpipe.eobjs/byte -I /home/opam/.opam/default/lib/checkseum/c -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/optint -I bin/bs/.bigstring_rw.objs/byte -I lib/.decompress.objs/byte -I lib/.decompress_impl.objs/byte -no-alias-deps -o bin/.dpipe.eobjs/byte/dpipe.cmo -c -impl bin/dpipe.ml) - File "bin/dpipe.ml", line 129, characters 10-14: - 129 | ( Term.(pure do_command $ input_size $ output_size $ mode $ level $ wbits) - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - - File "bin/dpipe.ml", line 130, characters 4-13: - 130 | , Term.info "dpipe" ~doc ~man ) - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - - File "bin/dpipe.ml", line 132, characters 15-24: - 132 | let () = match Term.eval command with `Error _ -> exit 1 | _ -> exit 0 - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval - Use Cmd.v and one of Cmd.eval* instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -w +1..49 -w -4-41-44 -g -unbox-closures -unbox-closures-factor 20 -I lib/.decompress_impl.objs/byte -I lib/.decompress_impl.objs/native -I /home/opam/.opam/default/lib/checkseum -I /home/opam/.opam/default/lib/optint -cmi-file lib/.decompress_impl.objs/byte/decompress_impl.cmi -no-alias-deps -open Decompress_impl__ -o lib/.decompress_impl.objs/native/decompress_impl.cmx -c -impl lib/decompress_impl.ml) - File "lib/decompress_impl.ml", line 1456, characters 43-45: - 1456 | Optint.(to_int Infix.(adler >> 16 && of_int32 0xFFFFl)) - ^^ - Alert deprecated: Optint.Infix.&& - Please use ( land ). - - File "lib/decompress_impl.ml", line 1456, characters 37-39: - 1456 | Optint.(to_int Infix.(adler >> 16 && of_int32 0xFFFFl)) - ^^ - Alert deprecated: Optint.Infix.>> - Please use ( lsr ). - - File "lib/decompress_impl.ml", line 1458, characters 37-39: - 1458 | Optint.(to_int Infix.(adler && of_int32 0xFFFFl)) - ^^ - Alert deprecated: Optint.Infix.&& - Please use ( land ). - - File "lib/decompress_impl.ml", line 2815, characters 40-42: - 2815 | let expect = Optint.Infix.(a1 << 24 || a2 << 16 || b1 << 8 || b2) in - ^^ - Alert deprecated: Optint.Infix.|| - Please use ( lor ). - - File "lib/decompress_impl.ml", line 2815, characters 34-36: - 2815 | let expect = Optint.Infix.(a1 << 24 || a2 << 16 || b1 << 8 || b2) in - ^^ - Alert deprecated: Optint.Infix.<< - Please use ( lsl ). - - File "lib/decompress_impl.ml", line 2815, characters 52-54: - 2815 | let expect = Optint.Infix.(a1 << 24 || a2 << 16 || b1 << 8 || b2) in - ^^ - Alert deprecated: Optint.Infix.|| - Please use ( lor ). - - File "lib/decompress_impl.ml", line 2815, characters 46-48: - 2815 | let expect = Optint.Infix.(a1 << 24 || a2 << 16 || b1 << 8 || b2) in - ^^ - Alert deprecated: Optint.Infix.<< - Please use ( lsl ). - - File "lib/decompress_impl.ml", line 2815, characters 63-65: - 2815 | let expect = Optint.Infix.(a1 << 24 || a2 << 16 || b1 << 8 || b2) in - ^^ - Alert deprecated: Optint.Infix.|| - Please use ( lor ). - - File "lib/decompress_impl.ml", line 2815, characters 58-60: - 2815 | let expect = Optint.Infix.(a1 << 24 || a2 << 16 || b1 << 8 || b2) in - ^^ - Alert deprecated: Optint.Infix.<< - Please use ( lsl ). - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I bin/.dpipe.eobjs/byte -I bin/.dpipe.eobjs/native -I /home/opam/.opam/default/lib/checkseum/c -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/optint -I bin/bs/.bigstring_rw.objs/byte -I bin/bs/.bigstring_rw.objs/native -I lib/.decompress.objs/byte -I lib/.decompress.objs/native -I lib/.decompress_impl.objs/byte -I lib/.decompress_impl.objs/native -cmi-file bin/.dpipe.eobjs/byte/dpipe.cmi -no-alias-deps -o bin/.dpipe.eobjs/native/dpipe.cmx -c -impl bin/dpipe.ml) - File "bin/dpipe.ml", line 129, characters 10-14: - 129 | ( Term.(pure do_command $ input_size $ output_size $ mode $ level $ wbits) - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - - File "bin/dpipe.ml", line 130, characters 4-13: - 130 | , Term.info "dpipe" ~doc ~man ) - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - - File "bin/dpipe.ml", line 132, characters 15-24: - 132 | let () = match Term.eval command with `Error _ -> exit 1 | _ -> exit 0 - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval - Use Cmd.v and one of Cmd.eval* instead. -> compiled decompress.0.8.1 -> installed decompress.0.8.1 === STDERR === 2026-06-24 16:08.42: OK: build decompress.0.8.1 (runc: 5.1s, disk: 14KB) 2026-06-24 16:08.42: Job succeeded