(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 debian-13-ocaml-5.2/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:debian-13-ocaml-5.2@sha256:80235c364e871720b866660bec27f20221593d4db31656eeb788c85d6090cd5c
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 "\"debian-13\""; 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:debian-13-ocaml-5.2@sha256:80235c364e871720b866660bec27f20221593d4db31656eeb788c85d6090cd5c-lstar-rocq.1.0-e5ab047b033e89fa4026a3a78b062664a0cf8a36"
2026-05-08 18:45.20: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.2@sha256:80235c364e871720b866660bec27f20221593d4db31656eeb788c85d6090cd5c)
(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 \"\\\"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\" != '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.20: 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:debian-13-ocaml-5.2@sha256:80235c364e871720b866660bec27f20221593d4db31656eeb788c85d6090cd5c)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.2@sha256:80235c364e871720b866660bec27f20221593d4db31656eeb788c85d6090cd5c' locally
docker.io/ocaml/opam@sha256:80235c364e871720b866660bec27f20221593d4db31656eeb788c85d6090cd5c: Pulling from ocaml/opam
3b32e3bb7338: Already exists
0a2047d92c36: Already exists
6468c8739f79: Already exists
dc1c52e586c3: Already exists
62b886ae38ec: Already exists
c217a15c852c: Pulling fs layer
1631c3f40e56: Pulling fs layer
fec1b7aa2529: Pulling fs layer
46c2f2e52299: Pulling fs layer
dfd625f9488b: Pulling fs layer
a92b2bbc3601: Pulling fs layer
21b06961f9ce: Pulling fs layer
1631c3f40e56: Download complete
56ea7bb8517a: Pulling fs layer
46c2f2e52299: Download complete
f88fa5fac715: Pulling fs layer
fec1b7aa2529: Download complete
ef860ccaf48a: Pulling fs layer
a92b2bbc3601: Download complete
dfd625f9488b: Download complete
7299894d19a3: Pulling fs layer
56ea7bb8517a: Download complete
cfd8a5bbbbad: Pulling fs layer
ef860ccaf48a: Download complete
458be87cd8e2: Pulling fs layer
f88fa5fac715: Download complete
d25c8303c40a: Pulling fs layer
7299894d19a3: Download complete
cfd8a5bbbbad: Download complete
458be87cd8e2: Download complete
0dd0c180412f: Pulling fs layer
d25c8303c40a: Waiting
3cce6b8d3022: Pulling fs layer
48811119dc00: Pulling fs layer
4f4fb700ef54: Pulling fs layer
9274adcd9010: Pulling fs layer
d7f1811cc461: Pulling fs layer
3cce6b8d3022: Waiting
0dd0c180412f: Waiting
48811119dc00: Waiting
9883b0c98d0f: Pulling fs layer
4f4fb700ef54: Waiting
9be0dcfb3ea0: Pulling fs layer
9274adcd9010: Waiting
d7f1811cc461: Waiting
b64ebb6ea54f: Pulling fs layer
9883b0c98d0f: Waiting
7f7a3980142e: Pulling fs layer
9be0dcfb3ea0: Waiting
c4dd42c2d373: Pulling fs layer
b64ebb6ea54f: Waiting
bd37488f4682: Pulling fs layer
7f7a3980142e: Waiting
efaea8bd3292: Pulling fs layer
c4dd42c2d373: Waiting
d08303018370: Pulling fs layer
bd37488f4682: Waiting
ccb64fc6d165: Pulling fs layer
efaea8bd3292: Waiting
df5461936c45: Pulling fs layer
d08303018370: Waiting
4ad6d8be4e6f: Pulling fs layer
ccb64fc6d165: Waiting
ad49b5bd4234: Pulling fs layer
df5461936c45: Waiting
3cca9ef56161: Pulling fs layer
4ad6d8be4e6f: Waiting
4917de64b7d3: Pulling fs layer
ad49b5bd4234: Waiting
0ce36fc523dd: Pulling fs layer
3cca9ef56161: Waiting
ec347e98f03b: Pulling fs layer
4917de64b7d3: Waiting
c8ecf9e6c1b8: Pulling fs layer
ec347e98f03b: Waiting
222af2f9caca: Pulling fs layer
0ce36fc523dd: Waiting
c8ecf9e6c1b8: Waiting
81df7be9f680: Pulling fs layer
222af2f9caca: Waiting
2eea2d5a8865: Pulling fs layer
81df7be9f680: Waiting
821e5bb7a7ae: Pulling fs layer
2eea2d5a8865: Waiting
75c07701f419: Pulling fs layer
821e5bb7a7ae: Waiting
54f43ebf6590: Pulling fs layer
75c07701f419: Waiting
54f43ebf6590: Waiting
d25c8303c40a: Verifying Checksum
d25c8303c40a: Download complete
0dd0c180412f: Download complete
3cce6b8d3022: Download complete
21b06961f9ce: Verifying Checksum
21b06961f9ce: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
48811119dc00: Verifying Checksum
48811119dc00: Download complete
9274adcd9010: Verifying Checksum
9274adcd9010: Download complete
d7f1811cc461: Download complete
9883b0c98d0f: Verifying Checksum
9883b0c98d0f: Download complete
9be0dcfb3ea0: Download complete
b64ebb6ea54f: Verifying Checksum
b64ebb6ea54f: Download complete
7f7a3980142e: Verifying Checksum
7f7a3980142e: Download complete
c4dd42c2d373: Download complete
bd37488f4682: Verifying Checksum
bd37488f4682: Download complete
efaea8bd3292: Verifying Checksum
efaea8bd3292: Download complete
d08303018370: Verifying Checksum
d08303018370: Download complete
ccb64fc6d165: Download complete
df5461936c45: Verifying Checksum
df5461936c45: Download complete
ad49b5bd4234: Download complete
4917de64b7d3: Verifying Checksum
4917de64b7d3: Download complete
0ce36fc523dd: Verifying Checksum
ec347e98f03b: Download complete
4ad6d8be4e6f: Verifying Checksum
4ad6d8be4e6f: Download complete
c8ecf9e6c1b8: Verifying Checksum
c8ecf9e6c1b8: Download complete
222af2f9caca: Verifying Checksum
222af2f9caca: Download complete
81df7be9f680: Verifying Checksum
81df7be9f680: Download complete
821e5bb7a7ae: Download complete
75c07701f419: Download complete
54f43ebf6590: Verifying Checksum
54f43ebf6590: Download complete
c217a15c852c: Pull complete
1631c3f40e56: Pull complete
2eea2d5a8865: Verifying Checksum
2eea2d5a8865: Download complete
fec1b7aa2529: Pull complete
46c2f2e52299: Pull complete
dfd625f9488b: Pull complete
a92b2bbc3601: Pull complete
21b06961f9ce: Pull complete
56ea7bb8517a: Pull complete
f88fa5fac715: Pull complete
ef860ccaf48a: Pull complete
7299894d19a3: Pull complete
cfd8a5bbbbad: Pull complete
458be87cd8e2: Pull complete
d25c8303c40a: Pull complete
0dd0c180412f: Pull complete
3cce6b8d3022: Pull complete
48811119dc00: Pull complete
4f4fb700ef54: Pull complete
9274adcd9010: Pull complete
d7f1811cc461: Pull complete
9883b0c98d0f: Pull complete
9be0dcfb3ea0: Pull complete
b64ebb6ea54f: Pull complete
7f7a3980142e: Pull complete
c4dd42c2d373: Pull complete
bd37488f4682: Pull complete
efaea8bd3292: Pull complete
d08303018370: Pull complete
ccb64fc6d165: Pull complete
df5461936c45: Pull complete
3cca9ef56161: Verifying Checksum
3cca9ef56161: Download complete
4ad6d8be4e6f: Pull complete
ad49b5bd4234: Pull complete
3cca9ef56161: Pull complete
4917de64b7d3: Pull complete
0ce36fc523dd: Pull complete
ec347e98f03b: Pull complete
c8ecf9e6c1b8: Pull complete
222af2f9caca: Pull complete
81df7be9f680: Pull complete
2eea2d5a8865: Pull complete
821e5bb7a7ae: Pull complete
75c07701f419: Pull complete
54f43ebf6590: Pull complete
Digest: sha256:80235c364e871720b866660bec27f20221593d4db31656eeb788c85d6090cd5c
Status: Downloaded newer image for ocaml/opam@sha256:80235c364e871720b866660bec27f20221593d4db31656eeb788c85d6090cd5c
2026-05-08 18:45.28 ---> using "12a4492c3bbe1ea2efc10a506320f128c6355430839e8eb04e5f97989708d61b" 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:45.28 ---> using "b86576edada1f7bf5733a65d31e62056da248e5ed695d4000942a6d38c921e7c" 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-05-08 18:45.28 ---> using "ab4a6b5dcb751b935ed7109c678ae7e17bb698ac6f7b551d30bdda78cf624134" 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 5.2
# invariant ["ocaml-base-compiler" {= "5.2.1"}]
# compiler-packages ocaml-base-compiler.5.2.1, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.2/lib/ocaml/stublibs:/home/opam/.opam/5.2/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.2.1
2026-05-08 18:45.28 ---> using "088ee3dd280ca88c2d48265258b9f700479d056e4c2fe01b1dc9e4a878a71aaa" 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-05-08 18:45.28 ---> using "7e9b775b19136c77f7f39c874de3c8fc09f092eb0133245548ab6f348831a208" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-08 18:45.37 ---> saved as "d0b37deb3d72480e747ff1d4fa1091aa87c3e7de36728f095c5f76e74e5d1b7d"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-08 18:45.54 ---> saved as "1b3f1d76ca1619875f7f254368ed95b3e7c5e05af44c12406c95bb93f9777476"
/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 [156 kB]
- Fetched 247 kB in 0s (1543 kB/s)
- Reading package lists...
2026-05-08 18:45.56 ---> saved as "75eb36cb3ac97cc79c2d486d8a1837d2e458ec6c4da2f05eba08e63b40eb6ea1"
/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:45.56 ---> saved as "eccf691de59a841601a50f96baade67be212fb37cb4d62ea1bbce55070f896d7"
/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 \"\\\"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\" != '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:
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:amd64.
- (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 ... 20654 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...
<><> 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:50.57 ---> saved as "dc4f2c248ea5255b679153f18e8042fa7b7889607c627ad838157cce337c93ef"
Job succeeded
2026-05-08 18:51.04: Job succeeded