(for PR #29883)
2026-05-08 18:45.20: New job: build lstar-rocq.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29883/head (e5ab047b033e89fa4026a3a78b062664a0cf8a36)
on alpine-3.23-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/29883/head" && git reset --hard e5ab047b
git fetch origin master
git merge --no-edit fc08333d1ba03c1ffbc960479a92aa94085c5f78
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.23-ocaml-5.4@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc
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 lstar-rocq.1.0 1.0
RUN opam reinstall lstar-rocq.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 "\"alpine-3.23\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'lstar-rocq.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-05-08 18:45.20: Using cache hint "ocaml/opam:alpine-3.23-ocaml-5.4@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc-lstar-rocq.1.0-e5ab047b033e89fa4026a3a78b062664a0cf8a36"
2026-05-08 18:45.20: Using OBuilder spec:
((from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc)
(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 lstar-rocq.1.0 1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lstar-rocq.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 \"\\\"alpine-3.23\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'lstar-rocq.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-05-08 18:45.20: Waiting for resource in pool OCluster
2026-05-08 18:45.20: Waiting for worker…
2026-05-08 18:45.22: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at fc08333d1b Merge pull request #29875 from ocaml/mseri-patch-3
Updating fc08333d1b..e5ab047b03
Fast-forward
packages/lstar-rocq/lstar-rocq.1.0/opam | 39 +++++++++++++++++++++++++++++++++
packages/lstar/lstar.1.0/opam | 38 ++++++++++++++++++++++++++++++++
2 files changed, 77 insertions(+)
create mode 100644 packages/lstar-rocq/lstar-rocq.1.0/opam
create mode 100644 packages/lstar/lstar.1.0/opam
(from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc)
Unable to find image 'ocaml/opam:alpine-3.23-ocaml-5.4@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc' locally
docker.io/ocaml/opam@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc: Pulling from ocaml/opam
6a0ac1617861: Pulling fs layer
9630673831f3: Pulling fs layer
6a0ac1617861: Waiting
4cffb540229a: Pulling fs layer
9630673831f3: Waiting
aa3cee094119: Pulling fs layer
4cffb540229a: Waiting
f2700202f619: Pulling fs layer
aa3cee094119: Waiting
33135c7375d5: Pulling fs layer
f2700202f619: Waiting
1ea4b64ae955: Pulling fs layer
33135c7375d5: Waiting
ca34ef70eda1: Pulling fs layer
d4998b6f8f35: Pulling fs layer
1ea4b64ae955: Waiting
4a43cfe8648c: Pulling fs layer
453dd28eaace: Pulling fs layer
d4998b6f8f35: Waiting
4a43cfe8648c: Waiting
a962f0379f0a: Pulling fs layer
b68882dcbbd8: Pulling fs layer
a962f0379f0a: Waiting
453dd28eaace: Waiting
3f63b4eac828: Pulling fs layer
b68882dcbbd8: Waiting
0720e1e1068a: Pulling fs layer
3f63b4eac828: Waiting
0676d4d6023a: Pulling fs layer
0720e1e1068a: Waiting
0ab690805f49: Pulling fs layer
fc0af979c0fe: Pulling fs layer
0676d4d6023a: Waiting
4f4fb700ef54: Pulling fs layer
0ab690805f49: Waiting
63f1d0bef8ae: Pulling fs layer
fc0af979c0fe: Waiting
43fd6995d88f: Pulling fs layer
4f4fb700ef54: Waiting
c775bfb331ab: Pulling fs layer
a7a9b5ed8780: Pulling fs layer
43fd6995d88f: Waiting
c775bfb331ab: Waiting
86ac791930d3: Pulling fs layer
2e34d70b785c: Pulling fs layer
a7a9b5ed8780: Waiting
86ac791930d3: Waiting
56c554cb0baa: Pulling fs layer
0109b7ea4beb: Pulling fs layer
a72aa581a14e: Pulling fs layer
2e34d70b785c: Waiting
56c554cb0baa: Waiting
0109b7ea4beb: Waiting
0b969b88b90b: Pulling fs layer
a72aa581a14e: Waiting
d1ae0e2bf910: Pulling fs layer
0b969b88b90b: Waiting
cfd8efe5a061: Pulling fs layer
d1ae0e2bf910: Waiting
cac47c5c71ca: Pulling fs layer
0789edf993f4: Pulling fs layer
bfdb5e6b1847: Pulling fs layer
58bc33feccda: Pulling fs layer
cfd8efe5a061: Waiting
0789edf993f4: Waiting
cac47c5c71ca: Waiting
bfdb5e6b1847: Waiting
1a9fb6ceaf2b: Pulling fs layer
3ebd1efd1da6: Pulling fs layer
1a9fb6ceaf2b: Waiting
8e96b4de80a3: Pulling fs layer
58bc33feccda: Waiting
95e95a115420: Pulling fs layer
e06070040291: Pulling fs layer
84b2469f2a2a: Pulling fs layer
e06070040291: Waiting
e877306222f4: Pulling fs layer
43371e78182e: Pulling fs layer
84b2469f2a2a: Waiting
3ebd1efd1da6: Waiting
e877306222f4: Waiting
43371e78182e: Waiting
95e95a115420: Waiting
6a0ac1617861: Verifying Checksum
6a0ac1617861: Download complete
9630673831f3: Verifying Checksum
9630673831f3: Download complete
6a0ac1617861: Pull complete
9630673831f3: Pull complete
4cffb540229a: Verifying Checksum
4cffb540229a: Download complete
4cffb540229a: Pull complete
f2700202f619: Verifying Checksum
f2700202f619: Download complete
33135c7375d5: Verifying Checksum
33135c7375d5: Download complete
aa3cee094119: Verifying Checksum
aa3cee094119: Download complete
1ea4b64ae955: Verifying Checksum
1ea4b64ae955: Download complete
ca34ef70eda1: Verifying Checksum
ca34ef70eda1: Download complete
d4998b6f8f35: Verifying Checksum
d4998b6f8f35: Download complete
4a43cfe8648c: Verifying Checksum
4a43cfe8648c: Download complete
453dd28eaace: Verifying Checksum
453dd28eaace: Download complete
b68882dcbbd8: Download complete
a962f0379f0a: Verifying Checksum
a962f0379f0a: Download complete
3f63b4eac828: Verifying Checksum
3f63b4eac828: Download complete
0720e1e1068a: Verifying Checksum
0720e1e1068a: Download complete
0676d4d6023a: Verifying Checksum
0676d4d6023a: Download complete
0ab690805f49: Verifying Checksum
0ab690805f49: Download complete
fc0af979c0fe: Verifying Checksum
fc0af979c0fe: Download complete
4f4fb700ef54: Download complete
63f1d0bef8ae: Verifying Checksum
63f1d0bef8ae: Download complete
43fd6995d88f: Verifying Checksum
43fd6995d88f: Download complete
c775bfb331ab: Verifying Checksum
c775bfb331ab: Download complete
a7a9b5ed8780: Verifying Checksum
a7a9b5ed8780: Download complete
2e34d70b785c: Download complete
86ac791930d3: Download complete
56c554cb0baa: Verifying Checksum
56c554cb0baa: Download complete
0109b7ea4beb: Verifying Checksum
0109b7ea4beb: Download complete
a72aa581a14e: Verifying Checksum
a72aa581a14e: Download complete
d1ae0e2bf910: Download complete
cfd8efe5a061: Download complete
0b969b88b90b: Verifying Checksum
0b969b88b90b: Download complete
0789edf993f4: Verifying Checksum
0789edf993f4: Download complete
58bc33feccda: Verifying Checksum
58bc33feccda: Download complete
1a9fb6ceaf2b: Download complete
3ebd1efd1da6: Download complete
8e96b4de80a3: Verifying Checksum
8e96b4de80a3: Download complete
95e95a115420: Download complete
bfdb5e6b1847: Verifying Checksum
bfdb5e6b1847: Download complete
84b2469f2a2a: Verifying Checksum
84b2469f2a2a: Download complete
e877306222f4: Verifying Checksum
e877306222f4: Download complete
aa3cee094119: Pull complete
43371e78182e: Download complete
f2700202f619: Pull complete
33135c7375d5: Pull complete
1ea4b64ae955: Pull complete
ca34ef70eda1: Pull complete
d4998b6f8f35: Pull complete
4a43cfe8648c: Pull complete
453dd28eaace: Pull complete
a962f0379f0a: Pull complete
b68882dcbbd8: Pull complete
3f63b4eac828: Pull complete
0720e1e1068a: Pull complete
0676d4d6023a: Pull complete
0ab690805f49: Pull complete
fc0af979c0fe: Pull complete
4f4fb700ef54: Pull complete
63f1d0bef8ae: Pull complete
43fd6995d88f: Pull complete
c775bfb331ab: Pull complete
a7a9b5ed8780: Pull complete
86ac791930d3: Pull complete
2e34d70b785c: Pull complete
56c554cb0baa: Pull complete
0109b7ea4beb: Pull complete
a72aa581a14e: Pull complete
0b969b88b90b: Pull complete
d1ae0e2bf910: Pull complete
cfd8efe5a061: Pull complete
e06070040291: Verifying Checksum
e06070040291: Download complete
cac47c5c71ca: Download complete
cac47c5c71ca: Pull complete
0789edf993f4: Pull complete
bfdb5e6b1847: Pull complete
58bc33feccda: Pull complete
1a9fb6ceaf2b: Pull complete
3ebd1efd1da6: Pull complete
8e96b4de80a3: Pull complete
95e95a115420: Pull complete
e06070040291: Pull complete
84b2469f2a2a: Pull complete
e877306222f4: Pull complete
43371e78182e: Pull complete
Digest: sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc
Status: Downloaded newer image for ocaml/opam@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc
2026-05-08 18:46.07 ---> using "1dfd2c56cf7ef4c022880aa8954d59ce7487f51393001535964d58a880590384" 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-05-08 18:46.07 ---> saved as "44193b3415e71c4a3e25aab7093716a0f232d53568de9ce8e74f845373e48bf4"
/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.
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-05-08 18:46.36 ---> saved as "921cd81aaed996e1ad0aa8185edf869948dfae1b13140827a3863c37c49e191a"
/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=alpine os-version=3.23.4
# 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.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-05-08 18:46.37 ---> saved as "b08740678b2eee1f741a4cb0afd54edcda7b9da433c2d495426242d886ac1a61"
/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-05-08 18:46.46 ---> saved as "c1e8b9ea029b67eb75a7b5610e82561423d1e4fd27a24be2018148442ee34c1c"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-08 18:46.55 ---> saved as "c6b99f4a8386f38a6291e08347c573d03189bb050b5ce09a12efee20dcad1177"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-08 18:47.15 ---> saved as "83310374057ebd2593f41c91024a1fed90f592cfbb4008a2569267a39be864c8"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- v3.23.4-153-gf5d7e339f98 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]
- v3.23.4-153-gf5d7e339f98 [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]
- v20260127-9266-gb1ffa4348f0 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20260127-9277-g9e6f69e88fd [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20260127-9261-g8ff39513979 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 62204 distinct packages available
2026-05-08 18:47.17 ---> saved as "71ecfe6fb17279ade6ec036a8a2e5eba88795d67b52a5f1b675a06456f1f65af"
/home/opam: (run (shell "opam pin add -k version -yn lstar-rocq.1.0 1.0"))
lstar-rocq is now pinned to version 1.0
2026-05-08 18:47.17 ---> saved as "81afe19816c5361a43c7ef4a742e51b3f5ed8dfe6e04fdb7a76397afacb2ac0a"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lstar-rocq.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 \"\\\"alpine-3.23\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'lstar-rocq.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"))
lstar-rocq.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 11 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.23.0 [required by lstar-rocq]
- install lstar-rocq 1.0 (pinned)
- install ocamlfind 1.9.8 [required by rocq-runtime]
- install rocq-core 9.1.1 [required by rocq-prover]
- install rocq-prover meta.1 [required by lstar-rocq]
- install rocq-runtime 9.1.1 [required by rocq-core, rocq-stdlib]
- install rocq-stdlib 9.0.0 [required by rocq-prover]
- install zarith 1.14 [required by rocq-runtime]
The following system packages will first need to be installed:
gmp-dev linux-headers
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apk to install them (may need root/sudo access)
2. Display the recommended apk 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 "apk" "add" "gmp-dev" "linux-headers"
- (1/3) Installing libgmpxx (6.3.0-r4)
- (2/3) Installing gmp-dev (6.3.0-r4)
- (3/3) Installing linux-headers (6.16.12-r0)
- OK: 344.7 MiB in 107 packages
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-linux-libc-dev.0
-> retrieved dune.3.23.0 (cached)
-> retrieved lstar-rocq.1.0 (https://github.com/CharlesAverill/lstar-rocq/releases/download/v1.0/lstar-rocq-1.0.tbz)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved rocq-core.9.1.1, rocq-runtime.9.1.1 (https://opam.ocaml.org/cache)
-> retrieved rocq-stdlib.9.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed dune.3.23.0
-> installed rocq-runtime.9.1.1
-> installed rocq-core.9.1.1
-> installed rocq-stdlib.9.0.0
-> installed rocq-prover.meta.1
-> installed lstar-rocq.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-08 18:52.55 ---> saved as "8e152a2d61df25effb4020926ac3482599a9053fc104310c067f5f0455a47dac"
Job succeeded
2026-05-08 18:53.01: Job succeeded