Build:
  1. 0
2026-06-16 18:11.50: New job: build pa_ppx_hashcons.0.11 (cbc5b063e079)
2026-06-16 18:11.50: Waiting for resource in pool day11-builds
2026-06-16 18:32.45: Got resource from pool day11-builds
2026-06-16 18:32.45: [profile full] build pa_ppx_hashcons.0.11
2026-06-16 18:32.46: build pa_ppx_hashcons.0.11 (cbc5b063e079)
=== DEPENDENCIES (50 transitive) ===
  astring.0.8.5                                      f6f9636ee12a
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bos.0.3.0                                          ab02ea9c1628
  camlp-streams.5.0.1                                c0d8d238aae2
  camlp5.8.02.01                                     a6a3de5bcf18
  camlp5-buildscripts.0.07                           bd4d2b7999fb
  conf-libpcre2-8.2                                  b59cdeb3bb90
  conf-m4.1                                          16c0f2e0bd7c
  conf-perl.2                                        9ee1ae5f2bf1
  conf-pkg-config.5                                  64c6b37d622b
  conf-which.1                                       9799649fc020
  cppo.1.8.0                                         6031bb651610
  csexp.1.5.2                                        66e041c3f743
  cstruct.6.2.0                                      1727a476ca4e
  dune.3.23.1                                        0eec37bb9614
  dune-compiledb.0.6.0                               bd2a19b11f11
  dune-configurator.3.23.1                           13ba73c31bd5
  ezjsonm.1.3.0                                      4ea29d46e099
  fmt.0.11.0                                         ee41ba65637f
  fpath.0.7.3                                        f27c38b03094
  hashcons.1.4.0                                     24b2a40c5d7b
  hex.1.5.0                                          84e3ce3cca34
  jsonm.1.0.2                                        5626d71bbc30
  logs.0.10.0                                        89f78e77b57f
  not-ocamlfind.0.14                                 928509d04385
  num.1.6                                            3f02e9476044
  ocaml.5.1.1                                        14b304529104
  ocaml-base-compiler.5.1.1                          6a7356cc38e6
  ocaml-config.3                                     902a985e27d4
  ocamlbuild.0.16.1                                  3e6caa8dafb4
  ocamlfind.1.9.8                                    1a45b3c21c31
  ocamlgraph.2.2.0                                   392f41e3a257
  ounit.2.2.7                                        53cb62bf0394
  ounit2.2.2.7                                       093367a25363
  pa_ppx.0.14                                        ed612c379f4c
  parsexp.v0.17.0                                    c4e4dceca27f
  pcre2.8.0.4                                        b94e35a26e3d
  re.1.14.0                                          24f23771811c
  result.1.5                                         38be240a4468
  rresult.0.7.0                                      44aa250413d7
  seq.base                                           a0e507099057
  sexplib.v0.17.0                                    6c7ad6cb7d63
  sexplib0.v0.17.0                                   89c7c213614a
  stdint.0.7.2                                       1a714d742120
  stdlib-shims.0.3.0                                 5e095273c852
  topkg.1.1.1                                        84b90bd0f255
  uint.2.0.1                                         aadec03bab33
  uutf.1.0.4                                         46e116b4c3c0
  yojson.2.2.2                                       d0776d1f7a64
