(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/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/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 m1-worker-01
Updating files:  55% (12706/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:  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:  97% (22110/22793)
Updating files:  97% (22252/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 690b9a700f Package smtml.0.6.2
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.22 ---> 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.22 ---> 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.22 ---> 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=arm64 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                 7
# repositories         1 (version-controlled)
# pinned               0
# current-switch       4.14.2
# invariant            ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2025-04-03 11:36.23 ---> 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.23 ---> using "5431cbcc658e0d18f1e86a42b7295d7baef82e74db465ab87f8a15ba49194dde" from cache

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

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

/: (run (network host)
        (shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:d9faa506c014dedc0b034a68103ba75c9a58242f4d6c67b6ca0f649c39602bcf
- #=#=#                                                                         

                                                                           0.3%
                                                                           0.8%
#                                                                          1.5%
#                                                                          2.0%
#                                                                          2.5%
##                                                                         3.6%
###                                                                        4.2%
- 
###                                                                        4.6%
###                                                                        5.0%
###                                                                        5.4%
####                                                                       6.0%
####                                                                       6.4%
####                                                                       6.9%
#####                                                                      7.4%
#####                                                                      7.8%
#####                                                                      8.2%
######                                                                     8.8%
- 
######                                                                     9.2%
######                                                                     9.6%
#######                                                                   10.0%
#######                                                                   10.5%
#######                                                                   10.9%
########                                                                  11.4%
########                                                                  11.8%
########                                                                  12.1%
#########                                                                 12.6%
#########                                                                 13.0%
#########                                                                 13.3%
- 
#########                                                                 13.9%
##########                                                                14.3%
##########                                                                14.7%
##########                                                                15.1%
###########                                                               15.4%
###########                                                               15.7%
###########                                                               15.9%
###########                                                               16.4%
###########                                                               16.6%
############                                                              16.9%
############                                                              17.3%
- 
############                                                              17.6%
############                                                              17.9%
#############                                                             18.2%
#############                                                             18.4%
#############                                                             18.7%
#############                                                             19.0%
#############                                                             19.3%
##############                                                            19.6%
##############                                                            19.8%
##############                                                            20.1%
##############                                                            20.4%
- 
##############                                                            20.7%
###############                                                           21.1%
###############                                                           21.4%
###############                                                           21.6%
###############                                                           21.9%
###############                                                           22.2%
################                                                          22.5%
################                                                          22.7%
################                                                          22.9%
################                                                          23.2%
################                                                          23.4%
- 
################                                                          23.6%
#################                                                         23.9%
#################                                                         24.1%
#################                                                         24.3%
#################                                                         24.6%
#################                                                         24.8%
#################                                                         25.0%
##################                                                        25.3%
##################                                                        25.4%
##################                                                        25.7%
##################                                                        26.0%
- 
##################                                                        26.1%
##################                                                        26.4%
###################                                                       26.6%
###################                                                       26.7%
###################                                                       27.0%
###################                                                       27.3%
###################                                                       27.6%
###################                                                       27.7%
####################                                                      28.0%
####################                                                      28.3%
- 
####################                                                      28.4%
####################                                                      28.7%
####################                                                      28.8%
####################                                                      29.1%
#####################                                                     29.4%
#####################                                                     29.5%
#####################                                                     29.8%
#####################                                                     30.0%
#####################                                                     30.2%
#####################                                                     30.5%
######################                                                    30.7%
- 
######################                                                    30.9%
######################                                                    31.2%
######################                                                    31.4%
######################                                                    31.6%
######################                                                    31.9%
#######################                                                   32.0%
#######################                                                   32.3%
#######################                                                   32.6%
#######################                                                   32.7%
#######################                                                   33.0%
#######################                                                   33.1%
- 
########################                                                  33.4%
########################                                                  33.7%
########################                                                  33.8%
########################                                                  34.1%
########################                                                  34.4%
########################                                                  34.5%
#########################                                                 34.8%
#########################                                                 35.1%
#########################                                                 35.2%
#########################                                                 35.5%
#########################                                                 35.6%
- 
#########################                                                 35.9%
#########################                                                 36.1%
##########################                                                36.3%
##########################                                                36.6%
##########################                                                36.8%
##########################                                                37.0%
##########################                                                37.3%
###########################                                               37.6%
###########################                                               37.7%
###########################                                               38.0%
- 
###########################                                               38.3%
###########################                                               38.4%
###########################                                               38.7%
############################                                              39.0%
############################                                              39.1%
############################                                              39.4%
############################                                              39.7%
############################                                              39.9%
############################                                              40.1%
#############################                                             40.4%
#############################                                             40.6%
- 
#############################                                             40.8%
#############################                                             41.1%
#############################                                             41.3%
#############################                                             41.5%
##############################                                            41.7%
##############################                                            41.9%
##############################                                            42.2%
##############################                                            42.4%
##############################                                            42.6%
##############################                                            42.9%
- 
###############################                                           43.1%
###############################                                           43.2%
###############################                                           43.5%
###############################                                           43.8%
###############################                                           44.1%
###############################                                           44.2%
################################                                          44.5%
################################                                          44.6%
################################                                          44.9%
################################                                          45.2%
################################                                          45.3%
- 
################################                                          45.6%
################################                                          45.8%
#################################                                         46.0%
#################################                                         46.3%
#################################                                         46.5%
#################################                                         46.7%
#################################                                         47.0%
#################################                                         47.2%
##################################                                        47.4%
##################################                                        47.6%
##################################                                        47.9%
##################################                                        48.1%
- 
##################################                                        48.4%
##################################                                        48.5%
###################################                                       48.8%
###################################                                       48.9%
###################################                                       49.2%
###################################                                       49.5%
###################################                                       49.6%
###################################                                       49.9%
####################################                                      50.2%
####################################                                      50.3%
- 
####################################                                      50.6%
####################################                                      50.7%
####################################                                      51.0%
####################################                                      51.3%
#####################################                                     51.4%
#####################################                                     51.7%
#####################################                                     52.0%
#####################################                                     52.1%
#####################################                                     52.4%
#####################################                                     52.7%
- 
######################################                                    52.8%
######################################                                    53.1%
######################################                                    53.4%
######################################                                    53.5%
######################################                                    53.8%
######################################                                    54.1%
#######################################                                   54.2%
#######################################                                   54.5%
#######################################                                   54.8%
#######################################                                   55.0%
#######################################                                   55.2%
- 
#######################################                                   55.3%
########################################                                  55.6%
########################################                                  55.9%
########################################                                  56.0%
########################################                                  56.3%
########################################                                  56.5%
########################################                                  56.7%
#########################################                                 57.0%
#########################################                                 57.2%
#########################################                                 57.4%
- 
#########################################                                 57.7%
#########################################                                 57.9%
#########################################                                 58.1%
##########################################                                58.4%
##########################################                                58.6%
##########################################                                58.8%
##########################################                                59.1%
##########################################                                59.3%
##########################################                                59.5%
##########################################                                59.7%
###########################################                               60.0%
- 
###########################################                               60.2%
###########################################                               60.3%
###########################################                               60.6%
###########################################                               60.9%
############################################                              61.2%
############################################                              61.4%
############################################                              61.7%
############################################                              62.0%
############################################                              62.3%
#############################################                             62.6%
#############################################                             63.0%
- 
#############################################                             63.3%
#############################################                             63.5%
#############################################                             63.8%
##############################################                            64.1%
##############################################                            64.4%
##############################################                            64.8%
##############################################                            64.9%
##############################################                            65.2%
###############################################                           65.5%
###############################################                           65.7%
###############################################                           65.9%
- 
###############################################                           66.2%
###############################################                           66.3%
###############################################                           66.6%
################################################                          66.9%
################################################                          67.0%
################################################                          67.3%
################################################                          67.4%
################################################                          67.7%
################################################                          68.0%
#################################################                         68.2%
#################################################                         68.5%
- 
#################################################                         68.8%
#################################################                         69.1%
#################################################                         69.4%
##################################################                        69.8%
##################################################                        70.1%
##################################################                        70.3%
##################################################                        70.6%
###################################################                       71.0%
###################################################                       71.6%
###################################################                       72.0%
####################################################                      72.4%
- 
####################################################                      72.9%
####################################################                      73.1%
####################################################                      73.4%
#####################################################                     73.7%
#####################################################                     74.0%
#####################################################                     74.2%
#####################################################                     74.7%
#####################################################                     74.9%
######################################################                    75.2%
######################################################                    75.5%
- 
######################################################                    75.8%
######################################################                    76.1%
######################################################                    76.3%
#######################################################                   76.6%
#######################################################                   77.0%
#######################################################                   77.4%
#######################################################                   77.7%
########################################################                  78.0%
########################################################                  78.3%
########################################################                  78.5%
########################################################                  78.8%
- 
#########################################################                 79.2%
#########################################################                 79.5%
#########################################################                 79.8%
#########################################################                 80.1%
#########################################################                 80.4%
##########################################################                80.6%
##########################################################                81.0%
##########################################################                81.3%
##########################################################                81.6%
##########################################################                81.9%
###########################################################               82.3%
- 
###########################################################               82.5%
###########################################################               82.8%
###########################################################               83.1%
############################################################              83.4%
############################################################              83.7%
############################################################              84.1%
############################################################              84.4%
############################################################              84.6%
#############################################################             84.9%
#############################################################             85.2%
#############################################################             85.5%
- 
#############################################################             85.8%
#############################################################             86.0%
##############################################################            86.5%
##############################################################            86.7%
##############################################################            87.0%
##############################################################            87.2%
###############################################################           87.7%
###############################################################           87.9%
###############################################################           88.2%
###############################################################           88.5%
###############################################################           88.8%
- 
################################################################          89.1%
################################################################          89.3%
################################################################          89.6%
################################################################          90.0%
#################################################################         90.3%
#################################################################         90.6%
#################################################################         90.9%
#################################################################         91.2%
#################################################################         91.4%
##################################################################        91.7%
##################################################################        92.1%
- 
##################################################################        92.4%
##################################################################        92.7%
##################################################################        93.0%
###################################################################       93.3%
###################################################################       93.5%
###################################################################       93.9%
###################################################################       94.2%
####################################################################      94.6%
####################################################################      94.9%
####################################################################      95.2%
####################################################################      95.5%
- 
####################################################################      95.7%
#####################################################################     96.0%
#####################################################################     96.3%
#####################################################################     96.7%
#####################################################################     97.0%
######################################################################    97.3%
######################################################################    97.5%
######################################################################    97.8%
######################################################################    98.1%
######################################################################    98.4%
- 
#######################################################################   98.8%
#######################################################################   99.0%
#######################################################################   99.3%
#######################################################################   99.6%
#######################################################################   99.9%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.3.7.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.
2025-04-03 11:37.50 ---> 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:37.51 ---> 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.01 ---> saved as "46d68d199847fef83bbc24c0abc4d61d46c1f08d2042829573e239450a404f23"
Job succeeded
2025-04-03 11:38.08: Job succeeded