Build:
- 0
2026-06-24 18:51.39: New job: build pa_ppx_migrate.0.08 (4b980996bdbc) 2026-06-24 18:51.39: Waiting for resource in pool day11-builds 2026-06-24 19:09.03: Got resource from pool day11-builds 2026-06-24 19:09.03: [profile full] build pa_ppx_migrate.0.08 2026-06-24 19:09.04: build pa_ppx_migrate.0.08 (4b980996bdbc) === DEPENDENCIES (49 transitive) === astring.0.8.5 0ef33dd67744 base.v0.15.2 03aae27201ac base-threads.base c9e7bdbf5823 base-unix.base 7d1428be9ddb bos.0.2.1 20362657fb80 camlp-streams.5.0.1 74c7def782b1 camlp5.8.00.02 ae8046bebf51 conf-libpcre.2 262542ccb2b0 conf-m4.1 bd3d9b09c253 conf-perl.2 bdcd7b1dce5e conf-perl-ipc-system-simple.3 c276d0bddbbc conf-perl-string-shellquote.3 e58666f4483e conf-pkg-config.5 d5de2c6a88f9 conf-which.1 84b48e007e35 csexp.1.5.2 f01cefae2455 cstruct.6.2.0 34781257f630 dune.3.22.2 461584a38e44 dune-compiledb.0.6.0 750b31a70588 dune-configurator.3.22.2 c9ad4e244a63 ezjsonm.1.3.0 f5246096500c fmt.0.11.0 240551f9f32a fpath.0.7.3 707904a407dc hex.1.5.0 28bc5155ab71 jsonm.1.0.2 5efca251e177 logs.0.8.0 278694593d1a not-ocamlfind.0.14 dfaf1ba7c0ef num.1.6 3d435583a175 ocaml.4.13.1 7bcd41fca40b ocaml-base-compiler.4.13.1 ca45a5cca9d8 ocaml-config.2 c716fa3c25ed ocamlbuild.0.16.1 c713875c7e08 ocamlfind.1.9.8 3aa7612f0e8f ocamlgraph.2.2.0 d2a07bccd165 ounit.2.2.7 c265064b3b93 ounit2.2.2.7 1b716410d41a pa_ppx.0.08 698ee4026179 parsexp.v0.15.0 bd2998f483d0 pcre.8.0.5 d2d5e3240928 result.1.5 9cfc149cbce7 rresult.0.7.0 3e781bcec671 seq.base 48e58aac523a sexplib.v0.15.1 6e432c5dc6bc sexplib0.v0.15.1 13cc27e534ac stdint.0.7.2 e97221b09037 stdlib-shims.0.3.0 e296e0109c7b topkg.1.1.1 4b02c8c14620 uint.2.0.1 97b57a5dd2d1 uutf.1.0.4 9a7d778fbc29 yojson.3.0.0 da85231fb7d7 === STDOUT === Processing: [default: loading data] [pa_ppx_migrate.0.08: dl] [pa_ppx_migrate.0.08: extract] -> retrieved pa_ppx_migrate.0.08 (https://opam.ocaml.org/cache) [pa_ppx_migrate: make sys] + /usr/bin/make "sys" (CWD=/home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08) - set -e; for i in pa_migrate; do cd $i; /usr/bin/make all; cd ..; done - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate' - env TOP=.. ../tools/LAUNCH ocamlfind ocamlc -package unix,compiler-libs.common,camlp5.extfun,camlp5.parser_quotations,pa_ppx.deriving,pa_ppx.base,pa_ppx.unmatched_vala,pa_ppx.deriving_plugins.params,pa_ppx.params_runtime -syntax camlp5r -c pa_deriving_migrate.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/default/lib/ocaml/compiler-libs, /home/opam/.opam/default/lib/ocaml - File "pa_deriving_migrate.ml", line 36, characters 24-32: - 36 | | exception Failure "caught" -> None - ^^^^^^^^ - Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (See manual section 11.5) - File "pa_deriving_migrate.ml", lines 97-105, characters 30-1: - 97 | ..............................fun [ - 98 | None -> [] - 99 | | Some <:expr< fun [ $list:l$ ] >> -> - 100 | List.map (fun (p,wheno,e) -> - 101 | match Patt.unapplist p with [ - 102 | (<:patt< $uid:uid$ >>, _) -> (uid, (p, wheno, e)) - 103 | | _ -> Ploc.raise (loc_of_patt p) (Failure "extract_case_branches: case-branches must start with a UIDENT") - 104 | ]) l - 105 | ] - 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_migrate.ml", lines 160-164, characters 21-3: - 160 | .....................fun [ - 161 | <:expr< [] >> -> List.rev acc - 162 | | <:expr< [ ( [%typ: $type:t1$], [%typ: $type:t2$] ) :: $tl$ ] >> -> - 163 | crec [ (t1, t2) :: acc ] tl - 164 | ]... - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - ExLong (_, LiUid (_, VaVal "")) - File "pa_deriving_migrate.ml", lines 530-543, characters 21-5: - 530 | .....................fun [ - 531 | <:constructor< $uid:uid$ of $list:tyl$ >> -> - 532 | let custom_branches = Std.filter (fun (n, _) -> uid = n) d.Dispatch1.custom_branches in - 533 | if custom_branches <> [] then - 534 | List.map snd custom_branches - ... - 540 | <:expr< $e$ ($app_dt t (fst sub_rw)$ $lid:v$) >> - 541 | ) <:expr< $uid:uid$ >> argvars in - 542 | [(patt, <:vala< None >>, Dispatch1.expr_wrap_dsttype_module d expr)] - 543 | ]............. - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - (_, VaVal _, VaVal _, VaVal None, VaVal (_::_)) - env TOP=.. ../tools/LAUNCH ocamlfind ocamlopt -package unix,compiler-libs.common,camlp5.extfun,camlp5.parser_quotations,pa_ppx.deriving,pa_ppx.base,pa_ppx.unmatched_vala,pa_ppx.deriving_plugins.params,pa_ppx.params_runtime -syntax camlp5r -c pa_deriving_migrate.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/default/lib/ocaml/compiler-libs, /home/opam/.opam/default/lib/ocaml - File "pa_deriving_migrate.ml", line 36, characters 24-32: - 36 | | exception Failure "caught" -> None - ^^^^^^^^ - Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (See manual section 11.5) - File "pa_deriving_migrate.ml", lines 97-105, characters 30-1: - 97 | ..............................fun [ - 98 | None -> [] - 99 | | Some <:expr< fun [ $list:l$ ] >> -> - 100 | List.map (fun (p,wheno,e) -> - 101 | match Patt.unapplist p with [ - 102 | (<:patt< $uid:uid$ >>, _) -> (uid, (p, wheno, e)) - 103 | | _ -> Ploc.raise (loc_of_patt p) (Failure "extract_case_branches: case-branches must start with a UIDENT") - 104 | ]) l - 105 | ] - 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_migrate.ml", lines 160-164, characters 21-3: - 160 | .....................fun [ - 161 | <:expr< [] >> -> List.rev acc - 162 | | <:expr< [ ( [%typ: $type:t1$], [%typ: $type:t2$] ) :: $tl$ ] >> -> - 163 | crec [ (t1, t2) :: acc ] tl - 164 | ]... - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - ExLong (_, LiUid (_, VaVal "")) - File "pa_deriving_migrate.ml", lines 530-543, characters 21-5: - 530 | .....................fun [ - 531 | <:constructor< $uid:uid$ of $list:tyl$ >> -> - 532 | let custom_branches = Std.filter (fun (n, _) -> uid = n) d.Dispatch1.custom_branches in - 533 | if custom_branches <> [] then - 534 | List.map snd custom_branches - ... - 540 | <:expr< $e$ ($app_dt t (fst sub_rw)$ $lid:v$) >> - 541 | ) <:expr< $uid:uid$ >> argvars in - 542 | [(patt, <:vala< None >>, Dispatch1.expr_wrap_dsttype_module d expr)] - 543 | ]............. - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - (_, VaVal _, VaVal _, VaVal None, VaVal (_::_)) - /usr/bin/make DESTDIR=/home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate/../local-install/ install - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate' - mkdir -p /home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate/../local-install//lib - ./META.pl /home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate/../local-install//lib > META - env TOP=.. ../tools/LAUNCH not-ocamlfind reinstall-if-diff pa_ppx_migrate -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate/../local-install//lib META pa_deriving_migrate.cmo pa_deriving_migrate.cmi pa_deriving_migrate.cmx pa_deriving_migrate.o - ocamlfind: [WARNING] No such directory: /home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate/../local-install//lib/pa_ppx_migrate - reinstall-if-diff: remove and install lists have differing lengths - + ocamlfind remove -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate/../local-install//lib pa_ppx_migrate - ocamlfind: [WARNING] No such file: /home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate/../local-install//lib/pa_ppx_migrate/META - + ocamlfind install pa_ppx_migrate -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate/../local-install//lib META pa_deriving_migrate.cmo pa_deriving_migrate.cmi pa_deriving_migrate.cmx pa_deriving_migrate.o - Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate/../local-install//lib/pa_ppx_migrate/pa_deriving_migrate.o - Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate/../local-install//lib/pa_ppx_migrate/pa_deriving_migrate.cmx - Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate/../local-install//lib/pa_ppx_migrate/pa_deriving_migrate.cmi - Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate/../local-install//lib/pa_ppx_migrate/pa_deriving_migrate.cmo - Installed /home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate/../local-install//lib/pa_ppx_migrate/META - rm -f META - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate' - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate' -> compiled pa_ppx_migrate.0.08 [pa_ppx_migrate: make install] + /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08) - set -e; for i in pa_migrate; do cd $i; /usr/bin/make all; cd ..; done - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate' - /usr/bin/make DESTDIR=/home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate/../local-install/ install - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate' - mkdir -p /home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate/../local-install//lib - ./META.pl /home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate/../local-install//lib > META - env TOP=.. ../tools/LAUNCH not-ocamlfind reinstall-if-diff pa_ppx_migrate -destdir /home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate/../local-install//lib META pa_deriving_migrate.cmo pa_deriving_migrate.cmi pa_deriving_migrate.cmx pa_deriving_migrate.o - rm -f META - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate' - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/pa_ppx_migrate.0.08/pa_migrate' - ocamlfind remove pa_ppx_migrate || true - ocamlfind: [WARNING] No such file: /home/opam/.opam/default/lib/pa_ppx_migrate/META - ocamlfind install pa_ppx_migrate local-install/lib/pa_ppx_migrate/* - Installed /home/opam/.opam/default/lib/pa_ppx_migrate/pa_deriving_migrate.o - Installed /home/opam/.opam/default/lib/pa_ppx_migrate/pa_deriving_migrate.cmx - Installed /home/opam/.opam/default/lib/pa_ppx_migrate/pa_deriving_migrate.cmo - Installed /home/opam/.opam/default/lib/pa_ppx_migrate/pa_deriving_migrate.cmi - Installed /home/opam/.opam/default/lib/pa_ppx_migrate/META -> installed pa_ppx_migrate.0.08 [WARNING] Opam packages conf-libpcre.2, conf-m4.1, conf-perl-string-shellquote.3, conf-pkg-config.5 and not-ocamlfind.0.14 depend on the following system packages that are no longer installed: libpcre3-dev libstring-shellquote-perl m4 pkg-config xdot - conf-libpcre.2: depends on libpcre3-dev - conf-m4.1: depends on m4 - conf-perl-string-shellquote.3: depends on libstring-shellquote-perl - conf-pkg-config.5: depends on pkg-config - not-ocamlfind.0.14: depends on xdot === STDERR === 2026-06-24 19:09.44: OK: build pa_ppx_migrate.0.08 (runc: 6.1s, disk: 21KB) 2026-06-24 19:09.44: Job succeeded