(not at the head of any monitored branch or PR)
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 macos-homebrew-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/29830/head" && git reset --hard 7a15accc
git fetch origin master
git merge --no-edit d1c56642b8ca7e1166c90bfe0c74f38007bbad58
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.4
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/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 -k local --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 "\"macos-homebrew\""; 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 "macos-homebrew-ocaml-5.4-rocq-stdlib.9.1.0-7a15accc2f9050d2c7e012666e2f93808daf13c0"
2026-04-30 12:44.50: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
 (user (uid 1000) (gid 1000))
 (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
 (run (network host)
      (shell "opam init --reinit -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 -k local --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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (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 \"\\\"macos-homebrew\\\"\"; 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 i7-worker-02
Updating files:  28% (5417/18873)
Updating files:  29% (5474/18873)
Updating files:  30% (5662/18873)
Updating files:  31% (5851/18873)
Updating files:  32% (6040/18873)
Updating files:  33% (6229/18873)
Updating files:  34% (6417/18873)
Updating files:  35% (6606/18873)
Updating files:  36% (6795/18873)
Updating files:  37% (6984/18873)
Updating files:  38% (7172/18873)
Updating files:  39% (7361/18873)
Updating files:  40% (7550/18873)
Updating files:  41% (7738/18873)
Updating files:  42% (7927/18873)
Updating files:  43% (8116/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:  50% (9499/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:  81% (15304/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:  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 macos-homebrew-ocaml-5.4)
2026-04-30 12:45.06 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache

/: (user (uid 1000) (gid 1000))

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-30 12:45.07 ---> using "7aa34524ca0a69b4a488c30909f7495a04a243f9066091b1dfe73b446b0dfcd3" from cache

/: (run (network host)
        (shell "opam init --reinit -ni"))
No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 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 1 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=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-04-30 12:45.07 ---> using "91dcaa513ca3161d91620d0583acdea5310cd52ccab1dfbdd183600da37afdb2" from cache

/: (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.0
# self-upgrade         no
# system               arch=x86_64 os=macos os-distribution=homebrew os-version=15.5
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 11
# repositories         1 (version-controlled)
# pinned               0
# current-switch       5.4.0
# invariant            ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/5.4.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2026-04-30 12:45.07 ---> using "cea1bfc0b1cda73d964aa2fc69cc828a6e6d8edd86f991754707e8b004a3cb09" from cache

/: (env OPAMDOWNLOADJOBS 1)

/: (env OPAMERRLOGLEN 0)

/: (env OPAMPRECISETRACKING 1)

/: (env CI true)

/: (env OPAM_REPO_CI true)

/: (run (shell "rm -rf opam-repository/"))
2026-04-30 12:45.08 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache

/: (copy (src .) (dst opam-repository/))
2026-04-30 12:45.17 ---> saved as "f3b5107a295529a6f39f9acc7b4fd39d9d0de987e170d2f3f31719c972340a01"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
default (at file:///Users/mac1000/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)

default (at file:///Users/mac1000/opam-repository): 
    [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-04-30 12:45.38 ---> saved as "b2b8a11da6d562be9b695ebf1be57c4b8372e5c70517487493f2f35422095914"

/: (run (network host)
        (shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:f2bc4c3b081b09d7dcca97a8b8c5e102116e6ba68a5c118d6d961cf33b3162ec
- #=#=#                                                                          

                                                                           0.1%
#                                                                          1.6%
#                                                                          1.8%
#                                                                          2.7%
- 
##                                                                         3.3%
##                                                                         4.1%
###                                                                        4.6%
###                                                                        5.0%
###                                                                        5.4%
####                                                                       5.8%
####                                                                       6.2%
####                                                                       6.7%
#####                                                                      7.1%
#####                                                                      7.5%
#####                                                                      7.9%
- 
######                                                                     8.3%
######                                                                     8.7%
######                                                                     9.1%
######                                                                     9.7%
#######                                                                   10.1%
#######                                                                   10.5%
#######                                                                   11.0%
########                                                                  11.4%
########                                                                  11.8%
########                                                                  12.2%
- 
#########                                                                 12.7%
#########                                                                 13.1%
#########                                                                 13.7%
##########                                                                14.1%
##########                                                                14.6%
##########                                                                15.0%
###########                                                               15.5%
###########                                                               15.9%
###########                                                               16.3%
############                                                              16.7%
- 
############                                                              17.3%
############                                                              17.7%
#############                                                             18.1%
#############                                                             18.5%
#############                                                             19.0%
#############                                                             19.4%
##############                                                            19.8%
##############                                                            20.2%
##############                                                            20.6%
###############                                                           21.0%
###############                                                           21.5%
- 
###############                                                           21.9%
################                                                          22.3%
################                                                          22.7%
################                                                          23.1%
################                                                          23.5%
#################                                                         24.1%
#################                                                         24.5%
#################                                                         24.9%
##################                                                        25.3%
##################                                                        25.7%
##################                                                        26.1%
- 
###################                                                       26.6%
###################                                                       27.0%
###################                                                       27.4%
####################                                                      27.8%
####################                                                      28.2%
####################                                                      28.6%
####################                                                      29.1%
#####################                                                     29.5%
#####################                                                     29.9%
#####################                                                     30.3%
######################                                                    30.7%
- 
######################                                                    31.2%
######################                                                    31.6%
#######################                                                   32.0%
#######################                                                   32.4%
#######################                                                   32.8%
########################                                                  33.4%
########################                                                  33.8%
########################                                                  34.3%
########################                                                  34.7%
#########################                                                 35.1%
#########################                                                 35.5%
- 
#########################                                                 35.9%
##########################                                                36.4%
##########################                                                36.8%
##########################                                                37.2%
###########################                                               37.6%
###########################                                               38.0%
###########################                                               38.4%
###########################                                               38.8%
############################                                              39.4%
############################                                              39.8%
- 
############################                                              40.2%
#############################                                             40.6%
#############################                                             41.0%
#############################                                             41.4%
##############################                                            41.9%
##############################                                            42.3%
##############################                                            42.7%
###############################                                           43.1%
###############################                                           43.5%
###############################                                           44.0%
###############################                                           44.4%
- 
################################                                          44.8%
################################                                          45.2%
################################                                          45.6%
#################################                                         46.2%
#################################                                         46.6%
#################################                                         47.0%
##################################                                        47.4%
##################################                                        47.8%
##################################                                        48.3%
###################################                                       48.7%
###################################                                       49.1%
- 
###################################                                       49.5%
###################################                                       49.9%
####################################                                      50.3%
####################################                                      50.8%
####################################                                      51.2%
#####################################                                     51.8%
#####################################                                     52.2%
#####################################                                     52.6%
######################################                                    53.0%
######################################                                    53.5%
######################################                                    53.9%
- 
#######################################                                   54.3%
#######################################                                   54.7%
#######################################                                   55.1%
#######################################                                   55.5%
########################################                                  56.0%
########################################                                  56.6%
#########################################                                 57.0%
#########################################                                 57.4%
#########################################                                 57.8%
#########################################                                 58.2%
- 
##########################################                                58.7%
##########################################                                59.1%
##########################################                                59.5%
###########################################                               59.9%
###########################################                               60.4%
###########################################                               60.8%
############################################                              61.2%
############################################                              61.6%
############################################                              62.0%
############################################                              62.4%
#############################################                             62.9%
- 
#############################################                             63.3%
#############################################                             63.7%
##############################################                            64.1%
##############################################                            64.7%
##############################################                            65.1%
###############################################                           65.5%
###############################################                           65.9%
###############################################                           66.3%
################################################                          66.7%
################################################                          67.2%
################################################                          67.6%
- 
################################################                          68.0%
#################################################                         68.5%
#################################################                         68.9%
##################################################                        69.5%
##################################################                        69.9%
##################################################                        70.3%
##################################################                        70.7%
###################################################                       71.1%
###################################################                       71.6%
###################################################                       72.0%
- 
####################################################                      72.4%
####################################################                      72.8%
####################################################                      73.2%
#####################################################                     73.7%
#####################################################                     74.1%
#####################################################                     74.5%
#####################################################                     74.9%
######################################################                    75.3%
######################################################                    75.7%
######################################################                    76.3%
#######################################################                   76.7%
- 
#######################################################                   76.9%
#######################################################                   77.2%
#######################################################                   77.5%
#######################################################                   77.7%
########################################################                  78.0%
########################################################                  78.1%
########################################################                  78.4%
########################################################                  78.7%
########################################################                  78.8%
########################################################                  79.1%
#########################################################                 79.2%
- 
#########################################################                 79.5%
#########################################################                 79.7%
#########################################################                 79.9%
#########################################################                 80.1%
#########################################################                 80.3%
#########################################################                 80.5%
##########################################################                80.8%
##########################################################                80.9%
##########################################################                81.2%
##########################################################                81.5%
- 
##########################################################                81.6%
##########################################################                81.9%
###########################################################               82.1%
###########################################################               82.3%
###########################################################               82.5%
###########################################################               82.8%
###########################################################               82.9%
###########################################################               83.2%
###########################################################               83.3%
############################################################              83.6%
############################################################              83.7%
- 
############################################################              84.0%
############################################################              84.3%
############################################################              84.4%
############################################################              84.7%
#############################################################             84.9%
#############################################################             85.1%
#############################################################             85.3%
#############################################################             85.5%
#############################################################             85.7%
#############################################################             86.0%
##############################################################            86.1%
- 
##############################################################            86.4%
##############################################################            86.7%
##############################################################            86.9%
##############################################################            87.1%
##############################################################            87.3%
##############################################################            87.5%
###############################################################           87.7%
###############################################################           88.0%
###############################################################           88.1%
- 
###############################################################           88.4%
###############################################################           88.6%
###############################################################           88.8%
################################################################          89.0%
################################################################          89.3%
################################################################          89.6%
################################################################          89.7%
################################################################          90.0%
################################################################          90.2%
#################################################################         90.4%
#################################################################         90.6%
- 
#################################################################         90.8%
#################################################################         91.0%
#################################################################         91.3%
#################################################################         91.6%
##################################################################        91.7%
##################################################################        92.0%
##################################################################        92.2%
##################################################################        92.5%
##################################################################        92.8%
###################################################################       93.2%
- 
###################################################################       93.6%
###################################################################       94.1%
####################################################################      94.5%
####################################################################      94.9%
####################################################################      95.3%
####################################################################      95.7%
#####################################################################     96.1%
#####################################################################     96.5%
#####################################################################     97.0%
######################################################################    97.4%
######################################################################    97.8%
- 
######################################################################    98.4%
#######################################################################   98.8%
#######################################################################   99.2%
#######################################################################   99.6%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.3.catalina.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.
2026-04-30 12:47.09 ---> saved as "f4b8db54a0f7bb08d1de070fd8399e5e30f12c070cbaeea955f4115eef8c2f07"

/: (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:47.11 ---> saved as "b9846c5d7b51c6ff249347aa0ab76334078f2b697377e92e3859020cdb047aad"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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 \"\\\"macos-homebrew\\\"\"; 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 8 packages
  - install conf-gmp        5              [required by zarith]
  - 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:
    gmp pkgconf

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run brew to install them (may need root/sudo access)
  2. Display the recommended brew 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/local/bin/brew "install" "gmp" "pkgconf"
- ==> Fetching downloads for: gmp and pkgconf
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle pkgconf (2.5.1)
- ==> Pouring gmp--6.3.0.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/gmp/6.3.0: 22 files, 3.4MB
- ==> Running `brew cleanup gmp`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/pkgconf/2.5.1: 28 files, 383.2KB
- ==> Running `brew cleanup pkgconf`...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5  (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> retrieved dune.3.22.2  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> 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:52.31 ---> saved as "9b25bac8a8aac4b7a0f309710abd77aa58adc6ba014c2804c2022b7974dbec58"
Job succeeded
2026-04-30 12:52.43: Job succeeded