- github
- ocaml
- opam-repository
- 1a538e
- macos,macos-homebrew-ocaml-4.14-arm64,lwt_runtime_events.6.0.0
(not at the head of any monitored branch or PR)
2026-01-07 09:44.44: New job: build lwt_runtime_events.6.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29184/head (1a538ed11284d3a47bf9851621c653c567cbc1a3)
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/29184/head" && git reset --hard 1a538ed1
git fetch origin master
git merge --no-edit 26ba45ff7b4d5c474404d370f5dab40d5aca345f
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 lwt_runtime_events.6.0.0 6.0.0
RUN opam reinstall lwt_runtime_events.6.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" != 'lwt_runtime_events.6.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-01-07 09:44.44: Using cache hint "macos-homebrew-ocaml-4.14-lwt_runtime_events.6.0.0-1a538ed11284d3a47bf9851621c653c567cbc1a3"
2026-01-07 09:44.44: 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 lwt_runtime_events.6.0.0 6.0.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall lwt_runtime_events.6.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\" != 'lwt_runtime_events.6.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-01-07 09:44.44: Waiting for resource in pool OCluster
2026-01-07 09:44.45: Waiting for worker…
2026-01-07 09:48.18: Got resource from pool OCluster
Building on m1-worker-01
All commits already cached
Updating files: 60% (11512/19145)
Updating files: 61% (11679/19145)
Updating files: 62% (11870/19145)
Updating files: 63% (12062/19145)
Updating files: 64% (12253/19145)
Updating files: 65% (12445/19145)
Updating files: 66% (12636/19145)
Updating files: 67% (12828/19145)
Updating files: 68% (13019/19145)
Updating files: 69% (13211/19145)
Updating files: 70% (13402/19145)
Updating files: 71% (13593/19145)
Updating files: 72% (13785/19145)
Updating files: 73% (13976/19145)
Updating files: 74% (14168/19145)
Updating files: 75% (14359/19145)
Updating files: 76% (14551/19145)
Updating files: 77% (14742/19145)
Updating files: 78% (14934/19145)
Updating files: 79% (15125/19145)
Updating files: 80% (15316/19145)
Updating files: 81% (15508/19145)
Updating files: 82% (15699/19145)
Updating files: 83% (15891/19145)
Updating files: 84% (16082/19145)
Updating files: 85% (16274/19145)
Updating files: 86% (16465/19145)
Updating files: 87% (16657/19145)
Updating files: 88% (16848/19145)
Updating files: 89% (17040/19145)
Updating files: 90% (17231/19145)
Updating files: 91% (17422/19145)
Updating files: 92% (17614/19145)
Updating files: 93% (17805/19145)
Updating files: 94% (17997/19145)
Updating files: 95% (18188/19145)
Updating files: 96% (18380/19145)
Updating files: 97% (18571/19145)
Updating files: 98% (18763/19145)
Updating files: 99% (18954/19145)
Updating files: 100% (19145/19145)
Updating files: 100% (19145/19145), done.
HEAD is now at 26ba45ff7b Merge pull request #29174 from craff/master
Merge made by the 'ort' strategy.
packages/lwt/lwt.6.0.0/opam | 64 ++++++++++++++++++++++
packages/lwt_direct/lwt_direct.6.0.0/opam | 41 ++++++++++++++
packages/lwt_ppx/lwt_ppx.6.0.0/opam | 46 ++++++++++++++++
.../lwt_runtime_events.6.0.0/opam | 39 +++++++++++++
4 files changed, 190 insertions(+)
create mode 100644 packages/lwt/lwt.6.0.0/opam
create mode 100644 packages/lwt_direct/lwt_direct.6.0.0/opam
create mode 100644 packages/lwt_ppx/lwt_ppx.6.0.0/opam
create mode 100644 packages/lwt_runtime_events/lwt_runtime_events.6.0.0/opam
(from macos-homebrew-ocaml-4.14)
2026-01-07 09:48.21 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-01-07 09:48.21 ---> 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-01-07 09:48.21 ---> 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-01-07 09:48.22 ---> 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-01-07 09:48.22 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-01-07 09:48.27 ---> saved as "645831d10daeabfa79dcbdb5a69cc968dba0c3dd378a33a5ed90fcf606bab409"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-01-07 09:48.36 ---> saved as "e883c5e2d78bf11c520525a4bd858d69cd249cf5048b9467b28a80cd2d968024"
/: (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:1c98fa49eacc935640a6f8e10a2bf33f14cfc276804b71ddb658ea45ba99d167
- #=#=#
0.7%
# 1.5%
-
# 2.4%
## 3.2%
## 4.0%
### 4.9%
#### 5.7%
#### 6.5%
##### 7.4%
##### 8.3%
###### 9.1%
####### 9.9%
####### 10.8%
######## 11.6%
-
######## 12.4%
######### 13.3%
########## 14.1%
########## 14.9%
########### 15.8%
########### 16.7%
############ 17.5%
############# 18.4%
############# 19.3%
############## 20.1%
############### 20.9%
-
############### 21.8%
################ 22.6%
################ 23.5%
################# 24.3%
################## 25.1%
################## 25.9%
################### 26.9%
################### 27.7%
#################### 28.5%
##################### 29.4%
##################### 30.2%
-
###################### 31.0%
###################### 31.8%
####################### 32.8%
######################## 33.5%
######################## 34.3%
######################### 35.2%
######################### 36.0%
########################## 36.9%
########################### 37.7%
########################### 38.6%
############################ 39.4%
-
############################ 40.3%
############################# 41.1%
############################## 41.9%
############################## 42.8%
############################### 43.6%
############################### 44.4%
################################ 45.3%
################################# 46.3%
################################# 47.1%
################################## 48.0%
################################### 48.8%
-
################################### 49.6%
#################################### 50.6%
#################################### 51.4%
##################################### 52.2%
###################################### 53.0%
###################################### 53.9%
####################################### 54.7%
####################################### 55.5%
######################################## 56.4%
######################################### 57.4%
######################################### 58.2%
-
########################################## 59.0%
########################################### 59.9%
########################################### 60.7%
############################################ 61.6%
############################################ 62.5%
############################################# 63.4%
############################################## 64.2%
############################################## 65.0%
############################################### 65.9%
################################################ 66.7%
################################################ 67.5%
-
################################################# 68.3%
################################################# 69.3%
################################################## 70.1%
################################################### 70.9%
################################################### 71.8%
#################################################### 72.6%
#################################################### 73.4%
##################################################### 74.2%
###################################################### 75.2%
###################################################### 76.0%
####################################################### 76.7%
-
####################################################### 77.7%
######################################################## 78.4%
######################################################### 79.2%
######################################################### 80.0%
########################################################## 80.7%
########################################################## 81.4%
########################################################### 82.2%
########################################################### 82.9%
############################################################ 83.4%
############################################################ 83.8%
############################################################ 84.2%
-
############################################################ 84.6%
############################################################# 85.1%
############################################################# 85.5%
############################################################# 86.0%
############################################################## 86.4%
############################################################## 86.8%
############################################################## 87.2%
############################################################### 87.7%
############################################################### 88.0%
############################################################### 88.5%
################################################################ 89.0%
-
################################################################ 89.4%
################################################################ 89.9%
################################################################# 90.3%
################################################################# 90.7%
################################################################# 91.1%
################################################################# 91.6%
################################################################## 92.0%
################################################################## 92.5%
################################################################## 92.9%
################################################################### 93.4%
################################################################### 93.8%
-
################################################################### 94.2%
#################################################################### 94.6%
#################################################################### 95.1%
#################################################################### 95.5%
##################################################################### 95.9%
##################################################################### 96.9%
###################################################################### 97.6%
###################################################################### 98.4%
####################################################################### 99.2%
####################################################################### 99.6%
####################################################################### 99.9%
-
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.8.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-01-07 09:49.03 ---> saved as "0fab3d5f6c2cc33666da12bd17b40d45123e975e48a08d1b0f27426659abd888"
/: (run (shell "opam pin add -k version -yn lwt_runtime_events.6.0.0 6.0.0"))
lwt_runtime_events is now pinned to version 6.0.0
2026-01-07 09:49.04 ---> saved as "ba1b3256d2828e2994a625c1cf0214ce07788b52b927ed4310cc64ec5b8161ff"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall lwt_runtime_events.6.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\" != 'lwt_runtime_events.6.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"))
lwt_runtime_events.6.0.0 is not installed. Install it? [Y/n] y
* No agreement on the version of ocaml:
- (invariant) -> ocaml-base-compiler = 4.14.2 -> ocaml = 4.14.2
- lwt_runtime_events < 6.0.0-beta01 -> ocaml >= 5.1
You can temporarily relax the switch invariant with `--update-invariant'
* No agreement on the version of ocaml-base-compiler:
- (invariant) -> ocaml-base-compiler = 4.14.2
- lwt_runtime_events < 6.0.0-beta01 -> ocaml >= 5.1 -> ocaml-base-compiler >= 5.2.2~
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 4.14.2
- lwt_runtime_events < 6.0.0-beta01 -> ocaml >= 5.1 -> ocaml-variants >= 5.2.2~
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall lwt_runtime_events.6.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" != 'lwt_runtime_events.6.0.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 20
2026-01-07 09:49.22: Job failed: Failed: Build failed
2026-01-07 09:49.22: Log analysis:
2026-01-07 09:49.22: >>>
No solution found, exiting
(score = 100)
2026-01-07 09:49.22: [SKIP] Package not available