=== 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", lines 198-214, characters 16-9:
- 198 | ................fun [
- 199 |           <:constructor< $uid:ci$ of $list:tl$ >> ->
- 200 |           let xpatt_ypatt_subeqs =
- 201 |             List.mapi (fun i ty ->
- 202 |                 let x = Printf.sprintf "x_%d" i in
- ...
- 211 |           let yconspat = Patt.applist <:patt< $uid:ci$ >> (List.map ypatt xpatt_ypatt_subeqs) in
- 212 |           let rhs = List.fold_right (fun x e -> <:expr< $subeq x$ && $e$ >>) xpatt_ypatt_subeqs <:expr< True >> in
- 213 |           (<:patt< ($xconspat$, $yconspat$) >>, <:vala< None >>, rhs)
- 214 |         ]......
- 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 229-234, characters 22-5:
- 229 | ......................fun [
- 230 |       (<:vala< None >>, _) ->
- 231 |       Ploc.raise loc (Failure Fmt.(str "make_rho: %s: formal type-vars must all be named"
- 232 |                                      name))
- 233 |     | (<:vala< Some id >>, _) -> (id, Printf.sprintf "sub_%d" i)
- 234 |     ]........
- 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 341-353, characters 28-9:
- 341 | ............................fun [
- 342 |           <:constructor< $uid:ci$ of $list:tl$ >> ->
- 343 |           let xpatt_subhashs =
- 344 |             List.mapi (fun i ty ->
- 345 |                 let x = Printf.sprintf "x_%d" i in
- ...
- 350 |           let xconspat = Patt.applist <:patt< $uid:ci$ >> (List.map xpatt xpatt_subhashs) in
- 351 |           let rhs = List.fold_right (fun x e -> <:expr< 19 * $subhash x$ + $e$ >>) xpatt_subhashs <:expr< $int:string_of_int pos$ >> in
- 352 |           (<:patt< $xconspat$ >>, <:vala< None >>, rhs)
- 353 |         ]......
- 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 "pa_deriving_hashcons.ml", lines 674-677, characters 49-5:
- 674 | .................................................fun [
- 675 |       <:str_item< module $uid:_$ = $_$ >> as z -> ([ z :: mb ], vb)
- 676 |     | <:str_item< value $list:l$ >> -> (mb, l @ vb)
- 677 |     ]...............
- 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 "pa_deriving_hashcons.ml", lines 719-724, characters 14-7:
- 719 | ..............fun [
- 720 |         (<:vala< None >>, _) ->
- 721 |         Ploc.raise loc (Failure Fmt.(str "hashconsed_type_decl: %s: formal type-vars must all be named"
- 722 |                                        name))
- 723 |       | (<:vala< Some id >>, _) -> <:ctyp< ' $id$ >>
- 724 |       ]...........
- 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", lines 198-214, characters 16-9:
- 198 | ................fun [
- 199 |           <:constructor< $uid:ci$ of $list:tl$ >> ->
- 200 |           let xpatt_ypatt_subeqs =
- 201 |             List.mapi (fun i ty ->
- 202 |                 let x = Printf.sprintf "x_%d" i in
- ...
- 211 |           let yconspat = Patt.applist <:patt< $uid:ci$ >> (List.map ypatt xpatt_ypatt_subeqs) in
- 212 |           let rhs = List.fold_right (fun x e -> <:expr< $subeq x$ && $e$ >>) xpatt_ypatt_subeqs <:expr< True >> in
- 213 |           (<:patt< ($xconspat$, $yconspat$) >>, <:vala< None >>, rhs)
- 214 |         ]......
- 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 229-234, characters 22-5:
- 229 | ......................fun [
- 230 |       (<:vala< None >>, _) ->
- 231 |       Ploc.raise loc (Failure Fmt.(str "make_rho: %s: formal type-vars must all be named"
- 232 |                                      name))
- 233 |     | (<:vala< Some id >>, _) -> (id, Printf.sprintf "sub_%d" i)
- 234 |     ]........
- 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 341-353, characters 28-9:
- 341 | ............................fun [
- 342 |           <:constructor< $uid:ci$ of $list:tl$ >> ->
- 343 |           let xpatt_subhashs =
- 344 |             List.mapi (fun i ty ->
- 345 |                 let x = Printf.sprintf "x_%d" i in
- ...
- 350 |           let xconspat = Patt.applist <:patt< $uid:ci$ >> (List.map xpatt xpatt_subhashs) in
- 351 |           let rhs = List.fold_right (fun x e -> <:expr< 19 * $subhash x$ + $e$ >>) xpatt_subhashs <:expr< $int:string_of_int pos$ >> in
- 352 |           (<:patt< $xconspat$ >>, <:vala< None >>, rhs)
- 353 |         ]......
- 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 "pa_deriving_hashcons.ml", lines 674-677, characters 49-5:
- 674 | .................................................fun [
- 675 |       <:str_item< module $uid:_$ = $_$ >> as z -> ([ z :: mb ], vb)
- 676 |     | <:str_item< value $list:l$ >> -> (mb, l @ vb)
- 677 |     ]...............
- 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 "pa_deriving_hashcons.ml", lines 719-724, characters 14-7:
- 719 | ..............fun [
- 720 |         (<:vala< None >>, _) ->
- 721 |         Ploc.raise loc (Failure Fmt.(str "hashconsed_type_decl: %s: formal type-vars must all be named"
- 722 |                                        name))
- 723 |       | (<:vala< Some id >>, _) -> <:ctyp< ' $id$ >>
- 724 |       ]...........
- 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-16 18:33.07: OK: build pa_ppx_hashcons.0.11 (runc: 5.1s, disk: 26KB)
2026-06-16 18:33.07: Job succeeded