2026-02-19 09:21.57: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (07c686acdacbfa44aecf9193ef1241bc0a65da85) (linux-x86_64:debian-13-4.12_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.12@sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 07c686accat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.12@sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7# debian-13-4.12_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.12.1 ocaml-base-compiler.4.12.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.12.0 seq.base 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-02-19 09:21.57: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-4.12@sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7-debian-13-4.12_opam-2.5-8622b9baa8a63ea92a483cf765e52c8c"2026-02-19 09:21.57: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.12@sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7)(comment debian-13-4.12_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 (network host)(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.12.1 ocaml-base-compiler.4.12.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.12.0 seq.base 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-02-19 09:21.57: Waiting for resource in pool OCluster2026-02-19 09:21.57: Waiting for worker…2026-02-19 09:21.57: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 07c686ac Merge pull request #627 from NathanReb/document-future-nodes-manipulation(from ocaml/opam:debian-13-ocaml-4.12@sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7)Unable to find image 'ocaml/opam:debian-13-ocaml-4.12@sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7' locallydocker.io/ocaml/opam@sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7: 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: Already exists9b8b724665ed: Already existsf81507befe71: Already exists7984e4546bf9: Already exists3579b890ab6e: Already existse83772930ba8: Already exists97efce99b63b: Pulling fs layerdbaaebda2844: Pulling fs layerca42163bf539: Pulling fs layer15000fbf17e7: Pulling fs layer15000fbf17e7: Waitingca42163bf539: Verifying Checksumca42163bf539: Download completedbaaebda2844: Verifying Checksumdbaaebda2844: Download complete15000fbf17e7: Verifying Checksum15000fbf17e7: Download complete97efce99b63b: Verifying Checksum97efce99b63b: Download complete97efce99b63b: Pull completedbaaebda2844: Pull completeca42163bf539: Pull complete15000fbf17e7: Pull completeDigest: sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7Status: Downloaded newer image for ocaml/opam@sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f72026-02-19 09:23.03 ---> saved as "4d1d68efb85067cf7a79fa9007242e66e40b48ace5a5648cd96317ff96a438e1"/: (comment debian-13-4.12_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-02-19 09:23.04 ---> saved as "36d12b27c455a38478eef613ad73fb031aa448329468e382b2714140e009e72f"/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-02-19 09:23.37 ---> saved as "2557c0b661da5c1d5f8bd4a0ea55cac1310e0ddfd745420724d5d33135c4ab05"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.12.12.5.02026-02-19 09:23.37 ---> saved as "0b5e5e5eccb22433c8d8cafe1359c4f318032b5236fcffd83398d19d0bbfbb2a"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-19 09:23.37 ---> saved as "e4feaccf762fc2e6ca213e7cd97b1815c35208a7162a09c889faec76076245d3"/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..48176cb9e4 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-02-19 09:24.02 ---> saved as "4346e6e7ef03b1cd6e54fc68512604e00ac6dd1d2a379bc5347e060c0ae1585a"/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2026-02-19 09:24.03 ---> saved as "f9a966821d4f5578d98a387c0a5a7c439008848f606d7d46dd94a3ad498398fc"/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-02-19 09:24.07 ---> saved as "2a82958b8ae7c4b4b9cb37f37f0e3af301a66c7e5e373ad0a1802e45e77da78d"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-19 09:24.08 ---> saved as "e25f91d9824422b9ea3e3730ee78cd7b824dc62dc00a09c9751e83ae550143af"/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.12.1 ocaml-base-compiler.4.12.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.12.0 seq.base 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 [110 kB]- Fetched 200 kB in 0s (1868 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.12.1).[NOTE] Package ocaml is already installed (current version is 4.12.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-02-19 09:24.17 ---> saved as "29978007aa6e91b1ede34218d8ca5a35256bfdba44fdd1b16255db395f043f3c"/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.12.1).[NOTE] Package ocaml is already installed (current version is 4.12.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 14 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.12.0- install seq base- 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 seq.base (cached)-> installed seq.base-> retrieved re.1.12.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 re.1.12.0-> installed sexplib0.v0.15.1-> 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-02-19 09:25.05 ---> saved as "117db87459c37df82fae121d134e45c2b9dea03b8a157506dfd8884cf6f766b0"/src: (copy (src .) (dst /src))2026-02-19 09:25.05 ---> saved as "c7ced30e4b953dad83c701221b2f11722197a66adfa69dc18e070737ff430b21"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-02-19 09:25.23 ---> saved as "780ec2cefbca81bdc087c8171cc5acd2b060ad26799b5e2a52203d973aaf0592"Job succeeded2026-02-19 09:25.23: Job succeeded