Build:
  1. 0
2026-06-19 18:40.10: New job: build pds.5.16 (b2c57976bb35)
2026-06-19 18:40.10: Waiting for resource in pool day11-builds
2026-06-19 19:55.12: Got resource from pool day11-builds
2026-06-19 19:55.12: [profile full] build pds.5.16
2026-06-19 19:55.12: build pds.5.16 (b2c57976bb35)
=== DEPENDENCIES (17 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  cmdliner.1.3.0                                     4cbf8dfc71ce
  crunch.4.0.0                                       6c99d1e4d790
  dune.3.23.1                                        b9e31df96092
  ISO8601.0.2.6                                      3b4feec03dfe
  menhir.20211012                                    e58f6931f881
  menhirLib.20211012                                 8f2a670ab369
  menhirSdk.20211012                                 9a19c8b95717
  ocaml.5.5.0                                        7bdffd2f55d9
  ocaml-base-compiler.5.5.0                          88ac983b1a28
  ocaml-compiler.5.5.0                               8d77bbea3746
  ocamlbuild.0.16.1                                  b61d8be21b8c
  ocamlfind.1.9.8                                    1872268d1aec
  ptime.1.2.0                                        501cd1c732e7
  toml.5.0.0                                         a053f80d2d4f
  topkg.1.1.1                                        ecfbf436618b
=== STDOUT ===
Processing: [default: loading data]
[pds.5.16: dl]
[pds.5.16: extract]
-> retrieved pds.5.16  (https://opam.ocaml.org/cache)
[pds: make]
+ /usr/bin/make "-j1" (CWD=/home/opam/.opam/default/.opam-switch/build/pds.5.16)
- /usr/bin/make \
- OCAMLPATH=/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release: \
- BUILD_DIR=/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release/pds_template \
- -C build/release/pds_template
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release/pds_template'
- ocaml-crunch -m plain ../../../files > ../../../src/pds_template/pds_template.ml
- cd ../../../src/pds_template && \
- ocamlfind ocamldep   \
-  pds_template.ml  > /home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release/pds_template/.d
- ocamlfind ocamlopt -thread -I +camlp4  -w '@f@p@u@s@40'   -c ../../../src/pds_template/pds_template.ml -o pds_template.cmx
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- ocamlfind ocamlopt  -w '@f@p@u@s@40'  -a -thread -I +camlp4 -o pds_template.cmxa \
- 	pds_template.cmx
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- ocamlfind ocamlc -thread -I +camlp4  -w '@f@p@u@s@40'   -c ../../../src/pds_template/pds_template.ml -o pds_template.cmo
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- ocamlfind ocamlc  -w '@f@p@u@s@40'  -custom -a -thread -I +camlp4 -o pds_template.cma \
- 	pds_template.cmo
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release/pds_template'
- /usr/bin/make \
- OCAMLPATH=/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release: \
- BUILD_DIR=/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release/pds \
- -C build/release/pds
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release/pds'
- cd ../../../src/pds && \
- ocamlfind ocamldep   \
-  pds.ml  > /home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release/pds/.d
- ocamlfind ocamlopt -thread -I +camlp4  -w '@f@p@u@s@40' -g -package cmdliner,pds_template,toml  -c ../../../src/pds/pds.ml -o pds.cmx
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- File "../../../src/pds/pds.ml", line 203, characters 8-16:
- 203 |         List.map (Filename.concat path) targets)
-               ^^^^^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this
-   function.
- 
- File "../../../src/pds/pds.ml", line 286, characters 35-46:
- 286 |   let ml_files = File_set.of_list (List.filter (endswith ".ml") src_files) in
-                                          ^^^^^^^^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this
-   function.
- 
- File "../../../src/pds/pds.ml", line 287, characters 36-47:
- 287 |   let mli_files = File_set.of_list (List.filter (endswith ".mli") src_files) in
-                                           ^^^^^^^^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this
-   function.
- 
- File "../../../src/pds/pds.ml", line 605, characters 81-85:
- 605 |   Cmdliner.Term.((const generate_makefiles $ Cmdline.format $ Cmdline.pds_conf), info "pds" ~doc)
-                                                                                        ^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "../../../src/pds/pds.ml", line 608, characters 8-26:
- 608 |   match Cmdliner.Term.eval cmd with
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- ocamlfind ocamlopt  -w '@f@p@u@s@40' -g -package cmdliner,pds_template,toml -linkpkg -thread -I +camlp4 -o pds.native \
- 	pds.cmx
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- ocamlfind ocamlc -thread -I +camlp4  -w '@f@p@u@s@40' -g -package cmdliner,pds_template,toml  -c ../../../src/pds/pds.ml -o pds.cmo
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- File "../../../src/pds/pds.ml", line 203, characters 8-16:
- 203 |         List.map (Filename.concat path) targets)
-               ^^^^^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this
-   function.
- 
- File "../../../src/pds/pds.ml", line 286, characters 35-46:
- 286 |   let ml_files = File_set.of_list (List.filter (endswith ".ml") src_files) in
-                                          ^^^^^^^^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this
-   function.
- 
- File "../../../src/pds/pds.ml", line 287, characters 36-47:
- 287 |   let mli_files = File_set.of_list (List.filter (endswith ".mli") src_files) in
-                                           ^^^^^^^^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this
-   function.
- 
- File "../../../src/pds/pds.ml", line 605, characters 81-85:
- 605 |   Cmdliner.Term.((const generate_makefiles $ Cmdline.format $ Cmdline.pds_conf), info "pds" ~doc)
-                                                                                        ^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "../../../src/pds/pds.ml", line 608, characters 8-26:
- 608 |   match Cmdliner.Term.eval cmd with
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- ocamlfind ocamlc  -w '@f@p@u@s@40' -g -package cmdliner,pds_template,toml -custom -thread -linkpkg -I +camlp4 -o pds.byte \
- 	pds.cmo
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release/pds'
-> compiled  pds.5.16
[pds: make install]
+ /usr/bin/make "PREFIX=/home/opam/.opam/default" "install" (CWD=/home/opam/.opam/default/.opam-switch/build/pds.5.16)
- /usr/bin/make \
- OCAMLPATH=/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release: \
- BUILD_DIR=/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release/pds_template \
- -C build/release/pds_template
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release/pds_template'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release/pds_template'
- /usr/bin/make \
- OCAMLPATH=/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release: \
- BUILD_DIR=/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release/pds \
- -C build/release/pds
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release/pds'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release/pds'
- /usr/bin/make -C build/release/pds install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release/pds'
- cp -vf pds.native /home/opam/.opam/default/bin/pds
- 'pds.native' -> '/home/opam/.opam/default/bin/pds'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release/pds'
- /usr/bin/make -C build/release/pds_template install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release/pds_template'
- make[1]: Nothing to be done for 'install'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pds.5.16/build/release/pds_template'
-> installed pds.5.16

=== STDERR ===

2026-06-19 19:55.21: OK: build pds.5.16 (runc: 3.6s, disk: 13KB)
2026-06-19 19:55.21: Job succeeded