Build:
- 1
- 0
2026-04-04 13:39.54: New job: build binsec.0.10.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29649/head (d9fcff2a6219aa7c7971e64ff3b42fdd7560e724)
on macos-homebrew-ocaml-4.14/arm64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29649/head" && git reset --hard d9fcff2a
git fetch origin master
git merge --no-edit 6445530b48bddb515ac7c9aee4fa48297d78739e
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 binsec.0.10.1 0.10.1
RUN opam reinstall binsec.0.10.1; \
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" != 'binsec.0.10.1' && 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-04 13:39.54: Using cache hint "macos-homebrew-ocaml-4.14-binsec.0.10.1-d9fcff2a6219aa7c7971e64ff3b42fdd7560e724"
2026-04-04 13:39.54: 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 binsec.0.10.1 0.10.1"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall binsec.0.10.1;\
\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\" != 'binsec.0.10.1' && 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-04 13:39.54: Waiting for resource in pool OCluster
2026-04-04 13:39.55: Waiting for worker…
2026-04-04 13:56.21: Got resource from pool OCluster
Building on m1-worker-01
All commits already cached
Updating files: 73% (13674/18625)
Updating files: 74% (13783/18625)
Updating files: 75% (13969/18625)
Updating files: 76% (14155/18625)
Updating files: 77% (14342/18625)
Updating files: 78% (14528/18625)
Updating files: 79% (14714/18625)
Updating files: 80% (14900/18625)
Updating files: 81% (15087/18625)
Updating files: 82% (15273/18625)
Updating files: 83% (15459/18625)
Updating files: 84% (15645/18625)
Updating files: 85% (15832/18625)
Updating files: 86% (16018/18625)
Updating files: 87% (16204/18625)
Updating files: 88% (16390/18625)
Updating files: 89% (16577/18625)
Updating files: 90% (16763/18625)
Updating files: 91% (16949/18625)
Updating files: 92% (17135/18625)
Updating files: 93% (17322/18625)
Updating files: 94% (17508/18625)
Updating files: 95% (17694/18625)
Updating files: 96% (17880/18625)
Updating files: 97% (18067/18625)
Updating files: 98% (18253/18625)
Updating files: 99% (18439/18625)
Updating files: 100% (18625/18625)
Updating files: 100% (18625/18625), done.
HEAD is now at 6445530b48 Merge pull request #29633 from c-cube/release-opentelemetry-v0.90
Updating 6445530b48..d9fcff2a62
Fast-forward
packages/binsec/binsec.0.10.0/opam | 2 +-
packages/binsec/binsec.0.10.1/opam | 2 +-
packages/binsec/binsec.0.11.0/opam | 2 +-
packages/binsec/binsec.0.8.2/opam | 2 +-
packages/binsec/binsec.0.9.0/opam | 2 +-
packages/binsec/binsec.0.9.1/opam | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
(from macos-homebrew-ocaml-4.14)
2026-04-04 13:56.23 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-04 13:56.23 ---> 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-04 13:56.23 ---> 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=arm64 os=macos os-distribution=homebrew os-version=15.5
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 7
# repositories 1 (version-controlled)
# pinned 0
# current-switch 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-04 13:56.23 ---> 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-04 13:56.23 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-04-04 13:56.28 ---> saved as "d7c6ff6053e417b871f9069d361eb1fe7f8a4bd9e56827f8c351a7d0c8e32e0f"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-04-04 13:56.37 ---> saved as "d84e739a23954576821e39ae1dd9819c940eeccb0478c8ca25aa3b425178aae7"
/: (run (network host)
(shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:f41c72b891c40623f9d5cd2135f58a1b8a5c014ae04149888289409316276c72
- #=#=#
0.3%
-
0.4%
# 1.5%
# 2.0%
# 2.3%
## 3.2%
## 3.5%
## 4.1%
### 4.4%
### 4.8%
### 5.3%
-
#### 5.7%
#### 6.1%
#### 6.5%
##### 7.0%
##### 7.4%
##### 7.8%
##### 8.1%
###### 8.7%
###### 9.0%
###### 9.4%
####### 9.9%
-
####### 10.3%
####### 10.7%
####### 11.1%
######## 11.5%
######## 12.0%
######## 12.4%
######### 12.8%
######### 13.1%
######### 13.5%
########## 14.0%
########## 14.4%
########## 14.8%
-
########## 15.2%
########### 15.7%
########### 16.1%
########### 16.5%
############ 16.8%
############ 17.4%
############ 17.7%
############# 18.3%
############# 18.6%
############# 19.0%
############# 19.4%
-
############## 19.8%
############## 20.5%
############### 21.3%
############### 22.1%
################ 23.0%
################# 23.8%
################# 24.5%
################## 25.4%
################## 26.2%
################### 27.0%
#################### 27.9%
-
#################### 28.6%
##################### 29.4%
##################### 30.1%
###################### 31.0%
###################### 31.8%
####################### 32.7%
######################## 33.5%
######################## 34.3%
######################### 35.0%
######################### 35.9%
########################## 36.7%
-
########################### 37.6%
########################### 38.4%
############################ 39.1%
############################ 40.0%
############################# 40.8%
############################# 41.5%
############################## 42.4%
############################### 43.2%
############################### 44.1%
################################ 44.9%
################################ 45.8%
-
################################# 46.5%
################################## 47.3%
################################## 48.1%
################################### 49.0%
################################### 49.8%
#################################### 50.5%
##################################### 51.4%
##################################### 52.2%
###################################### 52.9%
###################################### 53.8%
####################################### 54.6%
-
####################################### 55.5%
######################################## 56.3%
######################################### 57.2%
######################################### 57.9%
########################################## 58.7%
########################################## 59.6%
########################################### 60.4%
############################################ 61.2%
############################################ 62.0%
############################################# 62.8%
############################################# 63.6%
-
############################################## 64.5%
############################################## 65.2%
############################################### 66.1%
################################################ 66.9%
################################################ 67.7%
################################################# 68.5%
################################################# 69.4%
################################################## 70.1%
################################################### 70.9%
################################################### 71.8%
#################################################### 72.6%
-
#################################################### 73.3%
##################################################### 74.1%
###################################################### 75.0%
###################################################### 75.8%
####################################################### 76.5%
####################################################### 77.4%
######################################################## 78.2%
######################################################## 79.0%
######################################################### 79.7%
########################################################## 80.6%
########################################################## 81.4%
-
########################################################### 82.1%
########################################################### 83.0%
############################################################ 83.8%
############################################################# 84.7%
############################################################# 85.5%
############################################################## 86.4%
############################################################## 87.3%
############################################################### 88.0%
############################################################### 88.8%
################################################################ 89.7%
################################################################# 90.5%
-
################################################################# 91.3%
################################################################## 92.1%
################################################################## 92.9%
################################################################### 93.7%
#################################################################### 94.6%
#################################################################### 95.4%
##################################################################### 96.1%
##################################################################### 97.0%
###################################################################### 97.8%
###################################################################### 98.5%
####################################################################### 99.4%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.2_1.arm64_big_sur.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
- https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
-
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
- https://github.com/Homebrew/brew#donations
-
- Already up-to-date.
2026-04-04 13:57.21 ---> saved as "50b1f8689fba1958f4d8683fcec87eb79e87624603fbcdebd16269b54c0ccc3d"
/: (run (shell "opam pin add -k version -yn binsec.0.10.1 0.10.1"))
binsec is now pinned to version 0.10.1
2026-04-04 13:57.22 ---> saved as "82355d5764e76a34c8d0f6a9c0dc0611551791df33870970d0fcbd18e4cff04f"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall binsec.0.10.1;\
\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\" != 'binsec.0.10.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
binsec.0.10.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 25 packages
- install binsec 0.10.1 (pinned)
- install conf-gmp 5 [required by zarith]
- install conf-pkg-config 4 [required by zarith]
- install csexp 1.5.2 [required by dune-private-libs]
- install dune 3.22.1 [required by binsec]
- install dune-private-libs 3.22.1 [required by dune-site]
- install dune-site 3.22.1 [required by binsec]
- install dyn 3.22.1 [required by dune-private-libs]
- install dypgen 0.2.1 [required by grain_dypgen]
- install fs-io 3.22.1 [required by stdune]
- install grain_dypgen 0.2.1 [required by binsec]
- install ISO8601 0.2.6 [required by toml]
- install menhir 20260209 [required by binsec]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by menhir]
- install menhirSdk 20260209 [required by menhir]
- install ocamlfind 1.9.8 [required by zarith]
- install ocamlgraph 2.2.0 [required by binsec]
- install ordering 3.22.1 [required by dyn, stdune]
- install pp 2.0.0 [required by dune-private-libs]
- install stdune 3.22.1 [required by dune-private-libs]
- install toml 7.1.0 [required by binsec]
- install top-closure 3.22.1 [required by stdune]
- install zarith 1.14 [required by binsec]
The following system packages will first need to be installed:
gmp pkgconf
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run brew to install them (may need root/sudo access)
2. Display the recommended brew command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /opt/homebrew/bin/brew "install" "gmp" "pkgconf"
- ==> Fetching downloads for: gmp and pkgconf
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle pkgconf (2.5.1)
- ==> Pouring gmp--6.3.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/gmp/6.3.0: 22 files, 3.4MB
- ==> Running `brew cleanup gmp`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.2KB
- ==> Running `brew cleanup pkgconf`...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved binsec.0.10.1 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> retrieved dune.3.22.1, dune-private-libs.3.22.1, dune-site.3.22.1, dyn.3.22.1, fs-io.3.22.1, ordering.3.22.1, stdune.3.22.1, top-closure.3.22.1 (cached)
-> retrieved dypgen.0.2.1, grain_dypgen.0.2.1 (cached)
-> retrieved ISO8601.0.2.6 (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved toml.7.1.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed dune.3.22.1
2026-04-04 14:13.58: Job failed: Disconnected: Switch turned off