2026-01-16 13:59.46: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/611/head (43e761cc41f4e4e8f4aec9478c1cd110566c33f9) (linux-x86_64:ubuntu-25.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:d19a4c57d61eb7a51c0effd94fb44b0b4e30ba81785e39e73214dda1dd5e943eOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/611/head" && git reset --hard 43e761cccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:d19a4c57d61eb7a51c0effd94fb44b0b4e30ba81785e39e73214dda1dd5e943e# ubuntu-25.04-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.21.0 dune-configurator.3.21.0 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.5 --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-BLOCK2026-01-16 13:59.46: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:d19a4c57d61eb7a51c0effd94fb44b0b4e30ba81785e39e73214dda1dd5e943e-ubuntu-25.04-5.4_opam-2.5-cc72b73e7adc28e46a11b87ed7c959f0"2026-01-16 13:59.46: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:d19a4c57d61eb7a51c0effd94fb44b0b4e30ba81785e39e73214dda1dd5e943e)(comment ubuntu-25.04-5.4_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.21.0 dune-configurator.3.21.0 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.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-01-16 13:59.46: Waiting for resource in pool OCluster2026-01-16 18:47.21: Waiting for worker…2026-01-16 18:50.58: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 43e761cc formatting(from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:d19a4c57d61eb7a51c0effd94fb44b0b4e30ba81785e39e73214dda1dd5e943e)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:d19a4c57d61eb7a51c0effd94fb44b0b4e30ba81785e39e73214dda1dd5e943e' locallydocker.io/ocaml/opam@sha256:d19a4c57d61eb7a51c0effd94fb44b0b4e30ba81785e39e73214dda1dd5e943e: Pulling from ocaml/opamc62190a9ab61: Already exists40711a051401: Already existsc085f5ff2319: Already exists412ed4068436: Already exists2f55881e7c17: Already exists208628d88256: Already exists15e39b9245ec: Already existsdd37ca65b191: Already exists6eed2619f1f0: Already exists220a6634738b: Already exists5ae888d7638a: Already exists99610966bbbb: Already exists98b09a045b22: Already exists2c04c9e7274a: Already exists839afca287cc: Already existsccf7dd9d1cbf: Already existsb6ea8c876c09: Already existsb6ea8c876c09: Already exists15f333aabb94: Already exists477b7eb2609b: Already exists3326c27d9244: Already existsb8cb47717717: Already exists4f4fb700ef54: Already exists2e070f5cd521: Already exists94b1b55e95dc: Already exists07aa22141608: Already existsd7bb015da553: Already exists9d41ae5c57e0: Already exists85a0ef716932: Already existsca92d3abca91: Already existse8a350942cff: Already existsa308a5ee6283: Already exists902174a11eba: Already exists2f1e88d133e2: Already existse5494899f718: Already existscaabb7f758c8: Already exists9fd1a2a689c5: Already exists7225c58bd868: Already exists375136ad4a52: Already existsd8ed724e7e78: Already existsfa6cb0010cc2: Already exists7a4ac6136774: Pulling fs layer68dac621d855: Pulling fs layerc4c945b7952a: Pulling fs layer82508e166aa6: Pulling fs layerb3d9e5e5650d: Pulling fs layereffaa85b6e23: Pulling fs layera78f9876cc47: Pulling fs layer82508e166aa6: Waitingeffaa85b6e23: Waitingb3d9e5e5650d: Waiting7a4ac6136774: Verifying Checksum7a4ac6136774: Download complete7a4ac6136774: Pull completec4c945b7952a: Verifying Checksumc4c945b7952a: Download complete68dac621d855: Verifying Checksum68dac621d855: Download complete68dac621d855: Pull completeb3d9e5e5650d: Verifying Checksumb3d9e5e5650d: Download completec4c945b7952a: Pull completea78f9876cc47: Verifying Checksuma78f9876cc47: Download completeeffaa85b6e23: Verifying Checksumeffaa85b6e23: Download complete82508e166aa6: Verifying Checksum82508e166aa6: Download complete82508e166aa6: Pull completeb3d9e5e5650d: Pull completeeffaa85b6e23: Pull completea78f9876cc47: Pull completeDigest: sha256:d19a4c57d61eb7a51c0effd94fb44b0b4e30ba81785e39e73214dda1dd5e943eStatus: Downloaded newer image for ocaml/opam@sha256:d19a4c57d61eb7a51c0effd94fb44b0b4e30ba81785e39e73214dda1dd5e943e2026-01-16 18:50.59 ---> using "81b1d3789e01a6df8461f44a41719d2300e9038bbcb2d3d1a116ff5a644387d7" from cache/: (comment ubuntu-25.04-5.4_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-01-16 18:50.59 ---> using "984a4f282acc7834ac25f8d4da56f347795e1ee5c79e8b79da47f62146554b07" 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] yFormat upgrade done.[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<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-16 18:50.59 ---> using "fe9ce9f59e2b3ce907b2ca5cd45930388ccdfae57a8e6bdc6bdb669325624e64" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.4.02.5.02026-01-16 18:50.59 ---> using "b38e44cb6a376a1d9533ab4151a1effa3b36cf4a05ba200cc11bf6e210609486" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-16 18:50.59 ---> using "7dd1213b025f2d5f808fa5486984ca599ac62c0916bb84ee15193cfd57842439" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..92679ed614 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> 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)2026-01-16 18:50.59 ---> using "f886557d72898adee995a25b2811683be1d6786312a8484058cb85e90d53ed14" from cache/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2026-01-16 18:50.59 ---> using "803c6a1e5d5e45b07b584b54f9b10b816f1b6cbbd958654e4848159e7216d40b" 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)2026-01-16 18:50.59 ---> using "530feafac21f8bb66d6cdf9b55252e7850a7e120c9a2fb3702ed727c6f17a1c4" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-16 18:50.59 ---> using "3d701cbd68c4e11cae4cd8403a200260419abbf15957d015a7ee6c4246693a20" from cache/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.21.0 dune-configurator.3.21.0 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.5 --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 plucky-security InRelease [126 kB]- Get:2 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [337 kB]- Get:3 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [237 kB]- Get:4 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [308 kB]- Hit:5 http://archive.ubuntu.com/ubuntu plucky InRelease- Get:6 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]- Get:7 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]- Get:8 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [368 kB]- Get:9 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [329 kB]- Get:10 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [471 kB]- Fetched 2428 kB in 1s (3497 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 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).# To update the current shell environment, run: eval $(opam env)2026-01-16 18:50.59 ---> using "2db2342ac669ecb300352aa2cb35a7264e95e45f8f7bd2ae5c3157f3de718bb0" 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 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.21.0- install dune-configurator 3.21.0- 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 ppx_derivers.1.2.1 (cached)-> retrieved ocamlfind.1.9.8 (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.21.0, dune-configurator.3.21.0 (cached)-> installed cmdliner.2.1.0-> installed ocamlfind.1.9.8-> installed dune.3.21.0-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed ocaml_intrinsics_kernel.v0.17.1-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed ocaml-compiler-libs.v0.17.0-> installed re.1.14.0-> installed yojson.3.0.0-> installed cinaps.v0.15.1-> installed dune-configurator.3.21.0-> installed base.v0.17.3Done.# To update the current shell environment, run: eval $(opam env)2026-01-16 18:50.59 ---> using "fd81d5d2b8919ce31bd7373900550bea8d29c8a36cde7d495461305ac8e96580" from cache/src: (copy (src .) (dst /src))2026-01-16 18:51.00 ---> saved as "09c10abd556539ece30125c788315487dd4df3aa7410b057caa751f919481cac"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-01-16 18:52.37 ---> saved as "1437a52060628c96bf861a2346bf97112cd6b5f14baed084f4bea3f731469501"Job succeeded2026-01-16 18:52.37: Job succeeded