Build:
- 0
2026-06-26 11:05.35: New job: build pa_ppx_q_ast.0.11 (b1c432384062)
2026-06-26 11:05.35: Waiting for resource in pool day11-builds
2026-06-26 11:32.46: Got resource from pool day11-builds
2026-06-26 11:32.46: [profile full] build pa_ppx_q_ast.0.11
2026-06-26 11:32.46: build pa_ppx_q_ast.0.11 (b1c432384062)
=== DEPENDENCIES (62 transitive) ===
astring.0.8.5 213362b2c325
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
bos.0.3.0 c6ee41cbae72
camlp-streams.5.0.1 65aed8e81031
camlp5.8.02.01 77a33bec68eb
camlp5-buildscripts.0.07 4d8b406a04b7
conf-libpcre.2 262542ccb2b0
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 9dc61f6b4d94
csexp.1.5.2 7c76f970e34d
cstruct.6.2.0 d12cc9520c24
dune.3.23.1 1eda34fb24e0
dune-compiledb.0.6.0 8a4655180188
dune-configurator.3.23.1 0289692ea1c0
ezjsonm.1.3.0 6db5705f98bc
fmt.0.11.0 ca0374c34dd4
fpath.0.7.3 8496e24048e9
hashcons.1.4.0 de70c9447341
hex.1.5.0 ccf472e71d19
jsonm.1.0.2 6f991dc8c38d
logs.0.10.0 ab3c1c4478de
menhir.20260209 718bc39a4042
menhirCST.20260209 ed5e910ebca8
menhirGLR.20260209 f887dd168efa
menhirLib.20260209 faa711fbfa7c
menhirSdk.20260209 5a37c5c38523
not-ocamlfind.0.14 c980a6fab821
num.1.6 116ebf130a1f
ocaml.5.1.1 d186cfe930c0
ocaml-base-compiler.5.1.1 9ad12ad5019c
ocaml-config.3 cd07d28030fc
ocamlbuild.0.16.1 f8aba8280990
ocamlfind.1.9.8 eb1a7cabca9a
ocamlgraph.2.2.0 55378c20834e
ounit.2.2.7 2453f3fad6d0
ounit2.2.2.7 13228a73a054
pa_ppx.0.14 49ad6956fec9
pa_ppx_hashcons.0.11 a037830b8e43
pa_ppx_migrate.0.11 a01dad51ba86
pa_ppx_regexp.0.02 c0a65ecd671a
pa_ppx_static.0.02 74b99d165e7d
pa_ppx_unique.0.11 ff317a77ff61
parsexp.v0.17.0 41c1c4d49763
pcre.8.0.5 9f584bc3a2b7
pcre2.8.0.4 47f5672e4038
re.1.14.0 9691989f52b7
result.1.5 cf2015c4538b
rresult.0.7.0 21a1fab696d0
seq.base 6e556dd9da3e
sexplib.v0.17.0 bc5ca3adac81
sexplib0.v0.17.0 f0e3b67fb845
stdint.0.7.2 92d0dfc1eecd
stdlib-shims.0.3.0 ab5875a43d86
topkg.1.1.1 bc6f6a21b42f
uint.2.0.1 38ea735fd46f
uutf.1.0.4 8c9727da0c14
yojson.2.2.2 5b7d051e95f1
=== STDOUT ===
Processing: [default: loading data]
[pa_ppx_q_ast.0.11: dl]
[pa_ppx_q_ast.0.11: extract]
-> retrieved pa_ppx_q_ast.0.11 (https://opam.ocaml.org/cache)
[pa_ppx_q_ast: make sys]
+ /usr/bin/make "sys" (CWD=/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11)
- set -e; for i in pa_q_ast pa_quotation_test pa_test_cleanup; do cd $i; /usr/bin/make all; cd ..; done
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast'
- env TOP=.. ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind camlp5-buildscripts/ya-wrap-ocamlfind ocamlfind ocamlc -g -package fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala -c pa_deriving_q_ast.ml
- 'ocamlfind' 'ocamlc' '-g' '-package' 'fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala' '-c' -syntax camlp5r -package pa_ppx.deriving_plugins.params pa_deriving_q_ast.ml
- File "pa_deriving_q_ast.ml", lines 31-39, characters 30-1:
- 31 | ..............................fun [
- 32 | None -> []
- 33 | | Some <:expr< fun [ $list:l$ ] >> ->
- 34 | List.map (fun (p,wheno,e) ->
- 35 | match Patt.unapplist p with [
- 36 | (<:patt< $uid:uid$ >>, _) -> (uid, (p, wheno, e))
- 37 | | _ -> Ploc.raise (loc_of_patt p) (Failure "extract_case_branches: case-branches must start with a UIDENT")
- 38 | ]) l
- 39 | ]
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Some (ExFun (_, VaAnt _))
-
- File "pa_deriving_q_ast.ml", lines 42-45, characters 25-1:
- 42 | .........................fun [
- 43 | None -> []
- 44 | | Some <:expr< fun [ $list:l$ ] >> -> l
- 45 | ]
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Some (ExFun (_, VaAnt _))
-
- File "pa_deriving_q_ast.ml", lines 165-186, characters 31-9:
- 165 | ...............................fun [
- 166 | <:constructor:< $uid:uid$ of { $list:ltl$ } >> ->
- 167 | let argvars = List.map (fun (_, id, _, ty, _) -> (id, ty)) ltl in
- 168 | let lpl = List.map (fun (id, _) -> (<:patt< $lid:id$ >>, <:patt< $lid:id$ >>)) argvars in
- 169 | let argpat = <:patt< $uid:uid$ $longid:quotation_source_module rc name$ . { $list:lpl$ } >> in
- ...
- 183 | | exception Not_found ->
- 184 | (argpatt, <:vala< None >>, <:expr< C.node_no_loc ~{prefix= $quoted_data_source_module$} $str:uid$ $arglist$ >>)
- 185 | ]
- 186 | ].............
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- (_, VaVal uid, VaVal [], VaVal tyl, VaVal None, VaVal (_::_))
-
- File "pa_deriving_q_ast.ml", lines 275-280, characters 24-7:
- 275 | ........................fun [
- 276 | (<:vala< None >>, _) ->
- 277 | Ploc.raise loc (Failure Fmt.(str "generate_converter: %s: formal type-vars must all be named"
- 278 | name))
- 279 | | (<:vala< Some id >>, _) -> (id, Printf.sprintf "sub_%d" i)
- 280 | ]...........
- 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_q_ast.ml", lines 330-338, characters 18-7:
- 330 | ..................match (rc.node_mode, rc.loc_mode) with [
- 331 | (Normal, AutoLoc) -> <:expr< Pa_ppx_q_ast_runtime.apply_entry >>
- 332 | | (Hashcons, AutoLoc) -> <:expr< Pa_ppx_q_ast_runtime.hc_apply_entry >>
- 333 | | (Unique, AutoLoc) -> <:expr< Pa_ppx_q_ast_runtime.unique_apply_entry >>
- 334 | | (Normal, NoLoc) -> <:expr< Pa_ppx_q_ast_runtime.noloc_apply_entry >>
- 335 | | (Normal, CustomLoc _) -> <:expr< Pa_ppx_q_ast_runtime.customloc_apply_entry >>
- 336 | | (Hashcons, CustomLoc _) -> <:expr< Pa_ppx_q_ast_runtime.customloc_hc_apply_entry >>
- 337 | | (Unique, CustomLoc _) -> <:expr< Pa_ppx_q_ast_runtime.customloc_unique_apply_entry >>
- 338 | ]...
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- (Hashcons, NoLoc)
-
- File "pa_deriving_q_ast.ml", lines 352-358, characters 2-5:
- 352 | ..match (rc.node_mode, rc.loc_mode) with [
- 353 | (Normal, AutoLoc) -> (<:ctyp< unit >>,<:ctyp< unit >>)
- 354 | | (Hashcons, AutoLoc) -> (<:ctyp< unit >>,<:ctyp< unit >>)
- 355 | | (Unique, AutoLoc) -> (<:ctyp< unit >>,<:ctyp< unit >>)
- 356 | | (Normal, NoLoc) -> (<:ctyp< unit >>,<:ctyp< unit >>)
- 357 | | (_, CustomLoc _) -> (<:ctyp< Pa_ppx_q_ast_runtime.Locate.t >>,<:ctyp< unit >>)
- 358 | ]
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- (Hashcons, NoLoc)
- env TOP=.. ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind camlp5-buildscripts/ya-wrap-ocamlfind ocamlfind ocamlc -g -package fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala -c pa_ppx_q_ast_runtime.ml
- 'ocamlfind' 'ocamlc' '-g' '-package' 'fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala' '-c' -syntax camlp5r -package camlp5.parser_quotations pa_ppx_q_ast_runtime.ml
- env TOP=.. ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind camlp5-buildscripts/ya-wrap-ocamlfind ocamlfind ocamlopt -g -package fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala -c pa_deriving_q_ast.ml
- 'ocamlfind' 'ocamlopt' '-g' '-package' 'fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala' '-c' -syntax camlp5r -package pa_ppx.deriving_plugins.params pa_deriving_q_ast.ml
- File "pa_deriving_q_ast.ml", lines 31-39, characters 30-1:
- 31 | ..............................fun [
- 32 | None -> []
- 33 | | Some <:expr< fun [ $list:l$ ] >> ->
- 34 | List.map (fun (p,wheno,e) ->
- 35 | match Patt.unapplist p with [
- 36 | (<:patt< $uid:uid$ >>, _) -> (uid, (p, wheno, e))
- 37 | | _ -> Ploc.raise (loc_of_patt p) (Failure "extract_case_branches: case-branches must start with a UIDENT")
- 38 | ]) l
- 39 | ]
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Some (ExFun (_, VaAnt _))
-
- File "pa_deriving_q_ast.ml", lines 42-45, characters 25-1:
- 42 | .........................fun [
- 43 | None -> []
- 44 | | Some <:expr< fun [ $list:l$ ] >> -> l
- 45 | ]
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Some (ExFun (_, VaAnt _))
-
- File "pa_deriving_q_ast.ml", lines 165-186, characters 31-9:
- 165 | ...............................fun [
- 166 | <:constructor:< $uid:uid$ of { $list:ltl$ } >> ->
- 167 | let argvars = List.map (fun (_, id, _, ty, _) -> (id, ty)) ltl in
- 168 | let lpl = List.map (fun (id, _) -> (<:patt< $lid:id$ >>, <:patt< $lid:id$ >>)) argvars in
- 169 | let argpat = <:patt< $uid:uid$ $longid:quotation_source_module rc name$ . { $list:lpl$ } >> in
- ...
- 183 | | exception Not_found ->
- 184 | (argpatt, <:vala< None >>, <:expr< C.node_no_loc ~{prefix= $quoted_data_source_module$} $str:uid$ $arglist$ >>)
- 185 | ]
- 186 | ].............
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- (_, VaVal uid, VaVal [], VaVal tyl, VaVal None, VaVal (_::_))
-
- File "pa_deriving_q_ast.ml", lines 275-280, characters 24-7:
- 275 | ........................fun [
- 276 | (<:vala< None >>, _) ->
- 277 | Ploc.raise loc (Failure Fmt.(str "generate_converter: %s: formal type-vars must all be named"
- 278 | name))
- 279 | | (<:vala< Some id >>, _) -> (id, Printf.sprintf "sub_%d" i)
- 280 | ]...........
- 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_q_ast.ml", lines 330-338, characters 18-7:
- 330 | ..................match (rc.node_mode, rc.loc_mode) with [
- 331 | (Normal, AutoLoc) -> <:expr< Pa_ppx_q_ast_runtime.apply_entry >>
- 332 | | (Hashcons, AutoLoc) -> <:expr< Pa_ppx_q_ast_runtime.hc_apply_entry >>
- 333 | | (Unique, AutoLoc) -> <:expr< Pa_ppx_q_ast_runtime.unique_apply_entry >>
- 334 | | (Normal, NoLoc) -> <:expr< Pa_ppx_q_ast_runtime.noloc_apply_entry >>
- 335 | | (Normal, CustomLoc _) -> <:expr< Pa_ppx_q_ast_runtime.customloc_apply_entry >>
- 336 | | (Hashcons, CustomLoc _) -> <:expr< Pa_ppx_q_ast_runtime.customloc_hc_apply_entry >>
- 337 | | (Unique, CustomLoc _) -> <:expr< Pa_ppx_q_ast_runtime.customloc_unique_apply_entry >>
- 338 | ]...
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- (Hashcons, NoLoc)
-
- File "pa_deriving_q_ast.ml", lines 352-358, characters 2-5:
- 352 | ..match (rc.node_mode, rc.loc_mode) with [
- 353 | (Normal, AutoLoc) -> (<:ctyp< unit >>,<:ctyp< unit >>)
- 354 | | (Hashcons, AutoLoc) -> (<:ctyp< unit >>,<:ctyp< unit >>)
- 355 | | (Unique, AutoLoc) -> (<:ctyp< unit >>,<:ctyp< unit >>)
- 356 | | (Normal, NoLoc) -> (<:ctyp< unit >>,<:ctyp< unit >>)
- 357 | | (_, CustomLoc _) -> (<:ctyp< Pa_ppx_q_ast_runtime.Locate.t >>,<:ctyp< unit >>)
- 358 | ]
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- (Hashcons, NoLoc)
- env TOP=.. ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind camlp5-buildscripts/ya-wrap-ocamlfind ocamlfind ocamlopt -g -package fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala -c pa_ppx_q_ast_runtime.ml
- 'ocamlfind' 'ocamlopt' '-g' '-package' 'fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala' '-c' -syntax camlp5r -package camlp5.parser_quotations pa_ppx_q_ast_runtime.ml
- /usr/bin/make local-install
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast'
- /usr/bin/make DESTDIR=/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install/ install
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast'
- cppo -I .. mk_meta.ML > mk_meta.ml
- env TOP=.. ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind ocamlc -linkpkg -linkall -package fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala mk_meta.ml -o mk_meta
- ./mk_meta > META
- touch META
- mkdir -p /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install//lib
- not-ocamlfind reinstall-if-diff pa_ppx_q_ast -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install//lib META pa_deriving_q_ast.cmo pa_ppx_q_ast_runtime.cmo pa_deriving_q_ast.cmx pa_ppx_q_ast_runtime.cmx pa_deriving_q_ast.cmi pa_ppx_q_ast_runtime.cmi pa_deriving_q_ast.o pa_ppx_q_ast_runtime.o
- ocamlfind: [WARNING] No such directory: /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install//lib/pa_ppx_q_ast
- reinstall-if-diff: remove and install lists have differing lengths
- + ocamlfind remove -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install//lib pa_ppx_q_ast
- ocamlfind: [WARNING] No such file: /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install//lib/pa_ppx_q_ast/META
- + ocamlfind install pa_ppx_q_ast -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install//lib META pa_deriving_q_ast.cmo pa_ppx_q_ast_runtime.cmo pa_deriving_q_ast.cmx pa_ppx_q_ast_runtime.cmx pa_deriving_q_ast.cmi pa_ppx_q_ast_runtime.cmi pa_deriving_q_ast.o pa_ppx_q_ast_runtime.o
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install//lib/pa_ppx_q_ast/pa_ppx_q_ast_runtime.o
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install//lib/pa_ppx_q_ast/pa_deriving_q_ast.o
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install//lib/pa_ppx_q_ast/pa_ppx_q_ast_runtime.cmi
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install//lib/pa_ppx_q_ast/pa_deriving_q_ast.cmi
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install//lib/pa_ppx_q_ast/pa_ppx_q_ast_runtime.cmx
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install//lib/pa_ppx_q_ast/pa_deriving_q_ast.cmx
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install//lib/pa_ppx_q_ast/pa_ppx_q_ast_runtime.cmo
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install//lib/pa_ppx_q_ast/pa_deriving_q_ast.cmo
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install//lib/pa_ppx_q_ast/META
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast'
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test'
- env TOP=.. ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind camlp5-buildscripts/ya-wrap-ocamlfind ocamlfind ocamlc -g -package fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.utils -c pa_ppx_quotation_test.ml
- 'ocamlfind' 'ocamlc' '-g' '-package' 'fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.utils' '-c' -syntax camlp5r -package camlp5.parser_quotations,camlp5.extfun,pa_ppx.deriving_plugins.params pa_ppx_quotation_test.ml
- File "pa_ppx_quotation_test.ml", lines 619-621, characters 2-46:
- 619 | ..<:str_item:< [%%"quotation_test" type $list:tdl$ ;] >> as z ->
- 620 | let rc = build_params_from_cmdline tdl in
- 621 | type_decls_gen_quotation_test loc arg rc tdl
- Warning 26 [unused-var]: unused variable z.
- env TOP=.. ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind camlp5-buildscripts/ya-wrap-ocamlfind ocamlfind ocamlopt -g -package fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.utils -c pa_ppx_quotation_test.ml
- 'ocamlfind' 'ocamlopt' '-g' '-package' 'fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.utils' '-c' -syntax camlp5r -package camlp5.parser_quotations,camlp5.extfun,pa_ppx.deriving_plugins.params pa_ppx_quotation_test.ml
- File "pa_ppx_quotation_test.ml", lines 619-621, characters 2-46:
- 619 | ..<:str_item:< [%%"quotation_test" type $list:tdl$ ;] >> as z ->
- 620 | let rc = build_params_from_cmdline tdl in
- 621 | type_decls_gen_quotation_test loc arg rc tdl
- Warning 26 [unused-var]: unused variable z.
- /usr/bin/make local-install
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test'
- /usr/bin/make DESTDIR=/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test/../local-install/ install
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test'
- cppo -I .. mk_meta.ML > mk_meta.ml
- env TOP=.. ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind ocamlc -linkpkg -linkall -package fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.utils mk_meta.ml -o mk_meta
- ./mk_meta > META
- touch META
- mkdir -p /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test/../local-install//lib
- not-ocamlfind reinstall-if-diff pa_ppx_q_ast_quotation_test -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test/../local-install//lib META pa_ppx_quotation_test.cmo pa_ppx_quotation_test.cmx pa_ppx_quotation_test.cmi pa_ppx_quotation_test.o
- ocamlfind: [WARNING] No such directory: /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test/../local-install//lib/pa_ppx_q_ast_quotation_test
- reinstall-if-diff: remove and install lists have differing lengths
- + ocamlfind remove -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test/../local-install//lib pa_ppx_q_ast_quotation_test
- ocamlfind: [WARNING] No such file: /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test/../local-install//lib/pa_ppx_q_ast_quotation_test/META
- + ocamlfind install pa_ppx_q_ast_quotation_test -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test/../local-install//lib META pa_ppx_quotation_test.cmo pa_ppx_quotation_test.cmx pa_ppx_quotation_test.cmi pa_ppx_quotation_test.o
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test/../local-install//lib/pa_ppx_q_ast_quotation_test/pa_ppx_quotation_test.o
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test/../local-install//lib/pa_ppx_q_ast_quotation_test/pa_ppx_quotation_test.cmi
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test/../local-install//lib/pa_ppx_q_ast_quotation_test/pa_ppx_quotation_test.cmx
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test/../local-install//lib/pa_ppx_q_ast_quotation_test/pa_ppx_quotation_test.cmo
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test/../local-install//lib/pa_ppx_q_ast_quotation_test/META
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test'
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup'
- env TOP=.. ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind camlp5-buildscripts/ya-wrap-ocamlfind ocamlfind ocamlc -g -package fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala -c pa_ppx_test_cleanup.ml
- 'ocamlfind' 'ocamlc' '-g' '-package' 'fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala' '-c' -syntax camlp5r -package camlp5.parser_quotations,camlp5.extfun pa_ppx_test_cleanup.ml
- env TOP=.. ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind camlp5-buildscripts/ya-wrap-ocamlfind ocamlfind ocamlopt -g -package fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala -c pa_ppx_test_cleanup.ml
- 'ocamlfind' 'ocamlopt' '-g' '-package' 'fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala' '-c' -syntax camlp5r -package camlp5.parser_quotations,camlp5.extfun pa_ppx_test_cleanup.ml
- /usr/bin/make local-install
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup'
- /usr/bin/make DESTDIR=/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup/../local-install/ install
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup'
- cppo -I .. mk_meta.ML > mk_meta.ml
- env TOP=.. ocamlfind camlp5-buildscripts/LAUNCH -- ocamlfind ocamlc -linkpkg -linkall -package fmt,unix,pa_ppx.deriving,pa_ppx.deriving_plugins.show,pa_ppx.base,pa_ppx.unmatched_vala mk_meta.ml -o mk_meta
- ./mk_meta > META
- touch META
- mkdir -p /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup/../local-install//lib
- not-ocamlfind reinstall-if-diff pa_ppx_q_ast_test_cleanup -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup/../local-install//lib META pa_ppx_test_cleanup.cmo pa_ppx_test_cleanup.cmx pa_ppx_test_cleanup.cmi pa_ppx_test_cleanup.o
- ocamlfind: [WARNING] No such directory: /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup/../local-install//lib/pa_ppx_q_ast_test_cleanup
- reinstall-if-diff: remove and install lists have differing lengths
- + ocamlfind remove -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup/../local-install//lib pa_ppx_q_ast_test_cleanup
- ocamlfind: [WARNING] No such file: /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup/../local-install//lib/pa_ppx_q_ast_test_cleanup/META
- + ocamlfind install pa_ppx_q_ast_test_cleanup -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup/../local-install//lib META pa_ppx_test_cleanup.cmo pa_ppx_test_cleanup.cmx pa_ppx_test_cleanup.cmi pa_ppx_test_cleanup.o
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup/../local-install//lib/pa_ppx_q_ast_test_cleanup/pa_ppx_test_cleanup.o
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup/../local-install//lib/pa_ppx_q_ast_test_cleanup/pa_ppx_test_cleanup.cmi
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup/../local-install//lib/pa_ppx_q_ast_test_cleanup/pa_ppx_test_cleanup.cmx
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup/../local-install//lib/pa_ppx_q_ast_test_cleanup/pa_ppx_test_cleanup.cmo
- Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup/../local-install//lib/pa_ppx_q_ast_test_cleanup/META
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup'
-> compiled pa_ppx_q_ast.0.11
[pa_ppx_q_ast: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11)
- set -e; for i in pa_q_ast pa_quotation_test pa_test_cleanup; do cd $i; /usr/bin/make all; cd ..; done
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast'
- /usr/bin/make local-install
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast'
- /usr/bin/make DESTDIR=/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install/ install
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast'
- touch META
- mkdir -p /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install//lib
- not-ocamlfind reinstall-if-diff pa_ppx_q_ast -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast/../local-install//lib META pa_deriving_q_ast.cmo pa_ppx_q_ast_runtime.cmo pa_deriving_q_ast.cmx pa_ppx_q_ast_runtime.cmx pa_deriving_q_ast.cmi pa_ppx_q_ast_runtime.cmi pa_deriving_q_ast.o pa_ppx_q_ast_runtime.o
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_q_ast'
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test'
- /usr/bin/make local-install
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test'
- /usr/bin/make DESTDIR=/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test/../local-install/ install
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test'
- touch META
- mkdir -p /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test/../local-install//lib
- not-ocamlfind reinstall-if-diff pa_ppx_q_ast_quotation_test -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test/../local-install//lib META pa_ppx_quotation_test.cmo pa_ppx_quotation_test.cmx pa_ppx_quotation_test.cmi pa_ppx_quotation_test.o
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_quotation_test'
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup'
- /usr/bin/make local-install
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup'
- /usr/bin/make DESTDIR=/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup/../local-install/ install
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup'
- touch META
- mkdir -p /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup/../local-install//lib
- not-ocamlfind reinstall-if-diff pa_ppx_q_ast_test_cleanup -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup/../local-install//lib META pa_ppx_test_cleanup.cmo pa_ppx_test_cleanup.cmx pa_ppx_test_cleanup.cmi pa_ppx_test_cleanup.o
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_q_ast.0.11/pa_test_cleanup'
- ocamlfind camlp5-buildscripts/join_meta \
- -direct-include pa_q_ast \
- -rewrite pa_ppx_q_ast_quotation_test:pa_ppx_q_ast.quotation_test \
- -wrap-subdir quotation_test:pa_quotation_test \
- -rewrite pa_ppx_q_ast_test_cleanup:pa_ppx_q_ast.test_cleanup \
- -wrap-subdir test_cleanup:pa_test_cleanup \
- > META
- ocamlfind remove pa_ppx_q_ast || true
- ocamlfind: [WARNING] No such file: /home/opam/.opam/default/lib/pa_ppx_q_ast/META
- ocamlfind install pa_ppx_q_ast META local-install/lib/*/*.*
- Installed /home/opam/.opam/default/lib/pa_ppx_q_ast/pa_ppx_test_cleanup.o
- Installed /home/opam/.opam/default/lib/pa_ppx_q_ast/pa_ppx_test_cleanup.cmx
- Installed /home/opam/.opam/default/lib/pa_ppx_q_ast/pa_ppx_test_cleanup.cmo
- Installed /home/opam/.opam/default/lib/pa_ppx_q_ast/pa_ppx_test_cleanup.cmi
- Installed /home/opam/.opam/default/lib/pa_ppx_q_ast/pa_ppx_quotation_test.o
- Installed /home/opam/.opam/default/lib/pa_ppx_q_ast/pa_ppx_quotation_test.cmx
- Installed /home/opam/.opam/default/lib/pa_ppx_q_ast/pa_ppx_quotation_test.cmo
- Installed /home/opam/.opam/default/lib/pa_ppx_q_ast/pa_ppx_quotation_test.cmi
- Installed /home/opam/.opam/default/lib/pa_ppx_q_ast/pa_ppx_q_ast_runtime.o
- Installed /home/opam/.opam/default/lib/pa_ppx_q_ast/pa_ppx_q_ast_runtime.cmx
- Installed /home/opam/.opam/default/lib/pa_ppx_q_ast/pa_ppx_q_ast_runtime.cmo
- Installed /home/opam/.opam/default/lib/pa_ppx_q_ast/pa_ppx_q_ast_runtime.cmi
- Installed /home/opam/.opam/default/lib/pa_ppx_q_ast/pa_deriving_q_ast.o
- Installed /home/opam/.opam/default/lib/pa_ppx_q_ast/pa_deriving_q_ast.cmx
- Installed /home/opam/.opam/default/lib/pa_ppx_q_ast/pa_deriving_q_ast.cmo
- Installed /home/opam/.opam/default/lib/pa_ppx_q_ast/pa_deriving_q_ast.cmi
- Installed /home/opam/.opam/default/lib/pa_ppx_q_ast/META
-> installed pa_ppx_q_ast.0.11
[WARNING] Opam packages conf-libpcre.2, 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 libpcre3-dev pkg-config xdot
- conf-libpcre.2: depends on libpcre3-dev
- 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-26 11:33.36: OK: build pa_ppx_q_ast.0.11 (runc: 10.6s, disk: 40KB)
2026-06-26 11:33.36: Job succeeded