2026-03-03 11:17.10: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/629/head (8375eb9da61d0b659d31481bc4aa16cc5f54539d) (linux-x86_64:debian-12-4.14_opam-2.5) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/629/head" && git reset --hard 8375eb9d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db # debian-12-4.14_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.16.4 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.14.2 ocaml-base-compiler.4.14.2 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.16.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 $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-03 11:17.10: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db-debian-12-4.14_opam-2.5-b9b36af41770de703d6811b6e9bd97f4" 2026-03-03 11:17.10: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db) (comment debian-12-4.14_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.16.4 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.14.2 ocaml-base-compiler.4.14.2 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.16.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-03 11:17.10: Waiting for resource in pool OCluster 2026-03-03 11:17.10: Waiting for worker… 2026-03-03 11:21.50: Got resource from pool OCluster Building on eumache All commits already cached HEAD is now at 8375eb9d Add support for 5.4 bivariant params in classes (from ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db' locally docker.io/ocaml/opam@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db: Pulling from ocaml/opam 6bc9f599b3ef: Already exists d58ede61f1ea: Already exists 59fd7d32ea8a: Already exists 60d26dc9eed4: Already exists 98f543d3d01d: Already exists 161a462e0ee3: Already exists d63b9e393571: Already exists 5035b470c5fd: Already exists c044051f86f0: Already exists e46db7eb399e: Already exists 3e83b7b7fc77: Already exists 03ea2e79c43c: Already exists 8d2b9b45eead: Already exists a3c20940c5b9: Already exists bbffc2740725: Already exists 5f27f2e5115b: Already exists aa26a691a008: Already exists bd1d45f5a000: Already exists 0cc5c7c7516a: Already exists d0b90656e0e8: Already exists 643825a484d2: Already exists 67dabf16b113: Already exists 4f4fb700ef54: Already exists 9551114336f8: Already exists 2a7bf6427e8c: Already exists 1b47d47d94f8: Already exists 4be82938ba83: Already exists 80976f0d06a6: Already exists 5bbf91e88fcf: Already exists 10bde5a9d661: Already exists 00617c3bf097: Already exists 6dff02c33996: Already exists 42aae9593b3f: Already exists aec72d9c9e64: Already exists 16d1596d51b2: Already exists 9cbb5291df33: Already exists 11ddb25ececc: Already exists 46139e478336: Already exists e852d99175ac: Already exists 8efd7bff796c: Already exists 49052a37c89a: Already exists 3a99b4ee4231: Already exists c75f7bd00dfc: Already exists 00d438fe307c: Already exists 0b6b272507f8: Already exists Digest: sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db Status: Downloaded newer image for ocaml/opam@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db 2026-03-03 11:21.50 ---> using "803d3abb0b30d9111098acbd495ef0082ad79e8f26595cf5193f0fdf5ac7c007" from cache /: (comment debian-12-4.14_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-03 11:21.51 ---> saved as "be39064392c922316f5e43243de103d15ddc965bc8763a22c341e0c9a34151eb" /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-03 11:22.22 ---> saved as "80e163142c89c25bd30d9e4388418870595e3828055a382b322da8351ae2e70f" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-03-03 11:22.23 ---> saved as "8363f9073e832b63eb1abebdfdb614cae4914b44026cf7c73226e5d4223c2f50" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-03 11:22.24 ---> saved as "f3a7d1671b4872c2e2880bfbed5666be41e43f60697fd5e07446f336a2456514" /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")) 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-03 11:22.44 ---> saved as "2efdb764138b80d24c7f5b6799336bb0a1c16a0bf987aa7cb4e89a688de1c3b6" /src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) 2026-03-03 11:22.46 ---> saved as "a6183a07bb4d34202f329747d8a82f078a0d2ff1df7aa5f56417d3af5640ad65" /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-03 11:22.52 ---> saved as "8da55ab6c79609d3f5b91f24d4dcf66f8c55618cf420d77090354947eb7cc8dd" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-03 11:22.53 ---> saved as "7ba17f6efd888de96726dfe91277ff6babbc248fa070ed983426bc7270f7df4e" /src: (env DEPS "base.v0.16.4 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.14.2 ocaml-base-compiler.4.14.2 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.16.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 bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [293 kB] - Fetched 397 kB in 0s (1253 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.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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-03 11:23.07 ---> saved as "0b18924d5f3433790abd515df4340c5e4af23eb80bf6cf7be41939b29cb43d78" /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.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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.16.4 - 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.16.0 - install stdlib-shims 0.3.0 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.16.4 (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.16.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.12.4 -> installed re.1.14.0 -> installed sexplib0.v0.16.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.16.4 Done. # To update the current shell environment, run: eval $(opam env) 2026-03-03 11:24.24 ---> saved as "08d26c47ae47e0e3ada27d19d9db3c78d02698382208ef836934a00fa6c18d32" /src: (copy (src .) (dst /src)) 2026-03-03 11:24.27 ---> saved as "694eb75a054383b099b2fd0ca704b135c5f1cb0c460d9f2a30f4cc428f662c36" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-03-03 11:25.03 ---> saved as "618cf847f86fb3b12355627dd61726c47a6c84637f5c59ad46cb118f3d3b7dfc" Job succeeded 2026-03-03 11:25.03: Job succeeded