- github
- ocaml
- opam-repository
- 14cf1d
- macos,macos-homebrew-ocaml-5.4-amd64,ppx_bin_there.0.1.12
(not at the head of any monitored branch or PR)
2026-04-08 12:35.25: New job: build ppx_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-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/29677/head" && git reset --hard 14cf1d5d
git fetch origin master
git merge --no-edit 6b534cc83dbfe7a87165d088a7003b5a0cd906f1
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 ppx_bin_there.0.1.12 0.1.12
RUN opam reinstall ppx_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" != 'ppx_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-5.4-ppx_bin_there.0.1.12-14cf1d5d7d35bdd290559dd76592f432c2d3ef63"
2026-04-08 12:35.25: 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 ppx_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 ppx_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\" != 'ppx_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-04
Updating files: 31% (5897/18640)
Updating files: 32% (5965/18640)
Updating files: 33% (6152/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: 57% (10811/18640)
Updating files: 58% (10812/18640)
Updating files: 59% (10998/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: 86% (16214/18640)
Updating files: 87% (16217/18640)
Updating files: 88% (16404/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 87cbf4c5cc Package ppx_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-5.4)
2026-04-08 12:35.45 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-08 12:35.46 ---> 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-08 12:35.46 ---> 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-08 12:35.46 ---> 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-08 12:35.47 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-04-08 12:35.57 ---> saved as "3cb9dba26eb39b2c3609fa684e5191f98b6bf6a7977e50d77b54134834d03dc5"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-04-08 12:36.17 ---> saved as "b9f9bec70fe04f3a4cdad7facc99de0d2e78fe5f26c5745f78c106b2f7b534d0"
/: (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.7%
0.9%
-
# 1.6%
# 2.1%
# 2.6%
## 3.0%
## 3.3%
## 3.6%
## 3.8%
## 4.1%
### 4.4%
### 4.5%
### 4.8%
-
### 5.0%
### 5.2%
### 5.4%
#### 5.7%
#### 5.8%
#### 6.1%
#### 6.2%
#### 6.5%
#### 6.8%
#### 6.9%
##### 7.2%
-
##### 7.3%
##### 7.6%
##### 7.8%
##### 8.0%
##### 8.2%
###### 8.5%
###### 8.6%
###### 8.9%
###### 9.0%
###### 9.3%
-
###### 9.4%
###### 9.7%
####### 10.0%
####### 10.1%
####### 10.4%
####### 10.6%
####### 10.8%
####### 11.0%
######## 11.2%
######## 11.4%
######## 11.7%
-
######## 11.8%
######## 12.1%
######## 12.2%
######## 12.5%
######### 12.6%
######### 12.9%
######### 13.2%
######### 13.4%
######### 13.6%
######### 13.8%
########## 14.0%
-
########## 14.2%
########## 14.5%
########## 14.8%
########## 14.9%
########## 15.2%
########### 15.3%
########### 15.6%
########### 15.8%
########### 16.0%
########### 16.2%
########### 16.4%
-
########### 16.6%
############ 16.9%
############ 17.0%
############ 17.3%
############ 17.4%
############ 17.7%
############ 18.0%
############# 18.1%
############# 18.3%
############# 18.6%
-
############# 18.9%
############# 19.0%
############# 19.3%
############# 19.4%
############## 19.7%
############## 19.9%
############## 20.1%
############## 20.3%
############## 20.5%
############## 20.7%
############### 21.0%
-
############### 21.1%
############### 21.4%
############### 21.5%
############### 21.8%
############### 22.1%
############### 22.2%
################ 22.5%
################ 22.6%
################ 22.9%
################ 23.1%
-
################ 23.3%
################ 23.5%
################# 23.8%
################# 24.1%
################# 24.2%
################# 24.5%
################# 24.6%
################# 24.9%
################## 25.0%
################## 25.3%
-
################## 25.5%
################## 25.7%
################## 25.9%
################## 26.1%
################## 26.3%
################### 26.6%
################### 26.7%
################### 27.0%
################### 27.1%
################### 27.4%
################### 27.7%
-
#################### 27.8%
#################### 28.1%
#################### 28.2%
#################### 28.5%
#################### 28.7%
#################### 28.9%
#################### 29.1%
##################### 29.4%
##################### 29.5%
##################### 29.8%
##################### 29.9%
-
##################### 30.2%
##################### 30.5%
###################### 30.6%
###################### 30.9%
###################### 31.0%
###################### 31.3%
###################### 31.5%
###################### 31.7%
###################### 31.9%
####################### 32.1%
####################### 32.3%
-
####################### 32.6%
####################### 32.7%
####################### 33.0%
####################### 33.3%
######################## 33.4%
######################## 33.7%
######################## 33.9%
######################## 34.1%
######################## 34.3%
######################## 34.5%
######################## 34.7%
-
######################### 35.0%
######################### 35.3%
######################### 35.4%
######################### 35.7%
######################### 35.9%
######################### 36.0%
########################## 36.3%
########################## 36.6%
########################## 36.7%
########################## 37.0%
########################## 37.1%
-
########################## 37.4%
########################### 37.6%
########################### 37.8%
########################### 38.0%
########################### 38.2%
########################### 38.4%
########################### 38.7%
########################### 38.8%
############################ 39.1%
############################ 39.2%
-
############################ 39.5%
############################ 39.8%
############################ 39.9%
############################ 40.2%
############################# 40.4%
############################# 40.6%
############################# 40.8%
############################# 41.0%
############################# 41.2%
############################# 41.5%
############################# 41.6%
-
############################## 41.9%
############################## 42.0%
############################## 42.3%
############################## 42.6%
############################## 42.7%
############################## 43.0%
############################### 43.2%
############################### 43.4%
############################### 43.6%
############################### 43.9%
############################### 44.0%
-
############################### 44.3%
################################ 44.6%
################################ 44.7%
################################ 45.0%
################################ 45.2%
################################ 45.4%
################################ 45.6%
################################# 45.9%
################################# 46.0%
################################# 46.3%
-
################################# 46.6%
################################# 46.7%
################################# 47.0%
################################## 47.2%
################################## 47.4%
################################## 47.6%
################################## 47.8%
################################## 48.0%
################################## 48.2%
################################## 48.4%
-
################################### 48.7%
################################### 48.8%
################################### 49.1%
################################### 49.4%
################################### 49.5%
################################### 49.8%
################################### 49.9%
#################################### 50.2%
#################################### 50.4%
#################################### 50.6%
#################################### 50.8%
-
#################################### 51.0%
#################################### 51.2%
##################################### 51.5%
##################################### 51.6%
##################################### 51.9%
##################################### 52.0%
##################################### 52.3%
##################################### 52.6%
##################################### 52.7%
###################################### 53.0%
###################################### 53.2%
-
###################################### 53.4%
###################################### 53.6%
###################################### 53.7%
###################################### 54.0%
####################################### 54.3%
####################################### 54.4%
####################################### 54.7%
####################################### 54.8%
####################################### 55.1%
####################################### 55.3%
####################################### 55.5%
-
######################################## 55.7%
######################################## 55.9%
######################################## 56.1%
######################################## 56.4%
######################################## 56.5%
######################################## 56.8%
######################################## 56.9%
######################################### 57.2%
######################################### 57.5%
######################################### 57.6%
######################################### 57.9%
-
######################################### 58.1%
######################################### 58.3%
########################################## 58.5%
########################################## 58.7%
########################################## 58.9%
########################################## 59.2%
########################################## 59.3%
########################################## 59.6%
########################################### 59.9%
########################################### 60.0%
-
########################################### 60.3%
########################################### 60.5%
########################################### 60.7%
########################################### 60.9%
########################################### 61.1%
############################################ 61.3%
############################################ 61.6%
############################################ 61.7%
############################################ 62.0%
############################################ 62.1%
############################################ 62.4%
-
############################################# 62.7%
############################################# 62.8%
############################################# 63.1%
############################################# 63.2%
############################################# 63.5%
############################################# 63.7%
############################################# 63.9%
############################################## 64.1%
############################################## 64.3%
############################################## 64.5%
############################################## 64.8%
-
############################################## 64.9%
############################################## 65.2%
############################################### 65.5%
############################################### 65.6%
############################################### 65.9%
############################################### 66.0%
############################################### 66.3%
############################################### 66.5%
############################################### 66.7%
################################################ 66.9%
-
################################################ 67.2%
################################################ 67.3%
################################################ 67.6%
################################################ 67.7%
################################################ 68.0%
################################################# 68.1%
################################################# 68.4%
################################################# 68.7%
################################################# 68.8%
################################################# 69.1%
################################################# 69.3%
-
################################################## 69.5%
################################################## 69.7%
################################################## 70.0%
################################################## 70.1%
################################################## 70.4%
################################################## 70.5%
################################################## 70.8%
################################################### 71.1%
################################################### 71.2%
################################################### 71.4%
-
################################################### 71.6%
################################################### 71.8%
################################################### 72.1%
#################################################### 72.2%
#################################################### 72.5%
#################################################### 72.8%
#################################################### 72.9%
#################################################### 73.2%
#################################################### 73.4%
#################################################### 73.6%
##################################################### 73.8%
-
##################################################### 74.1%
##################################################### 74.2%
##################################################### 74.5%
##################################################### 74.8%
##################################################### 74.9%
###################################################### 75.2%
###################################################### 75.3%
###################################################### 75.6%
###################################################### 75.8%
###################################################### 76.0%
###################################################### 76.2%
-
###################################################### 76.4%
####################################################### 76.6%
####################################################### 76.9%
####################################################### 77.0%
####################################################### 77.3%
####################################################### 77.6%
####################################################### 77.7%
######################################################## 78.0%
######################################################## 78.2%
######################################################## 78.4%
######################################################## 78.6%
-
######################################################## 78.9%
######################################################## 79.0%
######################################################### 79.3%
######################################################### 79.4%
######################################################### 79.7%
######################################################### 80.0%
######################################################### 80.1%
######################################################### 80.4%
########################################################## 80.6%
########################################################## 80.8%
########################################################## 81.0%
-
########################################################## 81.2%
########################################################## 81.4%
########################################################## 81.7%
########################################################## 81.8%
########################################################### 82.1%
########################################################### 82.4%
########################################################### 82.5%
########################################################### 82.8%
########################################################### 82.9%
########################################################### 83.2%
-
############################################################ 83.4%
############################################################ 83.7%
############################################################ 83.8%
############################################################ 84.1%
############################################################ 84.2%
############################################################ 84.5%
############################################################# 84.8%
############################################################# 84.9%
############################################################# 85.2%
############################################################# 85.4%
############################################################# 85.6%
-
############################################################# 85.8%
############################################################# 86.0%
############################################################## 86.2%
############################################################## 86.5%
############################################################## 86.6%
############################################################## 86.9%
############################################################## 87.2%
############################################################## 87.3%
############################################################### 87.6%
############################################################### 87.8%
-
############################################################### 88.1%
############################################################### 88.2%
############################################################### 88.5%
############################################################### 88.6%
############################################################### 88.9%
################################################################ 89.1%
################################################################ 89.3%
################################################################ 89.5%
################################################################ 89.8%
################################################################ 90.1%
################################################################ 90.2%
-
################################################################# 90.5%
################################################################# 90.6%
################################################################# 90.9%
################################################################# 91.1%
################################################################# 91.3%
################################################################# 91.5%
################################################################## 91.8%
################################################################## 91.9%
################################################################## 92.2%
################################################################## 92.3%
################################################################## 92.6%
-
################################################################## 92.9%
################################################################## 93.0%
################################################################### 93.3%
################################################################### 93.4%
################################################################### 93.7%
################################################################### 93.9%
################################################################### 94.1%
################################################################### 94.3%
#################################################################### 94.6%
#################################################################### 94.7%
#################################################################### 95.0%
-
#################################################################### 95.1%
#################################################################### 95.4%
#################################################################### 95.7%
#################################################################### 95.8%
##################################################################### 96.1%
##################################################################### 96.3%
##################################################################### 96.5%
##################################################################### 96.7%
##################################################################### 96.9%
##################################################################### 97.1%
-
###################################################################### 97.4%
###################################################################### 97.5%
###################################################################### 97.8%
###################################################################### 98.1%
###################################################################### 98.3%
###################################################################### 98.6%
####################################################################### 98.9%
####################################################################### 99.1%
####################################################################### 99.5%
####################################################################### 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.22 ---> saved as "a76b8315c8d8d097f52472529561a096d40055f633983fa9325c1608237f940f"
/: (run (shell "opam pin add -k version -yn ppx_bin_there.0.1.12 0.1.12"))
ppx_bin_there is now pinned to version 0.1.12
2026-04-08 12:38.24 ---> saved as "9e619094b5b0e3b70b33fc1da1b8717bfd1fcabc3e0f9250263f85300ab7bf11"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall ppx_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\" != 'ppx_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"))
ppx_bin_there.0.1.12 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
- install bin_there 0.1.12 [required by ppx_bin_there]
- install dune 3.22.1 [required by ppx_bin_there]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ppx_bin_there 0.1.12 (pinned)
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.38.0 [required by ppx_bin_there]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bin_there.0.1.12 (https://gitlab.com/api/v4/projects/81089450/packages/generic/bin_there/0.1.12/bin_there-0.1.12.tar.gz)
-> retrieved dune.3.22.1 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ppx_bin_there.0.1.12 (https://gitlab.com/api/v4/projects/81089450/packages/generic/ppx_bin_there/0.1.12/ppx_bin_there-0.1.12.tar.gz)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.38.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.22.1
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed bin_there.0.1.12
-> installed ocaml-compiler-libs.v0.17.0
-> installed sexplib0.v0.17.0
-> installed ppxlib.0.38.0
-> installed ppx_bin_there.0.1.12
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-08 12:39.50 ---> saved as "1664f14ee20a50790408830e9bd2c0e836706701f4060cda55b7a06965bdbbca"
Job succeeded
2026-04-08 12:40.05: Job succeeded