(for PR #26991)

2025-04-03 11:36.10: New job: build conf-gcc-multilib.1.0, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/26991/head (3500c88614e8805aed82ce8c2bd2cee803e97b69)
                              on macos-homebrew-ocaml-4.14/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/26991/head" && git reset --hard 3500c886
git fetch origin master
git merge --no-edit 020115166033f8d18e08028df022bfc4916eac6e
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
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 conf-gcc-multilib.1.0 1.0
RUN opam reinstall conf-gcc-multilib.1.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" != 'conf-gcc-multilib.1.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-04-03 11:36.10: Using cache hint "macos-homebrew-ocaml-4.14-conf-gcc-multilib.1.0-3500c88614e8805aed82ce8c2bd2cee803e97b69"
2025-04-03 11:36.10: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (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 conf-gcc-multilib.1.0 1.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall conf-gcc-multilib.1.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\" != 'conf-gcc-multilib.1.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-04-03 11:36.10: Waiting for resource in pool OCluster
2025-04-03 11:36.10: Waiting for worker…
2025-04-03 11:36.10: Got resource from pool OCluster
Building on i7-worker-04
Updating files:  28% (6608/22793)
Updating files:  29% (6610/22793)
Updating files:  30% (6838/22793)
Updating files:  31% (7066/22793)
Updating files:  32% (7294/22793)
Updating files:  33% (7522/22793)
Updating files:  34% (7750/22793)
Updating files:  35% (7978/22793)
Updating files:  36% (8206/22793)
Updating files:  37% (8434/22793)
Updating files:  38% (8662/22793)
Updating files:  39% (8890/22793)
Updating files:  40% (9118/22793)
Updating files:  41% (9346/22793)
Updating files:  42% (9574/22793)
Updating files:  43% (9801/22793)
Updating files:  44% (10029/22793)
Updating files:  45% (10257/22793)
Updating files:  46% (10485/22793)
Updating files:  47% (10713/22793)
Updating files:  48% (10941/22793)
Updating files:  49% (11169/22793)
Updating files:  49% (11276/22793)
Updating files:  50% (11397/22793)
Updating files:  51% (11625/22793)
Updating files:  52% (11853/22793)
Updating files:  53% (12081/22793)
Updating files:  54% (12309/22793)
Updating files:  55% (12537/22793)
Updating files:  56% (12765/22793)
Updating files:  57% (12993/22793)
Updating files:  58% (13220/22793)
Updating files:  59% (13448/22793)
Updating files:  60% (13676/22793)
Updating files:  61% (13904/22793)
Updating files:  62% (14132/22793)
Updating files:  63% (14360/22793)
Updating files:  64% (14588/22793)
Updating files:  65% (14816/22793)
Updating files:  66% (15044/22793)
Updating files:  67% (15272/22793)
Updating files:  68% (15500/22793)
Updating files:  69% (15728/22793)
Updating files:  70% (15956/22793)
Updating files:  71% (16184/22793)
Updating files:  71% (16408/22793)
Updating files:  72% (16411/22793)
Updating files:  73% (16639/22793)
Updating files:  74% (16867/22793)
Updating files:  75% (17095/22793)
Updating files:  76% (17323/22793)
Updating files:  77% (17551/22793)
Updating files:  78% (17779/22793)
Updating files:  79% (18007/22793)
Updating files:  80% (18235/22793)
Updating files:  81% (18463/22793)
Updating files:  82% (18691/22793)
Updating files:  83% (18919/22793)
Updating files:  84% (19147/22793)
Updating files:  85% (19375/22793)
Updating files:  86% (19602/22793)
Updating files:  87% (19830/22793)
Updating files:  88% (20058/22793)
Updating files:  89% (20286/22793)
Updating files:  90% (20514/22793)
Updating files:  91% (20742/22793)
Updating files:  92% (20970/22793)
Updating files:  93% (21198/22793)
Updating files:  94% (21426/22793)
Updating files:  95% (21654/22793)
Updating files:  96% (21882/22793)
Updating files:  96% (22090/22793)
Updating files:  97% (22110/22793)
Updating files:  98% (22338/22793)
Updating files:  99% (22566/22793)
Updating files: 100% (22793/22793)
Updating files: 100% (22793/22793), done.
HEAD is now at 70585f6a25 Merge commit '8f78ac65ee262835b31990fcdf159b4ccdca7c5f'
HEAD is now at 0201151660 Merge pull request #27703 from codinuum/diffast-20250403a
Merge made by the 'ort' strategy.
 .../conf-gcc-multilib/conf-gcc-multilib.1.0/opam   | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 packages/conf-gcc-multilib/conf-gcc-multilib.1.0/opam

(from macos-homebrew-ocaml-4.14)
2025-04-03 11:36.26 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-04-03 11:36.27 ---> using "133faf6477bb7d579f4909c1f9ea81a7b33e8728123c32f7ba0f1532c2d3d002" 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-04-03 11:36.27 ---> using "ef3d87c6398c801c10cf5a6d93f8ba7a7aca8d0c6db9fa9fa49b79f0f9e94e2e" 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=14.4.1
# 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       4.14.2
# invariant            ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2025-04-03 11:36.27 ---> using "ac863649c8b1638b67aad7aed774fd3a3fe5d0b0e5eb7991274454937cf65d01" 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-04-03 11:36.28 ---> using "5431cbcc658e0d18f1e86a42b7295d7baef82e74db465ab87f8a15ba49194dde" from cache

/: (copy (src .) (dst opam-repository/))
2025-04-03 11:36.43 ---> saved as "73a8975b920e06ab4170fd56b19ac475461bc04bc21fac8faf63f86d442e0d20"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-04-03 11:37.11 ---> saved as "487d1d4fb25ef1c5f0da8b4937a1f3d1882e9963e97b48f36d058b3199822cf2"

/: (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:4ffc8607e08e9bd536f1df71643b2ecb4cea1a15be9226f297008bc34d0bc8e2
- #=#=#                                                                         

                                                                           0.1%
                                                                           1.2%
#                                                                          2.2%
##                                                                         3.0%
##                                                                         3.9%
###                                                                        4.8%
- 
####                                                                       5.6%
####                                                                       6.5%
#####                                                                      7.4%
#####                                                                      8.0%
######                                                                     8.4%
######                                                                     8.8%
######                                                                     9.3%
#######                                                                    9.8%
#######                                                                   10.3%
#######                                                                   10.7%
########                                                                  11.1%
- 
########                                                                  11.6%
########                                                                  12.0%
#########                                                                 12.6%
#########                                                                 13.0%
#########                                                                 13.5%
##########                                                                13.9%
##########                                                                14.5%
##########                                                                14.9%
###########                                                               15.3%
###########                                                               15.9%
###########                                                               16.3%
- 
############                                                              16.8%
############                                                              17.2%
############                                                              17.7%
#############                                                             18.1%
#############                                                             18.7%
#############                                                             19.1%
##############                                                            19.5%
##############                                                            20.0%
##############                                                            20.4%
###############                                                           21.0%
###############                                                           21.4%
- 
###############                                                           21.8%
################                                                          22.3%
################                                                          22.7%
################                                                          23.2%
################                                                          23.6%
#################                                                         24.0%
#################                                                         24.6%
##################                                                        25.0%
##################                                                        25.5%
##################                                                        26.0%
###################                                                       26.5%
- 
###################                                                       26.9%
###################                                                       27.3%
####################                                                      27.8%
####################                                                      28.4%
####################                                                      28.8%
#####################                                                     29.2%
#####################                                                     29.7%
#####################                                                     30.1%
#####################                                                     30.5%
######################                                                    31.1%
######################                                                    31.5%
- 
#######################                                                   32.0%
#######################                                                   32.4%
#######################                                                   32.8%
########################                                                  33.4%
########################                                                  33.9%
########################                                                  34.3%
#########################                                                 34.9%
#########################                                                 35.3%
#########################                                                 35.7%
##########################                                                36.2%
- 
##########################                                                36.6%
##########################                                                37.2%
###########################                                               37.6%
###########################                                               38.1%
###########################                                               38.5%
############################                                              38.9%
############################                                              39.4%
############################                                              39.9%
#############################                                             40.4%
#############################                                             40.8%
#############################                                             41.2%
- 
##############################                                            41.7%
##############################                                            42.1%
##############################                                            42.7%
###############################                                           43.1%
###############################                                           43.6%
###############################                                           44.0%
################################                                          44.6%
################################                                          45.0%
################################                                          45.4%
#################################                                         45.9%
#################################                                         46.4%
- 
#################################                                         46.9%
##################################                                        47.3%
##################################                                        47.7%
##################################                                        48.2%
###################################                                       48.6%
###################################                                       49.2%
###################################                                       49.6%
####################################                                      50.1%
####################################                                      50.5%
####################################                                      50.9%
#####################################                                     51.5%
- 
#####################################                                     52.1%
#####################################                                     52.5%
######################################                                    53.0%
######################################                                    53.4%
######################################                                    53.8%
#######################################                                   54.3%
#######################################                                   54.8%
#######################################                                   55.3%
########################################                                  55.7%
########################################                                  56.1%
########################################                                  56.6%
- 
#########################################                                 57.2%
#########################################                                 57.6%
#########################################                                 58.0%
##########################################                                58.5%
##########################################                                59.0%
##########################################                                59.5%
###########################################                               59.9%
###########################################                               60.3%
###########################################                               60.9%
############################################                              61.3%
- 
############################################                              61.8%
############################################                              62.2%
#############################################                             62.7%
#############################################                             63.1%
#############################################                             63.5%
##############################################                            64.1%
##############################################                            64.5%
##############################################                            65.0%
###############################################                           65.5%
###############################################                           66.0%
###############################################                           66.4%
- 
################################################                          67.0%
################################################                          67.4%
################################################                          67.9%
#################################################                         68.3%
#################################################                         68.7%
#################################################                         69.3%
##################################################                        69.7%
##################################################                        70.2%
##################################################                        70.6%
###################################################                       71.0%
- 
###################################################                       71.5%
###################################################                       71.9%
####################################################                      72.5%
####################################################                      72.9%
####################################################                      73.4%
#####################################################                     73.9%
#####################################################                     74.4%
#####################################################                     74.8%
######################################################                    75.2%
######################################################                    75.8%
######################################################                    76.3%
- 
#######################################################                   76.7%
#######################################################                   77.3%
#######################################################                   77.7%
########################################################                  78.1%
########################################################                  78.7%
########################################################                  79.1%
#########################################################                 79.6%
#########################################################                 80.0%
#########################################################                 80.4%
##########################################################                80.9%
##########################################################                81.5%
- 
##########################################################                81.9%
###########################################################               82.3%
###########################################################               82.9%
############################################################              83.3%
############################################################              83.8%
############################################################              84.2%
############################################################              84.6%
#############################################################             85.2%
#############################################################             85.7%
#############################################################             86.1%
##############################################################            86.5%
- 
##############################################################            87.0%
##############################################################            87.4%
###############################################################           88.0%
###############################################################           88.4%
################################################################          89.0%
################################################################          89.4%
################################################################          89.9%
#################################################################         90.3%
#################################################################         90.9%
#################################################################         91.3%
- 
##################################################################        91.7%
##################################################################        92.2%
##################################################################        92.7%
###################################################################       93.2%
###################################################################       93.6%
###################################################################       94.0%
####################################################################      94.5%
####################################################################      94.9%
####################################################################      95.5%
#####################################################################     95.9%
#####################################################################     96.4%
- 
#####################################################################     96.8%
######################################################################    97.2%
######################################################################    97.7%
######################################################################    98.2%
#######################################################################   98.7%
#######################################################################   99.1%
#######################################################################   99.5%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.3.7.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-04-03 11:38.19 ---> saved as "f179c10d8099eace12668d7bb4580a0a9a0727500ff6a20f0cd8b26de989cec5"

/: (run (shell "opam pin add -k version -yn conf-gcc-multilib.1.0 1.0"))
conf-gcc-multilib is now pinned to version 1.0
2025-04-03 11:38.21 ---> saved as "0f6105c03fa519c9d7894d6b70be6bca287a7c893d9dc02f6497e408167bda05"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall conf-gcc-multilib.1.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\" != 'conf-gcc-multilib.1.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
conf-gcc-multilib.1.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 1 package
  - install conf-gcc-multilib 1.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-gcc-multilib.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-04-03 11:38.35 ---> saved as "46d68d199847fef83bbc24c0abc4d61d46c1f08d2042829573e239450a404f23"
Job succeeded
2025-04-03 11:38.48: Job succeeded