(for PR #29830)
2026-04-30 14:35.13: New job: list revdeps of rocq-stdlib.9.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29830/head (7a15accc2f9050d2c7e012666e2f93808daf13c0)
on debian-13-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/29830/head" && git reset --hard 7a15accc
git fetch origin master
git merge --no-edit 6eba819fc9cf11948f2ec0ccb35df7352e130ee2
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:9fe84ffeeaa92507d198c7af8adb382726e06ae36c031f5ef645a3241cac0353
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 echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'rocq-stdlib.9.1.0' --coinstallable-with 'rocq-stdlib.9.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'rocq-stdlib.9.1.0' --coinstallable-with 'rocq-stdlib.9.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'rocq-stdlib.9.1.0' --coinstallable-with 'rocq-stdlib.9.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-04-30 14:35.13: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:9fe84ffeeaa92507d198c7af8adb382726e06ae36c031f5ef645a3241cac0353-rocq-stdlib.9.1.0-7a15accc2f9050d2c7e012666e2f93808daf13c0"
2026-04-30 14:35.13: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:9fe84ffeeaa92507d198c7af8adb382726e06ae36c031f5ef645a3241cac0353)
(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 "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'rocq-stdlib.9.1.0' --coinstallable-with 'rocq-stdlib.9.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'rocq-stdlib.9.1.0' --coinstallable-with 'rocq-stdlib.9.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'rocq-stdlib.9.1.0' --coinstallable-with 'rocq-stdlib.9.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2026-04-30 14:35.13: Waiting for resource in pool OCluster
2026-04-30 14:35.13: Waiting for worker…
2026-04-30 14:35.13: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
Updating files: 67% (12663/18873)
Updating files: 68% (12834/18873)
Updating files: 69% (13023/18873)
Updating files: 70% (13212/18873)
Updating files: 71% (13400/18873)
Updating files: 72% (13589/18873)
Updating files: 73% (13778/18873)
Updating files: 74% (13967/18873)
Updating files: 75% (14155/18873)
Updating files: 76% (14344/18873)
Updating files: 77% (14533/18873)
Updating files: 78% (14721/18873)
Updating files: 79% (14910/18873)
Updating files: 80% (15099/18873)
Updating files: 81% (15288/18873)
Updating files: 82% (15476/18873)
Updating files: 83% (15665/18873)
Updating files: 84% (15854/18873)
Updating files: 85% (16043/18873)
Updating files: 86% (16231/18873)
Updating files: 87% (16420/18873)
Updating files: 88% (16609/18873)
Updating files: 89% (16797/18873)
Updating files: 90% (16986/18873)
Updating files: 91% (17175/18873)
Updating files: 92% (17364/18873)
Updating files: 93% (17552/18873)
Updating files: 94% (17741/18873)
Updating files: 95% (17930/18873)
Updating files: 96% (18119/18873)
Updating files: 97% (18307/18873)
Updating files: 98% (18496/18873)
Updating files: 99% (18685/18873)
Updating files: 100% (18873/18873)
Updating files: 100% (18873/18873), done.
HEAD is now at 6eba819fc9 Merge pull request #29818 from Vlam9988/opam-publish-ip2proxy.3.2.0
Merge made by the 'ort' strategy.
packages/rocq-stdlib/rocq-stdlib.9.1.0/opam | 39 +++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 packages/rocq-stdlib/rocq-stdlib.9.1.0/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:9fe84ffeeaa92507d198c7af8adb382726e06ae36c031f5ef645a3241cac0353)
2026-04-30 14:35.18 ---> using "59750879172620501422dd230c4db220684ca7fe3e97409754eb72dcd3390183" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-30 14:35.18 ---> using "b9ebb375f27da820f646269f579489455309b96c19083cd92f7f6ddd05a4b5f2" 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
2026-04-30 14:35.18 ---> using "a861010f9e8d58738e62217a8c0fc067b85ae67b915e1ef93e08d814bb3c914c" 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.5.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.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, 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.3
2026-04-30 14:35.18 ---> using "a880c606232c92d84d818c349c45696fe9be139917bfa5f7b1065b497e8df441" 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/"))
2026-04-30 14:35.18 ---> using "47c085e53aa5880966ff9fc1e1e12a4661255166181f7931a397db06034201cf" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 14:35.27 ---> saved as "43753435c9f60a24bc0e8c020eb2d1c4f76dd1e898058f71810bb41d3d0c370e"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 14:35.54 ---> saved as "70794723ebb96e367b09964448af04082077da7c8650852ca66bfc8b00a0db8e"
/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 [129 kB]
- Fetched 219 kB in 0s (1204 kB/s)
- Reading package lists...
-
2026-04-30 14:35.56 ---> saved as "ad6d8161fdd7f5898ff6626467b200b29a65e57f349511eab2ae7f9d33b60419"
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'rocq-stdlib.9.1.0' --coinstallable-with 'rocq-stdlib.9.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'rocq-stdlib.9.1.0' --coinstallable-with 'rocq-stdlib.9.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'rocq-stdlib.9.1.0' --coinstallable-with 'rocq-stdlib.9.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
coq-lsp.0.2.3+9.0
coq-lsp.0.2.4+9.0
rocq-prover.9.0.0
rocq-prover.meta.1
vsrocq-language-server.2.3.0
vsrocq-language-server.2.3.1
vsrocq-language-server.2.3.3
coq-lsp.0.2.3+9.0
coq-lsp.0.2.4+9.0
coq-lsp.0.2.5+9.0
rocq-prover.9.0.0
rocq-prover.meta.1
rocq-stdlib.9.1.0
vscoq-language-server.2.3.3
vsrocq-language-server.2.3.0
vsrocq-language-server.2.3.1
vsrocq-language-server.2.3.3
coq-lsp.0.2.3+9.0
coq-lsp.0.2.4+9.0
coq-lsp.0.2.4+9.1
coq-lsp.0.2.5+9.1
rocq-prover.9.0.0
rocq-prover.meta.1
vsrocq-language-server.2.3.0
vsrocq-language-server.2.3.1
vsrocq-language-server.2.3.3
@@@OUTPUT
2026-04-30 14:36.45 ---> saved as "81559b34bfb7c64f14835192ee237e3fe484ec1f9798cbc9b381daa2de40e352"
Job succeeded
2026-04-30 14:36.55: Job succeeded