2025-09-29 11:35.17: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (a5be80d4c9f0ae9dc2afeb203c72b4df2a1dc0b3) (linux-x86_64:fedora-41-4.14_opam-2.4)Base: ocaml/opam:fedora-41-ocaml-4.14@sha256:610d0fbbfb05928fe8554712c5f1eeb82d953698ec0cb7f1c99683f8a22b0f54Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard a5be80d4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-41-ocaml-4.14@sha256:610d0fbbfb05928fe8554712c5f1eeb82d953698ec0cb7f1c99683f8a22b0f54# fedora-41-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-09-29 11:35.17: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:fedora-41-ocaml-4.14@sha256:610d0fbbfb05928fe8554712c5f1eeb82d953698ec0cb7f1c99683f8a22b0f54-fedora-41-4.14_opam-2.4-5d05309b40e33ba20f94e1fd632e479b"2025-09-29 11:35.17: Using OBuilder spec:((from ocaml/opam:fedora-41-ocaml-4.14@sha256:610d0fbbfb05928fe8554712c5f1eeb82d953698ec0cb7f1c99683f8a22b0f54)(comment fedora-41-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.17: Waiting for resource in pool OCluster2025-09-29 12:16.36: Waiting for worker…2025-09-29 12:20.33: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at a5be80d4 Merge pull request #594 from janestreet/ppxlib.end(from ocaml/opam:fedora-41-ocaml-4.14@sha256:610d0fbbfb05928fe8554712c5f1eeb82d953698ec0cb7f1c99683f8a22b0f54)Unable to find image 'ocaml/opam:fedora-41-ocaml-4.14@sha256:610d0fbbfb05928fe8554712c5f1eeb82d953698ec0cb7f1c99683f8a22b0f54' locallydocker.io/ocaml/opam@sha256:610d0fbbfb05928fe8554712c5f1eeb82d953698ec0cb7f1c99683f8a22b0f54: Pulling from ocaml/opama46400037467: Already exists25755d4fd6de: Already existsa053b810add0: Already existsf4102135b0dd: Already exists02af9c21ed32: Already exists2b54ebcff6db: Already exists01a3abf6cfa3: Already existsc1792008dbb1: Already exists04d23edc7d63: Already existsd5d2a91e2351: Already exists298c876c16eb: Already existsa2a0bc95ffec: Already existsdcc7aae194a0: Already exists6aa095d13e83: Already existsf8494c4c56d7: Already exists94769cc68d69: Already exists24a1fe01ddec: Already existsc5193ddf7f27: Already exists52713a874edc: Already exists0f5af278c068: Already exists4f4fb700ef54: Already exists3032fbd6c8dd: Already existsa830a1a3b806: Already existsd45a22fc461c: Already exists9236bb49f60d: Already exists5224e26bbd64: Already exists1ce35715d16e: Already exists1d7b5a99df9c: Already exists9559c77312ea: Already exists6c15a16388f7: Already existse4a6cfc76bce: Already existsd99d683668f7: Already existse3dbc176b808: Already exists67e1fc870035: Already exists478f6b6dc8ed: Already exists0586f4e0ceef: Already existsbde5511eb44a: Already existsf7141ec29ce1: Already exists4ad638dc8c62: Already exists46759c7a3cb2: Already exists3204e7ea2361: Already existsfe7312788846: Already existsfa91f961455d: Already existsDigest: sha256:610d0fbbfb05928fe8554712c5f1eeb82d953698ec0cb7f1c99683f8a22b0f54Status: Downloaded newer image for ocaml/opam@sha256:610d0fbbfb05928fe8554712c5f1eeb82d953698ec0cb7f1c99683f8a22b0f542025-09-29 12:20.34 ---> using "e28cd5a31c34e8fd55ab4ef81e0b0e9f7eec4abd3dc427817088e36fc4d31833" from cache/: (comment fedora-41-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 41 - x86_64 - Updates 100% | 16.4 KiB/s | 7.2 KiB | 00m00sFedora 41 - x86_64 100% | 105.3 KiB/s | 27.2 KiB | 00m00sFedora 41 openh264 (From Cisco) - x86_ 100% | 7.6 KiB/s | 986.0 B | 00m00sRepositories loaded.Nothing to do.Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.2025-09-29 12:20.34 ---> using "d4b181d24a69951466ac40959db85a4eac9fcaa848747ed95643cf00330e3c11" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-09-29 12:20.34 ---> using "2067429d6f7d4b89cd12d0692495452f7a45dce4723200b40cc824ccbe94cd5b" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: 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.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[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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-29 12:20.34 ---> using "4bab63a0990a69c47c926403f6b019b7eb481bd480a92e262f1d9a49fbf5806e" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 4.14.22.4.12025-09-29 12:20.34 ---> using "f70684fd970ba2dc39db2bce14bc57b79fe87436d701a180e36f29d9c9ae4680" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-29 12:20.34 ---> using "defb1bfd4df8470a0db43c7b0651e1d5378e532fb44432ccc90757447c7b181e" 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_HEADbcac5d1731..5ea7156510 master -> origin/masterdbd126f1b3 Merge pull request #28599 from dbuenzli/b0-publish-cmdliner.2.0.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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:20.34 ---> using "c4a7aed76cb780fa23e754b7ed41af83ba40be8e14d363ca8497649e53cd3589" from cache/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2025-09-29 12:20.34 ---> using "e1af8753582a6c16a1ca65f7a00f8349d25b50b61afd17df77a73794995fe7bf" from cache/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:20.34 ---> using "95524c828759c7ebbc2ef054958fd7cf42ef9f6fc4f06a76a63db2d4c6d0e932" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-29 12:20.34 ---> using "259cb038706cdc7866b92e2973290d5f401db11b3f9214d3a635c34129961c1c" from cache/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/bin/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:20.34 ---> using "c965c60de504a2a77c9e07617642f087185a3fa57935dce11b6e3e4ca1cba6c7" from cache/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 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.20.2-> installed base.v0.16.4Done.# To update the current shell environment, run: eval $(opam env)2025-09-29 12:20.34 ---> using "a59a5d0c51a64082f014dd0b831ee197a8a163e4029c62ee2e98e7f49e7a3f79" from cache/src: (copy (src .) (dst /src))2025-09-29 12:20.35 ---> saved as "264e0845139d3462723f9f3eee37e8c3bbd1cfef789cbf3a5048a49012ae2caa"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-09-29 12:21.11 ---> saved as "db3f4f351e2a008e051da615a496e4de1b57e383a88ad72d44d05db21e36fb32"Job succeeded2025-09-29 12:21.11: Job succeeded