Build:
- 0
2026-06-24 14:17.26: New job: build pds.5.18 (e86cf7d05e05) 2026-06-24 14:17.26: Waiting for resource in pool day11-builds 2026-06-24 16:37.52: Got resource from pool day11-builds 2026-06-24 16:37.52: [profile full] build pds.5.18 2026-06-24 16:37.52: build pds.5.18 (e86cf7d05e05) === DEPENDENCIES (18 transitive) === base-threads.base c9e7bdbf5823 base-unix.base 7d1428be9ddb cmdliner.1.3.0 7453dde17dbe compiler-cloning.enabled 439a1fc77aa6 crunch.4.0.0 c94f3f26a09a dune.3.23.1 a59dd9b14fe3 ISO8601.0.2.6 ede8c9329c6c menhir.20211012 591d79dca307 menhirLib.20211012 79c7e2c078ab menhirSdk.20211012 3544fb6e9c72 ocaml.5.5.0 383268832c4b ocaml-base-compiler.5.5.0 522c248944c8 ocaml-compiler.5.5.0 eb1a8babf54c ocamlbuild.0.16.1 e57f00093c6a ocamlfind.1.9.8 b506a15fcd6c ptime.1.2.0 b662df1f9ed0 toml.5.0.0 c5da1bea00a9 topkg.1.1.1 ac206dbbd2b6 === STDOUT === Processing: [default: loading data] [pds.5.18: dl] [pds.5.18: extract] -> retrieved pds.5.18 (https://opam.ocaml.org/cache) [pds: make] + /usr/bin/make "-j39" (CWD=/home/opam/.opam/default/.opam-switch/build/pds.5.18) - /usr/bin/make \ - OCAMLPATH=/home/opam/.opam/default/.opam-switch/build/pds.5.18/build/release: \ - BUILD_DIR=/home/opam/.opam/default/.opam-switch/build/pds.5.18/build/release/pds_template \ - -C build/release/pds_template - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pds.5.18/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.18/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: [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: [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: [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 - 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.18/build/release/pds_template' - /usr/bin/make \ - OCAMLPATH=/home/opam/.opam/default/.opam-switch/build/pds.5.18/build/release: \ - BUILD_DIR=/home/opam/.opam/default/.opam-switch/build/pds.5.18/build/release/pds \ - -C build/release/pds - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pds.5.18/build/release/pds' - cd ../../../src/pds && \ - ocamlfind ocamldep \ - pds.ml > /home/opam/.opam/default/.opam-switch/build/pds.5.18/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 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 - 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/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 612, characters 81-85: - 612 | 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 615, characters 8-26: - 615 | match Cmdliner.Term.eval cmd with - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval - Use Cmd.v and one of Cmd.eval* instead. - 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 612, characters 81-85: - 612 | 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 615, characters 8-26: - 615 | 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 - ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf - 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: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pds.5.18/build/release/pds' -> compiled pds.5.18 [pds: make install] + /usr/bin/make "PREFIX=/home/opam/.opam/default" "install" (CWD=/home/opam/.opam/default/.opam-switch/build/pds.5.18) - /usr/bin/make \ - OCAMLPATH=/home/opam/.opam/default/.opam-switch/build/pds.5.18/build/release: \ - BUILD_DIR=/home/opam/.opam/default/.opam-switch/build/pds.5.18/build/release/pds_template \ - -C build/release/pds_template - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pds.5.18/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.18/build/release/pds_template' - /usr/bin/make \ - OCAMLPATH=/home/opam/.opam/default/.opam-switch/build/pds.5.18/build/release: \ - BUILD_DIR=/home/opam/.opam/default/.opam-switch/build/pds.5.18/build/release/pds \ - -C build/release/pds - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pds.5.18/build/release/pds' - make[1]: Nothing to be done for 'all'. - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pds.5.18/build/release/pds' - /usr/bin/make -C build/release/pds install - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pds.5.18/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.18/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.18/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.18/build/release/pds_template' -> installed pds.5.18 === STDERR === 2026-06-24 16:37.59: OK: build pds.5.18 (runc: 2.1s, disk: 14KB) 2026-06-24 16:37.59: Job succeeded