2025-09-29 11:35.11: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/0.37 (284b6b1b06b34b3798fa128747a4768fe07093d0) (linux-x86_64:fedora-42-4.14_opam-2.4) Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "0.37" && cd "ppxlib" && git reset --hard 284b6b1b cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d # 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 dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 || git fetch origin master) && git reset -q --hard dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 && 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.0.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-09-29 11:35.11: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d-fedora-42-4.14_opam-2.4-5d05309b40e33ba20f94e1fd632e479b" 2025-09-29 11:35.11: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d) (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 dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 || git fetch origin master) && git reset -q --hard dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 && 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.0.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-09-29 11:35.11: Waiting for resource in pool OCluster 2025-09-29 12:14.37: Waiting for worker… 2025-09-29 12:16.17: Got resource from pool OCluster Building on eumache All commits already cached HEAD is now at 284b6b1b Merge pull request #586 from NathanReb/backport-pprintast-fix (from ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d) Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d' locally docker.io/ocaml/opam@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d: Pulling from ocaml/opam 547641975f96: Already exists b6223ca0397b: Already exists c88e95ea09ea: Already exists b43d6df84e10: Already exists 38797415f476: Already exists ea1ccf6ef272: Already exists a4d131bfd45e: Already exists 53e40a84d9e4: Already exists b8fa4b80027d: Already exists 84365ccee7ad: Already exists 85b21d6abc9b: Already exists a20b9576cc04: Already exists c924f2c04050: Already exists 96912334e16d: Already exists 306bf1df8cdc: Already exists a0357cad2b43: Already exists 856921988f7d: Already exists 8dc84ea72184: Already exists ecdd0ca05718: Already exists b28e911b41a4: Already exists 4f4fb700ef54: Already exists 05616bcc80ee: Already exists 68b897da4468: Already exists 2583ba7818a9: Already exists 6fc895f34b74: Already exists e6ef6caa4663: Already exists 9c70aa04ece2: Already exists f5cb4a38127b: Already exists 89d5e872f6fb: Already exists 6c25405fe545: Already exists 943293daff0a: Already exists e061e14fbee0: Already exists c166f792c849: Already exists a7b2afffa380: Already exists a1ec5145f36e: Already exists ca4961de5036: Already exists ef59d4736497: Already exists 69173793b245: Already exists 7e397c036289: Already exists 132bff4d5c7a: Already exists 2fc74dd97611: Already exists 3117652a3c6a: Already exists 7a9483eb8779: Already exists Digest: sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d Status: Downloaded newer image for ocaml/opam@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d 2025-09-29 12:16.17 ---> using "e21b0f9762b6e571e0b89dbde098ca6c6fb19e60b42fe0d3ffaaac130921345d" 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")) Updating and loading repositories: Fedora 42 - x86_64 100% | 33.0 KiB/s | 27.0 KiB | 00m01s Fedora 42 openh264 (From Cisco) - x86_ 100% | 2.2 KiB/s | 986.0 B | 00m00s Fedora 42 - x86_64 - Updates 100% | 34.3 KiB/s | 8.3 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed. Nothing to do. 2025-09-29 12:16.17 ---> using "fbfb2ad48691720b6564db4b736e1d4be93ea986229fef73b6538dc2384bed48" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-09-29 12:16.17 ---> using "d6fefd342841eef68581b250046862288602132baa8f77a52b8053fbfc9c3ec4" from cache /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. Continue? [Y/n] y 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. [NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-29 12:16.17 ---> using "1f716f63107930869881713bc9e9a8cc20fd1fe9bacd1f0c77b8137994885460" from cache /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.4.1 2025-09-29 12:16.17 ---> using "fa1e3c371e077a77bfdd7e9b675fc264609c257b2d763469ce7b5322c62d39ae" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-29 12:16.17 ---> using "acf79e4c87892220a9d53132c50886ac38fc2795f41dc7e57b282fbc576050ff" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 || git fetch origin master) && git reset -q --hard dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..5ea7156510 master -> origin/master dbd126f1b3 Merge pull request #28599 from dbuenzli/b0-publish-cmdliner.2.0.0 <><> 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.3.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) 2025-09-29 12:16.17 ---> using "218b9ff72f56bc34e80b2d1da7241aa70618caca6adca4af755e89bd76bab081" from cache /src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) 2025-09-29 12:16.17 ---> saved as "e8bf2b1e78be646aa508fb9b486663c1bfadf52b0c43ed6add038eae82236565" /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) 2025-09-29 12:16.20 ---> saved as "5a049e9fc52d2ea0ca5417712182ef4f8e90e22c7f6eff99d76e266c17e65dd2" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-29 12:16.21 ---> saved as "44f3ad1330d547a4e63f8594f7deafae2515f8e408a4c69d611e384a4bbe7387" /src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.0.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") /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.4 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS")) + /usr/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> 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). 2025-09-29 12:16.34 ---> saved as "45d8272787282f67b93ebac06d7bb397a56765ad0c4741cb453a8942d528befa" /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.0.0 - install csexp 1.5.2 - install dune 3.20.2 - install dune-configurator 3.20.2 - 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.0.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.20.2, dune-configurator.3.20.2 (cached) -> installed cmdliner.2.0.0 -> installed ocamlfind.1.9.8 -> installed dune.3.20.2 -> 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 sexplib0.v0.16.0 -> installed yojson.3.0.0 -> installed re.1.14.0 -> installed cinaps.v0.15.1 -> installed dune-configurator.3.20.2 -> installed base.v0.16.4 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-29 12:17.38 ---> saved as "789432e992de536245eb796c4807ebc56c90b7d2130cd90e9e6b85b51a881d79" /src: (copy (src .) (dst /src)) 2025-09-29 12:17.40 ---> saved as "bc527051baedad12dbeb5fe00379415dc1fc2eeeef8b46dff4e755c39a84e97c" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-09-29 12:18.11 ---> saved as "da0a7eecd025174d2cf5d351ad55c808215dd861d199c973a9ea2b140801e72f" Job succeeded 2025-09-29 12:18.11: Job succeeded