2025-07-31 07:26.56: New job: test patricoferris/ppxlib https://github.com/patricoferris/ppxlib.git#refs/heads/main (455f21787ad52a32813a34538a4d493f8d3efc64) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-12-ocaml-4.10@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a Opam project build To reproduce locally: git clone --recursive "https://github.com/patricoferris/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 455f2178 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.10@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a # debian-12-4.10_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u RUN mkdir -p 'bench/vendored/ppx_sexp_conv.v0.15.1/' COPY --chown=1000:1000 ppxlib.opam ppxlib-bench.opam ./ COPY --chown=1000:1000 bench/vendored/ppx_sexp_conv.v0.15.1/ppx_sexp_conv.opam bench/vendored/ppx_sexp_conv.v0.15.1/ RUN opam pin add -yn ppxlib.dev './' && \ opam pin add -yn ppxlib-bench.dev './' && \ opam pin add -yn ppx_sexp_conv 'bench/vendored/ppx_sexp_conv.v0.15.1/' RUN echo '(lang dune 3.0)' > './dune-project' && \ echo '(lang dune 3.0)' > 'bench/vendored/ppx_sexp_conv.v0.15.1/dune-project' ENV DEPS="base.v0.15.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 cinaps.v0.12.1 conf-m4.1 conf-which.1 cppo.1.6.1 dune.2.7.1 dune-configurator.2.5.1 dune-private-libs.2.5.1 easy-format.1.0.1 jbuilder.1.0+beta20.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocamlfind.1.8.1 ppx_derivers.1.0 re.1.9.0 seq.0.3 sexplib0.v0.15.0 stdlib-shims.0.1.0 yojson.1.5.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ppxlib.dev ppxlib-bench.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-07-31 07:26.56: Using cache hint "patricoferris/ppxlib-ocaml/opam:debian-12-ocaml-4.10@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a-debian-12-4.10_opam-2.4-931c61d523092f47bc982a6c4c74cb00" 2025-07-31 07:26.56: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.10@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a) (comment debian-12-4.10_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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u")) (run (shell "mkdir -p 'bench/vendored/ppx_sexp_conv.v0.15.1/'")) (copy (src ppxlib.opam ppxlib-bench.opam) (dst ./)) (copy (src bench/vendored/ppx_sexp_conv.v0.15.1/ppx_sexp_conv.opam) (dst bench/vendored/ppx_sexp_conv.v0.15.1/)) (run (network host) (shell "opam pin add -yn ppxlib.dev './' && \ \nopam pin add -yn ppxlib-bench.dev './' && \ \nopam pin add -yn ppx_sexp_conv 'bench/vendored/ppx_sexp_conv.v0.15.1/'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project' && \ \necho '(lang dune 3.0)' > 'bench/vendored/ppx_sexp_conv.v0.15.1/dune-project'")) (env DEPS "base.v0.15.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 cinaps.v0.12.1 conf-m4.1 conf-which.1 cppo.1.6.1 dune.2.7.1 dune-configurator.2.5.1 dune-private-libs.2.5.1 easy-format.1.0.1 jbuilder.1.0+beta20.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocamlfind.1.8.1 ppx_derivers.1.0 re.1.9.0 seq.0.3 sexplib0.v0.15.0 stdlib-shims.0.1.0 yojson.1.5.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-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-07-31 07:26.56: Waiting for resource in pool OCluster 2025-07-31 11:39.57: Waiting for worker… 2025-07-31 11:41.28: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 455f217 Merge pull request #476 from NathanReb/turn-ocaml-constraint-to-conflict (from ocaml/opam:debian-12-ocaml-4.10@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a) Unable to find image 'ocaml/opam:debian-12-ocaml-4.10@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a' locally docker.io/ocaml/opam@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a: Pulling from ocaml/opam 2b437dab448b: Already exists 93dc4c23dfaa: Pulling fs layer aebd431fa6af: Pulling fs layer 0bada8489d0d: Pulling fs layer a72d5e1474dc: Pulling fs layer 93dc4c23dfaa: Waiting 0bada8489d0d: Waiting aebd431fa6af: Waiting aebd431fa6af: Download complete 0bada8489d0d: Verifying Checksum 0bada8489d0d: Download complete a72d5e1474dc: Verifying Checksum a72d5e1474dc: Download complete 93dc4c23dfaa: Verifying Checksum 93dc4c23dfaa: Download complete 93dc4c23dfaa: Pull complete aebd431fa6af: Pull complete 0bada8489d0d: Pull complete a72d5e1474dc: Pull complete Digest: sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a Status: Downloaded newer image for ocaml/opam@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a 2025-07-31 11:41.28 ---> using "7cc30aadd15913f0f325db00caebbe27f64ec97be9f4efb3614646ea80c9e486" from cache /: (comment debian-12-4.10_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-07-31 11:41.28 ---> using "a3370d9dcd101ce216ab9d5e92d8ecc3fe47a7996c0457e72e35f4af5c0c25bf" 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-07-31 11:41.28 ---> using "a48b040063ed6f37cc02e1cfb879b755bcae1caf32ac6a09a8efab9c5d204a2e" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 4.10.2 2.4.1 2025-07-31 11:41.28 ---> using "1bc6a1cdf4d88bb7c813f7d1916d6ec54a0accb858f2b33e87266e23f3d0062d" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-31 11:41.28 ---> using "aed644f4642f0c029c70dfab38b02aa9845d967e5b4a554f9bdbe7d6fbc05516" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u")) b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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-07-31 11:41.28 ---> using "8d28d88aa6374622b5b8ebac9fdcf8b9e1adb7301bce2b3413baa8297b2226c8" from cache /src: (run (shell "mkdir -p 'bench/vendored/ppx_sexp_conv.v0.15.1/'")) 2025-07-31 11:41.28 ---> saved as "0bc6f6505a34fbb1c445737b0e5191728f2f6b0bbda9f00b60f9d20115df053d" /src: (copy (src ppxlib.opam ppxlib-bench.opam) (dst ./)) 2025-07-31 11:41.28 ---> saved as "da897ebb0e501898ed1a5ff89c367d352f882ad37c95d1b9cc67fe1cebbe5fb2" /src: (copy (src bench/vendored/ppx_sexp_conv.v0.15.1/ppx_sexp_conv.opam) (dst bench/vendored/ppx_sexp_conv.v0.15.1/)) 2025-07-31 11:41.29 ---> saved as "a3ad99fe7f3b10222c78828ef8f7d21a815043e2c07b4c54fb0fecb7ad0ff8a0" /src: (run (network host) (shell "opam pin add -yn ppxlib.dev './' && \ \nopam pin add -yn ppxlib-bench.dev './' && \ \nopam pin add -yn ppx_sexp_conv 'bench/vendored/ppx_sexp_conv.v0.15.1/'")) [ppxlib.dev] synchronised (file:///src) ppxlib 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) [ppx_sexp_conv.v0.17.1] synchronised (file:///src/bench/vendored/ppx_sexp_conv.v0.15.1) ppx_sexp_conv is now pinned to file:///src/bench/vendored/ppx_sexp_conv.v0.15.1 (version v0.15.0) 2025-07-31 11:41.32 ---> saved as "79bb7b65b54ba6632919bdc0896480269a6bc656cc3b2ab75e79ccdc8652ba34" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project' && \ \necho '(lang dune 3.0)' > 'bench/vendored/ppx_sexp_conv.v0.15.1/dune-project'")) 2025-07-31 11:41.32 ---> saved as "f7ff3b1d9c152d707b2a6cc1e9bddaab67a734a94bbb67ba86e3913d21742cce" /src: (env DEPS "base.v0.15.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 cinaps.v0.12.1 conf-m4.1 conf-which.1 cppo.1.6.1 dune.2.7.1 dune-configurator.2.5.1 dune-private-libs.2.5.1 easy-format.1.0.1 jbuilder.1.0+beta20.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocamlfind.1.8.1 ppx_derivers.1.0 re.1.9.0 seq.0.3 sexplib0.v0.15.0 stdlib-shims.0.1.0 yojson.1.5.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-bench.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [19.6 kB] - Ign:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index - Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6916 B] - Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [272 kB] - Fetched 402 kB in 0s (1507 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ppxlib.dev] synchronised (file:///src) [ppxlib-bench.dev] synchronised (file:///src) [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2). [NOTE] Package ocaml is already installed (current version is 4.10.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 system packages will first need to be installed: m4 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package m4. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18747 files and directories currently installed.) - Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ... - Unpacking m4 (1.4.19-3) ... - Setting up m4 (1.4.19-3) ... 2025-07-31 11:41.41 ---> saved as "c6150ea5124d8d6374920009bbf44a144e4824b654f41bdf39ac6035f078b153" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2). [NOTE] Package ocaml is already installed (current version is 4.10.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 20 packages - install base v0.15.0 - install base-bytes base - install biniou 1.2.0 - install cinaps v0.12.1 - install conf-m4 1 - install conf-which 1 - install cppo 1.6.1 - install dune 2.7.1 - install dune-configurator 2.5.1 - install dune-private-libs 2.5.1 - install easy-format 1.0.1 - install jbuilder 1.0+beta20.1 (deprecated) - install ocaml-compiler-libs v0.11.0 - install ocamlfind 1.8.1 - install ppx_derivers 1.0 - install re 1.9.0 - install seq 0.3 - install sexplib0 v0.15.0 - install stdlib-shims 0.1.0 - install yojson 1.5.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.15.0 (cached) -> retrieved biniou.1.2.0 (cached) -> retrieved cinaps.v0.12.1 (cached) -> retrieved cppo.1.6.1 (cached) -> installed conf-m4.1 -> installed conf-which.1 -> retrieved easy-format.1.0.1 (cached) -> retrieved jbuilder.1.0+beta20.1 (cached) -> retrieved dune.2.7.1 (cached) -> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1 (cached) -> retrieved ocaml-compiler-libs.v0.11.0 (cached) -> retrieved ocamlfind.1.8.1 (cached) -> retrieved ppx_derivers.1.0 (cached) -> retrieved re.1.9.0 (cached) -> retrieved seq.0.3 (cached) -> retrieved sexplib0.v0.15.0 (cached) -> retrieved stdlib-shims.0.1.0 (cached) -> retrieved yojson.1.5.0 (cached) -> installed ocamlfind.1.8.1 -> installed base-bytes.base -> installed easy-format.1.0.1 -> installed jbuilder.1.0+beta20.1 -> installed ppx_derivers.1.0 -> installed dune.2.7.1 -> installed biniou.1.2.0 -> installed cppo.1.6.1 -> installed ocaml-compiler-libs.v0.11.0 -> installed stdlib-shims.0.1.0 -> installed seq.0.3 -> installed sexplib0.v0.15.0 -> installed re.1.9.0 -> installed yojson.1.5.0 -> installed cinaps.v0.12.1 -> installed dune-private-libs.2.5.1 -> installed dune-configurator.2.5.1 -> installed base.v0.15.0 Done. <><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><> => Note: This package is deprecated. # To update the current shell environment, run: eval $(opam env) 2025-07-31 11:42.11 ---> saved as "df1d0d0599bb151c7fc3826cdfa4f9817368017b63056bf1add22fa5bc69cdcc" /src: (copy (src .) (dst /src)) 2025-07-31 11:42.12 ---> saved as "15a19d5bee16eaa873caea3f6c2970fad0331ef59891a275485d38c7985fd035" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) File "bench/vendored/ppx_sexp_conv.v0.15.1/dune-project", line 1, characters 11-14: 1 | (lang dune 3.0) ^^^ Error: Version 3.0 of the dune language is not supported. Supported versions of this extension in version 3.0 of the dune language: - 1.0 to 1.12 - 2.0 to 2.7 "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-07-31 11:42.12: Job failed: Failed: Build failed