Build:
- 0
2026-06-23 20:47.01: New job: build pa_ppx_hashcons.0.11 (c3e6f4c8bfac) 2026-06-23 20:47.01: Waiting for resource in pool day11-builds 2026-06-23 21:24.43: Got resource from pool day11-builds 2026-06-23 21:24.43: [profile full] build pa_ppx_hashcons.0.11 2026-06-23 21:24.44: build pa_ppx_hashcons.0.11 (c3e6f4c8bfac) === DEPENDENCIES (52 transitive) === astring.0.8.5 77dbb65bc846 base-threads.base b7164ff76afe base-unix.base 839dc585f12d bos.0.3.0 e79749c26c1c camlp-streams.5.0.1 0ba8db057bd1 camlp5.8.03.06 13b53c034ab0 camlp5-buildscripts.0.07 3ce2aba6ff5c conf-bash.1 e53fa0fe5f26 conf-libpcre2-8.2 284bfd3c1500 conf-m4.1 16c0f2e0bd7c conf-perl.2 9ee1ae5f2bf1 conf-pkg-config.5 4b60827fc174 conf-which.1 9799649fc020 cppo.1.8.0 419078d7d6b0 csexp.1.5.2 1637d117a8bb cstruct.6.2.0 25746fa820f1 dune.3.23.1 433683e90514 dune-compiledb.0.6.0 a89fac7a0132 dune-configurator.3.23.1 d169faaa676d ezjsonm.1.3.0 9c10858fdfcb fmt.0.11.0 9bc6dbd21f1d fpath.0.7.3 adcba1aca8b4 hashcons.1.4.0 6ebb527de38a hex.1.5.0 335dfd233f7e jsonm.1.0.2 4deed0147cb2 logs.0.10.0 5345d485fed7 not-ocamlfind.0.14 140bac66d2f8 num.1.6 3b13662dc011 ocaml.5.3.0 f3f5cb82ec5e ocaml-base-compiler.5.3.0 3282792848d7 ocaml-compiler.5.3.0 ec781058d2f3 ocaml-config.3 0df636be409d ocamlbuild.0.16.1 6a034beeb0c1 ocamlfind.1.9.8 814b8d0197a7 ocamlgraph.2.2.0 a76bf61b4295 ounit.2.2.7 304c0672e30e ounit2.2.2.7 af18b45abccb pa_ppx.0.20 2c5c2c9c9470 parsexp.v0.17.0 674565423147 pcre2.8.0.4 d11ae97bd4dd re.1.14.0 5602183f89d9 result.1.5 858d801cd20c rresult.0.7.0 cf1cd10f9230 seq.base f8ce33768766 sexplib.v0.17.0 4a1bb312c77b sexplib0.v0.17.0 56e363170312 stdint.0.7.2 8d35d3e461a8 stdlib-shims.0.3.0 f49bc9dde33b topkg.1.1.1 77f1be4dd954 uint.2.0.1 c99733b52c5d uutf.1.0.4 5af0bdeb39cf yojson.3.0.0 601529b9a4e6 === STDOUT === Processing: [default: loading data] [pa_ppx_hashcons.0.11: dl] [pa_ppx_hashcons.0.11: extract] -> retrieved pa_ppx_hashcons.0.11 (https://opam.ocaml.org/cache) [pa_ppx_hashcons: make sys] + /usr/bin/make "sys" (CWD=/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11) - set -e; for i in pa_hashcons; do cd $i; /usr/bin/make all; cd ..; done - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons' - env TOP=.. ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind camlp5-buildscripts/ya-wrap-ocamlfind ocamlfind ocamlc -g -package fmt,unix,compiler-libs.common,camlp5,camlp5.extfun,camlp5.parser_quotations,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala,pa_ppx.deriving_plugins.params -c pa_deriving_hashcons.ml - 'ocamlfind' 'ocamlc' '-g' '-package' 'fmt,unix,compiler-libs.common,camlp5,camlp5.extfun,camlp5.parser_quotations,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala,pa_ppx.deriving_plugins.params' '-c' -syntax camlp5r pa_deriving_hashcons.ml - File "pa_deriving_hashcons.ml", line 199, characters 10-49: - 199 | <:constructor< $uid:ci$ of $list:tl$ >> -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - (_, VaVal ci, VaVal [], VaVal tl, VaVal None, VaVal (_::_)) - - File "_none_", line 1: - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - (VaAnt _, _) - - File "pa_deriving_hashcons.ml", line 342, characters 10-49: - 342 | <:constructor< $uid:ci$ of $list:tl$ >> -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - (_, VaVal ci, VaVal [], VaVal tl, VaVal None, VaVal (_::_)) - - File "pa_deriving_hashcons.ml", lines 473-635, characters 2-3: - 473 | ..match memo_tys with [ - 474 | - 475 | Left l when not (List.exists fst l) -> - 476 | let vars_types = List.mapi (fun i x -> (Printf.sprintf "v_%d" i, x)) l in - 477 | let vars_exps = List.map (to_expr loc) vars_types in - ... - 632 | ] - 633 | } - 634 | - 635 | ] - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - Left ((true, _)::(true, z1)::_::_) - (However, some guarded clause may match this value.) - - File "_none_", line 1: - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - StMod (_, VaVal false, VaVal ((VaVal (Some (VaVal _)), _, VaVal [])::_::_)) - - File "_none_", line 1: - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - (VaAnt _, _) - - File "pa_deriving_hashcons.ml", lines 149-151, characters 4-28: - 149 | ....<:ctyp:< $lid:lid$ >> as z when List.mem_assoc lid rc.type_decls -> - 150 | let eq_name = eq_prefix^"_"^lid in - 151 | <:expr< $lid:eq_name$ >> - Warning 26 [unused-var]: unused variable z. - - File "pa_deriving_hashcons.ml", lines 301-303, characters 4-30: - 301 | ....<:ctyp:< $lid:lid$ >> as z when List.mem_assoc lid rc.type_decls -> - 302 | let hash_name = hash_prefix^"_"^lid in - 303 | <:expr< $lid:hash_name$ >> - Warning 26 [unused-var]: unused variable z. - - File "pa_deriving_hashcons.ml", line 492, characters 8-16: - 492 | let fun_type = - ^^^^^^^^ - Warning 26 [unused-var]: unused variable fun_type. - - File "pa_deriving_hashcons.ml", line 511, characters 8-18: - 511 | let memo_ftype = - ^^^^^^^^^^ - Warning 26 [unused-var]: unused variable memo_ftype. - - File "pa_deriving_hashcons.ml", line 537, characters 8-18: - 537 | let memo_ftype = - ^^^^^^^^^^ - Warning 26 [unused-var]: unused variable memo_ftype. - - File "pa_deriving_hashcons.ml", line 597, characters 12-22: - 597 | let memo_ftype = <:ctyp< ! 'a . $fun_type$ -> $fun_type$ >> in - ^^^^^^^^^^ - Warning 26 [unused-var]: unused variable memo_ftype. - env TOP=.. ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind camlp5-buildscripts/ya-wrap-ocamlfind ocamlfind ocamlopt -g -package fmt,unix,compiler-libs.common,camlp5,camlp5.extfun,camlp5.parser_quotations,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala,pa_ppx.deriving_plugins.params -c pa_deriving_hashcons.ml - 'ocamlfind' 'ocamlopt' '-g' '-package' 'fmt,unix,compiler-libs.common,camlp5,camlp5.extfun,camlp5.parser_quotations,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala,pa_ppx.deriving_plugins.params' '-c' -syntax camlp5r pa_deriving_hashcons.ml - File "pa_deriving_hashcons.ml", line 199, characters 10-49: - 199 | <:constructor< $uid:ci$ of $list:tl$ >> -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - (_, VaVal ci, VaVal [], VaVal tl, VaVal None, VaVal (_::_)) - - File "_none_", line 1: - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - (VaAnt _, _) - - File "pa_deriving_hashcons.ml", line 342, characters 10-49: - 342 | <:constructor< $uid:ci$ of $list:tl$ >> -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - (_, VaVal ci, VaVal [], VaVal tl, VaVal None, VaVal (_::_)) - - File "pa_deriving_hashcons.ml", lines 473-635, characters 2-3: - 473 | ..match memo_tys with [ - 474 | - 475 | Left l when not (List.exists fst l) -> - 476 | let vars_types = List.mapi (fun i x -> (Printf.sprintf "v_%d" i, x)) l in - 477 | let vars_exps = List.map (to_expr loc) vars_types in - ... - 632 | ] - 633 | } - 634 | - 635 | ] - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - Left ((true, _)::(true, z1)::_::_) - (However, some guarded clause may match this value.) - - File "_none_", line 1: - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - StMod (_, VaVal false, VaVal ((VaVal (Some (VaVal _)), _, VaVal [])::_::_)) - - File "_none_", line 1: - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - (VaAnt _, _) - - File "pa_deriving_hashcons.ml", lines 149-151, characters 4-28: - 149 | ....<:ctyp:< $lid:lid$ >> as z when List.mem_assoc lid rc.type_decls -> - 150 | let eq_name = eq_prefix^"_"^lid in - 151 | <:expr< $lid:eq_name$ >> - Warning 26 [unused-var]: unused variable z. - - File "pa_deriving_hashcons.ml", lines 301-303, characters 4-30: - 301 | ....<:ctyp:< $lid:lid$ >> as z when List.mem_assoc lid rc.type_decls -> - 302 | let hash_name = hash_prefix^"_"^lid in - 303 | <:expr< $lid:hash_name$ >> - Warning 26 [unused-var]: unused variable z. - - File "pa_deriving_hashcons.ml", line 492, characters 8-16: - 492 | let fun_type = - ^^^^^^^^ - Warning 26 [unused-var]: unused variable fun_type. - - File "pa_deriving_hashcons.ml", line 511, characters 8-18: - 511 | let memo_ftype = - ^^^^^^^^^^ - Warning 26 [unused-var]: unused variable memo_ftype. - - File "pa_deriving_hashcons.ml", line 537, characters 8-18: - 537 | let memo_ftype = - ^^^^^^^^^^ - Warning 26 [unused-var]: unused variable memo_ftype. - - File "pa_deriving_hashcons.ml", line 597, characters 12-22: - 597 | let memo_ftype = <:ctyp< ! 'a . $fun_type$ -> $fun_type$ >> in - ^^^^^^^^^^ - Warning 26 [unused-var]: unused variable memo_ftype. - /usr/bin/make DESTDIR=/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons/../local-install/ install - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons' - cppo -I .. mk_meta.ML > mk_meta.ml - env TOP=.. ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind ocamlc -linkpkg -linkall -package fmt,unix,compiler-libs.common,camlp5,camlp5.extfun,camlp5.parser_quotations,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala,pa_ppx.deriving_plugins.params mk_meta.ml -o mk_meta - ./mk_meta > META - touch META - mkdir -p /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons/../local-install//lib - not-ocamlfind reinstall-if-diff pa_ppx_hashcons -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons/../local-install//lib META pa_deriving_hashcons.cmo pa_deriving_hashcons.cmx pa_deriving_hashcons.cmi pa_deriving_hashcons.o - ocamlfind: [WARNING] No such directory: /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons/../local-install//lib/pa_ppx_hashcons - reinstall-if-diff: remove and install lists have differing lengths - + ocamlfind remove -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons/../local-install//lib pa_ppx_hashcons - ocamlfind: [WARNING] No such file: /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons/../local-install//lib/pa_ppx_hashcons/META - + ocamlfind install pa_ppx_hashcons -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons/../local-install//lib META pa_deriving_hashcons.cmo pa_deriving_hashcons.cmx pa_deriving_hashcons.cmi pa_deriving_hashcons.o - Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons/../local-install//lib/pa_ppx_hashcons/pa_deriving_hashcons.o - Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons/../local-install//lib/pa_ppx_hashcons/pa_deriving_hashcons.cmi - Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons/../local-install//lib/pa_ppx_hashcons/pa_deriving_hashcons.cmx - Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons/../local-install//lib/pa_ppx_hashcons/pa_deriving_hashcons.cmo - Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons/../local-install//lib/pa_ppx_hashcons/META - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons' - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons' -> compiled pa_ppx_hashcons.0.11 [pa_ppx_hashcons: make install] + /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11) - set -e; for i in pa_hashcons; do cd $i; /usr/bin/make all; cd ..; done - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons' - /usr/bin/make DESTDIR=/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons/../local-install/ install - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons' - touch META - mkdir -p /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons/../local-install//lib - not-ocamlfind reinstall-if-diff pa_ppx_hashcons -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons/../local-install//lib META pa_deriving_hashcons.cmo pa_deriving_hashcons.cmx pa_deriving_hashcons.cmi pa_deriving_hashcons.o - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons' - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.0.11/pa_hashcons' - ocamlfind remove pa_ppx_hashcons || true - ocamlfind: [WARNING] No such file: /home/opam/.opam/default/lib/pa_ppx_hashcons/META - ocamlfind install pa_ppx_hashcons local-install/lib/pa_ppx_hashcons/* - Installed /home/opam/.opam/default/lib/pa_ppx_hashcons/pa_deriving_hashcons.o - Installed /home/opam/.opam/default/lib/pa_ppx_hashcons/pa_deriving_hashcons.cmx - Installed /home/opam/.opam/default/lib/pa_ppx_hashcons/pa_deriving_hashcons.cmo - Installed /home/opam/.opam/default/lib/pa_ppx_hashcons/pa_deriving_hashcons.cmi - Installed /home/opam/.opam/default/lib/pa_ppx_hashcons/META -> installed pa_ppx_hashcons.0.11 [WARNING] Opam packages conf-libpcre2-8.2, conf-pkg-config.5 and not-ocamlfind.0.14 depend on the following system packages that are no longer installed: libpcre2-dev pkg-config xdot - conf-libpcre2-8.2: depends on libpcre2-dev - conf-pkg-config.5: depends on pkg-config - not-ocamlfind.0.14: depends on xdot === STDERR === 2026-06-23 21:24.53: OK: build pa_ppx_hashcons.0.11 (runc: 6.0s, disk: 23KB) 2026-06-23 21:24.53: Job succeeded