(for PR #29830)
2026-04-30 12:44.50: New job: build 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-5.4/arm64
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 d1c56642b8ca7e1166c90bfe0c74f38007bbad58
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:a815309f48aae53c97f60d833deda711ee43b53392603f4ea0f4b00c4a0276e3
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 rocq-stdlib.9.1.0 9.1.0
RUN opam reinstall rocq-stdlib.9.1.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-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'rocq-stdlib.9.1.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 .
2026-04-30 12:44.50: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:a815309f48aae53c97f60d833deda711ee43b53392603f4ea0f4b00c4a0276e3-rocq-stdlib.9.1.0-7a15accc2f9050d2c7e012666e2f93808daf13c0"
2026-04-30 12:44.50: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:a815309f48aae53c97f60d833deda711ee43b53392603f4ea0f4b00c4a0276e3)
(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 rocq-stdlib.9.1.0 9.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall rocq-stdlib.9.1.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-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\" != 'rocq-stdlib.9.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-30 12:44.50: Waiting for resource in pool OCluster
2026-04-30 12:44.50: Waiting for worker…
2026-04-30 12:44.50: Got resource from pool OCluster
Building on ocaml-1.osuosl.ci.dev
Updating files: 43% (8214/18873)
Updating files: 44% (8305/18873)
Updating files: 45% (8493/18873)
Updating files: 46% (8682/18873)
Updating files: 47% (8871/18873)
Updating files: 48% (9060/18873)
Updating files: 49% (9248/18873)
Updating files: 50% (9437/18873)
Updating files: 51% (9626/18873)
Updating files: 52% (9814/18873)
Updating files: 53% (10003/18873)
Updating files: 54% (10192/18873)
Updating files: 55% (10381/18873)
Updating files: 56% (10569/18873)
Updating files: 57% (10758/18873)
Updating files: 58% (10947/18873)
Updating files: 59% (11136/18873)
Updating files: 60% (11324/18873)
Updating files: 61% (11513/18873)
Updating files: 62% (11702/18873)
Updating files: 63% (11890/18873)
Updating files: 64% (12079/18873)
Updating files: 65% (12268/18873)
Updating files: 66% (12457/18873)
Updating files: 67% (12645/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: 87% (16509/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 877041c52c [new release] merlin (4 packages) (5.7.1-504)
HEAD is now at d1c56642b8 Merge pull request #29820 from jmid/core-0.17.1-bound
Updating d1c56642b8..7a15accc2f
Fast-forward
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-5.4@sha256:a815309f48aae53c97f60d833deda711ee43b53392603f4ea0f4b00c4a0276e3)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:a815309f48aae53c97f60d833deda711ee43b53392603f4ea0f4b00c4a0276e3' locally
docker.io/ocaml/opam@sha256:a815309f48aae53c97f60d833deda711ee43b53392603f4ea0f4b00c4a0276e3: Pulling from ocaml/opam
6e7932d5cb55: Already exists
730542bead83: Already exists
e16a3ecf1f82: Already exists
baede16a2578: Already exists
fae49492ec94: Already exists
26f949eb5d7c: Already exists
5cf40ab8b1e6: Already exists
758382fd4588: Already exists
73425e14e4b4: Already exists
7fe0c8fd4b1d: Already exists
575b2322731b: Already exists
94c9750a1cda: Already exists
ec655b95161a: Already exists
d335e071bd2c: Already exists
a95961f618a3: Already exists
628ecfe812c8: Already exists
6db82869ef5f: Already exists
e4bb3653fb4f: Already exists
cfc00032a622: Already exists
aa02fa4b0f65: Already exists
19460c4161e1: Already exists
3df26ca1444e: Already exists
4f4fb700ef54: Already exists
c744c020a629: Already exists
9451b5d977e3: Already exists
88b06a7e46d1: Already exists
05b2aa82ad52: Already exists
484eddb59694: Already exists
ceabbd8e89ab: Already exists
b35729f63be6: Already exists
db6e78830286: Already exists
8e269added02: Already exists
df930bb7be2e: Already exists
91453f010e6f: Already exists
a72e9da7263d: Already exists
e723e504ed10: Already exists
089f57a16735: Already exists
9f6a761e9a0d: Already exists
cbf074e43cc9: Already exists
f636aec93e0e: Already exists
f2f259a7943d: Already exists
58d55c0d9463: Pulling fs layer
1600a95c912a: Pulling fs layer
287e42be292d: Pulling fs layer
4e923fe3d5e2: Pulling fs layer
5d49314ea218: Pulling fs layer
3425b7221dcb: Pulling fs layer
988457a6d687: Pulling fs layer
5d49314ea218: Waiting
3425b7221dcb: Waiting
988457a6d687: Waiting
4e923fe3d5e2: Waiting
58d55c0d9463: Verifying Checksum
58d55c0d9463: Download complete
1600a95c912a: Download complete
287e42be292d: Verifying Checksum
58d55c0d9463: Pull complete
1600a95c912a: Pull complete
3425b7221dcb: Verifying Checksum
3425b7221dcb: Download complete
287e42be292d: Pull complete
988457a6d687: Download complete
4e923fe3d5e2: Verifying Checksum
4e923fe3d5e2: Download complete
4e923fe3d5e2: Pull complete
5d49314ea218: Pull complete
3425b7221dcb: Pull complete
988457a6d687: Pull complete
Digest: sha256:a815309f48aae53c97f60d833deda711ee43b53392603f4ea0f4b00c4a0276e3
Status: Downloaded newer image for ocaml/opam@sha256:a815309f48aae53c97f60d833deda711ee43b53392603f4ea0f4b00c4a0276e3
2026-04-30 12:44.58 ---> using "d31625415d2208241efa2a9386a31e9dfaf843a338fadaf4f1486025148c5b12" 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 12:44.58 ---> using "0366558caafab48f8d3794ca0167d331dda048200d82edbc1d21923f71f05bc1" 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.
Continue? [Y/n] y
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.
[NOTE] The 'jobs' option was reset, its value was 79 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=79 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-30 12:44.58 ---> using "9f2c3a881821ee17ef19eb46bf54c55899840d8ff4a008749f0cf698c827731a" 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=arm64 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 15
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, 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.1
2026-04-30 12:44.58 ---> using "d99a78ce4b075725ee08eeb01c01833eb906d31779afc78f004d9d9481393ba6" 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 12:44.58 ---> using "d2a0030e74d6f940ed90f703d7cc78e048d72c0c584ddd5657ceac1719c0d42c" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 12:45.14 ---> saved as "d1a9664111b53bc3bf00c3d15b7344c2c6dfde1f41efeb1f9c7a78b9adca801c"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 12:45.54 ---> saved as "fff673d70294c9a32439f47cdcc7868b284502112b771cdcb9ff453d1f4b9cee"
/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 arm64 Packages [128 kB]
- Fetched 219 kB in 0s (838 kB/s)
- Reading package lists...
-
2026-04-30 12:45.56 ---> saved as "5378126afd26e98717213126308835f4b61a5081971bf5175e6a3f6857576603"
/home/opam: (run (shell "opam pin add -k version -yn rocq-stdlib.9.1.0 9.1.0"))
rocq-stdlib is now pinned to version 9.1.0
2026-04-30 12:45.57 ---> saved as "d0ff7088c55af1260d220e771698a7b300fded72e3490f54a140e66a3aa605c9"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall rocq-stdlib.9.1.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-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\" != 'rocq-stdlib.9.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
rocq-stdlib.9.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 9 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 dune 3.22.2 [required by rocq-core]
- install ocamlfind 1.9.8 [required by rocq-runtime]
- install rocq-core 9.2.0 [required by rocq-stdlib]
- install rocq-runtime 9.2.0 [required by rocq-stdlib]
- install rocq-stdlib 9.1.0 (pinned)
- install zarith 1.14 [required by rocq-runtime]
The following system packages will first need to be installed:
libgmp-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- Selecting previously unselected package libgmpxx4ldbl:arm64.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20768 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_arm64.deb ...
- Unpacking libgmpxx4ldbl:arm64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:arm64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_arm64.deb ...
- Unpacking libgmp-dev:arm64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:arm64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_arm64.deb ...
- Unpacking libpkgconf3:arm64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_arm64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:arm64.
- Preparing to unpack .../4-pkgconf_1.8.1-4_arm64.deb ...
- Unpacking pkgconf:arm64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:arm64.
- Preparing to unpack .../5-pkg-config_1.8.1-4_arm64.deb ...
- Unpacking pkg-config:arm64 (1.8.1-4) ...
- Setting up libpkgconf3:arm64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:arm64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:arm64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:arm64 (1.8.1-4) ...
- Setting up pkg-config:arm64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5 (cached)
-> retrieved dune.3.22.2 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved ocamlfind.1.9.8 (cached)
-> installed conf-linux-libc-dev.0
-> retrieved rocq-core.9.2.0, rocq-runtime.9.2.0 (cached)
-> retrieved rocq-stdlib.9.1.0 (https://github.com/coq/stdlib/releases/download/V9.1.0/stdlib-9.1.0.tar.gz)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed dune.3.22.2
-> installed rocq-runtime.9.2.0
-> installed rocq-core.9.2.0
-> installed rocq-stdlib.9.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-30 12:53.32 ---> saved as "9fc613ad851aa8f85b167175cb9d402c6b7832165a29aec2e2a16ebdb0bba693"
Job succeeded
2026-04-30 12:53.53: Job succeeded