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.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" && cd "ppxlib" && git fetch origin "refs/pull/622/head" && git reset --hard 2dc3e7c8 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-03-10 10:42.46: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-4.12@sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7-debian-13-4.12_opam-2.5-8622b9baa8a63ea92a483cf765e52c8c" 2026-03-10 10:42.46: 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 (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-03-10 10:42.46: Waiting for resource in pool OCluster 2026-03-10 10:42.46: Waiting for worker… 2026-03-10 10:43.56: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at 2dc3e7c8 Update changelog (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: Pulling fs layer 74109c509b2f: Pulling fs layer 18c2fa2271cb: Pulling fs layer 74109c509b2f: Download complete 37d4d41661a2: Pulling fs layer 18c2fa2271cb: Download complete 0b2f35f78814: Pulling fs layer e65f29522a9a: Pulling fs layer 603a51b67573: Pulling fs layer 89b2faa02f16: Pulling fs layer 0b2f35f78814: Download complete 37d4d41661a2: Download complete e65f29522a9a: Download complete e5f11471afd4: Pulling fs layer 603a51b67573: Download complete d7b0e5daa224: Pulling fs layer 89b2faa02f16: Download complete 7bec4d50f3b2: Pulling fs layer e5f11471afd4: Download complete d7b0e5daa224: Download complete d3a70ed71f1c: Pulling fs layer 90de03d9b27a: Pulling fs layer a28f685cf2db: Pulling fs layer 7bec4d50f3b2: Download complete d3a70ed71f1c: Download complete 90de03d9b27a: Download complete 5bb5e02041c7: Pulling fs layer 74f9af816199: Pulling fs layer a28f685cf2db: Download complete 74c2f6cb4138: Pulling fs layer 5bb5e02041c7: Download complete 74f9af816199: Download complete 4f4fb700ef54: Pulling fs layer 5ce9bdcb2952: Pulling fs layer 74c2f6cb4138: Download complete 4f4fb700ef54: Download complete bf18c14e9b34: Pulling fs layer bb4b67501479: Pulling fs layer 89e7ed0468f5: Pulling fs layer 640077527026: Pulling fs layer 363b481ff012: Pulling fs layer bf18c14e9b34: Download complete 5ce9bdcb2952: Download complete bb4b67501479: Download complete 437bd8bc3ce9: Pulling fs layer 89e7ed0468f5: Download complete 640077527026: Download complete 2bcf3429833a: Pulling fs layer 363b481ff012: Download complete 3e5fe21454e9: Pulling fs layer 437bd8bc3ce9: Download complete 2bcf3429833a: Download complete f3afb11ae499: Pulling fs layer c3a5b88f5e5f: Pulling fs layer 124a1dc355b1: Pulling fs layer 0a9982d37abd: Pulling fs layer f3afb11ae499: Download complete 3e5fe21454e9: Download complete 9b8b724665ed: Pulling fs layer c3a5b88f5e5f: Download complete 124a1dc355b1: Download complete f81507befe71: Pulling fs layer 7984e4546bf9: Pulling fs layer 3579b890ab6e: Pulling fs layer e83772930ba8: Pulling fs layer 97efce99b63b: Pulling fs layer 7984e4546bf9: Download complete 9b8b724665ed: Download complete e83772930ba8: Download complete 3579b890ab6e: Download complete dbaaebda2844: Pulling fs layer 97efce99b63b: Waiting ca42163bf539: Pulling fs layer dbaaebda2844: Waiting 15000fbf17e7: Pulling fs layer ca42163bf539: Waiting 15000fbf17e7: Waiting f81507befe71: Verifying Checksum f81507befe71: Download complete 0a9982d37abd: Verifying Checksum 0a9982d37abd: Download complete ca248a2fdd5e: Pull complete 74109c509b2f: Pull complete 18c2fa2271cb: Pull complete 37d4d41661a2: Pull complete 0b2f35f78814: Pull complete e65f29522a9a: Pull complete 603a51b67573: Pull complete 89b2faa02f16: Pull complete e5f11471afd4: Pull complete d7b0e5daa224: Pull complete 7bec4d50f3b2: Pull complete d3a70ed71f1c: Pull complete 90de03d9b27a: Pull complete a28f685cf2db: Pull complete 5bb5e02041c7: Pull complete 74f9af816199: Pull complete 74c2f6cb4138: Pull complete 4f4fb700ef54: Pull complete 5ce9bdcb2952: Pull complete bf18c14e9b34: Pull complete bb4b67501479: Pull complete 89e7ed0468f5: Pull complete 640077527026: Pull complete 363b481ff012: Pull complete 437bd8bc3ce9: Pull complete 2bcf3429833a: Pull complete 3e5fe21454e9: Pull complete f3afb11ae499: Pull complete c3a5b88f5e5f: Pull complete 124a1dc355b1: Pull complete dbaaebda2844: Download complete ca42163bf539: Download complete 15000fbf17e7: Download complete 97efce99b63b: Verifying Checksum 97efce99b63b: Download complete 0a9982d37abd: Pull complete 9b8b724665ed: Pull complete f81507befe71: Pull complete 7984e4546bf9: Pull complete 3579b890ab6e: Pull complete e83772930ba8: Pull 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-03-10 10:47.14 ---> 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-03-10 10:47.14 ---> 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-03-10 10:48.02 ---> 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-03-10 10:48.04 ---> saved as "0b5e5e5eccb22433c8d8cafe1359c4f318032b5236fcffd83398d19d0bbfbb2a" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-10 10:48.04 ---> 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..3c70647a78 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-03-10 10:48.34 ---> saved as "4346e6e7ef03b1cd6e54fc68512604e00ac6dd1d2a379bc5347e060c0ae1585a" /src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) 2026-03-10 10:48.35 ---> 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-03-10 10:48.42 ---> saved as "2a82958b8ae7c4b4b9cb37f37f0e3af301a66c7e5e373ad0a1802e45e77da78d" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-10 10:48.42 ---> saved as "271dcf84e89e71efcecf75516463a34d99a8bc113f37eafce9fd50c0da27776f" /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 [108 kB] - Fetched 199 kB in 0s (1628 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-03-10 10:49.00 ---> saved as "d62b707f6d66909b2f9748cc931085628a7cd6d1a811c9d1c2d33d2ee3952e65" /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 csexp.1.5.2 -> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.15.1 -> installed stdlib-shims.0.3.0 -> installed re.1.12.0 -> 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-03-10 10:50.45 ---> saved as "4b54175c33c44341e18c5f46c9a4f4260f86469bee7437a3c67f57399bc0caaf" /src: (copy (src .) (dst /src)) 2026-03-10 10:50.46 ---> saved as "4905c7b2c1bf13dc77a9e33785815120d6ac39637182e32d36a02cd1d8e02f41" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-03-10 10:52.06 ---> saved as "7256876db107365ad6656151d89c410828f894b56c1ddbf931479b13e99434a1" Job succeeded 2026-03-10 10:52.07: Job succeeded