- github
- ocaml
- opam-repository
- 4c7f1e
- macos,macos-homebrew-ocaml-5.4-amd64,libbinaryen.126.0.0
(not at the head of any monitored branch or PR)
2026-03-28 23:54.08: New job: build libbinaryen.126.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29612/head (4c7f1e7d32763a5e30b6cdb4bab020cae874883c)
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/29612/head" && git reset --hard 4c7f1e7d
git fetch origin master
git merge --no-edit 603a60b422594a5504cf7434b7765fd5b39e978e
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 libbinaryen.126.0.0 126.0.0
RUN opam reinstall libbinaryen.126.0.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'libbinaryen.126.0.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-03-28 23:54.08: Using cache hint "macos-homebrew-ocaml-5.4-libbinaryen.126.0.0-4c7f1e7d32763a5e30b6cdb4bab020cae874883c"
2026-03-28 23:54.08: 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 libbinaryen.126.0.0 126.0.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall libbinaryen.126.0.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'libbinaryen.126.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-28 23:54.08: Waiting for resource in pool OCluster
2026-03-28 23:54.09: Waiting for worker…
2026-03-28 23:54.09: Got resource from pool OCluster
Building on i7-worker-01
Updating files: 31% (5805/18545)
Updating files: 32% (5935/18545)
Updating files: 33% (6120/18545)
Updating files: 34% (6306/18545)
Updating files: 35% (6491/18545)
Updating files: 36% (6677/18545)
Updating files: 37% (6862/18545)
Updating files: 38% (7048/18545)
Updating files: 39% (7233/18545)
Updating files: 40% (7418/18545)
Updating files: 41% (7604/18545)
Updating files: 42% (7789/18545)
Updating files: 43% (7975/18545)
Updating files: 44% (8160/18545)
Updating files: 45% (8346/18545)
Updating files: 46% (8531/18545)
Updating files: 47% (8717/18545)
Updating files: 48% (8902/18545)
Updating files: 49% (9088/18545)
Updating files: 50% (9273/18545)
Updating files: 51% (9458/18545)
Updating files: 52% (9644/18545)
Updating files: 53% (9829/18545)
Updating files: 54% (10015/18545)
Updating files: 55% (10200/18545)
Updating files: 56% (10386/18545)
Updating files: 57% (10571/18545)
Updating files: 58% (10757/18545)
Updating files: 58% (10873/18545)
Updating files: 59% (10942/18545)
Updating files: 60% (11127/18545)
Updating files: 61% (11313/18545)
Updating files: 62% (11498/18545)
Updating files: 63% (11684/18545)
Updating files: 64% (11869/18545)
Updating files: 65% (12055/18545)
Updating files: 66% (12240/18545)
Updating files: 67% (12426/18545)
Updating files: 68% (12611/18545)
Updating files: 69% (12797/18545)
Updating files: 70% (12982/18545)
Updating files: 71% (13167/18545)
Updating files: 72% (13353/18545)
Updating files: 73% (13538/18545)
Updating files: 74% (13724/18545)
Updating files: 75% (13909/18545)
Updating files: 76% (14095/18545)
Updating files: 77% (14280/18545)
Updating files: 78% (14466/18545)
Updating files: 79% (14651/18545)
Updating files: 80% (14836/18545)
Updating files: 81% (15022/18545)
Updating files: 82% (15207/18545)
Updating files: 83% (15393/18545)
Updating files: 84% (15578/18545)
Updating files: 85% (15764/18545)
Updating files: 86% (15949/18545)
Updating files: 87% (16135/18545)
Updating files: 88% (16320/18545)
Updating files: 89% (16506/18545)
Updating files: 90% (16691/18545)
Updating files: 90% (16760/18545)
Updating files: 91% (16876/18545)
Updating files: 92% (17062/18545)
Updating files: 93% (17247/18545)
Updating files: 94% (17433/18545)
Updating files: 95% (17618/18545)
Updating files: 96% (17804/18545)
Updating files: 97% (17989/18545)
Updating files: 98% (18175/18545)
Updating files: 99% (18360/18545)
Updating files: 100% (18545/18545)
Updating files: 100% (18545/18545), done.
HEAD is now at 4128027da6 fstar: remove depexts on newer packages
HEAD is now at 603a60b422 Merge pull request #29604 from Octachron/release-utop-2.17.0
Updating 603a60b422..4c7f1e7d32
Fast-forward
packages/libbinaryen/libbinaryen.126.0.0/opam | 29 +++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 packages/libbinaryen/libbinaryen.126.0.0/opam
(from macos-homebrew-ocaml-5.4)
2026-03-28 23:54.25 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-28 23:54.25 ---> using "7aa34524ca0a69b4a488c30909f7495a04a243f9066091b1dfe73b446b0dfcd3" from cache
/: (run (network host)
(shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-03-28 23:54.25 ---> 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-03-28 23:54.25 ---> using "cea1bfc0b1cda73d964aa2fc69cc828a6e6d8edd86f991754707e8b004a3cb09" from cache
/: (env OPAMDOWNLOADJOBS 1)
/: (env OPAMERRLOGLEN 0)
/: (env OPAMPRECISETRACKING 1)
/: (env CI true)
/: (env OPAM_REPO_CI true)
/: (run (shell "rm -rf opam-repository/"))
2026-03-28 23:54.26 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-03-28 23:54.36 ---> saved as "c10f3d9fdc5da719e7b8b2169c8779c7012c350da0a070368c62dbc1523c888a"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-28 23:54.56 ---> saved as "66fd3b2f4145ef75b6ff5c15b4337f9cd965b82988ac5749b90c98aa267c14b9"
/: (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:e4f27cef5f72bf7a99c748c0650fe3718fe661a56960dedaeec9c2c98de1d3bc
- #=#=#
0.0%
0.3%
1.1%
# 1.8%
# 2.3%
# 2.7%
## 3.1%
-
## 3.5%
## 3.9%
### 4.3%
### 4.7%
### 5.1%
### 5.5%
#### 5.9%
#### 6.5%
#### 6.9%
##### 7.3%
##### 7.7%
-
##### 8.1%
###### 8.5%
###### 8.9%
###### 9.4%
####### 9.8%
####### 10.2%
####### 10.7%
######## 11.2%
######## 11.6%
######## 12.0%
######## 12.4%
-
######### 12.8%
######### 13.2%
######### 13.8%
########## 14.2%
########## 14.6%
########## 15.0%
########### 15.4%
########### 15.8%
########### 16.3%
############ 16.7%
############ 17.1%
-
############ 17.5%
############ 17.9%
############# 18.5%
############# 18.9%
############# 19.3%
############## 19.7%
############## 20.1%
############## 20.5%
############### 21.0%
############### 21.4%
############### 21.8%
-
################ 22.3%
################ 22.8%
################ 23.2%
################ 23.6%
################# 24.0%
################# 24.4%
################# 24.8%
################## 25.2%
################## 25.8%
################## 26.2%
################### 26.6%
-
################### 27.0%
################### 27.4%
#################### 27.8%
#################### 28.2%
#################### 28.7%
#################### 29.1%
##################### 29.5%
##################### 29.9%
##################### 30.3%
###################### 30.7%
###################### 31.3%
-
###################### 31.7%
####################### 32.1%
####################### 32.5%
####################### 32.9%
####################### 33.3%
######################## 33.9%
######################## 34.3%
######################## 34.7%
######################### 35.1%
######################### 35.5%
######################### 35.9%
-
########################## 36.3%
########################## 36.8%
########################## 37.2%
########################### 37.6%
########################### 38.2%
########################### 38.6%
############################ 39.0%
############################ 39.4%
############################ 39.9%
############################# 40.3%
-
############################# 40.7%
############################# 41.1%
############################# 41.5%
############################## 41.9%
############################## 42.3%
############################## 42.9%
############################### 43.3%
############################### 43.7%
############################### 44.1%
################################ 44.5%
################################ 45.0%
-
################################ 45.4%
################################# 46.0%
################################# 46.4%
################################# 46.9%
################################## 47.3%
################################## 47.9%
################################## 48.3%
################################### 48.8%
################################### 49.2%
################################### 49.8%
-
#################################### 50.2%
#################################### 50.6%
#################################### 51.0%
##################################### 51.5%
##################################### 51.9%
##################################### 52.3%
##################################### 52.7%
###################################### 53.1%
###################################### 53.7%
###################################### 54.1%
####################################### 54.5%
-
####################################### 54.9%
####################################### 55.3%
######################################## 55.8%
######################################## 56.2%
######################################## 56.6%
######################################### 57.0%
######################################### 57.5%
######################################### 57.9%
########################################## 58.4%
########################################## 58.8%
########################################## 59.2%
-
########################################## 59.6%
########################################### 60.0%
########################################### 60.6%
########################################### 61.0%
############################################ 61.4%
############################################ 61.8%
############################################ 62.3%
############################################# 62.7%
############################################# 63.1%
############################################# 63.5%
-
############################################## 63.9%
############################################## 64.5%
############################################## 64.9%
############################################## 65.3%
############################################### 65.7%
############################################### 66.1%
############################################### 66.5%
################################################ 67.0%
################################################ 67.4%
################################################ 68.0%
################################################# 68.4%
-
################################################# 68.8%
################################################# 69.2%
################################################## 69.6%
################################################## 70.0%
################################################## 70.5%
################################################### 70.9%
################################################### 71.2%
################################################### 71.5%
################################################### 71.7%
################################################### 72.0%
-
#################################################### 72.4%
#################################################### 72.7%
#################################################### 73.0%
#################################################### 73.2%
#################################################### 73.5%
##################################################### 73.6%
##################################################### 73.9%
##################################################### 74.2%
##################################################### 74.3%
##################################################### 74.6%
##################################################### 74.7%
-
##################################################### 75.0%
###################################################### 75.3%
###################################################### 75.4%
###################################################### 75.7%
###################################################### 75.9%
###################################################### 76.1%
###################################################### 76.3%
####################################################### 76.5%
####################################################### 76.7%
####################################################### 77.0%
####################################################### 77.1%
-
####################################################### 77.4%
####################################################### 77.7%
######################################################## 78.0%
######################################################## 78.1%
######################################################## 78.4%
######################################################## 78.5%
######################################################## 78.8%
######################################################## 79.0%
######################################################## 79.2%
######################################################### 79.4%
-
######################################################### 79.6%
######################################################### 79.8%
######################################################### 80.1%
######################################################### 80.2%
######################################################### 80.5%
########################################################## 80.6%
########################################################## 80.9%
########################################################## 81.2%
########################################################## 81.3%
########################################################## 81.6%
########################################################## 81.9%
-
########################################################### 82.0%
########################################################### 82.3%
########################################################### 82.4%
########################################################### 82.7%
########################################################### 82.8%
########################################################### 83.1%
############################################################ 83.3%
############################################################ 83.5%
############################################################ 83.7%
############################################################ 84.0%
############################################################ 84.3%
-
############################################################ 84.4%
############################################################ 84.7%
############################################################# 84.8%
############################################################# 85.1%
############################################################# 85.4%
############################################################# 85.5%
############################################################# 85.8%
############################################################# 85.9%
############################################################## 86.2%
############################################################## 86.4%
############################################################## 86.6%
-
############################################################## 86.9%
############################################################## 87.0%
############################################################## 87.3%
############################################################### 87.5%
############################################################### 87.8%
############################################################### 87.9%
############################################################### 88.2%
############################################################### 88.5%
############################################################### 88.6%
############################################################### 88.9%
-
################################################################ 89.0%
################################################################ 89.3%
################################################################ 89.5%
################################################################ 89.7%
################################################################ 90.0%
################################################################ 90.1%
################################################################# 90.4%
################################################################# 90.6%
################################################################# 90.8%
################################################################# 91.0%
################################################################# 91.2%
-
################################################################# 91.4%
################################################################## 91.7%
################################################################## 91.8%
################################################################## 92.1%
################################################################## 92.2%
################################################################## 92.5%
################################################################## 92.8%
################################################################## 92.9%
################################################################### 93.2%
################################################################### 93.5%
################################################################### 93.6%
-
################################################################### 93.9%
################################################################### 94.1%
################################################################### 94.3%
#################################################################### 94.5%
#################################################################### 94.7%
#################################################################### 94.9%
#################################################################### 95.2%
#################################################################### 95.3%
#################################################################### 95.6%
##################################################################### 95.9%
-
##################################################################### 96.0%
##################################################################### 96.3%
##################################################################### 96.6%
##################################################################### 96.7%
##################################################################### 97.0%
###################################################################### 97.2%
###################################################################### 97.4%
###################################################################### 97.6%
###################################################################### 97.9%
###################################################################### 98.0%
###################################################################### 98.3%
-
###################################################################### 98.6%
####################################################################### 98.7%
####################################################################### 99.0%
####################################################################### 99.1%
####################################################################### 99.4%
####################################################################### 99.7%
####################################################################### 99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.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-03-28 23:56.17 ---> saved as "94774700373a334d8da598a413215bd3b4dd2091e9ff7517560519e7cc1500f4"
/: (run (shell "opam pin add -k version -yn libbinaryen.126.0.0 126.0.0"))
libbinaryen is now pinned to version 126.0.0
2026-03-28 23:56.19 ---> saved as "f760c492a2689b9dd9892bf49d3f89b5d951bb1a9a89a70847fda70f84cbdc3e"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall libbinaryen.126.0.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'libbinaryen.126.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
libbinaryen.126.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 5 packages
- install conf-cmake 1 [required by libbinaryen]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.22.0 [required by libbinaryen]
- install dune-configurator 3.22.0 [required by libbinaryen]
- install libbinaryen 126.0.0 (pinned)
The following system packages will first need to be installed:
cmake
<><> 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
+ /usr/local/bin/brew "install" "cmake"
- ==> Fetching downloads for: cmake
- ✔︎ Bottle Manifest cmake (4.3.0)
- ✔︎ Bottle Manifest cmake (4.3.0)
- ✔︎ Bottle cmake (4.3.0)
- ==> Pouring cmake--4.3.0.sequoia.bottle.tar.gz
- ==> Caveats
- To install the CMake documentation, run:
- brew install cmake-docs
- ==> Summary
- 🍺 /usr/local/Cellar/cmake/4.3.0: 4,041 files, 68.9MB
- ==> Running `brew cleanup cmake`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Caveats
- Bash completion has been installed to:
- /usr/local/etc/bash_completion.d
- Emacs Lisp files have been installed to:
- /usr/local/share/emacs/site-lisp/cmake
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-cmake.1 (cached)
-> installed conf-cmake.1
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)
-> retrieved libbinaryen.126.0.0 (https://github.com/grain-lang/libbinaryen/releases/download/v126.0.0/libbinaryen-v126.0.0.tar.gz)
-> installed dune.3.22.0
-> installed csexp.1.5.2
-> installed dune-configurator.3.22.0
-> installed libbinaryen.126.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-29 00:07.08 ---> saved as "2fc6dbc41237e33189b02593e15a01187c5ccb82d0682d3efa00509a04b1fef5"
Job succeeded
2026-03-29 00:07.23: Job succeeded