2025-12-17 13:51.04: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (18c0c1c9b1104ac1a3ddc24575104501a07ef64e) (linux-x86_64:ubuntu-24.04-5.4_opam-2.4)Base: ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:8be60498c81d8aa8d7c3ccd4305e161d5ac4a807c043b754f54e794a7ca42e83Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 18c0c1c9cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:8be60498c81d8aa8d7c3ccd4305e161d5ac4a807c043b754f54e794a7ca42e83# ubuntu-24.04-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.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-12-17 13:51.04: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:8be60498c81d8aa8d7c3ccd4305e161d5ac4a807c043b754f54e794a7ca42e83-ubuntu-24.04-5.4_opam-2.4-f43f1c817e1fd3192146aca5585587da"2025-12-17 13:51.04: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:8be60498c81d8aa8d7c3ccd4305e161d5ac4a807c043b754f54e794a7ca42e83)(comment ubuntu-24.04-5.4_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.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-17 13:51.04: Waiting for resource in pool OCluster2025-12-17 15:28.05: Waiting for worker…2025-12-17 15:33.05: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at 18c0c1c9 Merge pull request #613 from patricoferris/fix-attr-error-loop(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:8be60498c81d8aa8d7c3ccd4305e161d5ac4a807c043b754f54e794a7ca42e83)Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:8be60498c81d8aa8d7c3ccd4305e161d5ac4a807c043b754f54e794a7ca42e83' locallydocker.io/ocaml/opam@sha256:8be60498c81d8aa8d7c3ccd4305e161d5ac4a807c043b754f54e794a7ca42e83: Pulling from ocaml/opam66335b9addc5: Pulling fs layerd63a019338f1: Pulling fs layerf9a3d80883f2: Pulling fs layer507d8a607ae7: Pulling fs layerd4916705fc81: Pulling fs layer0332a005157a: Pulling fs layerddb929d9417b: Pulling fs layerdeeef518a760: Pulling fs layerd4916705fc81: Waitingddb929d9417b: Waitingdeeef518a760: Waiting507d8a607ae7: Waitingf9a3d80883f2: Download completed63a019338f1: Download complete507d8a607ae7: Download complete0332a005157a: Verifying Checksum0332a005157a: Download completeddb929d9417b: Download completedeeef518a760: Verifying Checksumdeeef518a760: Download complete66335b9addc5: Verifying Checksum66335b9addc5: Download completed4916705fc81: Verifying Checksumd4916705fc81: Download complete66335b9addc5: Pull completed63a019338f1: Pull completef9a3d80883f2: Pull complete507d8a607ae7: Pull completed4916705fc81: Pull complete0332a005157a: Pull completeddb929d9417b: Pull completedeeef518a760: Pull completeDigest: sha256:8be60498c81d8aa8d7c3ccd4305e161d5ac4a807c043b754f54e794a7ca42e83Status: Downloaded newer image for ocaml/opam@sha256:8be60498c81d8aa8d7c3ccd4305e161d5ac4a807c043b754f54e794a7ca42e832025-12-17 15:33.05 ---> using "6487dfb8ccc933aa4dc5df7fbd33c5f8d64de96dc0f67f78a2345ae35208a990" from cache/: (comment ubuntu-24.04-5.4_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-12-17 15:33.05 ---> using "4659a56ee412d8152fc0be59b4383f885f4ad0566b70a128c89df819756e20e3" 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.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[NOTE] The 'jobs' option was reset, its value was 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-12-17 15:33.05 ---> using "f6e6e16da2607780d490a543f35a00ee5e827f2de3958d05d466549a4b0da43c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 5.4.02.4.12025-12-17 15:33.05 ---> using "3ed302d3d90d8cf98d352eea27813b8fddf616faea951254886c3599a52e2fcf" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-17 15:33.05 ---> using "9c4c645d6c5c86d22f3a62c602364f8aff4db65cd59a20b7f5c57e0f1330a68c" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee48e882f0..c199949faa master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-12-17 15:33.05 ---> using "86ad14fd202312ca1720b1f100c767d9eb397f4bcfa797a16e05aeb4a8f189cf" from cache/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2025-12-17 15:33.05 ---> using "c428325eec65980126d74dcdafdab9bd7454053d0d66b78ce7b2ed1e0d08e53a" 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-12-17 15:33.05 ---> using "2a46157370a7d75c4aeda9114c5fcf4c33439d4262b9bf3c49c068ea7df0217f" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-17 15:33.06 ---> saved as "e0bea72a0b454794256e899d39d7fbb10034936eb76f2705bfd4e88362a35d38"/src: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.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 "apt-get" "update"- Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease- Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:5 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1752 kB]- Get:6 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [2898 kB]- Get:7 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1183 kB]- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [36.0 kB]- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1949 kB]- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3059 kB]- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2130 kB]- Get:12 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [79.0 kB]- Get:13 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [40.3 kB]- Fetched 13.5 MB in 1s (17.5 MB/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-12-17 15:33.16 ---> saved as "941058eba62ddcc130293e6b697ac11484bb95bb6f9e88dfeb0b7afb86136048"/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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.17.3- install cinaps v0.15.1- install cmdliner 2.1.0- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.2- install ocaml-compiler-libs v0.17.0- install ocaml_intrinsics_kernel v0.17.1- install ocamlfind 1.9.8- install ppx_derivers 1.2.1- install re 1.14.0- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.17.3 (cached)-> retrieved cinaps.v0.15.1 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.17.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.1.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.17.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed re.1.14.0-> installed sexplib0.v0.17.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.17.3Done.# To update the current shell environment, run: eval $(opam env)2025-12-17 15:33.58 ---> saved as "39f0ef01d943fe11eb42ee643b91201ad0595a2cca4d97c522cb15af8f539093"/src: (copy (src .) (dst /src))2025-12-17 15:33.59 ---> saved as "2d315b7ed7e59ae804308d272f331589acc92a695a61cc2fb4434d088207051f"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-12-17 15:34.16 ---> saved as "ad59b7cdb10fb6e93ac5b1479be58fbd6442a3388f551ff9e539d5bafac6870e"Job succeeded2025-12-17 15:34.16: Job succeeded