2025-12-10 12:20.20: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/616/head (37c0ed97b8bf4a740f01d47d67d3a14e88a3bd4f) (linux-x86_64:fedora-42-4.14_opam-2.4) Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:3e49e3f53e9da26abef1c864a69c160a685605340f51e37176e1065a7f9f0761 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/616/head" && git reset --hard 37c0ed97 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:3e49e3f53e9da26abef1c864a69c160a685605340f51e37176e1065a7f9f0761 # fedora-42-4.14_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.4 /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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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.20.2 dune-configurator.3.20.2 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.4 --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 2025-12-10 12:20.20: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:fedora-42-ocaml-4.14@sha256:3e49e3f53e9da26abef1c864a69c160a685605340f51e37176e1065a7f9f0761-fedora-42-4.14_opam-2.4-53a5637229def483f6f5e1606905002f" 2025-12-10 12:20.20: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-4.14@sha256:3e49e3f53e9da26abef1c864a69c160a685605340f51e37176e1065a7f9f0761) (comment fedora-42-4.14_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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.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.20.2 dune-configurator.3.20.2 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.4 --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")) ) 2025-12-10 12:20.20: Waiting for resource in pool OCluster 2025-12-10 12:20.21: Waiting for worker… 2025-12-10 12:23.53: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 37c0ed97 Ignore extensions inside attributes for the unused extension check (from ocaml/opam:fedora-42-ocaml-4.14@sha256:3e49e3f53e9da26abef1c864a69c160a685605340f51e37176e1065a7f9f0761) Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:3e49e3f53e9da26abef1c864a69c160a685605340f51e37176e1065a7f9f0761' locally docker.io/ocaml/opam@sha256:3e49e3f53e9da26abef1c864a69c160a685605340f51e37176e1065a7f9f0761: Pulling from ocaml/opam de3dcf771dab: Pulling fs layer de3dcf771dab: Waiting de3dcf771dab: Verifying Checksum de3dcf771dab: Download complete de3dcf771dab: Pull complete Digest: sha256:3e49e3f53e9da26abef1c864a69c160a685605340f51e37176e1065a7f9f0761 Status: Downloaded newer image for ocaml/opam@sha256:3e49e3f53e9da26abef1c864a69c160a685605340f51e37176e1065a7f9f0761 2025-12-10 12:23.54 ---> using "6a83e27c50df4299be445e0a2c9e84032cd135e4865b6a595953d396a2bd6f66" from cache /: (comment fedora-42-4.14_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) 2025-12-10 12:23.54 Waiting for previous build to finish cancelling Updating and loading repositories: Fedora 42 - x86_64 100% | 56.2 KiB/s | 22.8 KiB | 00m00s Fedora 42 - x86_64 - Updates 100% | 29.5 KiB/s | 7.9 KiB | 00m00s Fedora 42 openh264 (From Cisco) - x86_ 100% | 6.2 KiB/s | 986.0 B | 00m00s Repositories loaded. Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed. Nothing to do. 2025-12-10 12:24.15 ---> saved as "e72cbb2a9321e495e5d6621ed89698212ff66690fcceeffcc9082784a3cd2738" /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-12-10 12:24.15 ---> saved as "26d3bf8fe3bec0cad2d70b750975a39213ba23045224636c2ef018923bb69d34" /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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> 2025-12-10 12:24.45: Cancelling: Auto-cancelling job because it is no longer needed Job cancelled