(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.4-no-flat-float-array/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.4-no-flat-float-array@sha256:b15f126c786ea5f71b5e6642675a1ce1c19895b03a244f7857858d8dadbab00a
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.4-no-flat-float-array@sha256:b15f126c786ea5f71b5e6642675a1ce1c19895b03a244f7857858d8dadbab00a-lstar-rocq.1.0-e5ab047b033e89fa4026a3a78b062664a0cf8a36"
2026-05-08 18:45.20: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-no-flat-float-array@sha256:b15f126c786ea5f71b5e6642675a1ce1c19895b03a244f7857858d8dadbab00a)
 (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.22: Waiting for worker…
2026-05-08 18:45.24: Got resource from pool OCluster
Building on doris.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.4-no-flat-float-array@sha256:b15f126c786ea5f71b5e6642675a1ce1c19895b03a244f7857858d8dadbab00a)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-no-flat-float-array@sha256:b15f126c786ea5f71b5e6642675a1ce1c19895b03a244f7857858d8dadbab00a' locally
docker.io/ocaml/opam@sha256:b15f126c786ea5f71b5e6642675a1ce1c19895b03a244f7857858d8dadbab00a: Pulling from ocaml/opam
3b32e3bb7338: Pulling fs layer
0a2047d92c36: Pulling fs layer
3b32e3bb7338: Waiting
6468c8739f79: Pulling fs layer
0a2047d92c36: Waiting
dc1c52e586c3: Pulling fs layer
62b886ae38ec: Pulling fs layer
dc1c52e586c3: Waiting
6468c8739f79: Waiting
c217a15c852c: Pulling fs layer
62b886ae38ec: Waiting
1631c3f40e56: Pulling fs layer
c217a15c852c: Waiting
fec1b7aa2529: Pulling fs layer
1631c3f40e56: Waiting
46c2f2e52299: Pulling fs layer
fec1b7aa2529: Waiting
dfd625f9488b: Pulling fs layer
46c2f2e52299: Waiting
a92b2bbc3601: Pulling fs layer
dfd625f9488b: Waiting
21b06961f9ce: Pulling fs layer
56ea7bb8517a: Pulling fs layer
a92b2bbc3601: Waiting
21b06961f9ce: Waiting
f88fa5fac715: Pulling fs layer
56ea7bb8517a: Waiting
ef860ccaf48a: Pulling fs layer
f88fa5fac715: Waiting
7299894d19a3: Pulling fs layer
ef860ccaf48a: Waiting
cfd8a5bbbbad: Pulling fs layer
7299894d19a3: Waiting
458be87cd8e2: Pulling fs layer
d25c8303c40a: Pulling fs layer
458be87cd8e2: Waiting
cfd8a5bbbbad: Waiting
0dd0c180412f: Pulling fs layer
3cce6b8d3022: Pulling fs layer
0dd0c180412f: Waiting
d25c8303c40a: Waiting
48811119dc00: Pulling fs layer
4f4fb700ef54: Pulling fs layer
3cce6b8d3022: Waiting
48811119dc00: Waiting
9274adcd9010: Pulling fs layer
4f4fb700ef54: Waiting
d7f1811cc461: Pulling fs layer
9274adcd9010: Waiting
9883b0c98d0f: Pulling fs layer
d7f1811cc461: Waiting
9be0dcfb3ea0: Pulling fs layer
9883b0c98d0f: Waiting
b64ebb6ea54f: Pulling fs layer
9be0dcfb3ea0: Waiting
7f7a3980142e: Pulling fs layer
b64ebb6ea54f: Waiting
c4dd42c2d373: Pulling fs layer
7f7a3980142e: Waiting
bd37488f4682: Pulling fs layer
c4dd42c2d373: Waiting
efaea8bd3292: Pulling fs layer
bd37488f4682: Waiting
d08303018370: Pulling fs layer
efaea8bd3292: Waiting
ccb64fc6d165: Pulling fs layer
df5461936c45: Pulling fs layer
d08303018370: Waiting
ccb64fc6d165: Waiting
4ad6d8be4e6f: Pulling fs layer
df5461936c45: Waiting
ad49b5bd4234: Pulling fs layer
4ad6d8be4e6f: Waiting
3cca9ef56161: Pulling fs layer
ad49b5bd4234: Waiting
4917de64b7d3: Pulling fs layer
0ce36fc523dd: Pulling fs layer
4917de64b7d3: Waiting
3cca9ef56161: Waiting
ec347e98f03b: Pulling fs layer
0ce36fc523dd: Waiting
051563dac105: Pulling fs layer
ec347e98f03b: Waiting
43ba5efda4d4: Pulling fs layer
d8194585493f: Pulling fs layer
a835f2a07e49: Pulling fs layer
0596eab03cef: Pulling fs layer
d8194585493f: Waiting
43ba5efda4d4: Waiting
7846508c8ff5: Pulling fs layer
051563dac105: Waiting
0596eab03cef: Waiting
a835f2a07e49: Waiting
d607b8ddc00c: Pulling fs layer
7846508c8ff5: Waiting
d607b8ddc00c: Waiting
0a2047d92c36: Verifying Checksum
0a2047d92c36: Download complete
6468c8739f79: Download complete
3b32e3bb7338: Download complete
dc1c52e586c3: Download complete
62b886ae38ec: Download complete
1631c3f40e56: Verifying Checksum
1631c3f40e56: Download complete
fec1b7aa2529: Verifying Checksum
fec1b7aa2529: Download complete
3b32e3bb7338: Pull complete
0a2047d92c36: Pull complete
6468c8739f79: Pull complete
46c2f2e52299: Verifying Checksum
46c2f2e52299: Download complete
dc1c52e586c3: Pull complete
62b886ae38ec: Pull complete
c217a15c852c: Verifying Checksum
c217a15c852c: Download complete
a92b2bbc3601: Verifying Checksum
a92b2bbc3601: Download complete
21b06961f9ce: Verifying Checksum
21b06961f9ce: Download complete
dfd625f9488b: Verifying Checksum
dfd625f9488b: Download complete
f88fa5fac715: Download complete
56ea7bb8517a: Verifying Checksum
56ea7bb8517a: Download complete
7299894d19a3: Verifying Checksum
7299894d19a3: Download complete
ef860ccaf48a: Verifying Checksum
ef860ccaf48a: Download complete
cfd8a5bbbbad: Download complete
458be87cd8e2: Verifying Checksum
458be87cd8e2: Download complete
d25c8303c40a: Download complete
0dd0c180412f: Verifying Checksum
0dd0c180412f: Download complete
3cce6b8d3022: Verifying Checksum
3cce6b8d3022: Download complete
48811119dc00: Download complete
4f4fb700ef54: Download complete
9274adcd9010: Verifying Checksum
9274adcd9010: Download complete
9883b0c98d0f: Verifying Checksum
9883b0c98d0f: Download complete
d7f1811cc461: Verifying Checksum
d7f1811cc461: Download complete
9be0dcfb3ea0: Verifying Checksum
9be0dcfb3ea0: Download complete
b64ebb6ea54f: Download complete
7f7a3980142e: Verifying Checksum
7f7a3980142e: Download complete
c4dd42c2d373: Download complete
bd37488f4682: Download complete
efaea8bd3292: Download complete
d08303018370: Verifying Checksum
d08303018370: Download complete
df5461936c45: Verifying Checksum
df5461936c45: Download complete
ccb64fc6d165: Download complete
ad49b5bd4234: Download complete
c217a15c852c: Pull complete
1631c3f40e56: Pull complete
fec1b7aa2529: Pull complete
46c2f2e52299: Pull complete
dfd625f9488b: Pull complete
a92b2bbc3601: Pull complete
21b06961f9ce: Pull complete
56ea7bb8517a: Pull complete
4ad6d8be4e6f: Verifying Checksum
4ad6d8be4e6f: Download 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
4917de64b7d3: Verifying Checksum
4917de64b7d3: Download complete
0ce36fc523dd: Verifying Checksum
0ce36fc523dd: Download complete
ec347e98f03b: Download complete
051563dac105: Download complete
43ba5efda4d4: Verifying Checksum
43ba5efda4d4: Download complete
d8194585493f: Verifying Checksum
d8194585493f: Download complete
a835f2a07e49: Verifying Checksum
a835f2a07e49: Download complete
0596eab03cef: Download complete
7846508c8ff5: Download complete
d607b8ddc00c: Verifying Checksum
d607b8ddc00c: Download complete
4ad6d8be4e6f: Pull complete
ad49b5bd4234: Pull complete
3cca9ef56161: Verifying Checksum
3cca9ef56161: Download complete
3cca9ef56161: Pull complete
4917de64b7d3: Pull complete
0ce36fc523dd: Pull complete
ec347e98f03b: Pull complete
051563dac105: Pull complete
43ba5efda4d4: Pull complete
d8194585493f: Pull complete
a835f2a07e49: Pull complete
0596eab03cef: Pull complete
7846508c8ff5: Pull complete
d607b8ddc00c: Pull complete
Digest: sha256:b15f126c786ea5f71b5e6642675a1ce1c19895b03a244f7857858d8dadbab00a
Status: Downloaded newer image for ocaml/opam@sha256:b15f126c786ea5f71b5e6642675a1ce1c19895b03a244f7857858d8dadbab00a
2026-05-08 18:46.04 ---> using "ced96f0d7ee6d4f6e9a8a52e90a7f4009d82c6ae37c8a13cbea3bf2a5bfc822c" 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.04 ---> using "2d05452d9e565f42d207f9778b28bf8c2d61d40efb0dc46bea8b96c101c2af81" 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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-05-08 18:46.04 ---> using "8c0dfb5fcd689f2c84863b2c4d285ae3b9193637274225e29daa59ff33bf923a" 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                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-variants" {= "5.4.1+options"}]
# compiler-packages    ocaml-compiler.5.4.1, ocaml-option-no-flat-float-array.1, ocaml-options-only-no-flat-float-array.1, ocaml-variants.5.4.1+options
# 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+options+no-flat-float-array
2026-05-08 18:46.04 ---> using "d7d6a2ff0abb31615e9d4b5ed9008db70161eebb77ab25d3c822df5ab3ce7bc7" 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:46.04 ---> using "035fcbf9aa1d6dcc54647edb0e997a8dffbc36c4c6b5e972592404b51f25562e" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-08 18:46.14 ---> saved as "7779eeb7c2b0d884992dc023eb0d12066c8eae4d27d1afb4b5e2df7489afa9a6"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-08 18:46.31 ---> saved as "4f8eb77b183a0ea513e1f123a329544181673d6e0d4e092ceb39920f012aceda"

/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 (495 kB/s)
- Reading package lists...
- 
2026-05-08 18:46.33 ---> saved as "0d24a2186e24ac03b41d85a7a5c45ceeacbc159db0fd0f215f12fbb206cb551a"

/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:46.34 ---> saved as "4fc75b7188526fd3cc72df04498c72449931734fb62b283b817d691926692c7e"

/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  (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:49.58 ---> saved as "02e6edff75ca9dce56761fd3266100a23e6c02edde0b30ffe7c1082e5aec1a9b"
Job succeeded
2026-05-08 18:50.06: Job succeeded