(for PR #27800)

2025-04-23 15:17.18: New job: build posix-socket-unix.3.0.0, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27800/head (5b6ebfd029cf12f26c671d54d7e22ba99f04b085)
                              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/27800/head" && git reset --hard 5b6ebfd0
git fetch origin master
git merge --no-edit 8106bcf57fc33218275bbf0d02e725f4e9fcd0f6
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 posix-socket-unix.3.0.0 3.0.0
RUN opam reinstall posix-socket-unix.3.0.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" != 'posix-socket-unix.3.0.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-23 15:17.18: Using cache hint "macos-homebrew-ocaml-5.3-posix-socket-unix.3.0.0-5b6ebfd029cf12f26c671d54d7e22ba99f04b085"
2025-04-23 15:17.18: 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 posix-socket-unix.3.0.0 3.0.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall posix-socket-unix.3.0.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\" != 'posix-socket-unix.3.0.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-23 15:17.18: Waiting for resource in pool OCluster
2025-04-23 15:17.21: Waiting for worker…
2025-04-23 15:24.43: Got resource from pool OCluster
Building on i7-worker-04
All commits already cached
Updating files:   3% (747/22942)
Updating files:   4% (918/22942)
Updating files:   5% (1148/22942)
Updating files:   6% (1377/22942)
Updating files:   7% (1606/22942)
Updating files:   8% (1836/22942)
Updating files:   9% (2065/22942)
Updating files:  10% (2295/22942)
Updating files:  10% (2497/22942)
Updating files:  11% (2524/22942)
Updating files:  12% (2754/22942)
Updating files:  13% (2983/22942)
Updating files:  14% (3212/22942)
Updating files:  15% (3442/22942)
Updating files:  16% (3671/22942)
Updating files:  17% (3901/22942)
Updating files:  18% (4130/22942)
Updating files:  19% (4359/22942)
Updating files:  20% (4589/22942)
Updating files:  21% (4818/22942)
Updating files:  22% (5048/22942)
Updating files:  23% (5277/22942)
Updating files:  24% (5507/22942)
Updating files:  25% (5736/22942)
Updating files:  26% (5965/22942)
Updating files:  27% (6195/22942)
Updating files:  28% (6424/22942)
Updating files:  28% (6553/22942)
Updating files:  29% (6654/22942)
Updating files:  30% (6883/22942)
Updating files:  31% (7113/22942)
Updating files:  32% (7342/22942)
Updating files:  33% (7571/22942)
Updating files:  34% (7801/22942)
Updating files:  35% (8030/22942)
Updating files:  36% (8260/22942)
Updating files:  37% (8489/22942)
Updating files:  38% (8718/22942)
Updating files:  39% (8948/22942)
Updating files:  40% (9177/22942)
Updating files:  41% (9407/22942)
Updating files:  42% (9636/22942)
Updating files:  43% (9866/22942)
Updating files:  44% (10095/22942)
Updating files:  45% (10324/22942)
Updating files:  46% (10554/22942)
Updating files:  46% (10577/22942)
Updating files:  47% (10783/22942)
Updating files:  48% (11013/22942)
Updating files:  49% (11242/22942)
Updating files:  50% (11471/22942)
Updating files:  51% (11701/22942)
Updating files:  52% (11930/22942)
Updating files:  53% (12160/22942)
Updating files:  54% (12389/22942)
Updating files:  55% (12619/22942)
Updating files:  56% (12848/22942)
Updating files:  57% (13077/22942)
Updating files:  58% (13307/22942)
Updating files:  59% (13536/22942)
Updating files:  60% (13766/22942)
Updating files:  61% (13995/22942)
Updating files:  61% (14110/22942)
Updating files:  62% (14225/22942)
Updating files:  63% (14454/22942)
Updating files:  64% (14683/22942)
Updating files:  65% (14913/22942)
Updating files:  66% (15142/22942)
Updating files:  67% (15372/22942)
Updating files:  68% (15601/22942)
Updating files:  69% (15830/22942)
Updating files:  70% (16060/22942)
Updating files:  71% (16289/22942)
Updating files:  72% (16519/22942)
Updating files:  73% (16748/22942)
Updating files:  74% (16978/22942)
Updating files:  75% (17207/22942)
Updating files:  76% (17436/22942)
Updating files:  77% (17666/22942)
Updating files:  78% (17895/22942)
Updating files:  78% (18065/22942)
Updating files:  79% (18125/22942)
Updating files:  80% (18354/22942)
Updating files:  81% (18584/22942)
Updating files:  82% (18813/22942)
Updating files:  83% (19042/22942)
Updating files:  84% (19272/22942)
Updating files:  85% (19501/22942)
Updating files:  86% (19731/22942)
Updating files:  87% (19960/22942)
Updating files:  88% (20189/22942)
Updating files:  89% (20419/22942)
Updating files:  90% (20648/22942)
Updating files:  91% (20878/22942)
Updating files:  92% (21107/22942)
Updating files:  93% (21337/22942)
Updating files:  94% (21566/22942)
Updating files:  95% (21795/22942)
Updating files:  96% (22025/22942)
Updating files:  97% (22254/22942)
Updating files:  98% (22484/22942)
Updating files:  99% (22713/22942)
Updating files: 100% (22942/22942)
Updating files: 100% (22942/22942), done.
HEAD is now at 8106bcf57f Merge pull request #27808 from Octachron/Ocaml_5.4.0_branching
Merge made by the 'ort' strategy.
 .../liquidsoap-core/liquidsoap-core.2.3.0/opam     |  2 +-
 packages/liquidsoap/liquidsoap.2.3.1/opam          |  2 +-
 packages/liquidsoap/liquidsoap.2.3.2/opam          |  2 +-
 packages/posix-bindings/posix-bindings.3/opam      | 44 ++++++++++++++++++++++
 .../posix-socket-unix/posix-socket-unix.3.0.0/opam | 44 ++++++++++++++++++++++
 packages/posix-socket/posix-socket.3.0.0/opam      | 43 +++++++++++++++++++++
 packages/srt/srt.0.2.0/opam                        |  9 +++--
 packages/srt/srt.0.2.1/opam                        |  9 +++--
 packages/srt/srt.0.2.2/opam                        | 10 +++--
 packages/srt/srt.0.3.0/opam                        | 10 +++--
 packages/srt/srt.0.3.1/opam                        |  4 +-
 packages/srt/srt.0.3.2/opam                        |  4 +-
 packages/srt/srt.0.3.3/opam                        |  3 +-
 13 files changed, 166 insertions(+), 20 deletions(-)
 create mode 100644 packages/posix-bindings/posix-bindings.3/opam
 create mode 100644 packages/posix-socket-unix/posix-socket-unix.3.0.0/opam
 create mode 100644 packages/posix-socket/posix-socket.3.0.0/opam

(from macos-homebrew-ocaml-5.3)
2025-04-23 15:24.52 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-04-23 15:24.52 ---> 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-04-23 15:24.52 ---> 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=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       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-04-23 15:24.53 ---> 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-04-23 15:24.53 ---> using "30332a7c2ac1a8ef60b47b6542aab2c86d16592008aab0760c9c2da8824ae6fb" from cache

/: (copy (src .) (dst opam-repository/))
2025-04-23 15:25.01 ---> using "74f9ca1175588c344907a64bcc76a4e121d7afafcca853d021a6b44181bf86b1" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-04-23 15:25.01 ---> using "2317844a8f031a5a679652e3a716f3b5ac49b5ff81f059046225fcbaee9c3c6b" from cache

/: (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:ef0bc1da0f381f61f3e1fbc1abaf7616f66d1e2fff5eff3682645f966077392d
- #=#=#                                                                         
- 
                                                                           0.6%
                                                                           0.7%
                                                                           1.2%
#                                                                          1.4%
#                                                                          1.6%
- 
#                                                                          1.7%
#                                                                          1.9%
#                                                                          2.0%
#                                                                          2.2%
#                                                                          2.2%
#                                                                          2.4%
#                                                                          2.5%
##                                                                         2.8%
- 
##                                                                         3.0%
##                                                                         3.1%
##                                                                         3.3%
##                                                                         3.4%
##                                                                         3.5%
##                                                                         3.7%
##                                                                         3.8%
##                                                                         4.0%
##                                                                         4.1%
###                                                                        4.3%
- 
###                                                                        4.5%
###                                                                        4.6%
###                                                                        4.8%
###                                                                        4.9%
###                                                                        5.1%
###                                                                        5.2%
###                                                                        5.4%
###                                                                        5.5%
####                                                                       5.7%
####                                                                       5.8%
- 
####                                                                       5.9%
####                                                                       6.1%
####                                                                       6.2%
####                                                                       6.4%
####                                                                       6.5%
####                                                                       6.7%
####                                                                       6.8%
#####                                                                      6.9%
#####                                                                      7.1%
#####                                                                      7.2%
- 
#####                                                                      7.4%
#####                                                                      7.7%
#####                                                                      7.8%
#####                                                                      8.0%
#####                                                                      8.1%
#####                                                                      8.2%
######                                                                     8.4%
######                                                                     8.5%
######                                                                     8.7%
######                                                                     8.8%
- 
######                                                                     9.0%
######                                                                     9.3%
######                                                                     9.4%
######                                                                     9.6%
#######                                                                    9.8%
#######                                                                    9.9%
#######                                                                   10.2%
#######                                                                   10.4%
#######                                                                   10.5%
#######                                                                   10.7%
- 
#######                                                                   10.9%
#######                                                                   11.1%
########                                                                  11.4%
########                                                                  11.5%
########                                                                  11.7%
########                                                                  11.9%
########                                                                  12.2%
########                                                                  12.4%
#########                                                                 12.7%
#########                                                                 12.8%
#########                                                                 13.1%
- 
#########                                                                 13.2%
#########                                                                 13.5%
#########                                                                 13.8%
##########                                                                14.0%
##########                                                                14.3%
##########                                                                14.5%
##########                                                                14.8%
##########                                                                14.9%
##########                                                                15.2%
###########                                                               15.5%
###########                                                               15.6%
- 
###########                                                               15.9%
###########                                                               16.2%
###########                                                               16.4%
###########                                                               16.7%
############                                                              16.9%
############                                                              17.1%
############                                                              17.4%
############                                                              17.5%
############                                                              17.8%
############                                                              18.0%
#############                                                             18.2%
- 
#############                                                             18.5%
#############                                                             18.7%
#############                                                             19.0%
#############                                                             19.3%
#############                                                             19.4%
##############                                                            19.7%
##############                                                            20.0%
##############                                                            20.1%
##############                                                            20.4%
##############                                                            20.5%
- 
###############                                                           20.8%
###############                                                           21.1%
###############                                                           21.3%
###############                                                           21.6%
###############                                                           21.8%
###############                                                           21.9%
################                                                          22.2%
################                                                          22.5%
################                                                          22.7%
################                                                          23.0%
################                                                          23.1%
- 
################                                                          23.4%
#################                                                         23.7%
#################                                                         23.8%
#################                                                         24.1%
#################                                                         24.3%
#################                                                         24.5%
#################                                                         24.8%
#################                                                         25.0%
##################                                                        25.3%
##################                                                        25.5%
##################                                                        25.7%
- 
##################                                                        26.0%
##################                                                        26.3%
###################                                                       26.4%
###################                                                       26.7%
###################                                                       26.9%
###################                                                       27.1%
###################                                                       27.4%
###################                                                       27.5%
####################                                                      27.8%
####################                                                      28.0%
- 
####################                                                      28.2%
####################                                                      28.5%
####################                                                      28.7%
####################                                                      29.0%
####################                                                      29.1%
#####################                                                     29.4%
#####################                                                     29.7%
#####################                                                     29.8%
#####################                                                     30.1%
#####################                                                     30.4%
#####################                                                     30.5%
- 
######################                                                    30.8%
######################                                                    31.0%
######################                                                    31.3%
######################                                                    31.6%
######################                                                    31.7%
#######################                                                   31.9%
#######################                                                   32.2%
#######################                                                   32.4%
#######################                                                   32.7%
#######################                                                   33.0%
#######################                                                   33.1%
- 
########################                                                  33.4%
########################                                                  33.5%
########################                                                  33.8%
########################                                                  34.1%
########################                                                  34.3%
########################                                                  34.5%
########################                                                  34.7%
#########################                                                 35.0%
#########################                                                 35.3%
#########################                                                 35.4%
#########################                                                 35.7%
- 
#########################                                                 35.8%
##########################                                                36.1%
##########################                                                36.4%
##########################                                                36.6%
##########################                                                36.8%
##########################                                                37.1%
##########################                                                37.3%
###########################                                               37.6%
###########################                                               37.7%
###########################                                               38.0%
###########################                                               38.1%
- 
###########################                                               38.4%
###########################                                               38.7%
############################                                              39.0%
############################                                              39.1%
############################                                              39.4%
############################                                              39.7%
############################                                              39.8%
############################                                              40.1%
#############################                                             40.4%
#############################                                             40.5%
#############################                                             40.8%
- 
#############################                                             41.0%
#############################                                             41.3%
#############################                                             41.6%
##############################                                            41.8%
##############################                                            42.0%
##############################                                            42.3%
##############################                                            42.6%
##############################                                            42.7%
##############################                                            43.0%
###############################                                           43.1%
- 
###############################                                           43.4%
###############################                                           43.7%
###############################                                           43.9%
###############################                                           44.1%
###############################                                           44.4%
################################                                          44.5%
################################                                          44.8%
################################                                          45.1%
################################                                          45.3%
################################                                          45.5%
################################                                          45.7%
- 
#################################                                         46.0%
#################################                                         46.3%
#################################                                         46.4%
#################################                                         46.7%
#################################                                         47.0%
##################################                                        47.3%
##################################                                        47.4%
##################################                                        47.7%
##################################                                        48.0%
##################################                                        48.1%
- 
##################################                                        48.4%
###################################                                       48.7%
###################################                                       48.9%
###################################                                       49.1%
###################################                                       49.4%
###################################                                       49.7%
###################################                                       49.8%
####################################                                      50.1%
####################################                                      50.4%
####################################                                      50.7%
- 
####################################                                      50.8%
####################################                                      51.1%
#####################################                                     51.4%
#####################################                                     51.6%
#####################################                                     51.8%
#####################################                                     52.1%
#####################################                                     52.3%
#####################################                                     52.6%
######################################                                    52.9%
######################################                                    53.0%
######################################                                    53.3%
- 
######################################                                    53.6%
######################################                                    53.9%
######################################                                    54.0%
#######################################                                   54.2%
#######################################                                   54.5%
#######################################                                   54.7%
#######################################                                   55.0%
#######################################                                   55.1%
#######################################                                   55.4%
########################################                                  55.7%
- 
########################################                                  56.0%
########################################                                  56.1%
########################################                                  56.3%
########################################                                  56.6%
########################################                                  56.9%
#########################################                                 57.2%
#########################################                                 57.3%
#########################################                                 57.6%
#########################################                                 57.7%
#########################################                                 58.0%
#########################################                                 58.3%
- 
##########################################                                58.6%
##########################################                                58.7%
##########################################                                59.0%
##########################################                                59.3%
##########################################                                59.5%
###########################################                               59.8%
###########################################                               60.0%
###########################################                               60.2%
###########################################                               60.5%
###########################################                               60.8%
- 
###########################################                               60.9%
############################################                              61.2%
############################################                              61.4%
############################################                              61.7%
############################################                              61.9%
############################################                              62.2%
############################################                              62.5%
#############################################                             62.7%
#############################################                             62.9%
#############################################                             63.2%
- 
#############################################                             63.5%
#############################################                             63.6%
##############################################                            63.9%
##############################################                            64.2%
##############################################                            64.3%
##############################################                            64.6%
##############################################                            64.8%
##############################################                            65.0%
###############################################                           65.3%
###############################################                           65.6%
###############################################                           65.8%
- 
###############################################                           66.1%
###############################################                           66.3%
###############################################                           66.6%
################################################                          66.7%
################################################                          67.0%
################################################                          67.3%
################################################                          67.4%
################################################                          67.7%
################################################                          68.0%
#################################################                         68.3%
- 
#################################################                         68.5%
#################################################                         68.7%
#################################################                         69.0%
#################################################                         69.2%
##################################################                        69.5%
##################################################                        69.8%
##################################################                        69.9%
##################################################                        70.2%
##################################################                        70.5%
##################################################                        70.6%
###################################################                       70.9%
- 
###################################################                       71.2%
###################################################                       71.6%
###################################################                       71.9%
###################################################                       72.2%
####################################################                      72.4%
####################################################                      72.7%
####################################################                      73.2%
####################################################                      73.5%
#####################################################                     73.7%
#####################################################                     74.0%
#####################################################                     74.3%
- 
#####################################################                     74.6%
#####################################################                     74.9%
######################################################                    75.2%
######################################################                    75.6%
######################################################                    75.9%
######################################################                    76.3%
#######################################################                   76.8%
#######################################################                   77.2%
#######################################################                   77.6%
########################################################                  78.1%
########################################################                  78.6%
- 
########################################################                  79.0%
#########################################################                 79.5%
#########################################################                 79.9%
#########################################################                 80.3%
##########################################################                80.9%
##########################################################                81.5%
###########################################################               82.3%
############################################################              83.4%
############################################################              84.2%
#############################################################             85.2%
#############################################################             86.1%
- 
##############################################################            87.1%
###############################################################           87.9%
###############################################################           88.8%
################################################################          89.6%
#################################################################         90.6%
#################################################################         91.5%
##################################################################        92.3%
###################################################################       93.2%
###################################################################       94.2%
####################################################################      95.1%
#####################################################################     96.0%
- 
#####################################################################     96.9%
######################################################################    97.9%
#######################################################################   98.8%
#######################################################################   99.7%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.3.8.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-23 15:25.02 ---> using "db7423028536c97fb4ef30eb69cc646e4eafc92e3535977fb352b3f2434b4fcc" from cache

/: (run (shell "opam pin add -k version -yn posix-socket-unix.3.0.0 3.0.0"))
posix-socket-unix is now pinned to version 3.0.0
2025-04-23 15:25.04 ---> saved as "fcbd7bfd507c3be642bc61841fa20fedc2804fccc272c1f5f42dd02a32435019"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall posix-socket-unix.3.0.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\" != 'posix-socket-unix.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
posix-socket-unix.3.0.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 12 packages
  - install bigarray-compat   1.1.0          [required by ctypes]
  - install csexp             1.5.2          [required by dune-configurator]
  - install ctypes            0.23.0         [required by posix-socket-unix]
  - install dune              3.18.1         [required by posix-socket-unix]
  - install dune-configurator 3.18.1         [required by ctypes, posix-socket]
  - install integers          0.7.0          [required by posix-base, ctypes, unix-errno]
  - install posix-base        2.2.0          [required by posix-socket-unix]
  - install posix-socket      3.0.0          [required by posix-socket-unix]
  - install posix-socket-unix 3.0.0 (pinned)
  - install result            1.5            [required by unix-errno]
  - install stdlib-shims      0.3.0          [required by integers]
  - install unix-errno        0.6.2          [required by posix-socket-unix]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.23.0  (cached)
-> retrieved dune.3.18.1, dune-configurator.3.18.1  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved posix-base.2.2.0  (cached)
-> retrieved posix-socket.3.0.0, posix-socket-unix.3.0.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved unix-errno.0.6.2  (cached)
-> installed dune.3.18.1
-> installed stdlib-shims.0.3.0
-> installed bigarray-compat.1.1.0
-> installed result.1.5
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed dune-configurator.3.18.1
-> installed ctypes.0.23.0
-> installed posix-base.2.2.0
-> installed unix-errno.0.6.2
-> installed posix-socket.3.0.0
-> installed posix-socket-unix.3.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-04-23 15:26.37 ---> saved as "686c256ffdf61ee256e31c801f5909702622d16655d0bc29e579a79e0730fb19"
Job succeeded
2025-04-23 15:26.57: Job succeeded