2026-03-10 14:11.49: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/0.35 (8501b057fd66f1698194e529ea90b4cd2d9cb2af) (linux-x86_64:debian-13-5.3_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "0.35" && cd "ppxlib" && git reset --hard 8501b057cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992# debian-13-5.3_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam ./RUN opam pin add -yn ppxlib.dev './' && \opam pin add -yn ppxlib-tools.dev './' && \opam pin add -yn ppxlib-bench.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-10 14:11.49: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992-debian-13-5.3_opam-2.5-69b73b4b70e5d00729fd4f652f7411e6"2026-03-10 14:11.49: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992)(comment debian-13-5.3_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))(run (network host)(shell "opam pin add -yn ppxlib.dev './' && \\nopam pin add -yn ppxlib-tools.dev './' && \\nopam pin add -yn ppxlib-bench.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.3.0.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-03-10 14:11.49: Waiting for resource in pool OCluster2026-03-10 14:11.49: Waiting for worker…2026-03-10 14:11.49: Got resource from pool OClusterBuilding on doris.caelum.ci.devHEAD is now at 9c4b3851 Merge pull request #625 from patricoferris/migrate-module-opensHEAD is now at 8501b057 Update changes(from ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992)Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992' locallydocker.io/ocaml/opam@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992: Pulling from ocaml/opamef235bf1a09a: Already exists58b06b604a42: Already existsb55f23c32d5a: Already existsaa415425edb7: Already existsc4f39ed7469c: Already existsca248a2fdd5e: Already exists74109c509b2f: Already exists18c2fa2271cb: Already exists37d4d41661a2: Already exists0b2f35f78814: Already existse65f29522a9a: Already exists603a51b67573: Already exists89b2faa02f16: Already existse5f11471afd4: Already existsd7b0e5daa224: Already exists7bec4d50f3b2: Already existsd3a70ed71f1c: Already exists90de03d9b27a: Already existsa28f685cf2db: Already exists5bb5e02041c7: Already exists74f9af816199: Already exists74c2f6cb4138: Already exists4f4fb700ef54: Already exists5ce9bdcb2952: Already existsbf18c14e9b34: Already existsbb4b67501479: Already exists89e7ed0468f5: Already exists640077527026: Already exists363b481ff012: Already exists437bd8bc3ce9: Already exists2bcf3429833a: Already exists3e5fe21454e9: Already existsf3afb11ae499: Already existsc3a5b88f5e5f: Already exists124a1dc355b1: Already exists0a9982d37abd: Pulling fs layer9b8b724665ed: Pulling fs layerf81507befe71: Pulling fs layer7984e4546bf9: Pulling fs layer3579b890ab6e: Pulling fs layere83772930ba8: Pulling fs layerae210f88246e: Pulling fs layere035ef68bd1a: Pulling fs layer7984e4546bf9: Download complete10a755270a5b: Pulling fs layer3579b890ab6e: Download completee83772930ba8: Download complete9b8b724665ed: Download complete1755e991b6c8: Pulling fs layerf81507befe71: Download completeae210f88246e: Waitingae94c29fbf6c: Pulling fs layere035ef68bd1a: Waiting10a755270a5b: Waiting1755e991b6c8: Waiting3b6d83a554b5: Pulling fs layerae94c29fbf6c: Waitingaf0ec77481d2: Pulling fs layer3b6d83a554b5: Waitingaf0ec77481d2: Waiting0a9982d37abd: Pull complete9b8b724665ed: Pull completef81507befe71: Pull complete7984e4546bf9: Pull complete3579b890ab6e: Pull completee83772930ba8: Pull completeae210f88246e: Verifying Checksumae210f88246e: Download completee035ef68bd1a: Download completeae210f88246e: Pull completee035ef68bd1a: Pull complete10a755270a5b: Verifying Checksum10a755270a5b: Download complete10a755270a5b: Pull completeae94c29fbf6c: Download complete3b6d83a554b5: Verifying Checksum3b6d83a554b5: Download completeaf0ec77481d2: Download complete1755e991b6c8: Verifying Checksum1755e991b6c8: Download complete1755e991b6c8: Pull completeae94c29fbf6c: Pull complete3b6d83a554b5: Pull completeaf0ec77481d2: Pull completeDigest: sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992Status: Downloaded newer image for ocaml/opam@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa9922026-03-10 14:11.50 ---> using "e1dec835eb16aab2e6170aa754d4be70a523b94de2df7b5426224e11fdbb44f0" from cache/: (comment debian-13-5.3_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-10 14:11.50 ---> using "091ea47cc9dcc2c6ee4bc3c643c1b31c5b0a9dad0080d32df9653298a3328962" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-10 14:11.50 ---> using "5770bff9998b8a059f801b8854e42ac3eba9fff4c1546600d201b8a83ca714b9" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-94-genericThe OCaml toplevel, version 5.3.02.5.02026-03-10 14:11.50 ---> using "b8fca50f17aec6c4813ea18ee248f687a8a6fa31cc6ab26ffba9b9f4cb13dda2" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-10 14:11.50 ---> using "f8c8a85b6aeb3ace685c9d7afa005566d93cb2922b1cd3f5b1825dadcbd28b86" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD340ee6fd1f..325491a76d master -> origin/master302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-03-10 14:11.50 ---> using "a4a606e713da4bf2db724210bc725b274abc85166958c9886a5eb8f7a0008e51" from cache/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2026-03-10 14:11.50 ---> saved as "49d1b9fff3b0a7fa9d6cce3cb8b080e5b1f6c9070d5121e169218f95f912cba6"/src: (run (network host)(shell "opam pin add -yn ppxlib.dev './' && \\nopam pin add -yn ppxlib-tools.dev './' && \\nopam pin add -yn ppxlib-bench.dev './'"))[ppxlib.dev] synchronised (file:///src)ppxlib is now pinned to file:///src (version dev)[ppxlib-tools.dev] synchronised (file:///src)ppxlib-tools is now pinned to file:///src (version dev)[NOTE] Package ppxlib-bench does not exist in opam repositories registered in the current switch.[ppxlib-bench.dev] synchronised (file:///src)ppxlib-bench is now pinned to file:///src (version dev)2026-03-10 14:11.54 ---> saved as "e29e197b894dcae08565df0e088a25854d3e7d91fe081cefd0fd91770f87a68f"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-10 14:11.54 ---> saved as "547a4dea672629607f9d5fa79b95c8b9e9669965cfba8c0b8c989eb6a293e3c3"/src: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.3.0.0")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [108 kB]- Fetched 199 kB in 0s (1105 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ppxlib.dev] synchronised (file:///src)[ppxlib-bench.dev] synchronised (file:///src)[ppxlib-tools.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-03-10 14:12.02 ---> saved as "9e024b5e26093bed36f7b6a6d5fe39ce028856fa48750480a074fec49325291e"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 14 packages- install base v0.17.3- install cinaps v0.15.1- install cmdliner 2.1.0- install csexp 1.5.2- install dune 3.21.1- install dune-configurator 3.21.1- install ocaml-compiler-libs v0.17.0- install ocaml_intrinsics_kernel v0.17.1- install ocamlfind 1.9.8- install ppx_derivers 1.2.1- install re 1.14.0- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.17.3 (cached)-> retrieved cinaps.v0.15.1 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)-> installed cmdliner.2.1.0-> installed ocamlfind.1.9.8-> installed dune.3.21.1-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed cinaps.v0.15.1-> installed dune-configurator.3.21.1-> installed base.v0.17.3Done.# To update the current shell environment, run: eval $(opam env)2026-03-10 14:12.43 ---> saved as "f2765a744c4bcdccc4eaceec3563f43d3b7bebaa6ed3fd1104042110282efaf5"/src: (copy (src .) (dst /src))2026-03-10 14:12.43 ---> saved as "b5052586e8428ba819504d050044fe9702204adc7ec7964bc10daca4ab48a97b"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/502_migrations/.driver.eobjs/byte -I ast/.ppxlib_ast.objs/byte -I src/.ppxlib.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/502_migrations/.driver.eobjs/byte/dune__exe__Test.cmo -c -impl test/502_migrations/test.ml)File "test/502_migrations/test.ml", line 6, characters 3-9:6 | [%%ignore]^^^^^^Error: Uninterpreted extension 'ignore'.File "test/502_migrations/run.t", line 1, characters 0-0:/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/502_migrations/run.t _build/default/test/502_migrations/run.t.correcteddiff --git a/_build/default/test/502_migrations/run.t b/_build/default/test/502_migrations/run.t.correctedindex da036da..98de5bd 100644--- a/_build/default/test/502_migrations/run.t+++ b/_build/default/test/502_migrations/run.t.corrected@@ -15,7 +15,7 @@ Local module open types should be preserved during the migrations.$ ./driver.exe test.mlmodule M = struct type t = int end- type t = M.(t)+ type t = [%ppxlib.migration.ptyp_open_502 : t M]2. Valid locations"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-03-10 14:12.59: Job failed: Failed: Build failed