2026-03-02 14:30.42: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/629/head (b60d4ec2165efc9d64766c947cfe42926a226874) (linux-x86_64:debian-13-5.0_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/629/head" && git reset --hard b60d4ec2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1# debian-13-5.0_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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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-domains.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.1 dune-configurator.3.21.1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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.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-03-02 14:30.42: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1-debian-13-5.0_opam-2.5-f8faf86fdad5c01320538ab3c3467308"2026-03-02 14:30.42: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1)(comment debian-13-5.0_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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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 (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.16.4 base-bigarray.base base-domains.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.1 dune-configurator.3.21.1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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.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-03-02 14:30.42: Waiting for resource in pool OCluster2026-03-02 14:30.42: Waiting for worker…2026-03-02 14:34.25: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at b60d4ec2 Add support for 5.4 bivariant type parameters in type declaration(from ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1)Unable to find image 'ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1' locallydocker.io/ocaml/opam@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1: Pulling from ocaml/opamef235bf1a09a: Pulling fs layer58b06b604a42: Pulling fs layerb55f23c32d5a: Pulling fs layeraa415425edb7: Pulling fs layerc4f39ed7469c: Pulling fs layerca248a2fdd5e: Pulling fs layer74109c509b2f: Pulling fs layer18c2fa2271cb: Pulling fs layer37d4d41661a2: Pulling fs layer0b2f35f78814: Pulling fs layere65f29522a9a: Pulling fs layer603a51b67573: Pulling fs layerc4f39ed7469c: Waiting89b2faa02f16: Pulling fs layerca248a2fdd5e: Waiting74109c509b2f: Waitinge5f11471afd4: Pulling fs layerd7b0e5daa224: Pulling fs layer7bec4d50f3b2: Pulling fs layerd3a70ed71f1c: Pulling fs layer90de03d9b27a: Pulling fs layera28f685cf2db: Pulling fs layer5bb5e02041c7: Pulling fs layer74f9af816199: Pulling fs layer74c2f6cb4138: Pulling fs layer4f4fb700ef54: Pulling fs layer5ce9bdcb2952: Pulling fs layer18c2fa2271cb: Waitingbf18c14e9b34: Pulling fs layere5f11471afd4: Waiting37d4d41661a2: Waitingbb4b67501479: Pulling fs layer89e7ed0468f5: Pulling fs layerd7b0e5daa224: Waiting0b2f35f78814: Waiting640077527026: Pulling fs layer7bec4d50f3b2: Waitinge65f29522a9a: Waiting363b481ff012: Pulling fs layerd3a70ed71f1c: Waiting437bd8bc3ce9: Pulling fs layer603a51b67573: Waiting2bcf3429833a: Pulling fs layer90de03d9b27a: Waiting89b2faa02f16: Waitinga28f685cf2db: Waiting74c2f6cb4138: Waitingaa415425edb7: Waiting5bb5e02041c7: Waiting3e5fe21454e9: Pulling fs layer4f4fb700ef54: Waitingf3afb11ae499: Pulling fs layer74f9af816199: Waitingbf18c14e9b34: Waitingc3a5b88f5e5f: Pulling fs layer363b481ff012: Waitingbb4b67501479: Waiting124a1dc355b1: Pulling fs layer5ce9bdcb2952: Waiting437bd8bc3ce9: Waiting0a9982d37abd: Pulling fs layer9b8b724665ed: Pulling fs layerf81507befe71: Pulling fs layer2bcf3429833a: Waiting7984e4546bf9: Pulling fs layer89e7ed0468f5: Waitingc3a5b88f5e5f: Waiting3e5fe21454e9: Waitingf3afb11ae499: Waiting3579b890ab6e: Pulling fs layere83772930ba8: Pulling fs layer8079a9747078: Pulling fs layerf81507befe71: Waitingcdb14bd437d1: Pulling fs layer9b8b724665ed: Waiting7984e4546bf9: Waitingb8579311cce4: Pulling fs layercdb14bd437d1: Waitinge83772930ba8: Waitingbfe5af98ce87: Pulling fs layer3579b890ab6e: Waitingb8579311cce4: Waitingbfe5af98ce87: Waitingb55f23c32d5a: Verifying Checksumb55f23c32d5a: Download complete58b06b604a42: Download completec4f39ed7469c: Verifying Checksumc4f39ed7469c: Download completeaa415425edb7: Verifying Checksumaa415425edb7: Download completeef235bf1a09a: Verifying Checksumef235bf1a09a: Download complete18c2fa2271cb: Verifying Checksum18c2fa2271cb: Download complete74109c509b2f: Verifying Checksum74109c509b2f: Download complete37d4d41661a2: Verifying Checksum37d4d41661a2: Download complete0b2f35f78814: Verifying Checksum0b2f35f78814: Download completeef235bf1a09a: Pull complete58b06b604a42: Pull completeb55f23c32d5a: Pull completee65f29522a9a: Verifying Checksume65f29522a9a: Download completeca248a2fdd5e: Verifying Checksumca248a2fdd5e: Download complete603a51b67573: Verifying Checksum603a51b67573: Download completeaa415425edb7: Pull completec4f39ed7469c: Pull complete89b2faa02f16: Verifying Checksum89b2faa02f16: Download completee5f11471afd4: Download completed7b0e5daa224: Verifying Checksumd7b0e5daa224: Download complete7bec4d50f3b2: Verifying Checksum7bec4d50f3b2: Download completed3a70ed71f1c: Download complete90de03d9b27a: Verifying Checksum90de03d9b27a: Download completea28f685cf2db: Download complete74f9af816199: Verifying Checksum74f9af816199: Download complete5bb5e02041c7: Verifying Checksum5bb5e02041c7: Download complete74c2f6cb4138: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete5ce9bdcb2952: Verifying Checksum5ce9bdcb2952: Download completebf18c14e9b34: Verifying Checksumbf18c14e9b34: Download completebb4b67501479: Verifying Checksumbb4b67501479: Download complete89e7ed0468f5: Download complete640077527026: Download complete363b481ff012: Verifying Checksum363b481ff012: Download complete437bd8bc3ce9: Download complete2bcf3429833a: Download complete3e5fe21454e9: Download completef3afb11ae499: Verifying Checksumf3afb11ae499: Download completec3a5b88f5e5f: Verifying Checksumc3a5b88f5e5f: Download complete124a1dc355b1: Verifying Checksum124a1dc355b1: Download complete9b8b724665ed: Download complete7984e4546bf9: Verifying Checksum7984e4546bf9: Download complete3579b890ab6e: Download completee83772930ba8: Verifying Checksume83772930ba8: Download completef81507befe71: Verifying Checksumf81507befe71: Download completecdb14bd437d1: Verifying Checksumcdb14bd437d1: Download complete8079a9747078: Verifying Checksum8079a9747078: Download completeca248a2fdd5e: Pull completeb8579311cce4: Download completebfe5af98ce87: Download complete74109c509b2f: Pull complete18c2fa2271cb: Pull complete37d4d41661a2: Pull complete0a9982d37abd: Verifying Checksum0a9982d37abd: Download complete0b2f35f78814: Pull completee65f29522a9a: Pull complete603a51b67573: Pull complete89b2faa02f16: Pull completee5f11471afd4: Pull completed7b0e5daa224: Pull complete7bec4d50f3b2: Pull completed3a70ed71f1c: Pull complete90de03d9b27a: Pull completea28f685cf2db: Pull complete5bb5e02041c7: Pull complete74f9af816199: Pull complete74c2f6cb4138: Pull complete4f4fb700ef54: Pull complete5ce9bdcb2952: Pull completebf18c14e9b34: Pull completebb4b67501479: Pull complete89e7ed0468f5: Pull complete640077527026: Pull complete363b481ff012: Pull complete437bd8bc3ce9: Pull complete2bcf3429833a: Pull complete3e5fe21454e9: Pull completef3afb11ae499: Pull completec3a5b88f5e5f: Pull complete124a1dc355b1: Pull complete0a9982d37abd: Pull complete9b8b724665ed: Pull completef81507befe71: Pull complete7984e4546bf9: Pull complete3579b890ab6e: Pull completee83772930ba8: Pull complete8079a9747078: Pull completecdb14bd437d1: Pull completeb8579311cce4: Pull completebfe5af98ce87: Pull completeDigest: sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1Status: Downloaded newer image for ocaml/opam@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c12026-03-02 14:36.29 ---> saved as "1068c3ccbe52c746e0e2e979650a1a1c45261e5cd6ee1c447b634d8591d592e3"/: (comment debian-13-5.0_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-03-02 14:36.29 ---> saved as "36c772b15d9673b29673c6bf3dd3c052b7a737a156d9d20cf7182e966c8f2590"/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] Initialised2026-03-02 14:36.53 ---> saved as "d8041bfaa6bef7d222c42088e430346013ab2abeaa41a4272a2808e80e685063"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-94-genericThe OCaml toplevel, version 5.0.02.5.02026-03-02 14:36.54 ---> saved as "013e07124f329ae55767ed4a5e07a907a46a38c4dfb34f48dada2da8fe1cb012"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-02 14:36.54 ---> saved as "e9d3f9e0e28cc7ca1677fdc0102be92197ea63f421e29dcd2827cb2d2ab02b9b"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD340ee6fd1f..a7b8d10363 master -> origin/master302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1<><> 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.4.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)2026-03-02 14:37.10 ---> saved as "6f07aa3c4f87c16633f3a9c372b98526c8e84d73d30726b0a277a2c839484bba"/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2026-03-02 14:37.10 ---> saved as "224d3226bb28d7772f84a9f163363cdcdc8b44f77d38c2aea97293661fb98e5f"/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-03-02 14:37.14 ---> saved as "96bb22e730455c6642f1177c418471e19862c581d44d98f6915afca20f6e319b"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-02 14:37.14 ---> saved as "ea0aaf3dcd4acbf88e0debbf9de03395f9670798b8a0bac475946c680d98353a"/src: (env DEPS "base.v0.16.4 base-bigarray.base base-domains.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.1 dune-configurator.3.21.1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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.5 --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 [113 kB]- Fetched 203 kB in 0s (1833 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-base-compiler is already installed (current version is 5.0.0).[NOTE] Package ocaml is already installed (current version is 5.0.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-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-03-02 14:37.29 ---> saved as "d336298db19c0a512781d49e81617063ca894f1d4e6e02b07ca9a370bbd132c1"/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-base-compiler is already installed (current version is 5.0.0).[NOTE] Package ocaml is already installed (current version is 5.0.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-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 13 packages- install base v0.16.4- install cinaps v0.15.1- install cmdliner 2.1.0- install csexp 1.5.2- install dune 3.21.1- install dune-configurator 3.21.1- 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.1.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.21.1, dune-configurator.3.21.1 (cached)-> installed cmdliner.2.1.0-> installed ocamlfind.1.9.8-> installed dune.3.21.1-> 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.21.1-> installed base.v0.16.4Done.# To update the current shell environment, run: eval $(opam env)2026-03-02 14:38.07 ---> saved as "c396578894052bc5134ca84fce1346179f08232bcac1811ad54aa6a453c14866"/src: (copy (src .) (dst /src))2026-03-02 14:38.08 ---> saved as "d15b049ae2e46d2b26b2714cb275c764d63023a521f87f096ffc1ccacb22558e"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-03-02 14:38.26 ---> saved as "2fb0b4d2030d40401bd2ea273f9fd985591709739890a5c992f5540171c4b5f9"Job succeeded2026-03-02 14:38.26: Job succeeded