(for PR #28275)
2025-07-30 12:40.54: New job: list revdeps of rocq-runtime.9.1+rc1, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28275/head (66e60293e0f8ab4582472efcfcea76dc9977ca83) on debian-12-ocaml-4.14/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/28275/head" && git reset --hard 66e60293 git fetch origin master git merge --no-edit f6368c68f94811eb2e5f105c731f2494a6e6fe04 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:0ab63be2626406d74dcc5d5b086d3a5f5ab5ffdada73582b04f29cf7305b91d3 USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-2.3 /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 echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'rocq-runtime.9.1+rc1' --coinstallable-with 'rocq-runtime.9.1+rc1' --all-versions --depopts && opam list -s --color=never --depends-on 'rocq-runtime.9.1+rc1' --coinstallable-with 'rocq-runtime.9.1+rc1' --all-versions --recursive && opam list -s --color=never --depends-on 'rocq-runtime.9.1+rc1' --coinstallable-with 'rocq-runtime.9.1+rc1' --all-versions --with-test --depopts && echo '@@@OUTPUT' END-OF-DOCKERFILE docker build -f ../Dockerfile . 2025-07-30 12:40.54: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:0ab63be2626406d74dcc5d5b086d3a5f5ab5ffdada73582b04f29cf7305b91d3-rocq-runtime.9.1+rc1-66e60293e0f8ab4582472efcfcea76dc9977ca83" 2025-07-30 12:40.54: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:0ab63be2626406d74dcc5d5b086d3a5f5ab5ffdada73582b04f29cf7305b91d3) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'rocq-runtime.9.1+rc1' --coinstallable-with 'rocq-runtime.9.1+rc1' --all-versions --depopts && opam list -s --color=never --depends-on 'rocq-runtime.9.1+rc1' --coinstallable-with 'rocq-runtime.9.1+rc1' --all-versions --recursive && opam list -s --color=never --depends-on 'rocq-runtime.9.1+rc1' --coinstallable-with 'rocq-runtime.9.1+rc1' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) ) 2025-07-30 12:40.54: Waiting for resource in pool OCluster 2025-07-30 12:45.26: Waiting for worker… 2025-07-30 12:48.09: Got resource from pool OCluster Building on clete.caelum.ci.dev All commits already cached Updating files: 66% (11955/17943) Updating files: 67% (12022/17943) Updating files: 68% (12202/17943) Updating files: 69% (12381/17943) Updating files: 70% (12561/17943) Updating files: 71% (12740/17943) Updating files: 72% (12919/17943) Updating files: 73% (13099/17943) Updating files: 74% (13278/17943) Updating files: 75% (13458/17943) Updating files: 76% (13637/17943) Updating files: 77% (13817/17943) Updating files: 78% (13996/17943) Updating files: 79% (14175/17943) Updating files: 80% (14355/17943) Updating files: 81% (14534/17943) Updating files: 82% (14714/17943) Updating files: 83% (14893/17943) Updating files: 84% (15073/17943) Updating files: 85% (15252/17943) Updating files: 86% (15431/17943) Updating files: 87% (15611/17943) Updating files: 88% (15790/17943) Updating files: 89% (15970/17943) Updating files: 90% (16149/17943) Updating files: 91% (16329/17943) Updating files: 92% (16508/17943) Updating files: 93% (16687/17943) Updating files: 94% (16867/17943) Updating files: 95% (17046/17943) Updating files: 96% (17226/17943) Updating files: 97% (17405/17943) Updating files: 98% (17585/17943) Updating files: 99% (17764/17943) Updating files: 100% (17943/17943) Updating files: 100% (17943/17943), done. HEAD is now at f6368c68f9 Merge pull request #28271 from jmid/qcheck-lin-ocaml-bound Updating f6368c68f9..66e60293e0 Fast-forward packages/coq-core/coq-core.9.1+rc1/opam | 50 +++++++++++++++++ packages/coq-lsp/coq-lsp.0.2.3+9.0/opam | 3 +- packages/coq/coq.9.1+rc1/opam | 14 +++++ packages/coqide-server/coqide-server.9.1+rc1/opam | 42 ++++++++++++++ packages/rocq-core/rocq-core.9.1+rc1/opam | 51 +++++++++++++++++ packages/rocq-devtools/rocq-devtools.9.1+rc1/opam | 48 ++++++++++++++++ packages/rocq-runtime/rocq-runtime.9.1+rc1/opam | 67 +++++++++++++++++++++++ packages/rocqide/rocqide.9.1+rc1/opam | 45 +++++++++++++++ 8 files changed, 319 insertions(+), 1 deletion(-) create mode 100644 packages/coq-core/coq-core.9.1+rc1/opam create mode 100644 packages/coq/coq.9.1+rc1/opam create mode 100644 packages/coqide-server/coqide-server.9.1+rc1/opam create mode 100644 packages/rocq-core/rocq-core.9.1+rc1/opam create mode 100644 packages/rocq-devtools/rocq-devtools.9.1+rc1/opam create mode 100644 packages/rocq-runtime/rocq-runtime.9.1+rc1/opam create mode 100644 packages/rocqide/rocqide.9.1+rc1/opam (from ocaml/opam:debian-12-ocaml-4.14@sha256:0ab63be2626406d74dcc5d5b086d3a5f5ab5ffdada73582b04f29cf7305b91d3) 2025-07-30 12:48.17 ---> using "a56353e8e2c8b5ae15881c831a3c336980d62404ebc962eb5448e8eb12435d97" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-07-30 12:48.17 ---> using "44001829c58845421ad9958181d27e7c2270cc7f755e59cfd368490db966a1f1" 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 development 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-07-30 12:48.17 ---> using "210d8f7c82f6ae2e3dda93c2c0590a2ca84ab4290ad2b42f1d80f7a19d3d1b1f" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724) # self-upgrade no # system arch=x86_64 os=linux os-distribution=debian os-version=12 # 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.14 # invariant ["ocaml-base-compiler" {= "4.14.2"}] # compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 4.14.2 2025-07-30 12:48.17 ---> using "9afee8b5c6f1a18dd74932944e8586a356ca590a6fdcc2cdab289d6d41795439" 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-07-30 12:48.17 ---> using "37bb56573e528e55ac3f747ab34d62793619caab24fce15e170100befe26c539" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-07-30 12:48.19 ---> using "6e320f8f43b11f7bd80dbe910d9dfe383b3e5af3cd05610f894b37563cecdbc4" from cache /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-07-30 12:48.19 ---> using "2597bb7df8c889cef6165126b2c67b0a34e8d5afe0eb62f4db031ce4b5bc75bd" from cache /home/opam: (run (network host) (shell "opam update --depexts || true")) + /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 [18.5 kB] - Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-07-29-2006.47-F-2025-07-29-2006.47.pdiff [5110 B] - Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-07-29-2006.47-F-2025-07-29-2006.47.pdiff [5110 B] - Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [272 kB] - Fetched 399 kB in 1s (763 kB/s) - Reading package lists... - 2025-07-30 12:48.19 ---> using "768b0451327075ffbad670d6d03b1301edf1e0fd467216e0f431f01b31d6cf71" from cache /home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'rocq-runtime.9.1+rc1' --coinstallable-with 'rocq-runtime.9.1+rc1' --all-versions --depopts && opam list -s --color=never --depends-on 'rocq-runtime.9.1+rc1' --coinstallable-with 'rocq-runtime.9.1+rc1' --all-versions --recursive && opam list -s --color=never --depends-on 'rocq-runtime.9.1+rc1' --coinstallable-with 'rocq-runtime.9.1+rc1' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) @@@OUTPUT coq-core.9.1+rc1 coqide-server.9.1+rc1 rocq-core.9.1+rc1 rocq-devtools.9.1+rc1 rocq-stdlib.9.0.0 binary_tree.1.0 coq.9.1+rc1 coq-core.9.1+rc1 coq-stdlib.9.0.0 coqide-server.9.1+rc1 prooftree.0.14 rocq-core.9.1+rc1 rocq-devtools.9.1+rc1 rocq-prover.9.0.0 rocq-runtime.9.1+rc1 rocq-stdlib.9.0.0 rocqide.9.1+rc1 coq-core.9.1+rc1 coqide-server.9.1+rc1 rocq-core.9.1+rc1 rocq-devtools.9.1+rc1 rocq-stdlib.9.0.0 @@@OUTPUT 2025-07-30 12:48.57 ---> saved as "a266a2dd2a83ca4d6b65e2bb8f47a438818013fb18bd6a7d7973ca78bb6389b4" Job succeeded 2025-07-30 12:49.16: Job succeeded