(for PR #28903)
2025-11-16 07:57.17: New job: build coq-waterproof.3.1.0+9.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28903/head (c0cb3acb41a17d764e50b3e1e32b4ee717f8568d)
on centos-9-ocaml-5.4/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/28903/head" && git reset --hard c0cb3acb
git fetch origin master
git merge --no-edit 2ec6d6cc9216d1f4ec93aec16f34d7a35a7ef543
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-9-ocaml-5.4@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf
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 coq-waterproof.3.1.0+9.1 3.1.0+9.1
RUN opam reinstall coq-waterproof.3.1.0+9.1; \
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 "\"centos-9\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'coq-waterproof.3.1.0+9.1' && 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-11-16 07:57.17: Using cache hint "ocaml/opam:centos-9-ocaml-5.4@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf-coq-waterproof.3.1.0+9.1-c0cb3acb41a17d764e50b3e1e32b4ee717f8568d"
2025-11-16 07:57.17: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-5.4@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf)
(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 coq-waterproof.3.1.0+9.1 3.1.0+9.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall coq-waterproof.3.1.0+9.1;\
\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 \"\\\"centos-9\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'coq-waterproof.3.1.0+9.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-16 07:57.17: Waiting for resource in pool OCluster
2025-11-16 07:57.18: Waiting for worker…
2025-11-16 07:58.52: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files: 93% (17588/18766)
Updating files: 94% (17641/18766)
Updating files: 95% (17828/18766)
Updating files: 96% (18016/18766)
Updating files: 97% (18204/18766)
Updating files: 98% (18391/18766)
Updating files: 99% (18579/18766)
Updating files: 100% (18766/18766)
Updating files: 100% (18766/18766), done.
HEAD is now at 2ec6d6cc92 Merge pull request #28891 from c-cube/release-moonpool-v0.10
Updating 2ec6d6cc92..c0cb3acb41
Fast-forward
.../coq-waterproof/coq-waterproof.3.1.0+9.1/opam | 54 ++++++++++++++++++++++
1 file changed, 54 insertions(+)
create mode 100644 packages/coq-waterproof/coq-waterproof.3.1.0+9.1/opam
(from ocaml/opam:centos-9-ocaml-5.4@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf)
2025-11-16 07:59.47 ---> saved as "eece0ee759113f9447becf3b30dd4249f4d7687d01c11c4512fbc8c86419779f"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-16 07:59.47 ---> saved as "392c691f5646d6ef70bb47fd2905a73a7700f7ad2037d8c614d97b45549b91b1"
/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-11-16 08:00.15 ---> saved as "371a15af04227da9a433565ef0ac02d0896bf811450f0047612e4f9e1dff7bdc"
/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.0~alpha1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=centos os-version=9
# 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 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2025-11-16 08:00.16 ---> saved as "cd4807205ddc4da8666819a85a26b0634d63572d3d7b871e275755e9a2e267c9"
/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-11-16 08:00.27 ---> saved as "bf9fa0dc961aebd1fdbdfb7186ef667308f4c39d03be264f475e3aec2364ad1a"
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-16 08:00.47 ---> saved as "f5c19de6bf43f860e580b8d1af5f31028c06a502b9aa33cc0687bbaec8671962"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-16 08:01.12 ---> saved as "63a75c57a625cd29e3583775fbe1685243fadbbd1691890fcee1fa84b6503d48"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS 51 kB/s | 15 kB 00:00
- CentOS Stream 9 - BaseOS 14 MB/s | 8.8 MB 00:00
- CentOS Stream 9 - AppStream 125 kB/s | 15 kB 00:00
- CentOS Stream 9 - AppStream 14 MB/s | 25 MB 00:01
- CentOS Stream 9 - CRB 7.9 kB/s | 14 kB 00:01
- CentOS Stream 9 - CRB 6.0 MB/s | 7.3 MB 00:01
- CentOS Stream 9 - Extras packages 148 kB/s | 16 kB 00:00
- Metadata cache created.
2025-11-16 08:01.35 ---> saved as "297fb9ab850f165871d6472c567b5393397552484b86990a1685050f754ad703"
/home/opam: (run (shell "opam pin add -k version -yn coq-waterproof.3.1.0+9.1 3.1.0+9.1"))
coq-waterproof is now pinned to version 3.1.0+9.1
2025-11-16 08:01.38 ---> saved as "0282851736d80985764ab6bceb5088fb9ed347fe863214e4aeb00a6154763bdb"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall coq-waterproof.3.1.0+9.1;\
\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 \"\\\"centos-9\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'coq-waterproof.3.1.0+9.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
coq-waterproof.3.1.0+9.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 14 packages
- install conf-gmp 5 [required by zarith]
- install conf-linux-libc-dev 0 [required by rocq-runtime]
- install conf-pkg-config 4 [required by zarith]
- install coq 9.1.0 [required by coq-waterproof]
- install coq-core 9.1.0 [required by coq]
- install coq-stdlib 9.0.0 [required by coq]
- install coq-waterproof 3.1.0+9.1 (pinned)
- install coqide-server 9.1.0 [required by coq]
- install dune 3.20.2 [required by coq-waterproof]
- install ocamlfind 1.9.8 [required by rocq-runtime]
- install rocq-core 9.1.0 [required by coq-waterproof]
- install rocq-runtime 9.1.0 [required by coq-core, coqide-server]
- install rocq-stdlib 9.0.0 [required by coq-waterproof]
- install zarith 1.14 [required by rocq-runtime]
The following system packages will first need to be installed:
gmp-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "yum" "install" "-y" "gmp-devel"
- Last metadata expiration check: 0:00:12 ago on Sun Nov 16 08:01:31 2025.
- Dependencies resolved.
- ================================================================================
- Package Architecture Version Repository Size
- ================================================================================
- Installing:
- gmp-devel x86_64 1:6.2.0-13.el9 appstream 174 k
- Installing dependencies:
- gmp-c++ x86_64 1:6.2.0-13.el9 appstream 19 k
-
- Transaction Summary
- ================================================================================
- Install 2 Packages
-
- Total download size: 193 k
- Installed size: 382 k
- Downloading Packages:
- (1/2): gmp-c++-6.2.0-13.el9.x86_64.rpm 659 kB/s | 19 kB 00:00
- (2/2): gmp-devel-6.2.0-13.el9.x86_64.rpm 4.5 MB/s | 174 kB 00:00
- --------------------------------------------------------------------------------
- Total 759 kB/s | 193 kB 00:00
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Preparing : 1/1
- Installing : gmp-c++-1:6.2.0-13.el9.x86_64 1/2
- Installing : gmp-devel-1:6.2.0-13.el9.x86_64 2/2
- Running scriptlet: gmp-devel-1:6.2.0-13.el9.x86_64 2/2
- Verifying : gmp-c++-1:6.2.0-13.el9.x86_64 1/2
- Verifying : gmp-devel-1:6.2.0-13.el9.x86_64 2/2
-
-
- Installed:
- gmp-c++-1:6.2.0-13.el9.x86_64 gmp-devel-1:6.2.0-13.el9.x86_64
-
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "gmp-devel"
- gmp-devel-6.2.0-13.el9.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5 (cached)
-> retrieved coq-core.9.1.0, coqide-server.9.1.0, rocq-core.9.1.0, rocq-runtime.9.1.0 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved coq-waterproof.3.1.0+9.1 (cached)
-> installed conf-linux-libc-dev.0
-> retrieved dune.3.20.2 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved rocq-stdlib.9.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed dune.3.20.2
-> installed rocq-runtime.9.1.0
-> installed coq-core.9.1.0
-> installed coqide-server.9.1.0
-> installed rocq-core.9.1.0
-> installed rocq-stdlib.9.0.0
-> installed coq-stdlib.9.0.0
-> installed coq.9.1.0
-> installed coq-waterproof.3.1.0+9.1
Done.
<><> coq-core.9.1.0 installed successfully ><><><><><><><><><><><><><><><><><><>
=> Coq has been renamed to The Rocq Prover, see https://rocq-prover.org/refman/changes.html#porting-to-the-rocq-prover for details.
This package provides compatibility binaries to ease the transition to the new rocq binary.
# To update the current shell environment, run: eval $(opam env)
2025-11-16 08:12.04 ---> saved as "fba15ac345412bc47e99631769209ad036cf8e3ccc26d8f34708af4cd731eb3f"
Job succeeded
2025-11-16 08:12.09: Job succeeded