(not at the head of any monitored branch or PR)
2025-06-22 15:08.56: New job: build libirmin.3.11.0, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28048/head (48fdb7b54bcc9118691798729e3e6d75987a782e)
                              on macos-homebrew-ocaml-5.3/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/28048/head" && git reset --hard 48fdb7b5
git fetch origin master
git merge --no-edit 2cd8e78594a8943245b8061dbdabd39e7ca492fb
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.3
USER 1000:1000
RUN ln -f ~/local/bin/opam-2.3 ~/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 libirmin.3.11.0 3.11.0
RUN opam reinstall libirmin.3.11.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" != 'libirmin.3.11.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 .

2025-06-22 15:08.56: Using cache hint "macos-homebrew-ocaml-5.3-libirmin.3.11.0-48fdb7b54bcc9118691798729e3e6d75987a782e"
2025-06-22 15:08.56: Using OBuilder spec:
((from macos-homebrew-ocaml-5.3)
 (user (uid 1000) (gid 1000))
 (run (shell "ln -f ~/local/bin/opam-2.3 ~/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 libirmin.3.11.0 3.11.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall libirmin.3.11.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\" != 'libirmin.3.11.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-06-22 15:08.56: Waiting for resource in pool OCluster
2025-06-22 15:08.58: Waiting for worker…
2025-06-22 15:08.58: Got resource from pool OCluster
Building on i7-worker-03
Updating files:  37% (6625/17639)
Updating files:  38% (6703/17639)
Updating files:  39% (6880/17639)
Updating files:  40% (7056/17639)
Updating files:  41% (7232/17639)
Updating files:  42% (7409/17639)
Updating files:  43% (7585/17639)
Updating files:  44% (7762/17639)
Updating files:  45% (7938/17639)
Updating files:  46% (8114/17639)
Updating files:  47% (8291/17639)
Updating files:  48% (8467/17639)
Updating files:  49% (8644/17639)
Updating files:  50% (8820/17639)
Updating files:  51% (8996/17639)
Updating files:  52% (9173/17639)
Updating files:  53% (9349/17639)
Updating files:  54% (9526/17639)
Updating files:  55% (9702/17639)
Updating files:  56% (9878/17639)
Updating files:  57% (10055/17639)
Updating files:  58% (10231/17639)
Updating files:  59% (10408/17639)
Updating files:  60% (10584/17639)
Updating files:  61% (10760/17639)
Updating files:  62% (10937/17639)
Updating files:  63% (11113/17639)
Updating files:  64% (11289/17639)
Updating files:  65% (11466/17639)
Updating files:  66% (11642/17639)
Updating files:  66% (11718/17639)
Updating files:  67% (11819/17639)
Updating files:  68% (11995/17639)
Updating files:  69% (12171/17639)
Updating files:  70% (12348/17639)
Updating files:  71% (12524/17639)
Updating files:  72% (12701/17639)
Updating files:  73% (12877/17639)
Updating files:  74% (13053/17639)
Updating files:  75% (13230/17639)
Updating files:  76% (13406/17639)
Updating files:  77% (13583/17639)
Updating files:  78% (13759/17639)
Updating files:  79% (13935/17639)
Updating files:  80% (14112/17639)
Updating files:  81% (14288/17639)
Updating files:  82% (14464/17639)
Updating files:  83% (14641/17639)
Updating files:  84% (14817/17639)
Updating files:  85% (14994/17639)
Updating files:  86% (15170/17639)
Updating files:  87% (15346/17639)
Updating files:  88% (15523/17639)
Updating files:  89% (15699/17639)
Updating files:  90% (15876/17639)
Updating files:  91% (16052/17639)
Updating files:  92% (16228/17639)
Updating files:  93% (16405/17639)
Updating files:  94% (16581/17639)
Updating files:  95% (16758/17639)
Updating files:  96% (16934/17639)
Updating files:  97% (17110/17639)
Updating files:  98% (17287/17639)
Updating files:  99% (17463/17639)
Updating files: 100% (17639/17639)
Updating files: 100% (17639/17639), done.
HEAD is now at dc5dbebbb8 [new release] fast_bitvector (0.1.2.1)
HEAD is now at 2cd8e78594 Merge pull request #28046 from valoran-M/master
Merge made by the 'ort' strategy.
 packages/irmin-bench/irmin-bench.3.11.0/opam       | 60 +++++++++++++++++++
 packages/irmin-chunk/irmin-chunk.3.11.0/opam       | 36 +++++++++++
 packages/irmin-cli/irmin-cli.3.11.0/opam           | 70 ++++++++++++++++++++++
 packages/irmin-client/irmin-client.3.11.0/opam     | 43 +++++++++++++
 .../irmin-containers/irmin-containers.3.11.0/opam  | 43 +++++++++++++
 packages/irmin-fs/irmin-fs.3.11.0/opam             | 38 ++++++++++++
 packages/irmin-git/irmin-git.3.11.0/opam           | 54 +++++++++++++++++
 packages/irmin-graphql/irmin-graphql.3.11.0/opam   | 46 ++++++++++++++
 .../irmin-mirage-git/irmin-mirage-git.3.11.0/opam  | 37 ++++++++++++
 .../irmin-mirage-graphql.3.11.0/opam               | 36 +++++++++++
 packages/irmin-mirage/irmin-mirage.3.11.0/opam     | 33 ++++++++++
 .../irmin-pack-tools/irmin-pack-tools.3.11.0/opam  | 50 ++++++++++++++++
 packages/irmin-pack/irmin-pack.3.11.0/opam         | 45 ++++++++++++++
 packages/irmin-server/irmin-server.3.11.0/opam     | 46 ++++++++++++++
 packages/irmin-test/irmin-test.3.11.0/opam         | 51 ++++++++++++++++
 packages/irmin-tezos/irmin-tezos.3.11.0/opam       | 39 ++++++++++++
 packages/irmin/irmin.3.11.0/opam                   | 65 ++++++++++++++++++++
 packages/libirmin/libirmin.3.11.0/opam             | 35 +++++++++++
 packages/ppx_irmin/ppx_irmin.3.11.0/opam           | 35 +++++++++++
 19 files changed, 862 insertions(+)
 create mode 100644 packages/irmin-bench/irmin-bench.3.11.0/opam
 create mode 100644 packages/irmin-chunk/irmin-chunk.3.11.0/opam
 create mode 100644 packages/irmin-cli/irmin-cli.3.11.0/opam
 create mode 100644 packages/irmin-client/irmin-client.3.11.0/opam
 create mode 100644 packages/irmin-containers/irmin-containers.3.11.0/opam
 create mode 100644 packages/irmin-fs/irmin-fs.3.11.0/opam
 create mode 100644 packages/irmin-git/irmin-git.3.11.0/opam
 create mode 100644 packages/irmin-graphql/irmin-graphql.3.11.0/opam
 create mode 100644 packages/irmin-mirage-git/irmin-mirage-git.3.11.0/opam
 create mode 100644 packages/irmin-mirage-graphql/irmin-mirage-graphql.3.11.0/opam
 create mode 100644 packages/irmin-mirage/irmin-mirage.3.11.0/opam
 create mode 100644 packages/irmin-pack-tools/irmin-pack-tools.3.11.0/opam
 create mode 100644 packages/irmin-pack/irmin-pack.3.11.0/opam
 create mode 100644 packages/irmin-server/irmin-server.3.11.0/opam
 create mode 100644 packages/irmin-test/irmin-test.3.11.0/opam
 create mode 100644 packages/irmin-tezos/irmin-tezos.3.11.0/opam
 create mode 100644 packages/irmin/irmin.3.11.0/opam
 create mode 100644 packages/libirmin/libirmin.3.11.0/opam
 create mode 100644 packages/ppx_irmin/ppx_irmin.3.11.0/opam

(from macos-homebrew-ocaml-5.3)
2025-06-22 15:09.17 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-06-22 15:09.17 ---> using "92705670bd1f6c37fa31d9a6dfa42537267d9f8e4fd7c2ec00237f6a7d22e661" 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
2025-06-22 15:09.18 ---> using "8bd5d340faa8ad1722e010203f7a4caea560522985969db275c7542dbb56b072" 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.3.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.3.0
# invariant            ["ocaml-base-compiler" {= "5.3.0"} | "ocaml-system" {= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/5.3.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.3.0/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-06-22 15:09.18 ---> using "401f61792e35006b8b67fb65b6928feb197e69b5582a54739bb4533b10bc0056" 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/"))
2025-06-22 15:09.19 ---> using "30332a7c2ac1a8ef60b47b6542aab2c86d16592008aab0760c9c2da8824ae6fb" from cache

/: (copy (src .) (dst opam-repository/))
2025-06-22 15:09.28 ---> saved as "81f1ef8db7bad79bcfe41ecdb0bdb6419d2ca2b7079e5a5ed47803bfc81e6148"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-06-22 15:09.48 ---> saved as "db6214e2df203089a4cb79116bec45608c7cf2bf393c51b87ae8af14ab1f2b64"

/: (run (network host)
        (shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:45cea656cc5b5f5b53a9d4fc9e6c88d3a29b3aac862d1a55f1c70df534df5636
- #=#=#                                                                          
- 
                                                                           0.3%
                                                                           0.4%
                                                                           0.7%
                                                                           0.8%
- 
#                                                                          1.6%
#                                                                          1.7%
#                                                                          1.8%
#                                                                          2.0%
#                                                                          2.2%
#                                                                          2.4%
#                                                                          2.5%
#                                                                          2.6%
#                                                                          2.8%
##                                                                         2.9%
- 
##                                                                         3.1%
##                                                                         3.2%
##                                                                         3.3%
##                                                                         3.5%
##                                                                         3.6%
##                                                                         3.8%
##                                                                         3.9%
##                                                                         4.0%
- 
###                                                                        4.2%
###                                                                        4.3%
###                                                                        4.5%
###                                                                        4.6%
###                                                                        4.8%
###                                                                        4.9%
###                                                                        5.0%
###                                                                        5.2%
###                                                                        5.3%
####                                                                       5.6%
- 
####                                                                       5.7%
####                                                                       5.9%
####                                                                       6.0%
####                                                                       6.2%
####                                                                       6.3%
####                                                                       6.5%
####                                                                       6.6%
####                                                                       6.7%
####                                                                       6.9%
- 
#####                                                                      7.0%
#####                                                                      7.2%
#####                                                                      7.3%
#####                                                                      7.4%
#####                                                                      7.5%
#####                                                                      7.7%
#####                                                                      7.8%
#####                                                                      8.0%
#####                                                                      8.1%
#####                                                                      8.2%
- 
######                                                                     8.4%
######                                                                     8.5%
######                                                                     8.8%
######                                                                     9.0%
######                                                                     9.1%
######                                                                     9.2%
######                                                                     9.4%
######                                                                     9.5%
######                                                                     9.7%
- 
#######                                                                    9.8%
#######                                                                    9.9%
#######                                                                   10.1%
#######                                                                   10.2%
#######                                                                   10.4%
#######                                                                   10.5%
#######                                                                   10.7%
#######                                                                   10.8%
#######                                                                   10.9%
########                                                                  11.2%
- 
########                                                                  11.4%
########                                                                  11.5%
########                                                                  11.6%
########                                                                  11.8%
########                                                                  11.9%
########                                                                  12.1%
########                                                                  12.2%
########                                                                  12.3%
########                                                                  12.5%
- 
#########                                                                 12.6%
#########                                                                 12.7%
#########                                                                 12.9%
#########                                                                 13.0%
#########                                                                 13.2%
#########                                                                 13.3%
#########                                                                 13.4%
#########                                                                 13.6%
#########                                                                 13.7%
- 
#########                                                                 13.9%
##########                                                                14.0%
##########                                                                14.1%
##########                                                                14.3%
##########                                                                14.4%
##########                                                                14.6%
##########                                                                14.7%
##########                                                                15.0%
##########                                                                15.1%
###########                                                               15.3%
- 
###########                                                               15.4%
###########                                                               15.6%
###########                                                               15.7%
###########                                                               15.8%
###########                                                               16.0%
###########                                                               16.1%
###########                                                               16.3%
###########                                                               16.4%
###########                                                               16.6%
############                                                              16.7%
- 
############                                                              16.8%
############                                                              17.0%
############                                                              17.1%
############                                                              17.3%
############                                                              17.4%
############                                                              17.5%
############                                                              17.6%
############                                                              17.9%
#############                                                             18.1%
- 
#############                                                             18.2%
#############                                                             18.4%
#############                                                             18.5%
#############                                                             18.6%
#############                                                             18.8%
#############                                                             18.9%
#############                                                             19.1%
#############                                                             19.2%
- 
#############                                                             19.3%
#############                                                             19.4%
##############                                                            19.7%
##############                                                            19.8%
##############                                                            19.9%
##############                                                            20.1%
##############                                                            20.2%
##############                                                            20.4%
##############                                                            20.5%
##############                                                            20.6%
- 
##############                                                            20.8%
###############                                                           20.9%
###############                                                           21.1%
###############                                                           21.2%
###############                                                           21.4%
###############                                                           21.5%
###############                                                           21.6%
###############                                                           21.8%
- 
###############                                                           21.9%
###############                                                           22.1%
###############                                                           22.2%
################                                                          22.3%
################                                                          22.6%
################                                                          22.8%
################                                                          22.9%
################                                                          23.1%
################                                                          23.2%
- 
################                                                          23.3%
################                                                          23.5%
#################                                                         23.6%
#################                                                         23.8%
#################                                                         23.9%
#################                                                         24.2%
#################                                                         24.3%
#################                                                         24.4%
#################                                                         24.6%
#################                                                         24.7%
- 
#################                                                         24.9%
#################                                                         25.0%
##################                                                        25.1%
##################                                                        25.3%
##################                                                        25.4%
##################                                                        25.6%
##################                                                        25.7%
##################                                                        25.8%
##################                                                        26.0%
- 
##################                                                        26.1%
##################                                                        26.3%
###################                                                       26.4%
###################                                                       26.5%
###################                                                       26.7%
###################                                                       26.8%
###################                                                       27.0%
###################                                                       27.1%
###################                                                       27.3%
###################                                                       27.4%
###################                                                       27.5%
- 
###################                                                       27.7%
####################                                                      27.8%
####################                                                      28.0%
####################                                                      28.1%
####################                                                      28.2%
####################                                                      28.4%
####################                                                      28.7%
####################                                                      28.8%
####################                                                      29.0%
####################                                                      29.1%
- 
#####################                                                     29.2%
#####################                                                     29.5%
#####################                                                     29.6%
#####################                                                     29.8%
#####################                                                     29.9%
#####################                                                     30.0%
#####################                                                     30.2%
#####################                                                     30.3%
######################                                                    30.6%
######################                                                    30.7%
######################                                                    30.9%
- 
######################                                                    31.0%
######################                                                    31.2%
######################                                                    31.3%
######################                                                    31.5%
######################                                                    31.6%
######################                                                    31.7%
######################                                                    31.9%
#######################                                                   32.0%
#######################                                                   32.2%
#######################                                                   32.3%
#######################                                                   32.4%
- 
#######################                                                   32.6%
#######################                                                   32.9%
#######################                                                   33.0%
#######################                                                   33.2%
#######################                                                   33.3%
########################                                                  33.4%
########################                                                  33.7%
########################                                                  33.9%
########################                                                  34.0%
########################                                                  34.1%
- 
########################                                                  34.3%
########################                                                  34.4%
########################                                                  34.5%
########################                                                  34.7%
#########################                                                 34.8%
#########################                                                 35.1%
#########################                                                 35.2%
#########################                                                 35.4%
#########################                                                 35.5%
#########################                                                 35.7%
#########################                                                 35.8%
- 
#########################                                                 35.9%
#########################                                                 36.1%
##########################                                                36.4%
##########################                                                36.5%
##########################                                                36.7%
##########################                                                36.8%
##########################                                                37.0%
##########################                                                37.1%
##########################                                                37.2%
##########################                                                37.4%
- 
###########################                                               37.5%
###########################                                               37.7%
###########################                                               38.0%
###########################                                               38.1%
###########################                                               38.2%
###########################                                               38.4%
###########################                                               38.5%
###########################                                               38.7%
###########################                                               38.8%
############################                                              38.9%
############################                                              39.1%
- 
############################                                              39.2%
############################                                              39.4%
############################                                              39.5%
############################                                              39.8%
############################                                              39.9%
############################                                              40.1%
############################                                              40.2%
#############################                                             40.4%
#############################                                             40.5%
#############################                                             40.6%
- 
#############################                                             40.9%
#############################                                             41.1%
#############################                                             41.2%
#############################                                             41.4%
#############################                                             41.5%
#############################                                             41.6%
##############################                                            41.7%
##############################                                            42.0%
##############################                                            42.2%
##############################                                            42.3%
##############################                                            42.4%
- 
##############################                                            42.6%
##############################                                            42.7%
##############################                                            42.9%
##############################                                            43.0%
###############################                                           43.1%
###############################                                           43.4%
###############################                                           43.6%
###############################                                           43.7%
###############################                                           43.9%
###############################                                           44.0%
- 
###############################                                           44.1%
###############################                                           44.3%
###############################                                           44.4%
################################                                          44.7%
################################                                          44.8%
################################                                          45.0%
################################                                          45.1%
################################                                          45.3%
################################                                          45.4%
################################                                          45.6%
- 
################################                                          45.7%
#################################                                         46.0%
#################################                                         46.1%
#################################                                         46.3%
#################################                                         46.5%
#################################                                         46.6%
#################################                                         46.9%
#################################                                         47.1%
#################################                                         47.2%
##################################                                        47.5%
- 
##################################                                        47.6%
##################################                                        47.8%
##################################                                        48.1%
##################################                                        48.2%
##################################                                        48.3%
###################################                                       48.6%
###################################                                       48.8%
###################################                                       48.9%
###################################                                       49.2%
###################################                                       49.3%
###################################                                       49.5%
- 
###################################                                       49.8%
###################################                                       49.9%
####################################                                      50.0%
####################################                                      50.3%
####################################                                      50.5%
####################################                                      50.6%
####################################                                      50.9%
####################################                                      51.0%
####################################                                      51.2%
#####################################                                     51.5%
- 
#####################################                                     51.6%
#####################################                                     51.8%
#####################################                                     52.0%
#####################################                                     52.3%
#####################################                                     52.4%
#####################################                                     52.7%
######################################                                    52.8%
######################################                                    53.1%
######################################                                    53.4%
######################################                                    53.5%
######################################                                    53.8%
- 
######################################                                    54.1%
#######################################                                   54.2%
#######################################                                   54.5%
#######################################                                   54.7%
#######################################                                   54.9%
#######################################                                   55.2%
#######################################                                   55.4%
########################################                                  55.7%
########################################                                  55.9%
########################################                                  56.1%
########################################                                  56.4%
- 
########################################                                  56.5%
########################################                                  56.8%
#########################################                                 57.1%
#########################################                                 57.2%
#########################################                                 57.5%
#########################################                                 57.8%
#########################################                                 58.1%
#########################################                                 58.2%
##########################################                                58.4%
##########################################                                58.7%
- 
##########################################                                58.9%
##########################################                                59.2%
##########################################                                59.3%
##########################################                                59.6%
###########################################                               59.9%
###########################################                               60.0%
###########################################                               60.3%
###########################################                               60.6%
###########################################                               60.7%
###########################################                               61.0%
############################################                              61.3%
- 
############################################                              61.4%
############################################                              61.7%
############################################                              62.0%
############################################                              62.1%
############################################                              62.4%
#############################################                             62.7%
#############################################                             62.8%
#############################################                             63.1%
#############################################                             63.4%
#############################################                             63.6%
- 
#############################################                             63.8%
##############################################                            64.1%
##############################################                            64.3%
##############################################                            64.5%
##############################################                            64.8%
##############################################                            65.1%
##############################################                            65.2%
###############################################                           65.5%
###############################################                           65.6%
###############################################                           65.9%
###############################################                           66.2%
- 
###############################################                           66.3%
###############################################                           66.6%
################################################                          66.7%
################################################                          67.0%
################################################                          67.3%
################################################                          67.5%
################################################                          67.7%
################################################                          68.0%
#################################################                         68.2%
#################################################                         68.4%
#################################################                         68.7%
- 
#################################################                         68.8%
#################################################                         69.1%
#################################################                         69.3%
##################################################                        69.5%
##################################################                        69.8%
##################################################                        70.0%
##################################################                        70.2%
##################################################                        70.4%
##################################################                        70.7%
###################################################                       70.9%
###################################################                       71.1%
- 
###################################################                       71.4%
###################################################                       71.5%
###################################################                       71.8%
###################################################                       72.1%
####################################################                      72.2%
####################################################                      72.5%
####################################################                      72.8%
####################################################                      72.9%
####################################################                      73.2%
####################################################                      73.5%
- 
#####################################################                     73.8%
#####################################################                     73.9%
#####################################################                     74.2%
#####################################################                     74.3%
#####################################################                     74.6%
#####################################################                     74.9%
######################################################                    75.1%
######################################################                    75.4%
######################################################                    75.6%
######################################################                    75.9%
######################################################                    76.0%
- 
######################################################                    76.3%
#######################################################                   76.4%
#######################################################                   76.7%
#######################################################                   77.0%
#######################################################                   77.1%
#######################################################                   77.3%
#######################################################                   77.6%
#######################################################                   77.7%
########################################################                  78.0%
########################################################                  78.3%
########################################################                  78.4%
- 
########################################################                  78.7%
########################################################                  79.0%
########################################################                  79.1%
#########################################################                 79.4%
#########################################################                 79.5%
#########################################################                 79.8%
#########################################################                 80.1%
#########################################################                 80.2%
#########################################################                 80.5%
##########################################################                80.8%
##########################################################                80.9%
- 
##########################################################                81.2%
##########################################################                81.3%
##########################################################                81.6%
##########################################################                81.9%
###########################################################               82.0%
###########################################################               82.3%
###########################################################               82.6%
###########################################################               82.8%
###########################################################               83.0%
###########################################################               83.3%
- 
############################################################              83.5%
############################################################              83.7%
############################################################              84.0%
############################################################              84.3%
############################################################              84.4%
#############################################################             84.7%
#############################################################             84.9%
#############################################################             85.2%
#############################################################             85.4%
#############################################################             85.5%
#############################################################             85.8%
- 
#############################################################             86.1%
##############################################################            86.2%
##############################################################            86.5%
##############################################################            86.8%
##############################################################            87.1%
##############################################################            87.4%
###############################################################           87.8%
###############################################################           88.1%
###############################################################           88.4%
###############################################################           88.6%
################################################################          88.9%
################################################################          89.2%
- 
################################################################          89.5%
################################################################          89.9%
################################################################          90.2%
#################################################################         90.4%
#################################################################         90.9%
#################################################################         91.2%
#################################################################         91.4%
##################################################################        91.7%
##################################################################        92.0%
##################################################################        92.3%
- 
##################################################################        92.6%
##################################################################        93.0%
###################################################################       93.3%
###################################################################       93.6%
###################################################################       93.9%
###################################################################       94.2%
###################################################################       94.4%
####################################################################      94.9%
####################################################################      95.1%
####################################################################      95.4%
####################################################################      95.7%
- 
#####################################################################     96.0%
#####################################################################     96.4%
#####################################################################     96.7%
#####################################################################     97.0%
######################################################################    97.3%
######################################################################    97.5%
######################################################################    97.8%
######################################################################    98.2%
######################################################################    98.5%
#######################################################################   98.8%
#######################################################################   99.1%
- 
#######################################################################   99.4%
#######################################################################   99.6%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.4.el_capitan.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.
2025-06-22 15:12.32 ---> saved as "956348c80e4e6a06407e0a69c50217aaa9daf028750bcf0a8277da66ef07b6e8"

/: (run (shell "opam pin add -k version -yn libirmin.3.11.0 3.11.0"))
libirmin is now pinned to version 3.11.0
2025-06-22 15:12.34 ---> saved as "301a06da46414e5a34fa6d9402778bf5499cf5aa34309e2097a3251e4204e2a0"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall libirmin.3.11.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\" != 'libirmin.3.11.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
[ERROR] libirmin = 3.11.0: unmet availability conditions: 'arch != "arm64" & arch != "s390x" & os != "macos"'
"/usr/bin/env" "bash" "-c" "opam reinstall libirmin.3.11.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" != 'libirmin.3.11.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 5
2025-06-22 15:12.57: Job failed: Failed: Build failed
2025-06-22 15:12.57: Log analysis:
2025-06-22 15:12.57: >>> 
[ERROR] libirmin = 3.11.0: unmet availability conditions: 'arch != "arm64" & arch != "s390x" & os != "macos"'
 (score = 100)
2025-06-22 15:12.57: [SKIP] Package not available