Build:
- 0
2026-06-24 16:30.24: New job: build hll.4.3 (44f545770b42) 2026-06-24 16:30.24: Waiting for resource in pool day11-builds 2026-06-24 17:21.39: Got resource from pool day11-builds 2026-06-24 17:21.39: [profile full] build hll.4.3 2026-06-24 17:21.39: build hll.4.3 (44f545770b42) === DEPENDENCIES (38 transitive) === base-bytes.base a7b3bf16b3f4 base-threads.base c9e7bdbf5823 base-unix.base 7d1428be9ddb cmdliner.1.3.0 7453dde17dbe compiler-cloning.enabled 439a1fc77aa6 containers.3.18 9b67317968c0 cppo.1.8.0 deac69f17b6b crunch.4.0.0 c94f3f26a09a csexp.1.5.2 977b865a51b4 dune.3.23.1 a59dd9b14fe3 dune-configurator.3.23.1 8cec6bb1116c either.1.0.0 f609e8d13b2e gen.1.1 c6b3c20b34bd ISO8601.0.2.6 ede8c9329c6c menhir.20260209 2dfcdff6beb1 menhirCST.20260209 ca14cdeaa1bc menhirGLR.20260209 5ba1fed6b7bb menhirLib.20260209 93342fcbef2d menhirSdk.20260209 28fda6618c58 ocaml.5.5.0 383268832c4b ocaml-base-compiler.5.5.0 522c248944c8 ocaml-compiler.5.5.0 eb1a8babf54c ocaml-compiler-libs.v0.17.0 d66bf6efa323 ocamlbuild.0.16.1 e57f00093c6a ocamlfind.1.9.8 b506a15fcd6c pds.5.42 ac91ecdf69cf ppx_derivers.1.2.1 82026aa8af61 ppx_deriving.6.1.1 250b28880637 ppxlib.0.38.0 2aa2dfbf252b process.0.2.1 17f5e50eb770 ptime.1.2.0 b662df1f9ed0 sedlex.3.7 5acdff9515ff seq.base 8e8202906505 sexplib0.v0.17.0 166f8102230b sha.1.15.4 0dd8ab56c1a8 stdlib-shims.0.3.0 e7f8a4f187fa toml.7.1.0 5991ff78432a topkg.1.1.1 ac206dbbd2b6 === STDOUT === Processing: [default: loading data] [hll.4.3: dl] [hll.4.3: extract] -> retrieved hll.4.3 (https://opam.ocaml.org/cache) [hll: make] + /usr/bin/make "-j39" (CWD=/home/opam/.opam/default/.opam-switch/build/hll.4.3) - pds - /usr/bin/make -f pds.mk all - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/hll.4.3' - /usr/bin/make \ - OCAMLPATH=/home/opam/.opam/default/.opam-switch/build/hll.4.3/build/release: \ - BUILD_DIR=/home/opam/.opam/default/.opam-switch/build/hll.4.3/build/release/hll \ - -C build/release/hll - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/hll.4.3/build/release/hll' - cd ../../../src/hll && \ - ocamlfind ocamldep \ - hll.ml > /home/opam/.opam/default/.opam-switch/build/hll.4.3/build/release/hll/.d - ocamlfind ocamlopt -thread -I +camlp4 -bin-annot -w '@f@p@u@s@40' -g -safe-string -package cmdliner,containers,process,sha,toml -c ../../../src/hll/hll.ml -o hll.cmx - ocamlfind ocamlc -thread -I +camlp4 -bin-annot -w '@f@p@u@s@40' -g -safe-string -package cmdliner,containers,process,sha,toml -c ../../../src/hll/hll.ml -o hll.cmo - ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf - ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf - ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf - ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf - File "../../../src/hll/hll.ml", line 54, characters 12-16: - 54 | info "generate" ~doc) - ^^^^ - Alert deprecated: C.Term.info - Use Cmd.info instead. - - File "../../../src/hll/hll.ml", line 59, characters 12-16: - 59 | info "help" ~doc) - ^^^^ - Alert deprecated: C.Term.info - Use Cmd.info instead. - File "../../../src/hll/hll.ml", line 54, characters 12-16: - 54 | info "generate" ~doc) - ^^^^ - Alert deprecated: C.Term.info - Use Cmd.info instead. - - File "../../../src/hll/hll.ml", line 59, characters 12-16: - 59 | info "help" ~doc) - ^^^^ - Alert deprecated: C.Term.info - Use Cmd.info instead. - - File "../../../src/hll/hll.ml", line 692, characters 44-52: - 692 | let pin = String.concat " | " (List.map (Printf.sprintf "os = \"%s\"") v) in - ^^^^^^^^ - Warning 6 [labels-omitted]: label f was omitted in the application of this - function. - - File "../../../src/hll/hll.ml", line 763, characters 13-18: - 763 | let name = CCOpt.get_or ~default:(Filename.basename (Sys.getcwd ())) name_opt in - ^^^^^ - Alert deprecated: module CCOpt - use CCOption instead - - File "../../../src/hll/hll.ml", line 779, characters 8-33: - 779 | match Cmdliner.Term.eval_choice Cmdline.default_cmd cmds with - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval_choice - Use Cmd.group and one of Cmd.eval* instead. - - File "../../../src/hll/hll.ml", line 692, characters 44-52: - 692 | let pin = String.concat " | " (List.map (Printf.sprintf "os = \"%s\"") v) in - ^^^^^^^^ - Warning 6 [labels-omitted]: label f was omitted in the application of this - function. - - File "../../../src/hll/hll.ml", line 763, characters 13-18: - 763 | let name = CCOpt.get_or ~default:(Filename.basename (Sys.getcwd ())) name_opt in - ^^^^^ - Alert deprecated: module CCOpt - use CCOption instead - - File "../../../src/hll/hll.ml", line 779, characters 8-33: - 779 | match Cmdliner.Term.eval_choice Cmdline.default_cmd cmds with - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval_choice - Use Cmd.group and one of Cmd.eval* instead. - ocamlfind ocamlopt -bin-annot -w '@f@p@u@s@40' -g -safe-string -package cmdliner,containers,process,sha,toml -thread -linkpkg -I +camlp4 -o hll.native \ - hll.cmx - ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf - ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf - ocamlfind ocamlc -bin-annot -w '@f@p@u@s@40' -g -safe-string -package cmdliner,containers,process,sha,toml -custom -thread -linkpkg -I +camlp4 -o hll.byte \ - hll.cmo - ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf - ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/hll.4.3/build/release/hll' - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/hll.4.3' -> compiled hll.4.3 [hll: make install] + /usr/bin/make "PREFIX=/home/opam/.opam/default" "install" (CWD=/home/opam/.opam/default/.opam-switch/build/hll.4.3) - pds - /usr/bin/make -f pds.mk install - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/hll.4.3' - /usr/bin/make \ - OCAMLPATH=/home/opam/.opam/default/.opam-switch/build/hll.4.3/build/release: \ - BUILD_DIR=/home/opam/.opam/default/.opam-switch/build/hll.4.3/build/release/hll \ - -C build/release/hll - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/hll.4.3/build/release/hll' - make[2]: Nothing to be done for 'all'. - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/hll.4.3/build/release/hll' - /usr/bin/make -C build/release/hll install - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/hll.4.3/build/release/hll' - cp -vf hll.native /home/opam/.opam/default/bin/hll - 'hll.native' -> '/home/opam/.opam/default/bin/hll' - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/hll.4.3/build/release/hll' - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/hll.4.3' -> installed hll.4.3 === STDERR === 2026-06-24 17:22.03: OK: build hll.4.3 (runc: 3.6s, disk: 14KB) 2026-06-24 17:22.03: Job succeeded