- github
- ocaml
- opam-repository
- 14cf1d
- macos,macos-homebrew-ocaml-4.14-amd64,bin_there.0.1.12
(not at the head of any monitored branch or PR)
2026-04-08 12:35.25: New job: build bin_there.0.1.12, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29677/head (14cf1d5d7d35bdd290559dd76592f432c2d3ef63)
on macos-homebrew-ocaml-4.14/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/29677/head" && git reset --hard 14cf1d5d
git fetch origin master
git merge --no-edit 6b534cc83dbfe7a87165d088a7003b5a0cd906f1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
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 bin_there.0.1.12 0.1.12
RUN opam reinstall bin_there.0.1.12; \
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" != 'bin_there.0.1.12' && 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-08 12:35.25: Using cache hint "macos-homebrew-ocaml-4.14-bin_there.0.1.12-14cf1d5d7d35bdd290559dd76592f432c2d3ef63"
2026-04-08 12:35.25: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(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 bin_there.0.1.12 0.1.12"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall bin_there.0.1.12;\
\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\" != 'bin_there.0.1.12' && 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-08 12:35.25: Waiting for resource in pool OCluster
2026-04-08 12:35.25: Waiting for worker…
2026-04-08 12:35.25: Got resource from pool OCluster
Building on i7-worker-02
Updating files: 33% (6188/18640)
Updating files: 34% (6338/18640)
Updating files: 35% (6524/18640)
Updating files: 36% (6711/18640)
Updating files: 37% (6897/18640)
Updating files: 38% (7084/18640)
Updating files: 39% (7270/18640)
Updating files: 40% (7456/18640)
Updating files: 41% (7643/18640)
Updating files: 42% (7829/18640)
Updating files: 43% (8016/18640)
Updating files: 44% (8202/18640)
Updating files: 45% (8388/18640)
Updating files: 46% (8575/18640)
Updating files: 47% (8761/18640)
Updating files: 48% (8948/18640)
Updating files: 49% (9134/18640)
Updating files: 50% (9320/18640)
Updating files: 51% (9507/18640)
Updating files: 52% (9693/18640)
Updating files: 53% (9880/18640)
Updating files: 54% (10066/18640)
Updating files: 55% (10252/18640)
Updating files: 56% (10439/18640)
Updating files: 57% (10625/18640)
Updating files: 58% (10812/18640)
Updating files: 59% (10998/18640)
Updating files: 59% (10999/18640)
Updating files: 60% (11184/18640)
Updating files: 61% (11371/18640)
Updating files: 62% (11557/18640)
Updating files: 63% (11744/18640)
Updating files: 64% (11930/18640)
Updating files: 65% (12116/18640)
Updating files: 66% (12303/18640)
Updating files: 67% (12489/18640)
Updating files: 68% (12676/18640)
Updating files: 69% (12862/18640)
Updating files: 70% (13048/18640)
Updating files: 71% (13235/18640)
Updating files: 72% (13421/18640)
Updating files: 73% (13608/18640)
Updating files: 74% (13794/18640)
Updating files: 75% (13980/18640)
Updating files: 76% (14167/18640)
Updating files: 77% (14353/18640)
Updating files: 78% (14540/18640)
Updating files: 79% (14726/18640)
Updating files: 80% (14912/18640)
Updating files: 81% (15099/18640)
Updating files: 82% (15285/18640)
Updating files: 83% (15472/18640)
Updating files: 84% (15658/18640)
Updating files: 85% (15844/18640)
Updating files: 86% (16031/18640)
Updating files: 87% (16217/18640)
Updating files: 88% (16404/18640)
Updating files: 88% (16447/18640)
Updating files: 89% (16590/18640)
Updating files: 90% (16776/18640)
Updating files: 91% (16963/18640)
Updating files: 92% (17149/18640)
Updating files: 93% (17336/18640)
Updating files: 94% (17522/18640)
Updating files: 95% (17708/18640)
Updating files: 96% (17895/18640)
Updating files: 97% (18081/18640)
Updating files: 98% (18268/18640)
Updating files: 99% (18454/18640)
Updating files: 100% (18640/18640)
Updating files: 100% (18640/18640), done.
HEAD is now at 745d0f81ac Package bin_there.0.1.12
HEAD is now at 6b534cc83d Merge pull request #29654 from astrada/gdfuse082
Updating 6b534cc83d..14cf1d5d7d
Fast-forward
packages/bin_there/bin_there.0.1.12/opam | 28 ++++++++++++++++++++++
packages/ppx_bin_there/ppx_bin_there.0.1.12/opam | 30 ++++++++++++++++++++++++
2 files changed, 58 insertions(+)
create mode 100644 packages/bin_there/bin_there.0.1.12/opam
create mode 100644 packages/ppx_bin_there/ppx_bin_there.0.1.12/opam
(from macos-homebrew-ocaml-4.14)
2026-04-08 12:35.45 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-08 12:35.45 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" 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-08 12:35.45 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" 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 4.14.2
# invariant ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-04-08 12:35.46 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" 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-08 12:35.46 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-04-08 12:35.56 ---> saved as "45ba0750e800aa8f7c1d5d880e57f5332cb7c5065c12f073e4c6d45c7797acc7"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-04-08 12:36.17 ---> saved as "55aa28187b782402f4f72ae3dca9904d61cf8ee077555309cc78320dd3e12454"
/: (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:7c7830166a509857669c544dcba7a0d08ca656a3da073c68826ca0a5b1b56b12
- #=#=#
0.1%
-
0.4%
0.5%
1.3%
# 1.6%
# 2.1%
# 2.4%
# 2.7%
## 2.9%
-
## 3.2%
## 3.5%
## 3.6%
## 3.9%
## 4.0%
### 4.3%
### 4.4%
### 4.7%
### 4.9%
### 5.1%
### 5.3%
-
### 5.5%
#### 5.7%
#### 6.0%
#### 6.1%
#### 6.3%
#### 6.5%
#### 6.8%
##### 7.1%
##### 7.2%
##### 7.5%
##### 7.6%
-
##### 7.9%
##### 8.0%
##### 8.3%
###### 8.5%
###### 8.7%
###### 8.9%
###### 9.0%
###### 9.3%
###### 9.6%
###### 9.7%
-
####### 10.0%
####### 10.1%
####### 10.4%
####### 10.6%
####### 10.9%
####### 11.0%
######## 11.3%
######## 11.6%
######## 11.7%
######## 12.0%
######## 12.1%
-
######## 12.4%
######### 12.6%
######### 12.8%
######### 13.0%
######### 13.3%
######### 13.4%
######### 13.7%
######### 13.8%
########## 14.1%
########## 14.4%
-
########## 14.5%
########## 14.8%
########## 15.0%
########## 15.2%
########### 15.4%
########### 15.7%
########### 15.8%
########### 16.1%
########### 16.2%
########### 16.5%
############ 16.8%
-
############ 16.9%
############ 17.2%
############ 17.3%
############ 17.6%
############ 17.8%
############ 18.0%
############# 18.2%
############# 18.4%
############# 18.6%
############# 18.9%
############# 19.0%
-
############# 19.3%
############## 19.6%
############## 19.7%
############## 20.0%
############## 20.2%
############## 20.4%
############## 20.6%
############## 20.8%
############### 21.0%
############### 21.3%
############### 21.4%
-
############### 21.7%
############### 21.8%
############### 22.1%
################ 22.4%
################ 22.5%
################ 22.8%
################ 22.9%
################ 23.2%
################ 23.4%
################ 23.6%
-
################# 23.8%
################# 24.1%
################# 24.2%
################# 24.5%
################# 24.8%
################# 24.9%
################## 25.2%
################## 25.3%
################## 25.6%
################## 25.8%
################## 26.0%
-
################## 26.2%
################### 26.5%
################### 26.6%
################### 26.9%
################### 27.0%
################### 27.3%
################### 27.5%
################### 27.7%
#################### 27.9%
#################### 28.1%
#################### 28.3%
-
#################### 28.6%
#################### 28.7%
#################### 29.0%
##################### 29.3%
##################### 29.4%
##################### 29.7%
##################### 29.8%
##################### 30.1%
##################### 30.3%
##################### 30.5%
-
###################### 30.7%
###################### 31.0%
###################### 31.1%
###################### 31.4%
###################### 31.7%
###################### 31.8%
####################### 32.1%
####################### 32.2%
####################### 32.5%
####################### 32.6%
####################### 32.9%
-
####################### 33.1%
####################### 33.3%
######################## 33.5%
######################## 33.8%
######################## 33.9%
######################## 34.2%
######################## 34.5%
######################## 34.6%
######################### 34.9%
######################### 35.0%
-
######################### 35.3%
######################### 35.5%
######################### 35.7%
######################### 35.9%
########################## 36.2%
########################## 36.3%
########################## 36.6%
########################## 36.7%
########################## 37.0%
########################## 37.3%
########################## 37.4%
-
########################### 37.7%
########################### 37.8%
########################### 38.1%
########################### 38.3%
########################### 38.5%
########################### 38.7%
############################ 39.0%
############################ 39.1%
############################ 39.4%
############################ 39.5%
############################ 39.8%
-
############################ 40.1%
############################ 40.2%
############################# 40.5%
############################# 40.7%
############################# 40.9%
############################# 41.1%
############################# 41.3%
############################# 41.5%
############################## 41.8%
############################## 41.9%
############################## 42.2%
-
############################## 42.3%
############################## 42.6%
############################## 42.9%
############################## 43.0%
############################### 43.3%
############################### 43.5%
############################### 43.7%
############################### 43.9%
############################### 44.0%
############################### 44.3%
################################ 44.6%
-
################################ 44.7%
################################ 45.0%
################################ 45.1%
################################ 45.4%
################################ 45.6%
################################ 45.8%
################################# 46.0%
################################# 46.3%
################################# 46.4%
################################# 46.7%
-
################################# 46.8%
################################# 47.1%
################################## 47.4%
################################## 47.5%
################################## 47.8%
################################## 48.0%
################################## 48.2%
################################## 48.4%
################################## 48.6%
################################### 48.8%
################################### 49.1%
-
################################### 49.2%
################################### 49.5%
################################### 49.8%
################################### 49.9%
#################################### 50.2%
#################################### 50.4%
#################################### 50.6%
#################################### 50.8%
#################################### 51.0%
#################################### 51.2%
#################################### 51.4%
-
##################################### 51.6%
##################################### 51.9%
##################################### 52.0%
##################################### 52.3%
##################################### 52.6%
##################################### 52.7%
###################################### 53.0%
###################################### 53.1%
###################################### 53.4%
###################################### 53.6%
-
###################################### 53.8%
###################################### 54.0%
####################################### 54.3%
####################################### 54.4%
####################################### 54.7%
####################################### 54.8%
####################################### 55.1%
####################################### 55.4%
####################################### 55.5%
######################################## 55.8%
-
######################################## 56.0%
######################################## 56.2%
######################################## 56.4%
######################################## 56.6%
######################################## 56.8%
######################################### 57.1%
######################################### 57.2%
######################################### 57.5%
######################################### 57.6%
######################################### 57.9%
######################################### 58.2%
-
######################################### 58.3%
########################################## 58.6%
########################################## 58.8%
########################################## 59.0%
########################################## 59.2%
########################################## 59.5%
########################################## 59.6%
########################################### 59.9%
########################################### 60.0%
########################################### 60.3%
########################################### 60.6%
-
########################################### 60.7%
########################################### 61.0%
########################################### 61.1%
############################################ 61.4%
############################################ 61.6%
############################################ 61.7%
############################################ 62.0%
############################################ 62.1%
############################################ 62.4%
############################################# 62.7%
############################################# 62.8%
-
############################################# 63.1%
############################################# 63.3%
############################################# 63.5%
############################################# 63.7%
############################################## 64.0%
############################################## 64.1%
############################################## 64.4%
############################################## 64.5%
############################################## 64.7%
############################################## 65.2%
-
############################################### 65.3%
############################################### 65.6%
############################################### 65.9%
############################################### 66.0%
############################################### 66.3%
############################################### 66.4%
################################################ 66.7%
################################################ 66.9%
################################################ 67.1%
################################################ 67.3%
################################################ 67.6%
-
################################################ 67.9%
################################################ 68.0%
################################################# 68.3%
################################################# 68.5%
################################################# 68.7%
################################################# 68.9%
################################################# 69.2%
################################################# 69.3%
################################################## 69.6%
################################################## 69.9%
-
################################################## 70.0%
################################################## 70.3%
################################################## 70.4%
################################################## 70.7%
################################################### 70.9%
################################################### 71.1%
################################################### 71.3%
################################################### 71.6%
################################################### 71.7%
################################################### 72.0%
################################################### 72.1%
-
#################################################### 72.4%
#################################################### 72.7%
#################################################### 72.8%
#################################################### 73.1%
#################################################### 73.3%
#################################################### 73.5%
##################################################### 73.7%
##################################################### 73.9%
##################################################### 74.1%
##################################################### 74.4%
-
##################################################### 74.7%
##################################################### 74.9%
###################################################### 75.1%
###################################################### 75.3%
###################################################### 75.5%
###################################################### 75.7%
###################################################### 76.0%
###################################################### 76.3%
###################################################### 76.4%
####################################################### 76.7%
####################################################### 76.8%
-
####################################################### 77.1%
####################################################### 77.3%
####################################################### 77.5%
####################################################### 77.7%
######################################################## 77.9%
######################################################## 78.1%
######################################################## 78.3%
######################################################## 78.5%
######################################################## 78.8%
######################################################## 78.9%
######################################################### 79.2%
-
######################################################### 79.4%
######################################################### 79.6%
######################################################### 79.8%
######################################################### 80.0%
######################################################### 80.2%
######################################################### 80.5%
########################################################## 80.6%
########################################################## 80.9%
########################################################## 81.2%
########################################################## 81.3%
-
########################################################## 81.6%
########################################################## 81.8%
########################################################### 82.0%
########################################################### 82.2%
########################################################### 82.4%
########################################################### 82.6%
########################################################### 82.9%
########################################################### 83.0%
########################################################### 83.3%
############################################################ 83.6%
############################################################ 83.7%
############################################################ 84.0%
-
############################################################ 84.1%
############################################################ 84.4%
############################################################ 84.5%
############################################################# 84.8%
############################################################# 85.0%
############################################################# 85.2%
############################################################# 85.4%
############################################################# 85.7%
############################################################# 85.8%
############################################################# 86.1%
-
############################################################## 86.4%
############################################################## 86.5%
############################################################## 86.8%
############################################################## 86.9%
############################################################## 87.2%
############################################################## 87.4%
############################################################### 87.6%
############################################################### 87.8%
############################################################### 88.0%
############################################################### 88.2%
############################################################### 88.5%
-
############################################################### 88.6%
################################################################ 88.9%
################################################################ 89.2%
################################################################ 89.3%
################################################################ 89.6%
################################################################ 89.7%
################################################################ 90.0%
################################################################ 90.2%
################################################################# 90.4%
################################################################# 90.6%
################################################################# 90.9%
-
################################################################# 91.0%
################################################################# 91.3%
################################################################# 91.6%
################################################################## 91.7%
################################################################## 92.0%
################################################################## 92.1%
################################################################## 92.4%
################################################################## 92.6%
################################################################## 92.8%
################################################################## 93.0%
-
################################################################### 93.3%
################################################################### 93.4%
################################################################### 93.7%
################################################################### 93.8%
################################################################### 94.1%
################################################################### 94.2%
#################################################################### 94.5%
#################################################################### 94.8%
#################################################################### 94.9%
#################################################################### 95.2%
#################################################################### 95.4%
-
#################################################################### 95.7%
##################################################################### 96.1%
##################################################################### 96.4%
##################################################################### 96.6%
##################################################################### 96.9%
###################################################################### 97.3%
###################################################################### 97.7%
###################################################################### 98.1%
###################################################################### 98.5%
####################################################################### 99.0%
####################################################################### 99.4%
-
####################################################################### 99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.2_1.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-08 12:38.23 ---> saved as "9bcaf13b0f9ae8c5f9ccaf49d6017d4b44091952a513d184d0fa24f015bf3aff"
/: (run (shell "opam pin add -k version -yn bin_there.0.1.12 0.1.12"))
bin_there is now pinned to version 0.1.12
2026-04-08 12:38.25 ---> saved as "4a0c0386ea126be32cec8264523067941bd314c2443a2e3cedf676db10ec9c91"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall bin_there.0.1.12;\
\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\" != 'bin_there.0.1.12' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
bin_there.0.1.12 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install bin_there 0.1.12 (pinned)
- install dune 3.22.1 [required by bin_there]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bin_there.0.1.12 (cached)
-> retrieved dune.3.22.1 (cached)
-> installed dune.3.22.1
-> installed bin_there.0.1.12
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-08 12:39.23 ---> saved as "54f68f9faef000395c299fa79db1a4de81c3bad95bb89cba3d32e2d3005c5184"
Job succeeded
2026-04-08 12:39.36: Job succeeded