(for PR #28495)
2026-05-04 08:20.06: New job: build efl.1.17.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
on macos-homebrew-ocaml-5.4/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/28495/head" && git reset --hard f8e3c652
git fetch origin master
git merge --no-edit 7d5cbdbc1151b699e44529b13fd680723b359453
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 efl.1.17.0 1.17.0
RUN opam reinstall efl.1.17.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" != 'efl.1.17.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-05-04 08:20.06: Using cache hint "macos-homebrew-ocaml-5.4-efl.1.17.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.06: 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 efl.1.17.0 1.17.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall efl.1.17.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\" != 'efl.1.17.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-05-04 08:20.06: Waiting for resource in pool OCluster
2026-05-04 08:20.07: Waiting for worker…
2026-05-04 08:28.59: Got resource from pool OCluster
Building on m1-worker-02
All commits already cached
Updating files: 66% (12495/18902)
Updating files: 67% (12665/18902)
Updating files: 68% (12854/18902)
Updating files: 69% (13043/18902)
Updating files: 70% (13232/18902)
Updating files: 71% (13421/18902)
Updating files: 72% (13610/18902)
Updating files: 73% (13799/18902)
Updating files: 74% (13988/18902)
Updating files: 75% (14177/18902)
Updating files: 76% (14366/18902)
Updating files: 77% (14555/18902)
Updating files: 78% (14744/18902)
Updating files: 79% (14933/18902)
Updating files: 80% (15122/18902)
Updating files: 81% (15311/18902)
Updating files: 82% (15500/18902)
Updating files: 83% (15689/18902)
Updating files: 84% (15878/18902)
Updating files: 85% (16067/18902)
Updating files: 86% (16256/18902)
Updating files: 87% (16445/18902)
Updating files: 88% (16634/18902)
Updating files: 89% (16823/18902)
Updating files: 90% (17012/18902)
Updating files: 91% (17201/18902)
Updating files: 92% (17390/18902)
Updating files: 93% (17579/18902)
Updating files: 94% (17768/18902)
Updating files: 95% (17957/18902)
Updating files: 96% (18146/18902)
Updating files: 97% (18335/18902)
Updating files: 98% (18524/18902)
Updating files: 99% (18713/18902)
Updating files: 100% (18902/18902)
Updating files: 100% (18902/18902), done.
HEAD is now at 7d5cbdbc11 Merge pull request #29840 from mtelvers/opam-publish-dockerfile-cmd.8.3.7
Merge made by the 'ort' strategy.
packages/efl/efl.1.12.0/opam | 2 +-
packages/efl/efl.1.13.0/opam | 2 +-
packages/efl/efl.1.17.0/opam | 2 +-
packages/efl/efl.1.18.0/opam | 2 +-
packages/efl/efl.1.19.0/opam | 2 +-
packages/efl/efl.1.20.0/opam | 2 +-
packages/efl/efl.1.22.0/opam | 2 +-
packages/efl/efl.1.24.0/opam | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
(from macos-homebrew-ocaml-5.4)
2026-05-04 08:29.01 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-05-04 08:29.02 ---> 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-05-04 08:29.02 ---> 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=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 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-05-04 08:29.02 ---> 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-05-04 08:29.02 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-05-04 08:29.03 ---> using "e1609cd5b0473f914a3078002cfcc56e113e3ce21a6b7872153aaf555cecca6a" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
default (at file:///Users/mac1000/opam-repository):
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)
default (at file:///Users/mac1000/opam-repository):
[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-05-04 08:29.03 ---> using "471a584555c60ded34b17a78aaaece8f1c47f32625c2214064022f588b4308de" from cache
/: (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:8ad98d9cf15477d1a43f4012cfd5eff5c271398bca1e2724b55bd4944a0bb1d4
- #=#=#
0.3%
0.5%
1.1%
# 1.6%
# 2.1%
# 2.5%
-
## 2.9%
## 3.3%
## 3.8%
## 4.2%
### 4.6%
### 5.0%
### 5.4%
#### 5.7%
#### 6.1%
#### 6.7%
##### 7.0%
-
##### 7.4%
##### 7.8%
##### 8.2%
###### 8.7%
###### 9.5%
####### 10.2%
####### 11.0%
######## 11.9%
######### 12.6%
######### 13.5%
########## 14.0%
-
########## 14.3%
########## 14.7%
########## 15.2%
########### 15.6%
########### 16.0%
########### 16.4%
############ 16.8%
############ 17.3%
############ 17.7%
############# 18.1%
############# 18.5%
-
############# 18.8%
############# 19.4%
############## 19.7%
############## 20.1%
############## 20.5%
############### 21.0%
############### 21.4%
############### 21.8%
################ 22.2%
################ 22.6%
################ 23.0%
-
################ 23.4%
################# 23.8%
################# 24.2%
################# 24.6%
################## 25.1%
################## 25.5%
################## 25.8%
################## 26.2%
################### 26.7%
################### 27.1%
################### 27.5%
-
#################### 27.9%
#################### 28.3%
#################### 28.6%
#################### 29.2%
##################### 29.6%
##################### 29.9%
##################### 30.3%
###################### 30.7%
###################### 31.2%
###################### 31.6%
####################### 32.0%
-
####################### 32.5%
####################### 32.9%
####################### 33.3%
######################## 33.6%
######################## 34.0%
######################## 34.5%
######################### 34.9%
######################### 35.3%
######################### 35.7%
######################### 36.1%
########################## 36.5%
-
########################## 37.1%
########################## 37.5%
########################### 37.9%
########################### 38.3%
########################### 38.6%
############################ 39.0%
############################ 39.5%
############################ 39.9%
############################# 40.3%
############################# 40.7%
############################# 41.1%
-
############################# 41.6%
############################## 42.0%
############################## 42.3%
############################## 42.9%
############################### 43.3%
############################### 43.6%
############################### 44.2%
################################ 44.5%
################################ 44.9%
################################ 45.3%
-
################################ 45.7%
################################# 46.2%
################################# 46.6%
################################# 47.0%
################################## 47.3%
################################## 47.9%
################################## 48.2%
################################### 48.6%
################################### 49.0%
################################### 49.4%
################################### 49.9%
-
#################################### 50.3%
#################################### 50.7%
#################################### 51.1%
##################################### 51.5%
##################################### 51.9%
##################################### 52.4%
##################################### 52.7%
###################################### 53.1%
###################################### 53.5%
###################################### 53.9%
####################################### 54.4%
-
####################################### 54.8%
####################################### 55.2%
######################################## 55.6%
######################################## 56.0%
######################################## 56.3%
######################################## 56.7%
######################################### 57.2%
######################################### 57.6%
######################################### 58.0%
########################################## 58.5%
########################################## 58.9%
-
########################################## 59.3%
########################################## 59.7%
########################################### 60.2%
########################################### 60.6%
########################################### 61.0%
############################################ 61.3%
############################################ 61.8%
############################################ 62.2%
############################################# 62.6%
############################################# 63.0%
############################################# 63.5%
-
############################################# 63.9%
############################################## 64.3%
############################################## 64.7%
############################################## 65.0%
############################################### 65.4%
############################################### 66.0%
############################################### 66.3%
################################################ 66.7%
################################################ 67.1%
################################################ 67.5%
################################################ 68.0%
-
################################################# 68.4%
################################################# 68.8%
################################################# 69.3%
################################################## 69.7%
################################################## 70.0%
################################################## 70.4%
################################################## 70.8%
################################################### 71.2%
################################################### 71.6%
################################################### 72.1%
#################################################### 72.5%
-
#################################################### 73.0%
#################################################### 73.4%
##################################################### 73.8%
##################################################### 74.3%
##################################################### 74.7%
###################################################### 75.0%
###################################################### 75.4%
###################################################### 75.9%
###################################################### 76.3%
####################################################### 76.9%
####################################################### 77.2%
-
####################################################### 77.6%
######################################################## 78.0%
######################################################## 78.5%
######################################################## 78.9%
######################################################### 79.3%
######################################################### 79.7%
######################################################### 80.0%
######################################################### 80.4%
########################################################## 80.9%
########################################################## 81.3%
-
########################################################## 81.8%
########################################################### 82.2%
########################################################### 82.6%
########################################################### 83.0%
############################################################ 83.4%
############################################################ 83.8%
############################################################ 84.2%
############################################################ 84.7%
############################################################# 85.1%
############################################################# 85.5%
############################################################# 85.8%
-
############################################################## 86.4%
############################################################## 86.7%
############################################################## 87.1%
############################################################### 87.5%
############################################################### 87.9%
############################################################### 88.4%
############################################################### 88.8%
################################################################ 89.2%
################################################################ 89.5%
################################################################ 90.1%
################################################################# 90.5%
-
################################################################# 90.8%
################################################################# 91.2%
################################################################# 91.6%
################################################################## 92.0%
################################################################## 92.5%
################################################################## 92.9%
################################################################### 93.3%
################################################################### 93.6%
################################################################### 94.0%
#################################################################### 94.5%
#################################################################### 94.9%
-
#################################################################### 95.3%
#################################################################### 95.7%
##################################################################### 96.1%
##################################################################### 96.6%
##################################################################### 97.0%
###################################################################### 97.3%
###################################################################### 97.7%
###################################################################### 98.2%
####################################################################### 98.6%
####################################################################### 99.0%
####################################################################### 99.4%
-
####################################################################### 99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.3.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-05-04 08:29.03 ---> using "a80764464204e312b8b16dae84075228739b68042ca81be53286a3ef402e7110" from cache
/: (run (shell "opam pin add -k version -yn efl.1.17.0 1.17.0"))
efl is now pinned to version 1.17.0
2026-05-04 08:29.05 ---> saved as "841c7cf908f7ebb6bf35f0a973c4a9aa2b2dee0c64eab7de290d651e842484d1"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall efl.1.17.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\" != 'efl.1.17.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
efl.1.17.0 is not installed. Install it? [Y/n] y
* No agreement on the version of ocaml-base-compiler:
- (invariant) -> ocaml-base-compiler = 5.4.0
- efl = 1.17.0 -> ocaml < 5.3 -> ocaml-base-compiler < 5.2.2~
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.0
- efl = 1.17.0 -> ocaml < 5.3 -> dkml-base-compiler
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.0
- efl = 1.17.0 -> ocaml < 5.3 -> ocaml-variants >= 4.10.2
* Missing dependency:
- efl = 1.17.0 -> ocaml < 5.3 -> ocaml-base-compiler (<= 3.07+1 | = 3.07+2 | = 3.08.0 | = 3.08.1 | = 3.08.2 | = 3.08.3 | = 3.08.4 | = 3.09.0 | = 3.09.1 | = 3.09.2 | = 3.09.3 | = 3.10.0 | = 3.10.1 | = 3.10.2 | = 3.11.0 | = 3.11.1 | = 3.11.2 | = 3.12.0 | = 3.12.1 | = 4.00.0 | = 4.00.1 | = 4.01.0 | = 4.02.0 | = 4.02.1 | = 4.02.2 | = 4.02.3 | = 4.02.4 | = 4.03.0 | = 4.03.1 | = 4.04.0 | = 4.04.1 | = 4.04.2 | = 4.04.3 | = 4.05.0 | = 4.05.1 | = 4.06.0 | = 4.06.1 | = 4.06.2 | = 4.07.0 | = 4.07.1 | = 4.07.2 | = 4.08.0 | = 4.08.1 | = 4.08.2 | = 4.09.0 | = 4.09.1 | = 4.09.2 | = 4.10.0 | = 4.10.1) | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 4.10.2~
unmet availability conditions, e.g. '!(os = "macos" & arch = "arm64")'
unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.1" & (os != "win32" | sys-ocaml-libc = "msvc")'
unmet availability conditions, e.g. '!(os = "macos" & arch = "arm64")'
* Missing dependency:
- efl = 1.17.0 -> ocaml < 5.3 -> ocaml-variants >= 4.10.2 -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall efl.1.17.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" != 'efl.1.17.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-05-04 08:30.18: Job failed: Failed: Build failed
2026-05-04 08:30.18: Log analysis:
2026-05-04 08:30.18: >>>
No solution found, exiting
(score = 100)
2026-05-04 08:30.18: [SKIP] Package not available