Build:
  1. 0
2026-06-23 19:24.49: New job: build pa_ppx_migrate.0.08 (faf7ac3c262c)
2026-06-23 19:24.49: Waiting for resource in pool day11-builds
2026-06-23 20:27.38: Got resource from pool day11-builds
2026-06-23 20:27.38: [profile full] build pa_ppx_migrate.0.08
2026-06-23 20:27.38: build pa_ppx_migrate.0.08 (faf7ac3c262c)
=== DEPENDENCIES (49 transitive) ===
  astring.0.8.5                                      ee1f3bf95dc8
  base.v0.15.2                                       1ed90cbdf593
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bos.0.2.1                                          d3c076079996
  camlp-streams.5.0.1                                ddd0dc4fb314
  camlp5.8.00.02                                     5a87b37beb00
  conf-libpcre.2                                     e294701a2873
  conf-m4.1                                          16c0f2e0bd7c
  conf-perl.2                                        9ee1ae5f2bf1
  conf-perl-ipc-system-simple.3                      2ea91c11cd77
  conf-perl-string-shellquote.3                      bde1bb123adc
  conf-pkg-config.5                                  4b60827fc174
  conf-which.1                                       9799649fc020
  csexp.1.5.2                                        432b3467792d
  cstruct.6.2.0                                      abf9599e3842
  dune.3.22.2                                        d419ab6dc28c
  dune-compiledb.0.6.0                               ee4bdfa97982
  dune-configurator.3.22.2                           135b427d31ff
  ezjsonm.1.3.0                                      82ccd360bbb4
  fmt.0.11.0                                         9a6a208f9935
  fpath.0.7.3                                        0a6805d7891d
  hex.1.5.0                                          2fcae5dc50c7
  jsonm.1.0.2                                        6add1f639558
  logs.0.8.0                                         4cee24c382a8
  not-ocamlfind.0.14                                 d638c384659b
  num.1.6                                            cbbd30d57daf
  ocaml.4.13.1                                       374ce8822fbe
  ocaml-base-compiler.4.13.1                         3060c22370ce
  ocaml-config.2                                     7e2bf3da2a6e
  ocamlbuild.0.16.1                                  92efc231a261
  ocamlfind.1.9.8                                    07c0f7045661
  ocamlgraph.2.2.0                                   9550ff911abb
  ounit.2.2.7                                        79b250cfa2e0
  ounit2.2.2.7                                       1354d25d3b6c
  pa_ppx.0.08                                        34918842efdd
  parsexp.v0.15.0                                    e6c4629da11b
  pcre.8.0.5                                         46f8e60c2ef3
  result.1.5                                         3f7bc81b10c3
  rresult.0.7.0                                      d29141482d7d
  seq.base                                           bf7c50d4ed64
  sexplib.v0.15.1                                    065d0d3b9968
  sexplib0.v0.15.1                                   ba134d7c4766
  stdint.0.7.2                                       ec098ee0258b
  stdlib-shims.0.3.0                                 3094441460ab
  topkg.1.1.1                                        9e62ca7deaa9
  uint.2.0.1                                         147422891b66
  uutf.1.0.4                                         1cc2c5be5ba7
  yojson.3.0.0                                       ab1d1e211753
=== 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-23 20:27.59: OK: build pa_ppx_migrate.0.08 (runc: 5.1s, disk: 21KB)
2026-06-23 20:27.59: Job succeeded