Build:
- 0
2026-06-24 19:07.04: New job: build pa_ppx_hashcons.8.05.01 (a7f6c6bcf781)
2026-06-24 19:07.04: Waiting for resource in pool day11-builds
2026-06-24 19:25.09: Got resource from pool day11-builds
2026-06-24 19:25.09: [profile full] build pa_ppx_hashcons.8.05.01
2026-06-24 19:25.09: build pa_ppx_hashcons.8.05.01 (a7f6c6bcf781)
=== DEPENDENCIES (52 transitive) ===
astring.0.8.5 868f52a07c05
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
bos.0.3.0 b023771a6d1d
camlp-streams.5.0.1 e5a01aae2353
camlp5.8.05.01 01a26c50f896
camlp5-buildscripts.0.07 73158c8aeaef
compiler-cloning.enabled 439a1fc77aa6
conf-bash.1 6730968932c0
conf-libpcre2-8.2 e4a359949717
conf-m4.1 bd3d9b09c253
conf-perl.2 bdcd7b1dce5e
conf-pkg-config.5 d5de2c6a88f9
conf-which.1 84b48e007e35
cppo.1.8.0 deac69f17b6b
csexp.1.5.2 977b865a51b4
cstruct.6.2.0 eddf6574d28d
dune.3.23.1 a59dd9b14fe3
dune-compiledb.0.6.0 bbcea4bb8eee
dune-configurator.3.23.1 8cec6bb1116c
ezjsonm.1.3.0 d0dd855e4d56
fmt.0.11.0 a00e65adfdb2
fpath.0.7.3 f291dce35bf8
hashcons.1.4.0 10abae5a4915
hex.1.5.0 ddd49645680b
jsonm.1.0.2 f319e6a275ae
logs.0.10.0 f87585443699
not-ocamlfind.0.14 1894cac9db9d
num.1.6 efd5a307a10f
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
ocamlgraph.2.2.0 8d11b5a26417
ounit.2.2.7 bd6f1678fb4f
ounit2.2.2.7 160e927530cc
pa_ppx.8.05.01 fedf69255485
parsexp.v0.17.0 7a592903ad6e
pcre2.8.0.4 5470e13f68a7
re.1.14.0 5e7365192893
result.1.5 dc628609a9da
rresult.0.7.0 e0cb2763084b
seq.base 8e8202906505
sexplib.v0.17.0 96575d3108de
sexplib0.v0.17.0 166f8102230b
stdint.0.7.2 ccb772f20e15
stdlib-shims.0.3.0 e7f8a4f187fa
topkg.1.1.1 ac206dbbd2b6
uint.2.0.1 ea27967bf921
uutf.1.0.4 4c8ac9e9daae
yojson.3.0.0 e1da5f5d4d16
=== STDOUT ===
Processing: [default: loading data]
[pa_ppx_hashcons.8.05.01: dl]
[pa_ppx_hashcons.8.05.01: extract]
-> retrieved pa_ppx_hashcons.8.05.01 (https://opam.ocaml.org/cache)
[pa_ppx_hashcons: make sys]
+ /usr/bin/make "DEBUG=-g" "sys" (CWD=/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.8.05.01)
- 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.8.05.01/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
- 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 "pa_deriving_hashcons.ml", lines 172-175, characters 12-15:
- 172 | ............match uv lab with [
- 173 | None -> <:patt< $lid:x$ >>
- 174 | | Some <:vala< lab >> -> <:patt< ~{$lid:lab$ = $lid:x$} >>
- 175 | ]...
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Some (VaAnt _)
-
- File "pa_deriving_hashcons.ml", lines 177-180, characters 12-15:
- 177 | ............match uv lab with [
- 178 | None -> <:patt< $lid:y$ >>
- 179 | | Some <:vala< lab >> -> <:patt< ~{$lid:lab$ = $lid:y$} >>
- 180 | ]...
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Some (VaAnt _)
-
- File "pa_deriving_hashcons.ml", line 209, characters 10-49:
- 209 | <: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", lines 332-335, characters 12-15:
- 332 | ............match uv lab with [
- 333 | None -> <:patt< $lid:x$ >>
- 334 | | Some <:vala< lab >> -> <:patt< ~{$lid:lab$ = $lid:x$} >>
- 335 | ]...
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Some (VaAnt _)
-
- File "pa_deriving_hashcons.ml", line 357, characters 10-49:
- 357 | <: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 483-645, characters 2-3:
- 483 | ..match memo_tys with [
- 484 |
- 485 | Left l when not (List.exists fst l) ->
- 486 | let vars_types = List.mapi (fun i x -> (Printf.sprintf "v_%d" i, x)) l in
- 487 | let vars_exps = List.map (to_expr loc) vars_types in
- ...
- 642 | ]
- 643 | }
- 644 |
- 645 | ]
- 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 311-313, characters 4-30:
- 311 | ....<:ctyp:< $lid:lid$ >> as z when List.mem_assoc lid rc.type_decls ->
- 312 | let hash_name = hash_prefix^"_"^lid in
- 313 | <:expr< $lid:hash_name$ >>
- Warning 26 [unused-var]: unused variable z.
-
- File "pa_deriving_hashcons.ml", line 502, characters 8-16:
- 502 | let fun_type =
- ^^^^^^^^
- Warning 26 [unused-var]: unused variable fun_type.
-
- File "pa_deriving_hashcons.ml", line 521, characters 8-18:
- 521 | let memo_ftype =
- ^^^^^^^^^^
- Warning 26 [unused-var]: unused variable memo_ftype.
-
- File "pa_deriving_hashcons.ml", line 547, characters 8-18:
- 547 | let memo_ftype =
- ^^^^^^^^^^
- Warning 26 [unused-var]: unused variable memo_ftype.
-
- File "pa_deriving_hashcons.ml", line 607, characters 12-22:
- 607 | 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
- 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 "pa_deriving_hashcons.ml", lines 172-175, characters 12-15:
- 172 | ............match uv lab with [
- 173 | None -> <:patt< $lid:x$ >>
- 174 | | Some <:vala< lab >> -> <:patt< ~{$lid:lab$ = $lid:x$} >>
- 175 | ]...
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Some (VaAnt _)
-
- File "pa_deriving_hashcons.ml", lines 177-180, characters 12-15:
- 177 | ............match uv lab with [
- 178 | None -> <:patt< $lid:y$ >>
- 179 | | Some <:vala< lab >> -> <:patt< ~{$lid:lab$ = $lid:y$} >>
- 180 | ]...
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Some (VaAnt _)
-
- File "pa_deriving_hashcons.ml", line 209, characters 10-49:
- 209 | <: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", lines 332-335, characters 12-15:
- 332 | ............match uv lab with [
- 333 | None -> <:patt< $lid:x$ >>
- 334 | | Some <:vala< lab >> -> <:patt< ~{$lid:lab$ = $lid:x$} >>
- 335 | ]...
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Some (VaAnt _)
-
- File "pa_deriving_hashcons.ml", line 357, characters 10-49:
- 357 | <: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 483-645, characters 2-3:
- 483 | ..match memo_tys with [
- 484 |
- 485 | Left l when not (List.exists fst l) ->
- 486 | let vars_types = List.mapi (fun i x -> (Printf.sprintf "v_%d" i, x)) l in
- 487 | let vars_exps = List.map (to_expr loc) vars_types in
- ...
- 642 | ]
- 643 | }
- 644 |
- 645 | ]
- 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 311-313, characters 4-30:
- 311 | ....<:ctyp:< $lid:lid$ >> as z when List.mem_assoc lid rc.type_decls ->
- 312 | let hash_name = hash_prefix^"_"^lid in
- 313 | <:expr< $lid:hash_name$ >>
- Warning 26 [unused-var]: unused variable z.
-
- File "pa_deriving_hashcons.ml", line 502, characters 8-16:
- 502 | let fun_type =
- ^^^^^^^^
- Warning 26 [unused-var]: unused variable fun_type.
-
- File "pa_deriving_hashcons.ml", line 521, characters 8-18:
- 521 | let memo_ftype =
- ^^^^^^^^^^
- Warning 26 [unused-var]: unused variable memo_ftype.
-
- File "pa_deriving_hashcons.ml", line 547, characters 8-18:
- 547 | let memo_ftype =
- ^^^^^^^^^^
- Warning 26 [unused-var]: unused variable memo_ftype.
-
- File "pa_deriving_hashcons.ml", line 607, characters 12-22:
- 607 | 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.8.05.01/pa_hashcons/../local-install/ install
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.8.05.01/pa_hashcons'
- cppo -I .. mk_meta.ML > mk_meta.ml
- env TOP=.. ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind ocamlc -linkpkg -linkall -package fmt,re mk_meta.ml -o mk_meta
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- ./mk_meta > META
- touch META
- mkdir -p /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.8.05.01/pa_hashcons/../local-install//lib
- not-ocamlfind reinstall-if-diff pa_ppx_hashcons -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.8.05.01/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.8.05.01/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.8.05.01/pa_hashcons/../local-install//lib pa_ppx_hashcons
- ocamlfind: [WARNING] No such file: /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.8.05.01/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.8.05.01/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.8.05.01/pa_hashcons/../local-install//lib/pa_ppx_hashcons/pa_deriving_hashcons.o
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.8.05.01/pa_hashcons/../local-install//lib/pa_ppx_hashcons/pa_deriving_hashcons.cmi
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.8.05.01/pa_hashcons/../local-install//lib/pa_ppx_hashcons/pa_deriving_hashcons.cmx
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.8.05.01/pa_hashcons/../local-install//lib/pa_ppx_hashcons/pa_deriving_hashcons.cmo
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.8.05.01/pa_hashcons/../local-install//lib/pa_ppx_hashcons/META
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.8.05.01/pa_hashcons'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.8.05.01/pa_hashcons'
-> compiled pa_ppx_hashcons.8.05.01
[pa_ppx_hashcons: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.8.05.01)
- 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.8.05.01/pa_hashcons'
- /usr/bin/make DESTDIR=/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.8.05.01/pa_hashcons/../local-install/ install
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.8.05.01/pa_hashcons'
- touch META
- mkdir -p /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.8.05.01/pa_hashcons/../local-install//lib
- not-ocamlfind reinstall-if-diff pa_ppx_hashcons -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.8.05.01/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.8.05.01/pa_hashcons'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_hashcons.8.05.01/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.8.05.01
[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-24 19:25.20: OK: build pa_ppx_hashcons.8.05.01 (runc: 4.1s, disk: 26KB)
2026-06-24 19:25.20: Job succeeded