(for PR #27965)
2025-06-12 09:18.38: New job: build ancient.0.10.0, using opam 2.0 from https://github.com/ocaml/opam-repository.git#refs/pull/27965/head (e8b423fa48aadb0160c2cb6c31b7ae6bb2b33f02) on debian-12-ocaml-5.3/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/27965/head" && git reset --hard e8b423fa git fetch origin master git merge --no-edit 391f82e9da01a13ff4ca7414df22df13c440bd0e cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:458b49b62865f1cfc7737d31da6aa961afc961ce10c214b72f9fdd4b7985dc6e USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam RUN opam init --reinit -ni RUN 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 depext -u || true RUN opam pin add -k version -yn ancient.0.10.0 0.10.0 RUN opam depext ancient.0.10.0 && opam reinstall ancient.0.10.0; \ 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-12\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'ancient.0.10.0' && 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-06-12 09:18.38: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:458b49b62865f1cfc7737d31da6aa961afc961ce10c214b72f9fdd4b7985dc6e-ancient.0.10.0-e8b423fa48aadb0160c2cb6c31b7ae6bb2b33f02" 2025-06-12 09:18.38: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:458b49b62865f1cfc7737d31da6aa961afc961ce10c214b72f9fdd4b7985dc6e) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam")) (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) (run (shell "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 depext -u || true")) (run (shell "opam pin add -k version -yn ancient.0.10.0 0.10.0")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam depext ancient.0.10.0 && opam reinstall ancient.0.10.0;\ \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-12\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'ancient.0.10.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-06-12 09:18.38: Waiting for resource in pool OCluster 2025-06-12 10:07.14: Waiting for worker… 2025-06-12 10:09.34: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached Updating files: 89% (20751/23250) Updating files: 90% (20925/23250) Updating files: 91% (21158/23250) Updating files: 92% (21390/23250) Updating files: 93% (21623/23250) Updating files: 94% (21855/23250) Updating files: 95% (22088/23250) Updating files: 96% (22320/23250) Updating files: 97% (22553/23250) Updating files: 98% (22785/23250) Updating files: 99% (23018/23250) Updating files: 100% (23250/23250) Updating files: 100% (23250/23250), done. HEAD is now at 391f82e9da Merge pull request #28013 from mbarbin/opam-publish-volgo.0.0.18 Merge made by the 'ort' strategy. Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. packages/ancient/ancient.0.10.0/opam | 52 ++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 packages/ancient/ancient.0.10.0/opam (from ocaml/opam:debian-12-ocaml-5.3@sha256:458b49b62865f1cfc7737d31da6aa961afc961ce10c214b72f9fdd4b7985dc6e) 2025-06-12 10:10.40 ---> using "96697d8e79983291d560edbf731c893ea129e422e8dda14986eae24c3f7015ce" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam")) 2025-06-12 10:10.40 ---> using "211a1dd5d47969fe3b77188208e600d76b6fc8ebcd774102509f87bbd5668a5a" from cache /home/opam: (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) [NOTE] Will configure 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. [WARNING] Recommended dependencies -- most packages rely on these: - m4 <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised default (at git+file:///home/opam/opam-repository): [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html) 2025-06-12 10:10.40 ---> using "b2d691b01ca271d86992e4253f92b74d327897d3a786a6255c0961e8f1b9772a" from cache /home/opam: (run (shell "opam config report")) # opam config report # opam-version 2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b) # self-upgrade no # system arch=x86_64 os=linux os-distribution=debian os-version=12 # solver builtin-mccs+glpk # install-criteria -removed,-count[version-lag,request],-count[version-lag,changed],-changed # upgrade-criteria -removed,-count[version-lag,solution],-new # jobs 71 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 5.3 2025-06-12 10:10.40 ---> using "26aee6e3c6ed9844bcc408592d2dc35d3661b0fd1b513adc0e9aa7173f4a62b2" 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-06-12 10:10.40 ---> using "2246f931314f7786e34f784a3fc41f89c74313a1957b0536c972e4826fcb508f" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-06-12 10:10.55 ---> saved as "3116b7c643b0ed64ddeef12f671c1510c9521dc812c9010626eaec22778fdd77" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised default (at file:///home/opam/opam-repository): [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html) 2025-06-12 10:11.12 ---> saved as "994545924f0a92ab81d88543259b2ab16de650c6b38f62df144035fc285c0fdd" /home/opam: (run (network host) (shell "opam depext -u || true")) # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # No extra OS packages requirements found. # All required OS packages found. The following command needs to be run through "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-security bookworm-security/main amd64 Packages [266 kB] Fetched 369 kB in 0s (927 kB/s) Reading package lists... # OS package update successful 2025-06-12 10:11.13 ---> saved as "e03f9b588c58b29dd2e333ac9ae8e9783897c913a0deb2e90c2e6dca4c15ef59" /home/opam: (run (shell "opam pin add -k version -yn ancient.0.10.0 0.10.0")) ancient is now pinned to version 0.10.0 2025-06-12 10:11.14 ---> saved as "6041ae7f543fb34724a00706f52d0cab0e68685264e15bf914ac433139d0caf6" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam depext ancient.0.10.0 && opam reinstall ancient.0.10.0;\ \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-12\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'ancient.0.10.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # No extra OS packages requirements found. # All required OS packages found. ancient.0.10.0 is not installed. Install it? [Y/n] y The following actions will be performed: - install dune 3.19.0 [required by ancient] - install ancient 0.10.0* ===== 2 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [ancient.0.10.0] found in cache [dune.3.19.0] found in cache <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed dune.3.19.0 -> installed ancient.0.10.0 Done. # Run eval $(opam env) to update the current shell environment 2025-06-12 10:11.46 ---> saved as "45ee0a839d22f425419c1dc804319257ac6904d4d49fc71e5975ab5dd42e1c86" Job succeeded 2025-06-12 10:12.07: Job succeeded