2025-09-15 18:38.49: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (e0668a85384203c84e6ab71d25bcd03c237717f3) (linux-x86_64:debian-13-4.14_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dcOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard e0668a85cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc# debian-13-4.14_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 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && 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.1.3.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.13.2 seq.base 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-15 18:38.49: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc-debian-13-4.14_opam-2.4-b278faf1f8b2abe100369aa51cfe0c4f"2025-09-15 18:38.49: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc)(comment debian-13-4.14_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 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && 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.1.3.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.13.2 seq.base 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-15 18:38.49: Waiting for resource in pool OCluster2025-09-15 20:40.13: Waiting for worker…2025-09-15 20:43.50: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at e0668a85 Merge pull request #596 from nkxxll/fix-broken-links(from ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc' locallydocker.io/ocaml/opam@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc: Pulling from ocaml/opam15b1d8a5ff03: Pulling fs layer4d5eb3ed0208: Pulling fs layerb44e00377829: Pulling fs layer93018e586176: Pulling fs layer587e432a29e2: Pulling fs layercdf304204754: Pulling fs layera444cfe202e3: Pulling fs layer964991c828c0: Pulling fs layera94458d90f79: Pulling fs layere972c69afbc9: Pulling fs layer3997d62e9de2: Pulling fs layerd78ea61f72f9: Pulling fs layerc68a1176424c: Pulling fs layer63495b383f1a: Pulling fs layeraa1a6204320d: Pulling fs layer187b2023e0b3: Pulling fs layer4787e66ddf43: Pulling fs layer973a552bac2d: Pulling fs layer8ad831d15267: Pulling fs layera8377bc33a29: Pulling fs layercdf304204754: Waiting84a002321686: Pulling fs layer4f4fb700ef54: Pulling fs layer3997d62e9de2: Waitinga444cfe202e3: Waiting5d52c4f201d6: Pulling fs layeraa1a6204320d: Waiting68ef19bc296a: Pulling fs layer187b2023e0b3: Waiting964991c828c0: Waiting1cda2aa0af1b: Pulling fs layer973a552bac2d: Waiting4787e66ddf43: Waitingd78ea61f72f9: Waiting769f31bcfe07: Pulling fs layer8ad831d15267: Waitingb1d715eb0b34: Pulling fs layere972c69afbc9: Waitinga94458d90f79: Waiting6b92d559de80: Pulling fs layer93018e586176: Waiting587e432a29e2: Waiting1552f16d9075: Pulling fs layera8377bc33a29: Waitingc68a1176424c: Waiting7a69328970da: Pulling fs layer68ef19bc296a: Waiting84a002321686: Waiting4f4fb700ef54: Waitinge66b1fc86e6f: Pulling fs layer5d52c4f201d6: Waitingb14737f10b30: Pulling fs layer6b92d559de80: Waiting7a69328970da: Waiting4b7cf33f8dea: Pulling fs layer0499d18bfcaa: Pulling fs layerb14737f10b30: Waitingfb0e4a52e51b: Pulling fs layer4b7cf33f8dea: Waitingaf1ea896d29c: Pulling fs layercff41317f198: Pulling fs layerfb0e4a52e51b: Waitingfbb90a49a8ca: Pulling fs layer2f7f155032eb: Pulling fs layer02f68e1ce660: Pulling fs layerecccefc40725: Pulling fs layerfbb90a49a8ca: Waiting2f7f155032eb: Waitingb3c55c49d7c7: Pulling fs layerecccefc40725: Waiting086c23210c52: Pulling fs layerbe64ebf82eb2: Pulling fs layerb3c55c49d7c7: Waitingbe64ebf82eb2: Waiting086c23210c52: Waitingb44e00377829: Verifying Checksumb44e00377829: Download complete4d5eb3ed0208: Download complete587e432a29e2: Verifying Checksum587e432a29e2: Download completecdf304204754: Verifying Checksumcdf304204754: Download complete93018e586176: Verifying Checksum93018e586176: Download complete964991c828c0: Verifying Checksum964991c828c0: Download completea94458d90f79: Verifying Checksuma94458d90f79: Download completea444cfe202e3: Verifying Checksuma444cfe202e3: Download completee972c69afbc9: Verifying Checksume972c69afbc9: Download completed78ea61f72f9: Verifying Checksumd78ea61f72f9: Download completec68a1176424c: Verifying Checksumc68a1176424c: Download complete63495b383f1a: Verifying Checksum63495b383f1a: Download completeaa1a6204320d: Verifying Checksumaa1a6204320d: Download complete187b2023e0b3: Verifying Checksum187b2023e0b3: Download complete4787e66ddf43: Verifying Checksum4787e66ddf43: Download complete973a552bac2d: Verifying Checksum973a552bac2d: Download complete3997d62e9de2: Verifying Checksum3997d62e9de2: Download complete8ad831d15267: Verifying Checksum8ad831d15267: Download completea8377bc33a29: Verifying Checksuma8377bc33a29: Download complete84a002321686: Verifying Checksum84a002321686: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete5d52c4f201d6: Verifying Checksum5d52c4f201d6: Download complete1cda2aa0af1b: Verifying Checksum1cda2aa0af1b: Download complete68ef19bc296a: Download complete769f31bcfe07: Download completeb1d715eb0b34: Verifying Checksumb1d715eb0b34: Download complete6b92d559de80: Verifying Checksum6b92d559de80: Download complete1552f16d9075: Verifying Checksum1552f16d9075: Download complete7a69328970da: Verifying Checksum7a69328970da: Download completee66b1fc86e6f: Download completeb14737f10b30: Verifying Checksumb14737f10b30: Download complete15b1d8a5ff03: Verifying Checksum15b1d8a5ff03: Download complete0499d18bfcaa: Verifying Checksum0499d18bfcaa: Download complete4b7cf33f8dea: Verifying Checksum4b7cf33f8dea: Download completeaf1ea896d29c: Verifying Checksumaf1ea896d29c: Download completefbb90a49a8ca: Verifying Checksumfbb90a49a8ca: Download complete2f7f155032eb: Download complete02f68e1ce660: Download complete15b1d8a5ff03: Pull complete4d5eb3ed0208: Pull completeb44e00377829: Pull complete93018e586176: Pull complete587e432a29e2: Pull completecff41317f198: Verifying Checksumcff41317f198: Download completeb3c55c49d7c7: Download complete086c23210c52: Verifying Checksum086c23210c52: Download completeecccefc40725: Verifying Checksumecccefc40725: Download completebe64ebf82eb2: Verifying Checksumbe64ebf82eb2: Download completefb0e4a52e51b: Verifying Checksumfb0e4a52e51b: Download completecdf304204754: Pull completea444cfe202e3: Pull complete964991c828c0: Pull completea94458d90f79: Pull completee972c69afbc9: Pull complete3997d62e9de2: Pull completed78ea61f72f9: Pull completec68a1176424c: Pull complete63495b383f1a: Pull completeaa1a6204320d: Pull complete187b2023e0b3: Pull complete4787e66ddf43: Pull complete973a552bac2d: Pull complete8ad831d15267: Pull completea8377bc33a29: Pull complete84a002321686: Pull complete4f4fb700ef54: Pull complete5d52c4f201d6: Pull complete68ef19bc296a: Pull complete1cda2aa0af1b: Pull complete769f31bcfe07: Pull completeb1d715eb0b34: Pull complete6b92d559de80: Pull complete1552f16d9075: Pull complete7a69328970da: Pull completee66b1fc86e6f: Pull completeb14737f10b30: Pull complete4b7cf33f8dea: Pull complete0499d18bfcaa: Pull completefb0e4a52e51b: Pull completeaf1ea896d29c: Pull completecff41317f198: Pull completefbb90a49a8ca: Pull complete2f7f155032eb: Pull complete02f68e1ce660: Pull completeecccefc40725: Pull completeb3c55c49d7c7: Pull complete086c23210c52: Pull completebe64ebf82eb2: Pull completeDigest: sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dcStatus: Downloaded newer image for ocaml/opam@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc2025-09-15 20:43.51 ---> using "f2c15438f4e8107ac42e1adfbd29c5c483ff0e5aaf05ff1291b0b30470c339be" from cache/: (comment debian-13-4.14_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-09-15 20:43.51 ---> using "26ab65df60191c64e560c28233f493c202a4bbd9bc7407470045de6309f3dbc7" 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.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-15 20:43.51 ---> using "b01fa340a5410b8655d54e5c8ba6922600038d8aa3bf6fea9cde94dbae538950" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.4.12025-09-15 20:43.51 ---> using "bcd57de4dd2d7ffb6e6f53b8fc195555675a5e0356946d206dfa1f13f1fad62e" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-15 20:43.51 ---> using "2d027b54766bada2509ab183947b4aa5380e26a0ea7dd540a7b7e4593762f848" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && git log --no-decorate -n1 --oneline && opam update -u"))109398e2fd Merge pull request #28437 from maiste/release-dune-3.20.2<><> 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-15 20:43.51 ---> using "8dd173eb4f343dc42d6dfc8e15d12458bf9a7c29998d5e93ef5d2973905895d0" from cache/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2025-09-15 20:43.51 ---> using "4f0efec1e95f632163491b356cb226978151aafe296540a86e6dd8ef770576d2" 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-15 20:43.51 ---> using "7e830b1e80fd2c565036e65228978b5b92a2295b012d1880d0fe839c8702b10e" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-15 20:43.51 ---> using "9dbb27b1a5eaca3b8ab1dda57c41b42ac1750adf550f53c56e5ab24149452bdd" from cache/src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.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.13.2 seq.base 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 "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [40.2 kB]- Fetched 131 kB in 0s (755 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 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-15 20:43.51 ---> using "1e0539b6e5a14ecf1c1dd415b2fe89f2df367f58e9fd5bcb70aec2ec73379c8e" 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 14 packages- install base v0.16.4- install cinaps v0.15.1- install cmdliner 1.3.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.13.2- install seq base- 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.1.3.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.13.2 (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.1.3.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 sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed re.1.13.2-> 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-15 20:43.51 ---> using "7005366cd47974f9265500424efc541fdebb95347b12a5b50a12e0df3f694164" from cache/src: (copy (src .) (dst /src))2025-09-15 20:43.52 ---> saved as "bb59ffe1b3d6edfb165313e792c7b3fcd6d20484c9f454e70ef6ff4d37bf8b16"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-09-15 20:45.02 ---> saved as "c731264a387aa1956f7135a173d9a0a503f7a1c136ab0b9c8a6a8dbc30addbcb"Job succeeded2025-09-15 20:45.03: Job succeeded