(for PR #28495)

2026-05-04 08:20.06: New job: build efl.1.18.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.18.0 1.18.0
RUN opam reinstall efl.1.18.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.18.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.18.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.18.0 1.18.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.18.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.18.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.14: Got resource from pool OCluster
Building on m1-worker-01
All commits already cached
Updating files:  55% (10535/18902)
Updating files:  56% (10586/18902)
Updating files:  57% (10775/18902)
Updating files:  58% (10964/18902)
Updating files:  59% (11153/18902)
Updating files:  60% (11342/18902)
Updating files:  61% (11531/18902)
Updating files:  62% (11720/18902)
Updating files:  63% (11909/18902)
Updating files:  64% (12098/18902)
Updating files:  65% (12287/18902)
Updating files:  66% (12476/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:28.17 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache

/: (user (uid 1000) (gid 1000))

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-05-04 08:28.17 ---> 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:28.17 ---> 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:28.17 ---> 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:28.17 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache

/: (copy (src .) (dst opam-repository/))
2026-05-04 08:28.18 ---> 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:28.18 ---> 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.8%
                                                                           1.2%
#                                                                          1.6%
#                                                                          2.0%
- 
#                                                                          2.4%
#                                                                          2.8%
##                                                                         3.3%
##                                                                         3.7%
##                                                                         4.1%
###                                                                        4.6%
###                                                                        5.0%
###                                                                        5.3%
####                                                                       5.7%
####                                                                       6.1%
####                                                                       6.6%
- 
#####                                                                      7.0%
#####                                                                      7.5%
#####                                                                      7.9%
#####                                                                      8.3%
######                                                                     8.7%
######                                                                     9.0%
######                                                                     9.6%
#######                                                                   10.0%
#######                                                                   10.3%
#######                                                                   10.7%
- 
########                                                                  11.2%
########                                                                  11.6%
########                                                                  12.0%
########                                                                  12.4%
#########                                                                 12.8%
#########                                                                 13.3%
#########                                                                 13.7%
##########                                                                14.0%
##########                                                                14.4%
##########                                                                14.8%
###########                                                               15.3%
- 
###########                                                               15.7%
###########                                                               16.1%
###########                                                               16.6%
############                                                              17.0%
############                                                              17.4%
############                                                              17.8%
#############                                                             18.1%
#############                                                             18.7%
#############                                                             19.0%
#############                                                             19.4%
##############                                                            19.8%
- 
##############                                                            20.2%
##############                                                            20.6%
###############                                                           21.1%
###############                                                           21.6%
###############                                                           21.9%
################                                                          22.5%
################                                                          22.8%
################                                                          23.2%
#################                                                         23.8%
#################                                                         24.1%
#################                                                         24.5%
- 
#################                                                         24.9%
##################                                                        25.3%
##################                                                        25.7%
##################                                                        26.2%
###################                                                       26.6%
###################                                                       26.9%
###################                                                       27.3%
####################                                                      27.8%
####################                                                      28.2%
####################                                                      28.6%
####################                                                      29.0%
- 
#####################                                                     29.4%
#####################                                                     29.9%
#####################                                                     30.3%
######################                                                    30.6%
######################                                                    31.0%
######################                                                    31.5%
######################                                                    31.9%
#######################                                                   32.3%
#######################                                                   32.7%
#######################                                                   33.2%
- 
########################                                                  33.6%
########################                                                  34.0%
########################                                                  34.4%
#########################                                                 34.8%
#########################                                                 35.3%
#########################                                                 35.7%
#########################                                                 36.1%
##########################                                                36.6%
##########################                                                36.9%
##########################                                                37.3%
###########################                                               37.7%
- 
###########################                                               38.2%
###########################                                               38.6%
############################                                              39.0%
############################                                              39.4%
############################                                              39.8%
#############################                                             40.3%
#############################                                             40.7%
#############################                                             41.1%
#############################                                             41.5%
##############################                                            41.9%
##############################                                            42.3%
- 
##############################                                            42.7%
###############################                                           43.1%
###############################                                           43.5%
###############################                                           44.0%
###############################                                           44.4%
################################                                          44.8%
################################                                          45.2%
################################                                          45.5%
#################################                                         46.0%
#################################                                         46.4%
#################################                                         46.8%
- 
#################################                                         47.2%
##################################                                        47.7%
##################################                                        48.1%
##################################                                        48.6%
###################################                                       49.0%
###################################                                       49.4%
###################################                                       49.8%
####################################                                      50.2%
####################################                                      50.7%
####################################                                      51.1%
#####################################                                     51.4%
- 
#####################################                                     51.8%
#####################################                                     52.3%
#####################################                                     52.7%
######################################                                    53.1%
######################################                                    53.5%
######################################                                    53.9%
#######################################                                   54.4%
#######################################                                   54.8%
#######################################                                   55.2%
#######################################                                   55.5%
########################################                                  55.9%
- 
########################################                                  56.3%
########################################                                  56.8%
#########################################                                 57.2%
#########################################                                 57.6%
#########################################                                 58.0%
##########################################                                58.3%
##########################################                                58.9%
##########################################                                59.2%
##########################################                                59.6%
###########################################                               60.0%
###########################################                               60.4%
- 
###########################################                               60.8%
############################################                              61.3%
############################################                              61.7%
############################################                              62.0%
#############################################                             62.6%
#############################################                             63.0%
#############################################                             63.3%
#############################################                             63.7%
##############################################                            64.1%
##############################################                            64.5%
##############################################                            65.0%
- 
###############################################                           65.4%
###############################################                           65.8%
###############################################                           66.1%
###############################################                           66.5%
################################################                          67.0%
################################################                          67.4%
################################################                          67.9%
#################################################                         68.2%
#################################################                         68.6%
#################################################                         69.0%
#################################################                         69.4%
- 
##################################################                        69.9%
##################################################                        70.3%
##################################################                        70.7%
###################################################                       71.1%
###################################################                       71.5%
###################################################                       71.9%
####################################################                      72.2%
####################################################                      72.7%
####################################################                      73.2%
#####################################################                     73.6%
#####################################################                     74.0%
- 
#####################################################                     74.4%
#####################################################                     74.8%
######################################################                    75.2%
######################################################                    75.7%
######################################################                    76.1%
#######################################################                   76.5%
#######################################################                   76.9%
#######################################################                   77.3%
#######################################################                   77.7%
########################################################                  78.1%
########################################################                  78.5%
- 
########################################################                  78.9%
#########################################################                 79.4%
#########################################################                 79.8%
#########################################################                 80.2%
##########################################################                80.6%
##########################################################                80.9%
##########################################################                81.3%
##########################################################                81.8%
###########################################################               82.2%
###########################################################               82.7%
###########################################################               83.1%
- 
############################################################              83.5%
############################################################              83.9%
############################################################              84.3%
############################################################              84.7%
#############################################################             85.2%
#############################################################             85.6%
#############################################################             86.0%
##############################################################            86.4%
##############################################################            87.3%
###############################################################           88.0%
###############################################################           88.8%
- 
################################################################          89.7%
#################################################################         90.5%
#################################################################         91.2%
##################################################################        92.1%
##################################################################        92.9%
###################################################################       93.8%
####################################################################      94.5%
####################################################################      95.3%
#####################################################################     96.1%
#####################################################################     97.0%
######################################################################    97.9%
- 
#######################################################################   98.6%
#######################################################################   99.4%
######################################################################## 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:28.19 ---> using "a80764464204e312b8b16dae84075228739b68042ca81be53286a3ef402e7110" from cache

/: (run (shell "opam pin add -k version -yn efl.1.18.0 1.18.0"))
efl is now pinned to version 1.18.0
2026-05-04 08:28.20 ---> saved as "4edab9893e2d1f60ad6d503017e48f6dd3c4e9eaf46b83dbd9e62ba210f2e4e8"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall efl.1.18.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.18.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.18.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.18.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.18.0 -> ocaml < 5.3 -> dkml-base-compiler
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.4.0
    - efl = 1.18.0 -> ocaml < 5.3 -> ocaml-variants >= 4.10.2
  * Missing dependency:
    - efl = 1.18.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.18.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.18.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.18.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:28.37: Job failed: Failed: Build failed
2026-05-04 08:28.37: Log analysis:
2026-05-04 08:28.37: >>> 
No solution found, exiting
 (score = 100)
2026-05-04 08:28.37: [SKIP] Package not available