- github
- ocaml
- opam-repository
- c005d7
- macos,macos-homebrew-ocaml-5.4-arm64,bitwuzla-cxx.0.9.0
(not at the head of any monitored branch or PR)
2026-03-23 09:00.47: New job: build bitwuzla-cxx.0.9.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29585/head (c005d764af867295ae8c4ddc313fce4db2093435)
on macos-homebrew-ocaml-5.4/arm64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29585/head" && git reset --hard c005d764
git fetch origin master
git merge --no-edit 76bf2ed9443fdee37e6f046c6295d358be3f8598
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 bitwuzla-cxx.0.9.0 0.9.0
RUN opam reinstall bitwuzla-cxx.0.9.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" != 'bitwuzla-cxx.0.9.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-03-23 09:00.47: Using cache hint "macos-homebrew-ocaml-5.4-bitwuzla-cxx.0.9.0-c005d764af867295ae8c4ddc313fce4db2093435"
2026-03-23 09:00.47: 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 bitwuzla-cxx.0.9.0 0.9.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall bitwuzla-cxx.0.9.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\" != 'bitwuzla-cxx.0.9.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-03-23 09:00.47: Waiting for resource in pool OCluster
2026-03-23 09:00.47: Waiting for worker…
2026-03-23 09:00.47: Got resource from pool OCluster
Building on m1-worker-01
Updating files: 66% (12245/18515)
Updating files: 67% (12406/18515)
Updating files: 68% (12591/18515)
Updating files: 69% (12776/18515)
Updating files: 70% (12961/18515)
Updating files: 71% (13146/18515)
Updating files: 72% (13331/18515)
Updating files: 73% (13516/18515)
Updating files: 74% (13702/18515)
Updating files: 75% (13887/18515)
Updating files: 76% (14072/18515)
Updating files: 77% (14257/18515)
Updating files: 78% (14442/18515)
Updating files: 79% (14627/18515)
Updating files: 80% (14812/18515)
Updating files: 81% (14998/18515)
Updating files: 82% (15183/18515)
Updating files: 83% (15368/18515)
Updating files: 84% (15553/18515)
Updating files: 85% (15738/18515)
Updating files: 86% (15923/18515)
Updating files: 87% (16109/18515)
Updating files: 88% (16294/18515)
Updating files: 89% (16479/18515)
Updating files: 90% (16664/18515)
Updating files: 91% (16849/18515)
Updating files: 92% (17034/18515)
Updating files: 93% (17219/18515)
Updating files: 94% (17405/18515)
Updating files: 95% (17590/18515)
Updating files: 96% (17775/18515)
Updating files: 97% (17960/18515)
Updating files: 98% (18145/18515)
Updating files: 99% (18330/18515)
Updating files: 100% (18515/18515)
Updating files: 100% (18515/18515), done.
HEAD is now at 8a86f68fc7 Merge commit '89988fb5cbe1e086562029c5dad9cdb267cff758'
HEAD is now at 76bf2ed944 Merge pull request #29572 from hannesm/release-letsencrypt-v2.0.0
Updating 76bf2ed944..c005d764af
Fast-forward
packages/bitwuzla-cxx/bitwuzla-cxx.0.9.0/opam | 51 +++++++++++++++++++++++++++
1 file changed, 51 insertions(+)
create mode 100644 packages/bitwuzla-cxx/bitwuzla-cxx.0.9.0/opam
(from macos-homebrew-ocaml-5.4)
2026-03-23 09:00.56 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-23 09:00.56 ---> 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-03-23 09:00.56 ---> 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=arm64 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 7
# 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-03-23 09:00.56 ---> 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-03-23 09:00.56 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-03-23 09:01.01 ---> saved as "301077a9133b0ad25c27a498698af5060a3bac1b450e6ba7bec638b6fc6d69e7"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-23 09:01.10 ---> saved as "f3617cc814a7704a60b59f4d564995e9cd6789af823b872f38b38ae8b46d4cee"
/: (run (network host)
(shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:cef6f881f516d2cdbd0a5bfc7e20318da8b047cf2674ee27c5d4858d3ecd6430
- #=#=#
##O#-#
0.7%
1.3%
# 2.6%
-
## 3.0%
## 3.5%
## 3.9%
### 4.3%
### 4.7%
### 5.1%
### 5.4%
#### 6.0%
#### 6.4%
#### 6.8%
##### 7.2%
-
##### 7.6%
##### 8.2%
###### 8.5%
###### 8.9%
###### 9.5%
####### 9.9%
####### 10.2%
####### 10.6%
######## 11.2%
######## 11.5%
######## 11.9%
-
######## 12.4%
######### 12.8%
######### 13.2%
######### 13.6%
########## 14.0%
########## 14.4%
########## 14.9%
########### 15.3%
########### 15.7%
########### 16.1%
########### 16.6%
-
############ 17.0%
############ 17.4%
############ 17.8%
############# 18.2%
############# 18.6%
############# 19.0%
############## 19.5%
############## 19.9%
############## 20.3%
############## 20.8%
############### 21.2%
-
############### 21.6%
############### 22.0%
################ 22.5%
################ 22.8%
################ 23.2%
################# 23.6%
################# 24.2%
################# 24.5%
################# 24.9%
################## 25.3%
################## 25.7%
-
################## 26.2%
################### 26.6%
################### 27.0%
################### 27.5%
#################### 27.9%
#################### 28.3%
#################### 28.7%
##################### 29.2%
##################### 29.6%
##################### 30.0%
##################### 30.4%
-
###################### 30.9%
###################### 31.3%
###################### 31.7%
####################### 32.1%
####################### 32.6%
####################### 33.0%
######################## 33.4%
######################## 33.8%
######################## 34.2%
######################## 34.7%
######################### 35.1%
-
######################### 35.5%
######################### 35.9%
########################## 36.4%
########################## 36.8%
########################## 37.2%
########################### 37.6%
########################### 38.0%
########################### 38.5%
########################### 38.8%
############################ 39.2%
############################ 39.6%
-
############################ 40.0%
############################# 40.5%
############################# 40.9%
############################# 41.3%
############################## 41.7%
############################## 42.1%
############################## 42.5%
############################## 43.0%
############################### 43.4%
############################### 43.9%
-
############################### 44.3%
################################ 44.7%
################################ 45.2%
################################ 45.6%
################################# 46.0%
################################# 46.4%
################################# 46.8%
################################## 47.3%
################################## 47.7%
################################## 48.1%
################################## 48.6%
-
################################### 49.0%
################################### 49.4%
################################### 49.8%
#################################### 50.1%
#################################### 50.5%
#################################### 51.1%
##################################### 51.5%
##################################### 51.8%
##################################### 52.2%
##################################### 52.6%
###################################### 53.0%
###################################### 53.6%
-
###################################### 53.9%
####################################### 54.3%
####################################### 54.8%
####################################### 55.2%
######################################## 55.6%
######################################## 56.0%
######################################## 56.5%
######################################## 56.9%
######################################### 57.3%
######################################### 57.7%
######################################### 58.2%
-
########################################## 58.6%
########################################## 59.0%
########################################## 59.4%
########################################### 59.8%
########################################### 60.3%
########################################### 60.7%
########################################### 61.1%
############################################ 61.5%
############################################ 61.8%
############################################ 62.4%
############################################# 62.8%
-
############################################# 63.2%
############################################# 63.6%
############################################## 64.0%
############################################## 64.6%
############################################## 64.9%
############################################### 65.3%
############################################### 65.7%
############################################### 66.1%
############################################### 66.5%
################################################ 67.0%
################################################ 67.4%
-
################################################ 67.8%
################################################# 68.2%
################################################# 68.6%
################################################# 69.1%
################################################## 69.5%
################################################## 70.0%
################################################## 70.4%
################################################## 70.8%
################################################### 71.2%
################################################### 71.6%
################################################### 72.0%
-
#################################################### 72.5%
#################################################### 72.9%
#################################################### 73.3%
##################################################### 73.7%
##################################################### 74.1%
##################################################### 74.5%
##################################################### 74.9%
###################################################### 75.3%
###################################################### 75.9%
###################################################### 76.2%
-
####################################################### 76.6%
####################################################### 76.9%
####################################################### 77.3%
####################################################### 77.6%
######################################################## 77.8%
######################################################## 78.1%
######################################################## 78.3%
######################################################## 78.6%
######################################################## 79.0%
######################################################### 79.2%
######################################################### 79.5%
-
######################################################### 79.7%
######################################################### 80.0%
######################################################### 80.4%
########################################################## 80.7%
########################################################## 80.9%
########################################################## 81.2%
########################################################## 81.4%
########################################################## 81.7%
########################################################### 82.0%
########################################################### 82.2%
########################################################### 82.6%
-
########################################################### 82.9%
########################################################### 83.1%
############################################################ 83.4%
############################################################ 83.8%
############################################################ 84.0%
############################################################ 84.3%
############################################################ 84.5%
############################################################# 84.8%
############################################################# 85.1%
############################################################# 85.3%
-
############################################################# 85.6%
############################################################# 85.9%
############################################################## 86.3%
############################################################## 86.5%
############################################################## 86.8%
############################################################## 87.1%
############################################################## 87.3%
############################################################### 87.6%
############################################################### 88.0%
############################################################### 88.2%
############################################################### 88.5%
############################################################### 88.8%
-
################################################################ 89.0%
################################################################ 89.3%
################################################################ 89.5%
################################################################ 89.9%
################################################################ 90.2%
################################################################# 90.4%
################################################################# 90.7%
################################################################# 90.9%
################################################################# 91.3%
################################################################# 91.6%
-
################################################################## 91.9%
################################################################## 92.1%
################################################################## 92.4%
################################################################## 92.6%
################################################################## 93.0%
################################################################### 93.4%
################################################################### 93.9%
################################################################### 94.3%
#################################################################### 94.8%
#################################################################### 95.2%
#################################################################### 95.6%
##################################################################### 96.0%
-
##################################################################### 96.4%
##################################################################### 96.9%
###################################################################### 97.3%
###################################################################### 97.7%
###################################################################### 98.1%
###################################################################### 98.5%
####################################################################### 99.0%
####################################################################### 99.4%
####################################################################### 99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.1.arm64_big_sur.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-03-23 09:02.01 ---> saved as "a75ac66c43c15d5bb32ab0078c18e1c647a2b2f563afcc675596f93d30aa60ae"
/: (run (shell "opam pin add -k version -yn bitwuzla-cxx.0.9.0 0.9.0"))
bitwuzla-cxx is now pinned to version 0.9.0
2026-03-23 09:02.03 ---> saved as "ccb04c0782954fd35f3f0355ac223812e3018ec6e8fb36461e6f94fc428771e4"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall bitwuzla-cxx.0.9.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\" != 'bitwuzla-cxx.0.9.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
bitwuzla-cxx.0.9.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 10 packages
- install bitwuzla-cxx 0.9.0 (pinned)
- install conf-g++ 1.0 [required by bitwuzla-cxx]
- install conf-gcc 1.0 [required by bitwuzla-cxx]
- install conf-git 1.1 [required by bitwuzla-cxx]
- install conf-gmp 5 [required by conf-mpfr, zarith]
- install conf-mpfr 3 [required by bitwuzla-cxx]
- install conf-pkg-config 4 [required by conf-mpfr, zarith]
- install dune 3.22.0 [required by bitwuzla-cxx]
- install ocamlfind 1.9.8 [required by zarith]
- install zarith 1.14 [required by bitwuzla-cxx]
The following system packages will first need to be installed:
gcc gmp mpfr 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
+ /opt/homebrew/bin/brew "install" "gcc" "gmp" "mpfr" "pkgconf"
- ==> Fetching downloads for: gcc, gmp, mpfr and pkgconf
- ✔︎ Bottle Manifest gcc (15.2.0_1)
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle Manifest mpfr (4.2.2)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest mpfr (4.2.2)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle Manifest isl (0.27)
- ✔︎ Bottle isl (0.27)
- ✔︎ Bottle Manifest mpfr (4.2.2)
- ✔︎ Bottle mpfr (4.2.2)
- ✔︎ Bottle Manifest lz4 (1.10.0)
- ✔︎ Bottle lz4 (1.10.0)
- ✔︎ Bottle Manifest xz (5.8.2)
- ✔︎ Bottle Manifest zstd (1.5.7_1)
- ✔︎ Bottle xz (5.8.2)
- ✔︎ Bottle zstd (1.5.7_1)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle Manifest libmpc (1.4.0)
- ✔︎ Bottle libmpc (1.4.0)
- ✔︎ Bottle gcc (15.2.0_1)
- ==> Installing dependencies for gcc: gmp, isl, mpfr, libmpc, lz4, xz and zstd
- ==> Installing gcc dependency: gmp
- ==> Pouring gmp--6.3.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/gmp/6.3.0: 22 files, 3.4MB
- ==> Installing gcc dependency: isl
- ==> Pouring isl--0.27.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/isl/0.27: 74 files, 8.0MB
- ==> Installing gcc dependency: mpfr
- ==> Pouring mpfr--4.2.2.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/mpfr/4.2.2: 31 files, 3.3MB
- ==> Installing gcc dependency: libmpc
- ==> Pouring libmpc--1.4.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libmpc/1.4.0: 14 files, 545.1KB
- ==> Installing gcc dependency: lz4
- ==> Pouring lz4--1.10.0.arm64_sequoia.bottle.1.tar.gz
- 🍺 /opt/homebrew/Cellar/lz4/1.10.0: 24 files, 729.1KB
- ==> Installing gcc dependency: xz
- ==> Pouring xz--5.8.2.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/xz/5.8.2: 96 files, 2.7MB
- ==> Installing gcc dependency: zstd
- ==> Pouring zstd--1.5.7_1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/zstd/1.5.7_1: 32 files, 2.3MB
- ==> Installing gcc
- ==> Pouring gcc--15.2.0_1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/gcc/15.2.0_1: 1,602 files, 476.1MB
- ==> Running `brew cleanup gcc`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Running `brew cleanup gmp`...
- ==> Running `brew cleanup mpfr`...
- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.1KB
- ==> Running `brew cleanup pkgconf`...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bitwuzla-cxx.0.9.0 (https://github.com/bitwuzla/ocaml-bitwuzla/releases/download/0.9.0/bitwuzla-cxx-0.9.0.tbz)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-mpfr.3 (cached)
-> installed conf-pkg-config.4
-> installed conf-git.1.1
-> installed conf-g++.1.0
-> installed conf-gcc.1.0
-> installed conf-gmp.5
-> installed conf-mpfr.3
-> retrieved dune.3.22.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed dune.3.22.0
-> installed bitwuzla-cxx.0.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 09:03.49 ---> saved as "295bd9d3d89da2f5a47ac5b04132895714dadd4b18b187ee1b33d727aa28a59f"
Job succeeded
2026-03-23 09:03.56: Job succeeded