Build:
  1. 0
2026-09-04 18:32.08: New job: build hll.3.16 (298e5cb31a66)
2026-09-04 18:32.08: Waiting for resource in pool day11-builds
2026-09-04 18:47.01: Got resource from pool day11-builds
2026-09-04 18:47.01: [profile full] build hll.3.16
2026-09-04 18:47.01: build hll.3.16 (298e5cb31a66)
=== DEPENDENCIES (35 transitive) ===
  base-bytes.base                                    03f6a7f50e10
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  cmdliner.1.3.0                                     1ca5e2b52587
  compiler-cloning.enabled                           966a2e6839f0
  containers.3.18                                    11eca2aff116
  cppo.1.8.0                                         3a29ac6f7bab
  crunch.4.1.0                                       e73cb12f94f8
  csexp.1.5.2                                        8c096e7de322
  dune.3.24.2                                        25fbaa318de6
  dune-configurator.3.24.2                           517e3f9cad4b
  either.1.0.0                                       37bbc4de2b5b
  gen.1.1                                            e2ab6f532734
  ISO8601.0.2.6                                      6910e09574c7
  menhir.20211012                                    6a95187d82a4
  menhirLib.20211012                                 7cdf9b54a17c
  menhirSdk.20211012                                 09847803a6cb
  ocaml.5.5.1                                        70ca0c66e0e8
  ocaml-base-compiler.5.5.1                          59841d7ed85e
  ocaml-compiler.5.5.1                               492c0c740bd1
  ocaml-compiler-libs.v0.17.0                        235024900ef6
  ocamlbuild.0.16.1                                  e25cf731aeb5
  ocamlfind.1.9.9~preview                            5e0261154b58
  pds.5.38                                           82605e6e3f5e
  ppx_derivers.1.2.1                                 8d5f777c17ee
  ppx_deriving.6.1.3                                 39452778e8ff
  ppxlib.0.38.0                                      ac854f4fbd20
  process.0.2.1                                      f8224673afdc
  ptime.1.2.0                                        23d9aa67a3a8
  sedlex.3.7                                         6fb146723cef
  seq.base                                           06af5ac9d1a8
  sexplib0.v0.17.0                                   055934f8e366
  stdlib-shims.0.3.0                                 cc542b70be6c
  toml.5.0.0                                         3c802299a7d6
  topkg.1.1.1                                        2919b4412ec4
=== STDOUT ===
Processing: [default: loading data]
[hll.3.16: dl]
[hll.3.16: extract]
-> retrieved hll.3.16  (https://opam.ocaml.org/cache)
[hll: make]
+ /usr/bin/make "-j39" (CWD=/home/opam/.opam/default/.opam-switch/build/hll.3.16)
- pds
- /usr/bin/make -f pds.mk all
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/hll.3.16'
- /usr/bin/make \
- OCAMLPATH=/home/opam/.opam/default/.opam-switch/build/hll.3.16/build/release: \
- BUILD_DIR=/home/opam/.opam/default/.opam-switch/build/hll.3.16/build/release/hll \
- -C build/release/hll
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/hll.3.16/build/release/hll'
- cd ../../../src/hll && \
- ocamlfind ocamldep   \
-  hll.ml   > /home/opam/.opam/default/.opam-switch/build/hll.3.16/build/release/hll/.d
- ocamlfind ocamlopt -thread -I +camlp4  -bin-annot -w '@f@p@u@s@40' -g -safe-string -package cmdliner,containers,process,toml  -c ../../../src/hll/hll.ml -o hll.cmx
- File "../../../src/hll/hll.ml", line 49, characters 12-16:
- 49 |             info "generate" ~doc)
-                  ^^^^
- Alert deprecated: C.Term.info
- Use Cmd.info instead.
- 
- File "../../../src/hll/hll.ml", line 54, characters 12-16:
- 54 |             info "help" ~doc)
-                  ^^^^
- Alert deprecated: C.Term.info
- Use Cmd.info instead.
- 
- File "../../../src/hll/hll.ml", line 683, characters 44-52:
- 683 |              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 748, characters 13-18:
- 748 |   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 759, characters 8-33:
- 759 |   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,toml -thread -linkpkg -I +camlp4 -o hll.native \
- 	hll.cmx
- ocamlfind ocamlc -thread -I +camlp4  -bin-annot -w '@f@p@u@s@40' -g -safe-string -package cmdliner,containers,process,toml  -c ../../../src/hll/hll.ml -o hll.cmo
- File "../../../src/hll/hll.ml", line 49, characters 12-16:
- 49 |             info "generate" ~doc)
-                  ^^^^
- Alert deprecated: C.Term.info
- Use Cmd.info instead.
- 
- File "../../../src/hll/hll.ml", line 54, characters 12-16:
- 54 |             info "help" ~doc)
-                  ^^^^
- Alert deprecated: C.Term.info
- Use Cmd.info instead.
- 
- File "../../../src/hll/hll.ml", line 683, characters 44-52:
- 683 |              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 748, characters 13-18:
- 748 |   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 759, characters 8-33:
- 759 |   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 ocamlc  -bin-annot -w '@f@p@u@s@40' -g -safe-string -package cmdliner,containers,process,toml -custom -thread -linkpkg -I +camlp4 -o hll.byte \
- 	hll.cmo
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/hll.3.16/build/release/hll'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/hll.3.16'
-> compiled  hll.3.16
[hll: make install]
+ /usr/bin/make "PREFIX=/home/opam/.opam/default" "install" (CWD=/home/opam/.opam/default/.opam-switch/build/hll.3.16)
- pds
- /usr/bin/make -f pds.mk install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/hll.3.16'
- /usr/bin/make \
- OCAMLPATH=/home/opam/.opam/default/.opam-switch/build/hll.3.16/build/release: \
- BUILD_DIR=/home/opam/.opam/default/.opam-switch/build/hll.3.16/build/release/hll \
- -C build/release/hll
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/hll.3.16/build/release/hll'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/hll.3.16/build/release/hll'
- /usr/bin/make -C build/release/hll install
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/hll.3.16/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.3.16/build/release/hll'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/hll.3.16'
-> installed hll.3.16

=== STDERR ===

2026-09-04 18:47.40: OK: build hll.3.16 (runc: 5.1s, disk: 13KB)
2026-09-04 18:47.40: Job succeeded