2025-09-11 12:20.27: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (e0668a85384203c84e6ab71d25bcd03c237717f3) (linux-x86_64:ubuntu-25.04-5.3_opam-2.4)Base: ocaml/opam:ubuntu-25.04-ocaml-5.3@sha256:ce80a9ec021b573fa96b61ef253a6d8f8b120173940aeeab201b7de7be7451faOpam 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:ubuntu-25.04-ocaml-5.3@sha256:ce80a9ec021b573fa96b61ef253a6d8f8b120173940aeeab201b7de7be7451fa# ubuntu-25.04-5.3_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.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.1.3.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.13.2 seq.base 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-09-11 12:20.27: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:ubuntu-25.04-ocaml-5.3@sha256:ce80a9ec021b573fa96b61ef253a6d8f8b120173940aeeab201b7de7be7451fa-ubuntu-25.04-5.3_opam-2.4-118147251cd31096fbfc572bb9a523d6"2025-09-11 12:20.27: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-5.3@sha256:ce80a9ec021b573fa96b61ef253a6d8f8b120173940aeeab201b7de7be7451fa)(comment ubuntu-25.04-5.3_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.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.1.3.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.13.2 seq.base 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-09-11 12:20.27: Waiting for resource in pool OCluster2025-09-11 12:20.27: Waiting for worker…2025-09-11 12:20.27: Got resource from pool OClusterBuilding on doris.caelum.ci.devHEAD is now at c2507ecf Update changelog for #594.HEAD is now at e0668a85 Merge pull request #596 from nkxxll/fix-broken-links(from ocaml/opam:ubuntu-25.04-ocaml-5.3@sha256:ce80a9ec021b573fa96b61ef253a6d8f8b120173940aeeab201b7de7be7451fa)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.3@sha256:ce80a9ec021b573fa96b61ef253a6d8f8b120173940aeeab201b7de7be7451fa' locallydocker.io/ocaml/opam@sha256:ce80a9ec021b573fa96b61ef253a6d8f8b120173940aeeab201b7de7be7451fa: Pulling from ocaml/opam60fb2420030a: Already exists30a5b9bffc59: Already existse76e7b0fd035: Already exists87fd98c989d0: Already existsfc31fa993861: Already existsc75b71d41442: Already exists9f08a6d6f6f5: Already exists3dfc106a9c15: Already exists1c3a6d2a01a7: Already exists2d648021ecec: Already existsffcf097292c2: Already existse1bcef442ada: Already exists61993b76460e: Already exists929a57e31854: Already exists826e2c54b1a9: Already existseec17caf12a0: Already existseec17caf12a0: Already exists9259e842febf: Already existsae77b4e577af: Already exists61c1d61eb8ba: Already existsd7a0435c7be4: Already exists4f4fb700ef54: Already exists67b39cdc1121: Already exists217bd9b7b99f: Already exists1c96670814d1: Already existsccd441a4e677: Already exists9e7324b47fd8: Already exists0ec34067023b: Already exists33125ff80400: Already existsb383373ace10: Already exists447883287ba9: Already existscb78f5b619b6: Already existsd52ede671661: Already existsfa458c0e5391: Already existseef4f5a958fd: Already exists450c30b71c71: Already exists2d3751651883: Already exists6d7ce401ccd8: Already exists31c1aa1ff3db: Already existsa1655bb63c33: Already exists00302e238ce0: Pulling fs layerfb4d69f626d4: Pulling fs layerd7151ce75fed: Pulling fs layerb4127c47a033: Pulling fs layer5b36f7dfe1cb: Pulling fs layere7314db2ccea: Pulling fs layerba981977eb69: Pulling fs layerb4127c47a033: Waitinge7314db2ccea: Waiting5b36f7dfe1cb: Waitingba981977eb69: Waitingd7151ce75fed: Verifying Checksumd7151ce75fed: Download complete00302e238ce0: Verifying Checksum00302e238ce0: Download complete00302e238ce0: Pull completefb4d69f626d4: Verifying Checksumfb4d69f626d4: Download complete5b36f7dfe1cb: Download completee7314db2ccea: Verifying Checksume7314db2ccea: Download completeba981977eb69: Download completefb4d69f626d4: Pull completed7151ce75fed: Pull completeb4127c47a033: Verifying Checksumb4127c47a033: Download completeb4127c47a033: Pull complete5b36f7dfe1cb: Pull completee7314db2ccea: Pull completeba981977eb69: Pull completeDigest: sha256:ce80a9ec021b573fa96b61ef253a6d8f8b120173940aeeab201b7de7be7451faStatus: Downloaded newer image for ocaml/opam@sha256:ce80a9ec021b573fa96b61ef253a6d8f8b120173940aeeab201b7de7be7451fa2025-09-11 12:20.28 ---> using "c3ee7f5e63b70919500d258da19dc2a26a9d2a3322400aba0faf0794e71d3b11" from cache/: (comment ubuntu-25.04-5.3_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-11 12:20.28 ---> using "d72b73b45f832c50a2cf4dc93a91a7617a3648a100ae53af2f03d565cab85ae3" 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-09-11 12:20.28 ---> using "115a8a6896933f161cea20a704b467023775d010f013205baf0f4718b397652c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-142-genericThe OCaml toplevel, version 5.3.02.4.12025-09-11 12:20.28 ---> using "6507644d2cc8fe5b03b3522f3b022ec798bfcce5a39a33e3cd65d975d879a59d" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-11 12:20.28 ---> using "87eca05bd0691f2c9c4a494fcfad57c47a637158582b862804bbf7cc6f1e071c" 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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD854fc71d55..4ca0361afd master -> origin/master109398e2fd Merge pull request #28437 from maiste/release-dune-3.20.2<><> 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-09-11 12:20.28 ---> using "026975238f3ae15b6e1470b19a223f06e3d8672dea0df94634b4b3845355b0f9" from cache/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2025-09-11 12:20.29 ---> saved as "3c37e50bca8a8e0466ffd5d6a67529252e283b5d279357b9a8357e2995194925"/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-11 12:20.33 ---> saved as "14219ff24fae0139e0c53e1723126dc11ac7f45169977d162467a3806fedc5d4"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-11 12:20.33 ---> saved as "705af3ff74ba273cd7ef9ab414acef2a5225f2ef28133a49221c3a82af2c69dc"/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.1.3.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.13.2 seq.base 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"- Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease- Get:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]- Get:3 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]- Get:4 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [255 kB]- Get:5 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [391 kB]- Get:6 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [219 kB]- Get:7 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]- Get:8 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [202 kB]- Get:9 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [145 kB]- Get:10 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [255 kB]- Fetched 1846 kB in 1s (1804 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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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-09-11 12:20.42 ---> saved as "8106aa45897b935d05d27380ede77c62e01912894ec14fda2779fffd29401542"/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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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 15 packages- install base v0.17.3- 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.17.0- install ocaml_intrinsics_kernel v0.17.1- install ocamlfind 1.9.8- install ppx_derivers 1.2.1- install re 1.13.2- install seq base- 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.1.3.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 seq.base (cached)-> installed seq.base-> retrieved re.1.13.2 (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.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.17.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed re.1.13.2-> 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-09-11 12:21.20 ---> saved as "3f697a7399a8483d4635e9d4eed25c87009ca009dca1f0db06b976270c9087b8"/src: (copy (src .) (dst /src))2025-09-11 12:21.20 ---> saved as "7ac918988c61d65a02a0dcc12c6060d24de3a6ef00ca83e68b797134d2e14cd2"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-09-11 12:21.38 ---> saved as "61a74485ed2ef44c852611de42634fa9d9fbf2e9925ce0c581882bbbe0338771"Job succeeded2025-09-11 12:21.39: Job succeeded