- github
- ocaml
- opam-repository
- 14cf1d
- macos,macos-homebrew-ocaml-4.14-amd64,bin_there.0.1.12,tests
(not at the head of any monitored branch or PR)
2026-04-08 12:35.25: New job: test 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
RUN (opam reinstall --with-test bin_there.0.1.12) || true
RUN opam reinstall --with-test --verbose 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"))
(run (network host)
(shell "(opam reinstall --with-test bin_there.0.1.12) || true"))
(run (shell "opam reinstall --with-test --verbose 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:39.36: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
Updating files: 33% (6223/18641)
Updating files: 34% (6338/18641)
Updating files: 35% (6525/18641)
Updating files: 36% (6711/18641)
Updating files: 37% (6898/18641)
Updating files: 38% (7084/18641)
Updating files: 39% (7270/18641)
Updating files: 40% (7457/18641)
Updating files: 41% (7643/18641)
Updating files: 42% (7830/18641)
Updating files: 43% (8016/18641)
Updating files: 44% (8203/18641)
Updating files: 45% (8389/18641)
Updating files: 46% (8575/18641)
Updating files: 47% (8762/18641)
Updating files: 48% (8948/18641)
Updating files: 49% (9135/18641)
Updating files: 50% (9321/18641)
Updating files: 51% (9507/18641)
Updating files: 52% (9694/18641)
Updating files: 53% (9880/18641)
Updating files: 54% (10067/18641)
Updating files: 55% (10253/18641)
Updating files: 56% (10439/18641)
Updating files: 57% (10626/18641)
Updating files: 58% (10812/18641)
Updating files: 59% (10999/18641)
Updating files: 59% (11006/18641)
Updating files: 60% (11185/18641)
Updating files: 61% (11372/18641)
Updating files: 62% (11558/18641)
Updating files: 63% (11744/18641)
Updating files: 64% (11931/18641)
Updating files: 65% (12117/18641)
Updating files: 66% (12304/18641)
Updating files: 67% (12490/18641)
Updating files: 68% (12676/18641)
Updating files: 69% (12863/18641)
Updating files: 70% (13049/18641)
Updating files: 71% (13236/18641)
Updating files: 72% (13422/18641)
Updating files: 73% (13608/18641)
Updating files: 74% (13795/18641)
Updating files: 75% (13981/18641)
Updating files: 76% (14168/18641)
Updating files: 77% (14354/18641)
Updating files: 78% (14540/18641)
Updating files: 79% (14727/18641)
Updating files: 80% (14913/18641)
Updating files: 81% (15100/18641)
Updating files: 82% (15286/18641)
Updating files: 83% (15473/18641)
Updating files: 84% (15659/18641)
Updating files: 85% (15845/18641)
Updating files: 86% (16032/18641)
Updating files: 86% (16162/18641)
Updating files: 87% (16218/18641)
Updating files: 88% (16405/18641)
Updating files: 89% (16591/18641)
Updating files: 90% (16777/18641)
Updating files: 91% (16964/18641)
Updating files: 92% (17150/18641)
Updating files: 93% (17337/18641)
Updating files: 94% (17523/18641)
Updating files: 95% (17709/18641)
Updating files: 96% (17896/18641)
Updating files: 97% (18082/18641)
Updating files: 98% (18269/18641)
Updating files: 99% (18455/18641)
Updating files: 100% (18641/18641)
Updating files: 100% (18641/18641), done.
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:39.41 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-08 12:39.42 ---> 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:39.42 ---> 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:39.42 ---> 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:39.43 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-04-08 12:39.45 ---> using "45ba0750e800aa8f7c1d5d880e57f5332cb7c5065c12f073e4c6d45c7797acc7" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-04-08 12:39.45 ---> using "55aa28187b782402f4f72ae3dca9904d61cf8ee077555309cc78320dd3e12454" from cache
/: (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:39.46 ---> using "9bcaf13b0f9ae8c5f9ccaf49d6017d4b44091952a513d184d0fa24f015bf3aff" from cache
/: (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:39.46 ---> using "4a0c0386ea126be32cec8264523067941bd314c2443a2e3cedf676db10ec9c91" from cache
/: (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.47 ---> using "54f68f9faef000395c299fa79db1a4de81c3bad95bb89cba3d32e2d3005c5184" from cache
/: (run (network host)
(shell "(opam reinstall --with-test bin_there.0.1.12) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile bin_there 0.1.12 (pinned)
=== install 13 packages
- install alcotest 1.9.1 [required by bin_there]
- install astring 0.8.5 [required by alcotest]
- install cmdliner 2.1.0 [required by alcotest]
- install fmt 0.11.0 [required by alcotest]
- install ocaml-syntax-shims 1.0.0 [required by alcotest]
- install ocamlbuild 0.16.1 [required by fmt, astring, uutf]
- install ocamlfind 1.9.8 [required by fmt, astring, uutf]
- install qcheck-alcotest 0.91 [required by bin_there]
- install qcheck-core 0.91 [required by qcheck-alcotest]
- install re 1.14.0 [required by alcotest]
- install stdlib-shims 0.3.0 [required by alcotest]
- install topkg 1.1.1 [required by fmt, astring, uutf]
- install uutf 1.0.4 [required by alcotest]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1 (https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz)
-> retrieved astring.0.8.5 (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
-> retrieved cmdliner.2.1.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz)
-> retrieved fmt.0.11.0 (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)
-> retrieved ocaml-syntax-shims.1.0.0 (https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz)
-> retrieved ocamlbuild.0.16.1 (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.16.1.tar.gz)
-> installed ocaml-syntax-shims.1.0.0
-> retrieved ocamlfind.1.9.8 (https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz)
-> retrieved qcheck-alcotest.0.91, qcheck-core.0.91 (https://github.com/c-cube/qcheck/archive/v0.91.tar.gz)
-> retrieved re.1.14.0 (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)
-> retrieved stdlib-shims.0.3.0 (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)
-> retrieved topkg.1.1.1 (https://erratique.ch/software/topkg/releases/topkg-1.1.1.tbz)
-> installed stdlib-shims.0.3.0
-> installed qcheck-core.0.91
-> installed re.1.14.0
-> retrieved uutf.1.0.4 (https://erratique.ch/software/uutf/releases/uutf-1.0.4.tbz)
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> removed bin_there.0.1.12
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed alcotest.1.9.1
-> installed qcheck-alcotest.0.91
-> installed bin_there.0.1.12
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-08 12:41.16 ---> saved as "11049609815f0270cfabefceba21dde2fa1d12b93f8f74ac8d82a731b8f965f3"
/: (run (shell "opam reinstall --with-test --verbose 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"))
The following actions will be performed:
=== recompile 1 package
- recompile bin_there 0.1.12 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [bin_there: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "bin_there" "-j" "11" (CWD=/Users/mac1000/.opam/4.14.2/.opam-switch/build/bin_there.0.1.12)
Processing 2/4: [bin_there: dune runtest]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "bin_there" "-j" "11" (CWD=/Users/mac1000/.opam/4.14.2/.opam-switch/build/bin_there.0.1.12)
- (cd _build/default/test && ./test_threads.bc)
- Testing `threads'.
- This run has ID `ROMRYYRH'.
-
- [OK] parallel 0 scalar roundtrip.
- [OK] parallel 1 string roundtrip.
- [OK] parallel 2 independent refs.
- [OK] parallel 3 complex structure.
-
- Full test results in `~/.opam/4.14.2/.opam-switch/build/bin_there.0.1.12/_build/default/test/_build/_tests/threads'.
- Test Successful in 0.007s. 4 tests run.
- (cd _build/default/test && ./test_util.bc)
- Testing `util'.
- This run has ID `HB6FCAZZ'.
-
- [OK] varint 0 zero.
- [OK] varint 1 small.
- [OK] varint 2 boundary 127.
- [OK] varint 3 boundary 128.
- [OK] varint 4 large.
- [OK] varint 5 max_int.
- [OK] varint 6 pos advance.
-
- Full test results in `~/.opam/4.14.2/.opam-switch/build/bin_there.0.1.12/_build/default/test/_build/_tests/util'.
- Test Successful in 0.003s. 7 tests run.
- (cd _build/default/test && ./test_bin_there.bc)
- Testing `bin_there'.
- This run has ID `4WSCZZ0L'.
-
- [OK] roundtrip 0 unit.
- [OK] roundtrip 1 bool.
- [OK] roundtrip 2 char.
- [OK] roundtrip 3 int.
- [OK] roundtrip 4 int negative.
- [OK] roundtrip 5 int large.
- [OK] roundtrip 6 float.
- [OK] roundtrip 7 float negative.
- [OK] roundtrip 8 float nan.
- [OK] roundtrip 9 float infinity.
- [OK] roundtrip 10 string.
- [OK] roundtrip 11 option Some.
- [OK] roundtrip 12 option None.
- [OK] roundtrip 13 list.
- [OK] roundtrip 14 tuple2.
- [OK] roundtrip 15 tuple3.
- [OK] roundtrip 16 list empty.
- [OK] roundtrip 17 array.
- [OK] roundtrip 18 array empty.
- [OK] roundtrip 19 advance to eof.
- [OK] roundtrip 20 advance past eof.
- [OK] roundtrip 21 advance back.
- [OK] roundtrip 22 advance before.
- [OK] roundtrip 23 cyclic ref.
- [OK] roundtrip 24 array shared.
- [OK] roundtrip 25 ref.
- [OK] roundtrip 26 ref shared.
- [OK] roundtrip 27 int32.
- [OK] roundtrip 28 int64.
- [OK] roundtrip 29 nativeint.
- [OK] roundtrip 30 bytes.
- [OK] roundtrip 31 lazy.
- [OK] roundtrip 32 lazy list.
- [OK] roundtrip 33 result.
- [OK] roundtrip 34 either.
- [OK] roundtrip 35 complex.
- [OK] roundtrip 36 digest.
- [OK] roundtrip 37 uchar.
- [OK] roundtrip 38 atomic.
- [OK] roundtrip 39 buffer.
- [OK] roundtrip 40 queue.
- [OK] roundtrip 41 stack.
- [OK] roundtrip 42 bigarray1.
- [OK] roundtrip 43 weak.
- [OK] roundtrip 44 through.
- [OK] roundtrip 45 seq.
- [OK] roundtrip 46 deduplicate strings on.
- [OK] roundtrip 47 deduplicate strings off.
- [OK] roundtrip 48 truncated input.
- [OK] roundtrip 49 bad header.
-
- Full test results in `~/.opam/4.14.2/.opam-switch/build/bin_there.0.1.12/_build/default/test/_build/_tests/bin_there'.
- Test Successful in 0.020s. 50 tests run.
- (cd _build/default/test && ./test_util.exe)
- Testing `util'.
- This run has ID `OJYZDM5J'.
-
- [OK] varint 0 zero.
- [OK] varint 1 small.
- [OK] varint 2 boundary 127.
- [OK] varint 3 boundary 128.
- [OK] varint 4 large.
- [OK] varint 5 max_int.
- [OK] varint 6 pos advance.
-
- Full test results in `~/.opam/4.14.2/.opam-switch/build/bin_there.0.1.12/_build/default/test/_build/_tests/util'.
- Test Successful in 0.002s. 7 tests run.
- (cd _build/default/test && ./test_threads.exe)
- Testing `threads'.
- This run has ID `YPHVBJLW'.
-
- [OK] parallel 0 scalar roundtrip.
- [OK] parallel 1 string roundtrip.
- [OK] parallel 2 independent refs.
- [OK] parallel 3 complex structure.
-
- Full test results in `~/.opam/4.14.2/.opam-switch/build/bin_there.0.1.12/_build/default/test/_build/_tests/threads'.
- Test Successful in 0.004s. 4 tests run.
- (cd _build/default/test && ./test_bin_there.exe)
- Testing `bin_there'.
- This run has ID `BP27OKK8'.
-
- [OK] roundtrip 0 unit.
- [OK] roundtrip 1 bool.
- [OK] roundtrip 2 char.
- [OK] roundtrip 3 int.
- [OK] roundtrip 4 int negative.
- [OK] roundtrip 5 int large.
- [OK] roundtrip 6 float.
- [OK] roundtrip 7 float negative.
- [OK] roundtrip 8 float nan.
- [OK] roundtrip 9 float infinity.
- [OK] roundtrip 10 string.
- [OK] roundtrip 11 option Some.
- [OK] roundtrip 12 option None.
- [OK] roundtrip 13 list.
- [OK] roundtrip 14 tuple2.
- [OK] roundtrip 15 tuple3.
- [OK] roundtrip 16 list empty.
- [OK] roundtrip 17 array.
- [OK] roundtrip 18 array empty.
- [OK] roundtrip 19 advance to eof.
- [OK] roundtrip 20 advance past eof.
- [OK] roundtrip 21 advance back.
- [OK] roundtrip 22 advance before.
- [OK] roundtrip 23 cyclic ref.
- [OK] roundtrip 24 array shared.
- [OK] roundtrip 25 ref.
- [OK] roundtrip 26 ref shared.
- [OK] roundtrip 27 int32.
- [OK] roundtrip 28 int64.
- [OK] roundtrip 29 nativeint.
- [OK] roundtrip 30 bytes.
- [OK] roundtrip 31 lazy.
- [OK] roundtrip 32 lazy list.
- [OK] roundtrip 33 result.
- [OK] roundtrip 34 either.
- [OK] roundtrip 35 complex.
- [OK] roundtrip 36 digest.
- [OK] roundtrip 37 uchar.
- [OK] roundtrip 38 atomic.
- [OK] roundtrip 39 buffer.
- [OK] roundtrip 40 queue.
- [OK] roundtrip 41 stack.
- [OK] roundtrip 42 bigarray1.
- [OK] roundtrip 43 weak.
- [OK] roundtrip 44 through.
- [OK] roundtrip 45 seq.
- [OK] roundtrip 46 deduplicate strings on.
- [OK] roundtrip 47 deduplicate strings off.
- [OK] roundtrip 48 truncated input.
- [OK] roundtrip 49 bad header.
-
- Full test results in `~/.opam/4.14.2/.opam-switch/build/bin_there.0.1.12/_build/default/test/_build/_tests/bin_there'.
- Test Successful in 0.008s. 50 tests run.
- (cd _build/default/test && ./test_qcheck.bc)
- qcheck random seed: 575932232
- Testing `qcheck'.
- This run has ID `4L0XN1KU'.
-
- [OK] properties 0 int roundtrip.
- [OK] properties 1 int large roundtrip.
- [OK] properties 2 int deterministic size.
- [OK] properties 3 float roundtrip.
- [OK] properties 4 float deterministic size.
- [OK] properties 5 bool roundtrip.
- [OK] properties 6 char roundtrip.
- [OK] properties 7 string roundtrip.
- [OK] properties 8 string deterministic size.
- [OK] properties 9 int32 roundtrip.
- [OK] properties 10 int64 roundtrip.
- [OK] properties 11 bytes roundtrip.
- [OK] properties 12 option int roundtrip.
- [OK] properties 13 list int roundtrip.
- [OK] properties 14 list option int roundtrip.
- [OK] properties 15 list deterministic size.
- [OK] properties 16 array int roundtrip.
- [OK] properties 17 tuple2 roundtrip.
- [OK] properties 18 tuple3 roundtrip.
- [OK] properties 19 result roundtrip.
- [OK] properties 20 sharing preserved.
-
- Full test results in `~/.opam/4.14.2/.opam-switch/build/bin_there.0.1.12/_build/default/test/_build/_tests/qcheck'.
- Test Successful in 0.390s. 21 tests run.
- (cd _build/default/test && ./test_qcheck.exe)
- qcheck random seed: 908234708
- Testing `qcheck'.
- This run has ID `YSBK1WIG'.
-
- [OK] properties 0 int roundtrip.
- [OK] properties 1 int large roundtrip.
- [OK] properties 2 int deterministic size.
- [OK] properties 3 float roundtrip.
- [OK] properties 4 float deterministic size.
- [OK] properties 5 bool roundtrip.
- [OK] properties 6 char roundtrip.
- [OK] properties 7 string roundtrip.
- [OK] properties 8 string deterministic size.
- [OK] properties 9 int32 roundtrip.
- [OK] properties 10 int64 roundtrip.
- [OK] properties 11 bytes roundtrip.
- [OK] properties 12 option int roundtrip.
- [OK] properties 13 list int roundtrip.
- [OK] properties 14 list option int roundtrip.
- [OK] properties 15 list deterministic size.
- [OK] properties 16 array int roundtrip.
- [OK] properties 17 tuple2 roundtrip.
- [OK] properties 18 tuple3 roundtrip.
- [OK] properties 19 result roundtrip.
- [OK] properties 20 sharing preserved.
-
- Full test results in `~/.opam/4.14.2/.opam-switch/build/bin_there.0.1.12/_build/default/test/_build/_tests/qcheck'.
- Test Successful in 0.163s. 21 tests run.
- (cd _build/default/test && ./test_gc_stress.bc)
- Testing `gc_stress'.
- This run has ID `G77MHZ6A'.
-
- [OK] sharing_under_gc 0 shared ref.
- [OK] sharing_under_gc 1 shared array.
- [OK] sharing_under_gc 2 weak gc collection.
- [OK] sharing_under_gc 3 large list.
- [OK] sharing_under_gc 4 nested sharing.
-
- Full test results in `~/.opam/4.14.2/.opam-switch/build/bin_there.0.1.12/_build/default/test/_build/_tests/gc_stress'.
- Test Successful in 33.904s. 5 tests run.
- (cd _build/default/test && ./test_gc_stress.exe)
- Testing `gc_stress'.
- This run has ID `H1VFJDT2'.
-
- [OK] sharing_under_gc 0 shared ref.
- [OK] sharing_under_gc 1 shared array.
- [OK] sharing_under_gc 2 weak gc collection.
- [OK] sharing_under_gc 3 large list.
- [OK] sharing_under_gc 4 nested sharing.
-
- Full test results in `~/.opam/4.14.2/.opam-switch/build/bin_there.0.1.12/_build/default/test/_build/_tests/gc_stress'.
- Test Successful in 59.298s. 5 tests run.
-> compiled bin_there.0.1.12
-> removed bin_there.0.1.12
-> installed bin_there.0.1.12
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-08 12:42.23 ---> saved as "36d65e0f402d6396959cb885a1a68b29b3cd6140401e179e2f7eb34bd8f18952"
Job succeeded
2026-04-08 12:42.36: Job succeeded