(for PR #28610)
2025-09-30 11:35.50: New job: build ppxlib-tools.0.36.2, lower-bounds, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/28610/head (307bd6a7d04a5f700ad8eb00752262d926973378) on debian-13-ocaml-4.11/amd64 To reproduce locally: cd $(mktemp -d) git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28610/head" && git reset --hard 307bd6a7 git fetch origin master git merge --no-edit dfe27d924d3f2d9d3045aa994e54a6172a669ecb cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.11@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam RUN opam init --reinit -ni RUN opam option solver=builtin-0install && opam config report ENV OPAMDOWNLOADJOBS="1" ENV OPAMERRLOGLEN="0" ENV OPAMPRECISETRACKING="1" ENV CI="true" ENV OPAM_REPO_CI="true" RUN rm -rf opam-repository/ COPY --chown=1000:1000 . opam-repository/ RUN opam repository set-url --strict default opam-repository/ RUN opam update --depexts || true RUN opam pin add -k version -yn ppxlib-tools.0.36.2 0.36.2 RUN opam reinstall ppxlib-tools.0.36.2; \ res=$?; \ test "$res" != 31 && exit "$res"; \ export OPAMCLI=2.0; \ build_dir=$(opam var prefix)/.opam-switch/build; \ failed=$(ls "$build_dir"); \ partial_fails=""; \ for pkg in $failed; do \ if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'ppxlib-tools.0.36.2' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 ENV OPAMCRITERIA="+removed,+count[version-lag,solution]" ENV OPAMFIXUPCRITERIA="+removed,+count[version-lag,solution]" ENV OPAMUPGRADECRITERIA="+removed,+count[version-lag,solution]" RUN opam reinstall ppxlib-tools.0.36.2; \ res=$?; \ test "$res" != 31 && exit "$res"; \ export OPAMCLI=2.0; \ build_dir=$(opam var prefix)/.opam-switch/build; \ failed=$(ls "$build_dir"); \ partial_fails=""; \ for pkg in $failed; do \ if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'ppxlib-tools.0.36.2' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 END-OF-DOCKERFILE docker build -f ../Dockerfile . 2025-09-30 11:35.50: Using cache hint "ocaml/opam:debian-13-ocaml-4.11@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e-ppxlib-tools.0.36.2-307bd6a7d04a5f700ad8eb00752262d926973378" 2025-09-30 11:35.50: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.11@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) (run (shell "opam option solver=builtin-0install && opam config report")) (env OPAMDOWNLOADJOBS 1) (env OPAMERRLOGLEN 0) (env OPAMPRECISETRACKING 1) (env CI true) (env OPAM_REPO_CI true) (run (shell "rm -rf opam-repository/")) (copy (src .) (dst opam-repository/)) (run (shell "opam repository set-url --strict default opam-repository/")) (run (network host) (shell "opam update --depexts || true")) (run (shell "opam pin add -k version -yn ppxlib-tools.0.36.2 0.36.2")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall ppxlib-tools.0.36.2;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'ppxlib-tools.0.36.2' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) (env OPAMCRITERIA +removed,+count[version-lag,solution]) (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution]) (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution]) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall ppxlib-tools.0.36.2;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'ppxlib-tools.0.36.2' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-09-30 11:35.50: Waiting for resource in pool OCluster 2025-09-30 11:35.52: Waiting for worker… 2025-09-30 11:35.52: Got resource from pool OCluster Building on eumache All commits already cached HEAD is now at dfe27d924d Merge pull request #28613 from kit-ty-kate/opam-2.4-stable-patch Merge made by the 'ort' strategy. packages/ppx_yojson/ppx_yojson.1.3.0/opam | 2 +- packages/ppxlib-tools/ppxlib-tools.0.36.2/opam | 46 ++++++++++++++++++ packages/ppxlib/ppxlib.0.36.2/opam | 64 ++++++++++++++++++++++++++ 3 files changed, 111 insertions(+), 1 deletion(-) create mode 100644 packages/ppxlib-tools/ppxlib-tools.0.36.2/opam create mode 100644 packages/ppxlib/ppxlib.0.36.2/opam (from ocaml/opam:debian-13-ocaml-4.11@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e) Unable to find image 'ocaml/opam:debian-13-ocaml-4.11@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e' locally docker.io/ocaml/opam@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e: Pulling from ocaml/opam 15b1d8a5ff03: Already exists 4d5eb3ed0208: Already exists b44e00377829: Already exists 93018e586176: Already exists 587e432a29e2: Already exists cdf304204754: Already exists a444cfe202e3: Already exists 964991c828c0: Already exists a94458d90f79: Already exists e972c69afbc9: Already exists 3997d62e9de2: Already exists d78ea61f72f9: Already exists c68a1176424c: Already exists 63495b383f1a: Already exists aa1a6204320d: Already exists 187b2023e0b3: Already exists 4787e66ddf43: Already exists 973a552bac2d: Already exists 8ad831d15267: Already exists a8377bc33a29: Already exists 84a002321686: Already exists 4f4fb700ef54: Already exists 5d52c4f201d6: Already exists 68ef19bc296a: Already exists 1cda2aa0af1b: Already exists 769f31bcfe07: Already exists b1d715eb0b34: Already exists 6b92d559de80: Already exists 1552f16d9075: Already exists 7a69328970da: Already exists e66b1fc86e6f: Already exists b14737f10b30: Already exists 4b7cf33f8dea: Already exists 0499d18bfcaa: Already exists fb0e4a52e51b: Already exists af1ea896d29c: Already exists cff41317f198: Already exists fbb90a49a8ca: Already exists 2f7f155032eb: Already exists 02f68e1ce660: Already exists 4d714c935049: Already exists 8a71ff10ef35: Already exists af351e29d056: Already exists c6a987bc4831: Already exists Digest: sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e Status: Downloaded newer image for ocaml/opam@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e 2025-09-30 11:36.05 ---> using "c71e547ff4dfabd1779036845ba5c402f7d75aebe8fc0fa775f19dbbd04002b3" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2025-09-30 11:36.05 ---> using "d91ff7708b87476708236042701f5d909e2844d521fa48d5053ab96e521cc5be" from cache /home/opam: (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-30 11:36.05 ---> using "98a3fb473c1e5e7ce62e10ccb54186a238dddf2f82d397b76df1f13e79bc4e8c" from cache /home/opam: (run (shell "opam option solver=builtin-0install && opam config report")) Set to 'builtin-0install' the field solver in global configuration # opam config report # opam-version 2.4.1 # self-upgrade no # system arch=x86_64 os=linux os-distribution=debian os-version=13 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 71 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 4.11 # invariant ["ocaml-base-compiler" {= "4.11.2"}] # compiler-packages ocaml-base-compiler.4.11.2 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/4.11/lib/ocaml/stublibs:/home/opam/.opam/4.11/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 4.11.2 2025-09-30 11:36.05 ---> using "28c4e21e2974300069fb245c84b26e2b41077257a8c6aeb576fd644a7b51f06a" from cache /home/opam: (env OPAMDOWNLOADJOBS 1) /home/opam: (env OPAMERRLOGLEN 0) /home/opam: (env OPAMPRECISETRACKING 1) /home/opam: (env CI true) /home/opam: (env OPAM_REPO_CI true) /home/opam: (run (shell "rm -rf opam-repository/")) 2025-09-30 11:36.05 ---> using "fbd889505714be5b21167bab1b5bc5834b03335736594475a34d7168485da631" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-09-30 11:36.13 ---> saved as "b4c710dca01c4e33381e88bec5c8ab1a4279bb314c75a176cc7caa1d6b9c42b6" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-09-30 11:36.31 ---> saved as "05c398a46cb9a8c379259570d7d77c3f0cba5babe30586663403e2c79f6aaddc" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /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 [47.7 kB] - Fetched 138 kB in 0s (1566 kB/s) - Reading package lists... 2025-09-30 11:36.32 ---> saved as "a5960488da18c74ad5f5597d2e2e679419f19d919bc2ed216523c440e4306602" /home/opam: (run (shell "opam pin add -k version -yn ppxlib-tools.0.36.2 0.36.2")) ppxlib-tools is now pinned to version 0.36.2 2025-09-30 11:36.33 ---> saved as "ad9d8df8d2d880e7ca6f3a47931ff7581693f1c262a392acea16e9b182682abb" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall ppxlib-tools.0.36.2;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'ppxlib-tools.0.36.2' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ppxlib-tools.0.36.2 is not installed. Install it? [Y/n] y The following actions will be performed: === install 8 packages - install cmdliner 2.0.0 [required by ppxlib-tools] - install dune 3.20.2 [required by ppxlib-tools] - install ocaml-compiler-libs v0.12.4 [required by ppxlib] - install ppx_derivers 1.2.1 [required by ppxlib] - install ppxlib 0.36.2 [required by ppxlib-tools] - install ppxlib-tools 0.36.2 (pinned) - install sexplib0 v0.16.0 [required by ppxlib] - install stdlib-shims 0.3.0 [required by ppxlib] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cmdliner.2.0.0 (cached) -> retrieved dune.3.20.2 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppxlib.0.36.2, ppxlib-tools.0.36.2 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> installed cmdliner.2.0.0 -> installed dune.3.20.2 -> installed ppx_derivers.1.2.1 -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed ppxlib.0.36.2 -> installed ppxlib-tools.0.36.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-30 11:37.26 ---> saved as "a064b179ca5a1779ea8154a1d203ab02c5624d9a45a74340eeab09355a99e6f3" /home/opam: (env OPAMCRITERIA +removed,+count[version-lag,solution]) /home/opam: (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution]) /home/opam: (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution]) /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall ppxlib-tools.0.36.2;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'ppxlib-tools.0.36.2' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) The following actions will be performed: === downgrade 6 packages - downgrade cmdliner 2.0.0 to 1.3.0 [required by ppxlib-tools] - downgrade dune 3.20.2 to 3.10.0 [required by ppxlib-tools] - downgrade ocaml-compiler-libs v0.12.4 to v0.11.0 [required by ppxlib] - downgrade ppx_derivers 1.2.1 to 1.0 [required by ppxlib] - downgrade sexplib0 v0.16.0 to v0.12.0 [uses dune] - downgrade stdlib-shims 0.3.0 to 0.1.0 [uses dune] === recompile 2 packages - recompile ppxlib 0.36.2 [uses dune] - recompile ppxlib-tools 0.36.2 (pinned) === install 1 package - install jbuilder 1.0+beta20.1 (deprecated) [required by ocaml-compiler-libs] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cmdliner.1.3.0 (cached) -> retrieved dune.3.10.0 (cached) -> retrieved jbuilder.1.0+beta20.1 (cached) -> retrieved ocaml-compiler-libs.v0.11.0 (cached) -> retrieved ppx_derivers.1.0 (cached) -> retrieved ppxlib.0.36.2, ppxlib-tools.0.36.2 (cached) -> retrieved sexplib0.v0.12.0 (cached) -> retrieved stdlib-shims.0.1.0 (cached) -> installed jbuilder.1.0+beta20.1 -> removed ppxlib-tools.0.36.2 -> removed cmdliner.2.0.0 -> removed ppxlib.0.36.2 -> removed ocaml-compiler-libs.v0.12.4 -> removed ppx_derivers.1.2.1 -> removed sexplib0.v0.16.0 -> removed stdlib-shims.0.3.0 -> removed dune.3.20.2 -> installed cmdliner.1.3.0 -> installed dune.3.10.0 -> installed ocaml-compiler-libs.v0.11.0 -> installed ppx_derivers.1.0 -> installed stdlib-shims.0.1.0 -> installed sexplib0.v0.12.0 -> installed ppxlib.0.36.2 -> installed ppxlib-tools.0.36.2 Done. <><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><> => Note: This package is deprecated. # To update the current shell environment, run: eval $(opam env) 2025-09-30 11:38.27 ---> saved as "470776087709acb86de403d1a0e359898c0d8eb4aed4b3083db479283d27f05b" Job succeeded 2025-09-30 11:38.32: Job succeeded