(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-unstable-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:debian-unstable-ocaml-5.4@sha256:6b56540be878d1b87c4ad93b8ce388bc5f9e3765c34c49c26037c52853f33122
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-unstable\""; 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-unstable-ocaml-5.4@sha256:6b56540be878d1b87c4ad93b8ce388bc5f9e3765c34c49c26037c52853f33122-lstar-rocq.1.0-e5ab047b033e89fa4026a3a78b062664a0cf8a36"
2026-05-08 18:45.20: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-5.4@sha256:6b56540be878d1b87c4ad93b8ce388bc5f9e3765c34c49c26037c52853f33122)
(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-unstable\\\"\"; 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:debian-unstable-ocaml-5.4@sha256:6b56540be878d1b87c4ad93b8ce388bc5f9e3765c34c49c26037c52853f33122)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-5.4@sha256:6b56540be878d1b87c4ad93b8ce388bc5f9e3765c34c49c26037c52853f33122' locally
docker.io/ocaml/opam@sha256:6b56540be878d1b87c4ad93b8ce388bc5f9e3765c34c49c26037c52853f33122: Pulling from ocaml/opam
da1b39412060: Pulling fs layer
1bb446293da7: Pulling fs layer
1b3dfede2487: Pulling fs layer
7990476e68c8: Pulling fs layer
830f1bfa8b37: Pulling fs layer
1270d7563c3f: Pulling fs layer
5081a81a2756: Pulling fs layer
1bb446293da7: Waiting
29d9a764b53c: Pulling fs layer
1b3dfede2487: Waiting
da1b39412060: Waiting
7990476e68c8: Waiting
95fe8f4b5d6e: Pulling fs layer
5081a81a2756: Waiting
1270d7563c3f: Waiting
5cf596f302fc: Pulling fs layer
c8a40cdc0458: Pulling fs layer
29d9a764b53c: Waiting
95fe8f4b5d6e: Waiting
5cf596f302fc: Waiting
efd49a984e35: Pulling fs layer
163ff2d22cc8: Pulling fs layer
c8a40cdc0458: Waiting
67cc4ce50fae: Pulling fs layer
efd49a984e35: Waiting
3239aec8d601: Pulling fs layer
163ff2d22cc8: Waiting
67cc4ce50fae: Waiting
61c9a3cc6ad8: Pulling fs layer
3239aec8d601: Waiting
618c5b2400fa: Pulling fs layer
61c9a3cc6ad8: Waiting
ddcb1ca25908: Pulling fs layer
618c5b2400fa: Waiting
7e30098c9445: Pulling fs layer
9eb290464e31: Pulling fs layer
ddcb1ca25908: Waiting
7e30098c9445: Waiting
f182c65f1fdc: Pulling fs layer
4f4fb700ef54: Pulling fs layer
9eb290464e31: Waiting
f182c65f1fdc: Waiting
6a80402e3750: Pulling fs layer
4f4fb700ef54: Waiting
77fa94d1a781: Pulling fs layer
6a80402e3750: Waiting
e19ec8c1781a: Pulling fs layer
77fa94d1a781: Waiting
50e80a7392c2: Pulling fs layer
e19ec8c1781a: Waiting
fd68c8ce20a9: Pulling fs layer
50e80a7392c2: Waiting
4dc2e05e761d: Pulling fs layer
fd68c8ce20a9: Waiting
425f27499f8a: Pulling fs layer
4dc2e05e761d: Waiting
9f80c1b6dd1a: Pulling fs layer
6e907b6e9ff7: Pulling fs layer
1be540e561bb: Pulling fs layer
9f80c1b6dd1a: Waiting
6e907b6e9ff7: Waiting
32391f46761a: Pulling fs layer
1be540e561bb: Waiting
42226a82979b: Pulling fs layer
32391f46761a: Waiting
f5d9dbf3be92: Pulling fs layer
d1d398bb18f2: Pulling fs layer
f5d9dbf3be92: Waiting
42226a82979b: Waiting
4c0ead99e692: Pulling fs layer
6557306b9c9b: Pulling fs layer
d1d398bb18f2: Waiting
4c0ead99e692: Waiting
90c9aa875926: Pulling fs layer
6557306b9c9b: Waiting
d8becbc925f4: Pulling fs layer
90c9aa875926: Waiting
2e5d44b5f79a: Pulling fs layer
2d3300c38794: Pulling fs layer
d8becbc925f4: Waiting
ec80e1838a42: Pulling fs layer
2d3300c38794: Waiting
2e5d44b5f79a: Waiting
d5b20fb9822c: Pulling fs layer
60301506ed5f: Pulling fs layer
d5b20fb9822c: Waiting
ec80e1838a42: Waiting
f5d34eee01f8: Pulling fs layer
4e2ad5f73004: Pulling fs layer
f5d34eee01f8: Waiting
4e2ad5f73004: Waiting
1bb446293da7: Download complete
1b3dfede2487: Verifying Checksum
7990476e68c8: Verifying Checksum
7990476e68c8: Download complete
da1b39412060: Verifying Checksum
da1b39412060: Download complete
1270d7563c3f: Verifying Checksum
1270d7563c3f: Download complete
830f1bfa8b37: Verifying Checksum
830f1bfa8b37: Download complete
5081a81a2756: Verifying Checksum
5081a81a2756: Download complete
29d9a764b53c: Verifying Checksum
29d9a764b53c: Download complete
da1b39412060: Pull complete
1bb446293da7: Pull complete
1b3dfede2487: Pull complete
95fe8f4b5d6e: Verifying Checksum
95fe8f4b5d6e: Download complete
c8a40cdc0458: Verifying Checksum
c8a40cdc0458: Download complete
5cf596f302fc: Verifying Checksum
5cf596f302fc: Download complete
7990476e68c8: Pull complete
efd49a984e35: Verifying Checksum
efd49a984e35: Download complete
163ff2d22cc8: Verifying Checksum
163ff2d22cc8: Download complete
3239aec8d601: Verifying Checksum
67cc4ce50fae: Verifying Checksum
67cc4ce50fae: Download complete
618c5b2400fa: Verifying Checksum
618c5b2400fa: Download complete
ddcb1ca25908: Verifying Checksum
ddcb1ca25908: Download complete
7e30098c9445: Verifying Checksum
7e30098c9445: Download complete
9eb290464e31: Verifying Checksum
9eb290464e31: Download complete
61c9a3cc6ad8: Verifying Checksum
61c9a3cc6ad8: Download complete
f182c65f1fdc: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
6a80402e3750: Download complete
830f1bfa8b37: Pull complete
77fa94d1a781: Download complete
e19ec8c1781a: Verifying Checksum
e19ec8c1781a: Download complete
50e80a7392c2: Download complete
fd68c8ce20a9: Verifying Checksum
fd68c8ce20a9: Download complete
4dc2e05e761d: Verifying Checksum
4dc2e05e761d: Download complete
425f27499f8a: Verifying Checksum
425f27499f8a: Download complete
9f80c1b6dd1a: Download complete
1be540e561bb: Download complete
6e907b6e9ff7: Verifying Checksum
6e907b6e9ff7: Download complete
32391f46761a: Verifying Checksum
32391f46761a: Download complete
42226a82979b: Verifying Checksum
42226a82979b: Download complete
d1d398bb18f2: Download complete
6557306b9c9b: Verifying Checksum
6557306b9c9b: Download complete
90c9aa875926: Verifying Checksum
90c9aa875926: Download complete
d8becbc925f4: Verifying Checksum
d8becbc925f4: Download complete
2e5d44b5f79a: Download complete
2d3300c38794: Verifying Checksum
2d3300c38794: Download complete
4c0ead99e692: Verifying Checksum
4c0ead99e692: Download complete
ec80e1838a42: Verifying Checksum
ec80e1838a42: Download complete
60301506ed5f: Download complete
f5d34eee01f8: Verifying Checksum
f5d34eee01f8: Download complete
4e2ad5f73004: Verifying Checksum
4e2ad5f73004: Download complete
d5b20fb9822c: Verifying Checksum
d5b20fb9822c: Download complete
f5d9dbf3be92: Verifying Checksum
f5d9dbf3be92: Download complete
1270d7563c3f: Pull complete
5081a81a2756: Pull complete
29d9a764b53c: Pull complete
95fe8f4b5d6e: Pull complete
5cf596f302fc: Pull complete
c8a40cdc0458: Pull complete
efd49a984e35: Pull complete
163ff2d22cc8: Pull complete
67cc4ce50fae: Pull complete
3239aec8d601: Pull complete
61c9a3cc6ad8: Pull complete
618c5b2400fa: Pull complete
ddcb1ca25908: Pull complete
7e30098c9445: Pull complete
9eb290464e31: Pull complete
f182c65f1fdc: Pull complete
4f4fb700ef54: Pull complete
6a80402e3750: Pull complete
77fa94d1a781: Pull complete
e19ec8c1781a: Pull complete
50e80a7392c2: Pull complete
fd68c8ce20a9: Pull complete
4dc2e05e761d: Pull complete
425f27499f8a: Pull complete
9f80c1b6dd1a: Pull complete
6e907b6e9ff7: Pull complete
1be540e561bb: Pull complete
32391f46761a: Pull complete
42226a82979b: Pull complete
f5d9dbf3be92: Pull complete
d1d398bb18f2: Pull complete
4c0ead99e692: Pull complete
6557306b9c9b: Pull complete
90c9aa875926: Pull complete
d8becbc925f4: Pull complete
2e5d44b5f79a: Pull complete
2d3300c38794: Pull complete
ec80e1838a42: Pull complete
d5b20fb9822c: Pull complete
60301506ed5f: Pull complete
f5d34eee01f8: Pull complete
4e2ad5f73004: Pull complete
Digest: sha256:6b56540be878d1b87c4ad93b8ce388bc5f9e3765c34c49c26037c52853f33122
Status: Downloaded newer image for ocaml/opam@sha256:6b56540be878d1b87c4ad93b8ce388bc5f9e3765c34c49c26037c52853f33122
2026-05-08 18:48.41 ---> saved as "468fe563e0727aa17c1199d523824253e5131b46deab1f646e352043cb00e0fd"
/: (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:48.41 ---> saved as "e8b806081ac9357bbf57522ea4284d902d086031ef3a5d168b1e5e1d23497457"
/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
[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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-05-08 18:49.14 ---> saved as "4f5e0165a06923683e23b97c45346c11e064e2796c6d975df9059b8b31803343"
/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=unknown
# 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:49.15 ---> saved as "500d83f056c26a6b909675a0671c20b77df4ed18aec7fd0ce7f924079405e128"
/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:49.23 ---> saved as "6656e69fe6741578734c8af84fec615a28312311a3d4d8d30a55be3963d399da"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-08 18:49.28 ---> saved as "35154da5959b2630cedfbdb0be991ffa088f715ab5d57002de3ee72ed9c11c9e"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-08 18:49.48 ---> saved as "abdf4dc8c11fced18c2293f98e8066d59b17ee1db9aaf9d35968e007b4c81938"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [189 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-05-08-0800.34-F-2026-05-02-0803.20.pdiff [795 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-05-08-0800.34-F-2026-05-02-0803.20.pdiff [795 kB]
- Fetched 1048 kB in 3s (322 kB/s)
- Reading package lists...
-
2026-05-08 18:49.53 ---> saved as "8e3955b3594b05b7044ee6fd4f797f43ac29994e4dfc04592d8596ec58303963"
/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:49.53 ---> saved as "eefb0577b9bafd2e7db05e4043339fbc2908f2032b5b92ed3231a54062df5d0a"
/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-unstable\\\"\"; 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 ... 21833 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-5+b2_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b2) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-5+b2_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5+b2) ...
- Selecting previously unselected package libpkgconf7:amd64.
- Preparing to unpack .../2-libpkgconf7_2.5.1-4_amd64.deb ...
- Unpacking libpkgconf7:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_2.5.1-4_amd64.deb ...
- Unpacking pkgconf-bin (2.5.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_2.5.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_2.5.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (2.5.1-4) ...
- Setting up libpkgconf7:amd64 (2.5.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b2) ...
- Setting up pkgconf-bin (2.5.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5+b2) ...
- Setting up pkgconf:amd64 (2.5.1-4) ...
- Setting up pkg-config:amd64 (2.5.1-4) ...
- Processing triggers for libc-bin (2.42-15) ...
<><> 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 (cached)
-> 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:55.17 ---> saved as "3847c958399f3e02d0fc588cd99b2e682a5ab13a8dc39157b056fbc997085ab8"
Job succeeded
2026-05-08 18:55.25: Job succeeded