Build:
  1. 0
2026-06-16 15:43.32: New job: build pds.5.24 (6727696fca68)
2026-06-16 15:43.32: Waiting for resource in pool day11-builds
2026-06-16 16:32.25: Got resource from pool day11-builds
2026-06-16 16:32.25: [profile full] build pds.5.24
2026-06-16 16:32.25: build pds.5.24 (6727696fca68)
=== DEPENDENCIES (18 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  cmdliner.1.3.0                                     9fd00a2855c1
  crunch.4.0.0                                       e7d29939f34d
  dune.3.23.1                                        d50060dd2cab
  ISO8601.0.2.6                                      fb0ce286b088
  menhir.20211012                                    24be24b288ea
  menhirLib.20211012                                 60363caa4ad9
  menhirSdk.20211012                                 e4e7c2ee6cb8
  ocaml.5.4.1                                        708fed352b2a
  ocaml-base-compiler.5.4.1                          89b85703f841
  ocaml-compiler.5.4.1                               a719b8419b8e
  ocaml-config.3                                     aa27f63940d8
  ocamlbuild.0.16.1                                  069fc1e567af
  ocamlfind.1.9.8                                    5cfa73ef65e7
  ptime.1.2.0                                        bbf602fc20a0
  toml.5.0.0                                         eb7ff05b5d21
  topkg.1.1.1                                        4a88955a28b6
=== STDOUT ===
Processing: [default: loading data]
[pds.5.24: dl]
[pds.5.24: extract]
-> retrieved pds.5.24  (https://opam.ocaml.org/cache)
[pds: make]
+ /usr/bin/make "-j39" (CWD=/home/opam/.opam/default/.opam-switch/build/pds.5.24)
- /usr/bin/make \
- OCAMLPATH=/home/opam/.opam/default/.opam-switch/build/pds.5.24/build/release: \
- BUILD_DIR=/home/opam/.opam/default/.opam-switch/build/pds.5.24/build/release/pds_template \
- -C build/release/pds_template
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pds.5.24/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.24/build/release/pds_template/.d
- ocamlfind ocamlopt -thread -I +camlp4  -bin-annot -w '@f@p@u@s@40'   -c ../../../src/pds_template/pds_template.ml -o pds_template.cmx
- ocamlfind ocamlopt  -bin-annot -w '@f@p@u@s@40'  -thread -a -I +camlp4 -o pds_template.cmxa \
- 	pds_template.cmx
- ocamlfind ocamlc -thread -I +camlp4  -bin-annot -w '@f@p@u@s@40'   -c ../../../src/pds_template/pds_template.ml -o pds_template.cmo
- ocamlfind ocamlc  -bin-annot -w '@f@p@u@s@40'  -custom -thread -a -I +camlp4 -o pds_template.cma \
- 	pds_template.cmo
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pds.5.24/build/release/pds_template'
- /usr/bin/make \
- OCAMLPATH=/home/opam/.opam/default/.opam-switch/build/pds.5.24/build/release: \
- BUILD_DIR=/home/opam/.opam/default/.opam-switch/build/pds.5.24/build/release/pds \
- -C build/release/pds
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pds.5.24/build/release/pds'
- cd ../../../src/pds && \
- ocamlfind ocamldep   \
-  pds.ml  > /home/opam/.opam/default/.opam-switch/build/pds.5.24/build/release/pds/.d
- ocamlfind ocamlopt -thread -I +camlp4  -bin-annot -w '@f@p@u@s@40' -g -package cmdliner,pds_template,toml  -c ../../../src/pds/pds.ml -o pds.cmx
- 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 629, characters 81-85:
- 629 |   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 632, characters 8-26:
- 632 |   match Cmdliner.Term.eval cmd with
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- ocamlfind ocamlopt  -bin-annot -w '@f@p@u@s@40' -g -package cmdliner,pds_template,toml -thread -linkpkg -I +camlp4 -o pds.native \
- 	pds.cmx
- ocamlfind ocamlc -thread -I +camlp4  -bin-annot -w '@f@p@u@s@40' -g -package cmdliner,pds_template,toml  -c ../../../src/pds/pds.ml -o pds.cmo
- 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 629, characters 81-85:
- 629 |   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 632, characters 8-26:
- 632 |   match Cmdliner.Term.eval cmd with
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- ocamlfind ocamlc  -bin-annot -w '@f@p@u@s@40' -g -package cmdliner,pds_template,toml -custom -thread -linkpkg -I +camlp4 -o pds.byte \
- 	pds.cmo
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pds.5.24/build/release/pds'
- rm src/pds_template/pds_template.ml
- ./build/release/pds/pds.native
-> compiled  pds.5.24
[pds: make install]
+ /usr/bin/make "PREFIX=/home/opam/.opam/default" "install" (CWD=/home/opam/.opam/default/.opam-switch/build/pds.5.24)
- /usr/bin/make \
- OCAMLPATH=/home/opam/.opam/default/.opam-switch/build/pds.5.24/build/release: \
- BUILD_DIR=/home/opam/.opam/default/.opam-switch/build/pds.5.24/build/release/pds_template \
- -C build/release/pds_template
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pds.5.24/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.24/build/release/pds_template/.d
- ocamlfind ocamlopt -thread -I +camlp4  -bin-annot -w '@f@p@u@s@40'   -c ../../../src/pds_template/pds_template.ml -o pds_template.cmx
- ocamlfind ocamlopt  -bin-annot -w '@f@p@u@s@40'  -thread -a -I +camlp4 -o pds_template.cmxa \
- 	pds_template.cmx
- ocamlfind ocamlc -thread -I +camlp4  -bin-annot -w '@f@p@u@s@40'   -c ../../../src/pds_template/pds_template.ml -o pds_template.cmo
- ocamlfind ocamlc  -bin-annot -w '@f@p@u@s@40'  -custom -thread -a -I +camlp4 -o pds_template.cma \
- 	pds_template.cmo
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pds.5.24/build/release/pds_template'
- /usr/bin/make \
- OCAMLPATH=/home/opam/.opam/default/.opam-switch/build/pds.5.24/build/release: \
- BUILD_DIR=/home/opam/.opam/default/.opam-switch/build/pds.5.24/build/release/pds \
- -C build/release/pds
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pds.5.24/build/release/pds'
- ocamlfind ocamlopt -thread -I +camlp4  -bin-annot -w '@f@p@u@s@40' -g -package cmdliner,pds_template,toml  -c ../../../src/pds/pds.ml -o pds.cmx
- 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 629, characters 81-85:
- 629 |   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 632, characters 8-26:
- 632 |   match Cmdliner.Term.eval cmd with
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- ocamlfind ocamlopt  -bin-annot -w '@f@p@u@s@40' -g -package cmdliner,pds_template,toml -thread -linkpkg -I +camlp4 -o pds.native \
- 	pds.cmx
- ocamlfind ocamlc -thread -I +camlp4  -bin-annot -w '@f@p@u@s@40' -g -package cmdliner,pds_template,toml  -c ../../../src/pds/pds.ml -o pds.cmo
- 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 629, characters 81-85:
- 629 |   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 632, characters 8-26:
- 632 |   match Cmdliner.Term.eval cmd with
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- ocamlfind ocamlc  -bin-annot -w '@f@p@u@s@40' -g -package cmdliner,pds_template,toml -custom -thread -linkpkg -I +camlp4 -o pds.byte \
- 	pds.cmo
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pds.5.24/build/release/pds'
- /usr/bin/make -C build/release/pds install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pds.5.24/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.24/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.24/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.24/build/release/pds_template'
-> installed pds.5.24

=== STDERR ===

2026-06-16 16:32.37: OK: build pds.5.24 (runc: 4.6s, disk: 17KB)
2026-06-16 16:32.37: Job succeeded