2026-03-10 10:42.46: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/622/head (2dc3e7c861894b9695d80696f5cd24e25fa16857) (linux-x86_64:debian-13-4.13_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.13@sha256:bfad6276651439d1936485d150481955294d3b0412f2a7a09e4a92b04f157e28Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/622/head" && git reset --hard 2dc3e7c8cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.13@sha256:bfad6276651439d1936485d150481955294d3b0412f2a7a09e4a92b04f157e28# debian-13-4.13_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.15.1 base-bigarray.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.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.15.1 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 10:42.46: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-4.13@sha256:bfad6276651439d1936485d150481955294d3b0412f2a7a09e4a92b04f157e28-debian-13-4.13_opam-2.5-f69f87f528e95c08ba24ef99cc485d57"2026-03-10 10:42.46: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.13@sha256:bfad6276651439d1936485d150481955294d3b0412f2a7a09e4a92b04f157e28)(comment debian-13-4.13_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.15.1 base-bigarray.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.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.15.1 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 10:42.46: Waiting for resource in pool OCluster2026-03-10 10:42.46: Waiting for worker…2026-03-10 10:43.55: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 2dc3e7c8 Update changelog(from ocaml/opam:debian-13-ocaml-4.13@sha256:bfad6276651439d1936485d150481955294d3b0412f2a7a09e4a92b04f157e28)Unable to find image 'ocaml/opam:debian-13-ocaml-4.13@sha256:bfad6276651439d1936485d150481955294d3b0412f2a7a09e4a92b04f157e28' locallydocker.io/ocaml/opam@sha256:bfad6276651439d1936485d150481955294d3b0412f2a7a09e4a92b04f157e28: Pulling from ocaml/opamef235bf1a09a: Already exists58b06b604a42: Already existsb55f23c32d5a: Already existsaa415425edb7: Already existsc4f39ed7469c: Already existsca248a2fdd5e: Pulling fs layer74109c509b2f: Pulling fs layer18c2fa2271cb: Pulling fs layer37d4d41661a2: Pulling fs layer0b2f35f78814: Pulling fs layere65f29522a9a: Pulling fs layer74109c509b2f: Download complete18c2fa2271cb: Download complete603a51b67573: Pulling fs layer37d4d41661a2: Download complete89b2faa02f16: Pulling fs layer0b2f35f78814: Download completee65f29522a9a: Download complete603a51b67573: Download completee5f11471afd4: Pulling fs layer89b2faa02f16: Download completed7b0e5daa224: Pulling fs layer7bec4d50f3b2: Pulling fs layerd3a70ed71f1c: Pulling fs layer90de03d9b27a: Pulling fs layera28f685cf2db: Pulling fs layer5bb5e02041c7: Pulling fs layer7bec4d50f3b2: Download completed3a70ed71f1c: Download completee5f11471afd4: Download complete90de03d9b27a: Download completed7b0e5daa224: Download completea28f685cf2db: Download complete74f9af816199: Pulling fs layer5bb5e02041c7: Download complete74c2f6cb4138: Pulling fs layer74f9af816199: Download complete4f4fb700ef54: Pulling fs layer74c2f6cb4138: Download complete5ce9bdcb2952: Pulling fs layer4f4fb700ef54: Download completebf18c14e9b34: Pulling fs layerbb4b67501479: Pulling fs layer5ce9bdcb2952: Download complete89e7ed0468f5: Pulling fs layer640077527026: Pulling fs layer363b481ff012: Pulling fs layer437bd8bc3ce9: Pulling fs layerbb4b67501479: Download completebf18c14e9b34: Download complete89e7ed0468f5: Download complete2bcf3429833a: Pulling fs layer640077527026: Download complete363b481ff012: Download complete3e5fe21454e9: Pulling fs layer437bd8bc3ce9: Download completef3afb11ae499: Pulling fs layer2bcf3429833a: Download complete3e5fe21454e9: Download completec3a5b88f5e5f: Pulling fs layer124a1dc355b1: Pulling fs layerf3afb11ae499: Download complete0a9982d37abd: Pulling fs layerc3a5b88f5e5f: Download complete124a1dc355b1: Download complete9b8b724665ed: Pulling fs layerf81507befe71: Pulling fs layer7984e4546bf9: Pulling fs layer3579b890ab6e: Pulling fs layere83772930ba8: Pulling fs layer9b8b724665ed: Download complete7984e4546bf9: Download completefcd684f07d31: Pulling fs layer3579b890ab6e: Download completee83772930ba8: Download complete7d5c6e4f94d9: Pulling fs layerfcd684f07d31: Waiting37c08db70373: Pulling fs layer7d5c6e4f94d9: Waitinge250847e5997: Pulling fs layer37c08db70373: Waitinge250847e5997: Waitingf81507befe71: Verifying Checksumf81507befe71: Download complete0a9982d37abd: Verifying Checksum0a9982d37abd: Download completeca248a2fdd5e: Pull complete74109c509b2f: Pull complete18c2fa2271cb: Pull complete37d4d41661a2: Pull complete0b2f35f78814: Pull completee65f29522a9a: Pull complete603a51b67573: Pull complete89b2faa02f16: Pull completee5f11471afd4: Pull completed7b0e5daa224: Pull complete7bec4d50f3b2: Pull completed3a70ed71f1c: Pull complete90de03d9b27a: Pull completea28f685cf2db: Pull complete5bb5e02041c7: Pull complete74f9af816199: Pull complete74c2f6cb4138: Pull complete4f4fb700ef54: Pull complete5ce9bdcb2952: Pull completebf18c14e9b34: Pull completebb4b67501479: Pull complete89e7ed0468f5: Pull complete640077527026: Pull complete363b481ff012: Pull complete437bd8bc3ce9: Pull complete2bcf3429833a: Pull complete3e5fe21454e9: Pull completef3afb11ae499: Pull completec3a5b88f5e5f: Pull complete124a1dc355b1: Pull completefcd684f07d31: Verifying Checksumfcd684f07d31: Download complete37c08db70373: Verifying Checksum37c08db70373: Download completee250847e5997: Verifying Checksume250847e5997: Download complete0a9982d37abd: Pull complete9b8b724665ed: Pull completef81507befe71: Pull complete7984e4546bf9: Pull complete3579b890ab6e: Pull completee83772930ba8: Pull completefcd684f07d31: Pull complete7d5c6e4f94d9: Pull complete37c08db70373: Pull completee250847e5997: Pull completeDigest: sha256:bfad6276651439d1936485d150481955294d3b0412f2a7a09e4a92b04f157e28Status: Downloaded newer image for ocaml/opam@sha256:bfad6276651439d1936485d150481955294d3b0412f2a7a09e4a92b04f157e282026-03-10 10:47.14 ---> saved as "6f67fa6fc13bc551158d0e73e142598a97e75ff23e43e453d3db94cda99480b1"/: (comment debian-13-4.13_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 10:47.15 ---> saved as "3c55d1ce7213b1a6af05be38063f13d16b71e96290a1b6e1f655e994607ac1ed"/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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-10 10:48.02 ---> saved as "c458e681c0b29f0998e7cb94106381dace622ae231dcee47df9de27c584c21bd"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.13.12.5.02026-03-10 10:48.04 ---> saved as "34924938a23cbd3cdd17ff5553cf127d9f54d28e1f916d86be547a4990655677"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-10 10:48.04 ---> saved as "9a3462380ba2d5756cc95b643fb520ad2671c9c93318130323887553801b7cbb"/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..3c70647a78 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 10:48.35 ---> saved as "fb059e6bb1093b5af3ee684f88dfc7db6a644fe063b10bbed7db483db0ba50d8"/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2026-03-10 10:48.36 ---> saved as "934c95ba100e51dfaacbebfed29f148bf7e4b34334a8f843643c761ec19010da"/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 10:48.42 ---> saved as "50bf1294ca3f136ac1b77a412cb9940c0e88f110e5f720d42abed5a66dfb3fc8"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-10 10:48.42 ---> saved as "c590d09fc742d093a3ca7eb97154067e2ea3d738bf5daddcbf20240175dd9818"/src: (env DEPS "base.v0.15.1 base-bigarray.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.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.15.1 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 (1330 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1).[NOTE] Package ocaml is already installed (current version is 4.13.1).[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-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-03-10 10:49.02 ---> saved as "14a3a8f660a7c6938f6a1885aa4653e6b09fe9fa0bdb0b064cfed7384cf45c07"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1).[NOTE] Package ocaml is already installed (current version is 4.13.1).[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-bigarray is already installed (current version is base).The following actions will be performed:=== install 13 packages- install base v0.15.1- 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.12.4- install ocamlfind 1.9.8- install ppx_derivers 1.2.1- install re 1.14.0- install sexplib0 v0.15.1- install stdlib-shims 0.3.0- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.15.1 (cached)-> retrieved cinaps.v0.15.1 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.15.1 (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 stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.12.4-> installed sexplib0.v0.15.1-> installed re.1.14.0-> installed yojson.3.0.0-> installed cinaps.v0.15.1-> installed dune-configurator.3.21.1-> installed base.v0.15.1Done.# To update the current shell environment, run: eval $(opam env)2026-03-10 10:50.46 ---> saved as "604aab4034ad780143a42e2f91d45a44ad5763e0f0c6f87440845698c2d1f3f5"/src: (copy (src .) (dst /src))2026-03-10 10:50.47 ---> saved as "4540d431d0d6db68306bc065a5d787c8303c6818055396c689cc6f63a45036c0"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-03-10 10:52.06 ---> saved as "ee34059aed3ceda7b19d8b26bc313ccd8467c57cdeee374fd38a749a5a5dcab9"Job succeeded2026-03-10 10:52.06: Job succeeded