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:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 07c686ac cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.12@sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7 # debian-13-4.12_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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 --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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-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 OCluster 2026-02-19 09:21.57: Waiting for worker… 2026-02-19 09:21.57: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD 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' locally docker.io/ocaml/opam@sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7: Pulling from ocaml/opam ef235bf1a09a: Already exists 58b06b604a42: Already exists b55f23c32d5a: Already exists aa415425edb7: Already exists c4f39ed7469c: Already exists ca248a2fdd5e: Already exists 74109c509b2f: Already exists 18c2fa2271cb: Already exists 37d4d41661a2: Already exists 0b2f35f78814: Already exists e65f29522a9a: Already exists 603a51b67573: Already exists 89b2faa02f16: Already exists e5f11471afd4: Already exists d7b0e5daa224: Already exists 7bec4d50f3b2: Already exists d3a70ed71f1c: Already exists 90de03d9b27a: Already exists a28f685cf2db: Already exists 5bb5e02041c7: Already exists 74f9af816199: Already exists 74c2f6cb4138: Already exists 4f4fb700ef54: Already exists 5ce9bdcb2952: Already exists bf18c14e9b34: Already exists bb4b67501479: Already exists 89e7ed0468f5: Already exists 640077527026: Already exists 363b481ff012: Already exists 437bd8bc3ce9: Already exists 2bcf3429833a: Already exists 3e5fe21454e9: Already exists f3afb11ae499: Already exists c3a5b88f5e5f: Already exists 124a1dc355b1: Already exists 0a9982d37abd: Already exists 9b8b724665ed: Already exists f81507befe71: Already exists 7984e4546bf9: Already exists 3579b890ab6e: Already exists e83772930ba8: Already exists 97efce99b63b: Pulling fs layer dbaaebda2844: Pulling fs layer ca42163bf539: Pulling fs layer 15000fbf17e7: Pulling fs layer 15000fbf17e7: Waiting ca42163bf539: Verifying Checksum ca42163bf539: Download complete dbaaebda2844: Verifying Checksum dbaaebda2844: Download complete 15000fbf17e7: Verifying Checksum 15000fbf17e7: Download complete 97efce99b63b: Verifying Checksum 97efce99b63b: Download complete 97efce99b63b: Pull complete dbaaebda2844: Pull complete ca42163bf539: Pull complete 15000fbf17e7: Pull complete Digest: sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7 Status: Downloaded newer image for ocaml/opam@sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7 2026-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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-02-19 09:23.37 ---> saved as "2557c0b661da5c1d5f8bd4a0ea55cac1310e0ddfd745420724d5d33135c4ab05" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-90-generic The OCaml toplevel, version 4.12.1 2.5.0 2026-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_HEAD 340ee6fd1f..48176cb9e4 master -> origin/master 302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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.1 Done. # 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 succeeded 2026-02-19 09:25.23: Job succeeded