(for PR #27909)

2025-05-21 10:50.37: New job: test brr-lwd.0.4, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27909/head (bdf325fc855677978a5a25d9e8000fa32e3f80bb)
                              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/27909/head" && git reset --hard bdf325fc
git fetch origin master
git merge --no-edit f8fd9069a4c50cadaaee12c576dcdd7c2dfe37d3
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 brr-lwd.0.4 0.4
RUN opam reinstall brr-lwd.0.4; \
    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" != 'brr-lwd.0.4' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test brr-lwd.0.4) || true
RUN opam reinstall --with-test --verbose brr-lwd.0.4; \
    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" != 'brr-lwd.0.4' && 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-05-21 10:50.37: Using cache hint "macos-homebrew-ocaml-5.3-brr-lwd.0.4-bdf325fc855677978a5a25d9e8000fa32e3f80bb"
2025-05-21 10:50.37: 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 brr-lwd.0.4 0.4"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall brr-lwd.0.4;\
             \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\" != 'brr-lwd.0.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test brr-lwd.0.4) || true"))
 (run (shell  "opam reinstall --with-test --verbose brr-lwd.0.4;\
             \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\" != 'brr-lwd.0.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-05-21 10:50.37: Waiting for resource in pool OCluster
2025-05-21 10:50.39: Waiting for worker…
2025-05-21 11:02.19: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
Updating files:  29% (6846/23060)
Updating files:  30% (6918/23060)
Updating files:  31% (7149/23060)
Updating files:  32% (7380/23060)
Updating files:  33% (7610/23060)
Updating files:  34% (7841/23060)
Updating files:  35% (8071/23060)
Updating files:  36% (8302/23060)
Updating files:  37% (8533/23060)
Updating files:  38% (8763/23060)
Updating files:  39% (8994/23060)
Updating files:  40% (9224/23060)
Updating files:  41% (9455/23060)
Updating files:  42% (9686/23060)
Updating files:  43% (9916/23060)
Updating files:  44% (10147/23060)
Updating files:  45% (10377/23060)
Updating files:  46% (10608/23060)
Updating files:  47% (10839/23060)
Updating files:  48% (11069/23060)
Updating files:  49% (11300/23060)
Updating files:  50% (11530/23060)
Updating files:  51% (11761/23060)
Updating files:  52% (11992/23060)
Updating files:  53% (12222/23060)
Updating files:  53% (12427/23060)
Updating files:  54% (12453/23060)
Updating files:  55% (12683/23060)
Updating files:  56% (12914/23060)
Updating files:  57% (13145/23060)
Updating files:  58% (13375/23060)
Updating files:  59% (13606/23060)
Updating files:  60% (13836/23060)
Updating files:  61% (14067/23060)
Updating files:  62% (14298/23060)
Updating files:  63% (14528/23060)
Updating files:  64% (14759/23060)
Updating files:  65% (14989/23060)
Updating files:  66% (15220/23060)
Updating files:  67% (15451/23060)
Updating files:  68% (15681/23060)
Updating files:  69% (15912/23060)
Updating files:  70% (16142/23060)
Updating files:  71% (16373/23060)
Updating files:  72% (16604/23060)
Updating files:  73% (16834/23060)
Updating files:  74% (17065/23060)
Updating files:  75% (17295/23060)
Updating files:  76% (17526/23060)
Updating files:  77% (17757/23060)
Updating files:  78% (17987/23060)
Updating files:  79% (18218/23060)
Updating files:  80% (18448/23060)
Updating files:  80% (18666/23060)
Updating files:  81% (18679/23060)
Updating files:  82% (18910/23060)
Updating files:  83% (19140/23060)
Updating files:  84% (19371/23060)
Updating files:  85% (19601/23060)
Updating files:  86% (19832/23060)
Updating files:  87% (20063/23060)
Updating files:  88% (20293/23060)
Updating files:  89% (20524/23060)
Updating files:  90% (20754/23060)
Updating files:  91% (20985/23060)
Updating files:  92% (21216/23060)
Updating files:  93% (21446/23060)
Updating files:  94% (21677/23060)
Updating files:  95% (21907/23060)
Updating files:  96% (22138/23060)
Updating files:  97% (22369/23060)
Updating files:  98% (22599/23060)
Updating files:  99% (22830/23060)
Updating files: 100% (23060/23060)
Updating files: 100% (23060/23060), done.
HEAD is now at f8fd9069a4 Merge pull request #27902 from vscoqbot/opam-publish-vscoq-language-server.2.2.6
Updating f8fd9069a4..bdf325fc85
Fast-forward
 packages/brr-lwd/brr-lwd.0.4/opam             | 39 ++++++++++++++++++++++++++
 packages/lwd/lwd.0.4/opam                     | 39 ++++++++++++++++++++++++++
 packages/nottui-lwt/nottui-lwt.0.4/opam       | 38 +++++++++++++++++++++++++
 packages/nottui-pretty/nottui-pretty.0.4/opam | 37 +++++++++++++++++++++++++
 packages/nottui-unix/nottui-unix.0.4/opam     | 40 +++++++++++++++++++++++++++
 packages/nottui/nottui.0.4/opam               | 39 ++++++++++++++++++++++++++
 packages/tyxml-lwd/tyxml-lwd.0.4/opam         | 39 ++++++++++++++++++++++++++
 7 files changed, 271 insertions(+)
 create mode 100644 packages/brr-lwd/brr-lwd.0.4/opam
 create mode 100644 packages/lwd/lwd.0.4/opam
 create mode 100644 packages/nottui-lwt/nottui-lwt.0.4/opam
 create mode 100644 packages/nottui-pretty/nottui-pretty.0.4/opam
 create mode 100644 packages/nottui-unix/nottui-unix.0.4/opam
 create mode 100644 packages/nottui/nottui.0.4/opam
 create mode 100644 packages/tyxml-lwd/tyxml-lwd.0.4/opam

(from macos-homebrew-ocaml-5.3)
2025-05-21 11:02.25 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-05-21 11:02.25 ---> 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-05-21 11:02.25 ---> 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-05-21 11:02.26 ---> 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-05-21 11:02.26 ---> using "30332a7c2ac1a8ef60b47b6542aab2c86d16592008aab0760c9c2da8824ae6fb" from cache

/: (copy (src .) (dst opam-repository/))
2025-05-21 11:02.28 ---> using "44f54e4474375548df23c7a49a46abbc3de848763cf31b3080b0a2f301fa5d20" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-05-21 11:02.28 ---> using "6eb4dd8f7842d424e7c10554ae64e71c1137e02988c953c78c01192af851ce73" 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:9fd394a40fb1467f89206a9c89c1274d9dc053af688176667a0cac0c3014113f
- #=#=#                                                                          

                                                                           0.1%
- 
                                                                           0.6%
                                                                           1.1%
                                                                           1.3%
#                                                                          1.4%
#                                                                          1.8%
#                                                                          2.0%
- 
#                                                                          2.3%
#                                                                          2.4%
#                                                                          2.5%
##                                                                         2.8%
##                                                                         3.0%
##                                                                         3.3%
##                                                                         3.4%
##                                                                         3.5%
##                                                                         3.8%
##                                                                         4.0%
- 
##                                                                         4.1%
###                                                                        4.4%
###                                                                        4.5%
###                                                                        4.8%
###                                                                        5.0%
###                                                                        5.1%
###                                                                        5.4%
###                                                                        5.5%
####                                                                       5.7%
####                                                                       5.9%
####                                                                       6.1%
- 
####                                                                       6.4%
####                                                                       6.5%
####                                                                       6.7%
####                                                                       6.9%
#####                                                                      7.1%
#####                                                                      7.2%
#####                                                                      7.5%
#####                                                                      7.6%
#####                                                                      7.8%
#####                                                                      8.1%
- 
#####                                                                      8.2%
######                                                                     8.5%
######                                                                     8.6%
######                                                                     8.9%
######                                                                     9.1%
######                                                                     9.3%
######                                                                     9.5%
######                                                                     9.6%
#######                                                                    9.9%
#######                                                                   10.0%
#######                                                                   10.2%
- 
#######                                                                   10.5%
#######                                                                   10.6%
#######                                                                   10.8%
#######                                                                   11.0%
########                                                                  11.2%
########                                                                  11.3%
########                                                                  11.6%
########                                                                  11.7%
########                                                                  11.9%
########                                                                  12.2%
########                                                                  12.3%
- 
########                                                                  12.5%
#########                                                                 12.7%
#########                                                                 12.9%
#########                                                                 13.0%
#########                                                                 13.3%
#########                                                                 13.4%
#########                                                                 13.6%
#########                                                                 13.9%
##########                                                                14.0%
##########                                                                14.2%
##########                                                                14.4%
- 
##########                                                                14.6%
##########                                                                14.7%
##########                                                                15.0%
##########                                                                15.1%
###########                                                               15.3%
###########                                                               15.6%
###########                                                               15.7%
###########                                                               15.8%
###########                                                               16.1%
###########                                                               16.3%
- 
###########                                                               16.6%
############                                                              16.7%
############                                                              16.8%
############                                                              17.1%
############                                                              17.3%
############                                                              17.4%
############                                                              17.7%
############                                                              17.8%
############                                                              18.0%
#############                                                             18.3%
- 
#############                                                             18.4%
#############                                                             18.5%
#############                                                             18.8%
#############                                                             19.0%
#############                                                             19.1%
#############                                                             19.4%
##############                                                            19.5%
##############                                                            19.7%
##############                                                            20.0%
##############                                                            20.1%
##############                                                            20.4%
- 
##############                                                            20.5%
##############                                                            20.7%
###############                                                           20.9%
###############                                                           21.1%
###############                                                           21.4%
###############                                                           21.5%
###############                                                           21.8%
###############                                                           21.9%
###############                                                           22.1%
################                                                          22.4%
- 
################                                                          22.5%
################                                                          22.6%
################                                                          22.9%
################                                                          23.1%
################                                                          23.2%
################                                                          23.5%
#################                                                         23.6%
#################                                                         23.9%
#################                                                         24.1%
#################                                                         24.2%
- 
#################                                                         24.5%
#################                                                         24.6%
#################                                                         24.9%
##################                                                        25.0%
##################                                                        25.2%
##################                                                        25.5%
##################                                                        25.6%
##################                                                        25.9%
##################                                                        26.0%
##################                                                        26.2%
- 
##################                                                        26.3%
###################                                                       26.6%
###################                                                       26.7%
###################                                                       26.9%
###################                                                       27.2%
###################                                                       27.3%
###################                                                       27.6%
###################                                                       27.7%
####################                                                      27.9%
####################                                                      28.2%
####################                                                      28.3%
- 
####################                                                      28.4%
####################                                                      28.7%
####################                                                      28.9%
####################                                                      29.0%
#####################                                                     29.3%
#####################                                                     29.4%
#####################                                                     29.7%
#####################                                                     29.9%
#####################                                                     30.0%
#####################                                                     30.3%
- 
#####################                                                     30.4%
######################                                                    30.6%
######################                                                    30.8%
######################                                                    31.0%
######################                                                    31.1%
######################                                                    31.4%
######################                                                    31.6%
######################                                                    31.7%
#######################                                                   32.0%
#######################                                                   32.1%
#######################                                                   32.4%
- 
#######################                                                   32.5%
#######################                                                   32.8%
#######################                                                   33.0%
#######################                                                   33.1%
########################                                                  33.4%
########################                                                  33.5%
########################                                                  33.7%
########################                                                  34.0%
########################                                                  34.1%
########################                                                  34.2%
- 
########################                                                  34.5%
########################                                                  34.7%
#########################                                                 34.8%
#########################                                                 35.1%
#########################                                                 35.2%
#########################                                                 35.4%
#########################                                                 35.7%
#########################                                                 35.8%
#########################                                                 36.1%
##########################                                                36.2%
##########################                                                36.4%
- 
##########################                                                36.7%
##########################                                                36.8%
##########################                                                36.9%
##########################                                                37.2%
##########################                                                37.4%
##########################                                                37.5%
###########################                                               37.8%
###########################                                               37.9%
###########################                                               38.2%
###########################                                               38.3%
- 
###########################                                               38.5%
###########################                                               38.6%
############################                                              38.9%
############################                                              39.1%
############################                                              39.3%
############################                                              39.5%
############################                                              39.6%
############################                                              39.9%
############################                                              40.0%
############################                                              40.2%
- 
#############################                                             40.5%
#############################                                             40.6%
#############################                                             40.9%
#############################                                             41.0%
#############################                                             41.2%
#############################                                             41.5%
#############################                                             41.6%
##############################                                            41.7%
##############################                                            42.0%
##############################                                            42.2%
- 
##############################                                            42.5%
##############################                                            42.6%
##############################                                            42.7%
##############################                                            43.0%
###############################                                           43.2%
###############################                                           43.4%
###############################                                           43.6%
###############################                                           43.7%
###############################                                           44.0%
###############################                                           44.2%
###############################                                           44.3%
- 
################################                                          44.6%
################################                                          44.7%
################################                                          45.0%
################################                                          45.1%
################################                                          45.3%
################################                                          45.6%
################################                                          45.7%
#################################                                         45.8%
#################################                                         46.1%
#################################                                         46.3%
- 
#################################                                         46.4%
#################################                                         46.7%
#################################                                         46.8%
#################################                                         47.0%
##################################                                        47.3%
##################################                                        47.4%
##################################                                        47.7%
##################################                                        47.8%
##################################                                        48.1%
##################################                                        48.4%
- 
##################################                                        48.5%
###################################                                       48.8%
###################################                                       49.0%
###################################                                       49.2%
###################################                                       49.5%
###################################                                       49.7%
###################################                                       50.0%
####################################                                      50.1%
####################################                                      50.4%
####################################                                      50.7%
####################################                                      50.8%
- 
####################################                                      51.1%
####################################                                      51.4%
#####################################                                     51.5%
#####################################                                     51.8%
#####################################                                     52.1%
#####################################                                     52.2%
#####################################                                     52.5%
######################################                                    52.8%
######################################                                    52.9%
######################################                                    53.2%
######################################                                    53.3%
- 
######################################                                    53.6%
######################################                                    53.9%
######################################                                    54.1%
#######################################                                   54.3%
#######################################                                   54.6%
#######################################                                   54.8%
#######################################                                   55.0%
#######################################                                   55.2%
#######################################                                   55.5%
########################################                                  55.8%
########################################                                  55.9%
- 
########################################                                  56.2%
########################################                                  56.3%
########################################                                  56.6%
########################################                                  56.9%
#########################################                                 57.0%
#########################################                                 57.3%
#########################################                                 57.5%
#########################################                                 57.6%
#########################################                                 57.9%
#########################################                                 58.0%
#########################################                                 58.3%
- 
##########################################                                58.4%
##########################################                                58.7%
##########################################                                58.9%
##########################################                                59.2%
##########################################                                59.4%
##########################################                                59.6%
###########################################                               59.9%
###########################################                               60.0%
###########################################                               60.3%
###########################################                               60.6%
###########################################                               60.8%
- 
###########################################                               61.0%
############################################                              61.3%
############################################                              61.6%
############################################                              61.7%
############################################                              62.0%
############################################                              62.3%
############################################                              62.4%
#############################################                             62.7%
#############################################                             63.0%
#############################################                             63.1%
- 
#############################################                             63.4%
#############################################                             63.5%
#############################################                             63.8%
##############################################                            64.1%
##############################################                            64.2%
##############################################                            64.5%
##############################################                            64.7%
##############################################                            65.1%
###############################################                           65.4%
###############################################                           65.8%
###############################################                           66.2%
- 
###############################################                           66.7%
################################################                          67.6%
#################################################                         68.5%
#################################################                         69.3%
##################################################                        70.2%
###################################################                       71.0%
###################################################                       72.0%
####################################################                      72.9%
#####################################################                     73.7%
#####################################################                     74.7%
######################################################                    75.6%
- 
#######################################################                   76.4%
#######################################################                   77.3%
########################################################                  78.1%
########################################################                  79.0%
#########################################################                 80.0%
##########################################################                80.8%
##########################################################                81.7%
###########################################################               82.5%
############################################################              83.5%
############################################################              84.3%
#############################################################             85.3%
- 
##############################################################            86.2%
##############################################################            87.0%
###############################################################           87.9%
###############################################################           88.4%
################################################################          89.0%
################################################################          89.4%
################################################################          89.9%
#################################################################         90.3%
#################################################################         90.7%
#################################################################         91.1%
##################################################################        91.7%
##################################################################        92.1%
- 
##################################################################        92.5%
###################################################################       93.1%
###################################################################       93.5%
###################################################################       94.0%
###################################################################       94.4%
####################################################################      94.8%
####################################################################      95.2%
####################################################################      95.8%
#####################################################################     96.2%
#####################################################################     96.6%
#####################################################################     97.1%
- 
######################################################################    97.5%
######################################################################    97.9%
######################################################################    98.5%
#######################################################################   98.9%
#######################################################################   99.3%
#######################################################################   99.9%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.3.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-05-21 11:02.29 ---> using "64f850451138940cf512c591cb593a1a7ce632976f7b3ad0e1e6326e96fb7b8e" from cache

/: (run (shell "opam pin add -k version -yn brr-lwd.0.4 0.4"))
brr-lwd is now pinned to version 0.4
2025-05-21 11:02.29 ---> using "2f7c471925a8252965773126121881e026a5a25d861e570ff83fff0025752352" from cache

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall brr-lwd.0.4;\
               \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\" != 'brr-lwd.0.4' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
brr-lwd.0.4 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 24 packages
  - install brr                  0.0.7        [required by brr-lwd]
  - install brr-lwd              0.4 (pinned)
  - install cmdliner             1.3.0        [required by js_of_ocaml-compiler]
  - install dune                 3.18.2       [required by brr-lwd]
  - install gen                  1.1          [required by sedlex]
  - install js_of_ocaml          6.0.1        [required by brr-lwd]
  - install js_of_ocaml-compiler 6.0.1        [required by brr, js_of_ocaml]
  - install js_of_ocaml-toplevel 6.0.1        [required by brr]
  - install lwd                  0.4          [required by brr-lwd]
  - install menhir               20240715     [required by js_of_ocaml-compiler]
  - install menhirCST            20240715     [required by menhir]
  - install menhirLib            20240715     [required by js_of_ocaml-compiler]
  - install menhirSdk            20240715     [required by js_of_ocaml-compiler]
  - install ocaml-compiler-libs  v0.17.0      [required by ppxlib]
  - install ocamlbuild           0.16.1       [required by brr]
  - install ocamlfind            1.9.8        [required by brr]
  - install ppx_derivers         1.2.1        [required by ppxlib]
  - install ppxlib               0.35.0       [required by js_of_ocaml]
  - install sedlex               3.4          [required by js_of_ocaml-compiler]
  - install seq                  base         [required by lwd]
  - install sexplib0             v0.17.0      [required by ppxlib]
  - install stdlib-shims         0.3.0        [required by ppxlib]
  - install topkg                1.0.8        [required by brr]
  - install yojson               2.2.2        [required by js_of_ocaml-compiler]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved brr.0.0.7  (cached)
-> retrieved brr-lwd.0.4, lwd.0.4  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved dune.3.18.2  (cached)
-> retrieved gen.1.1  (cached)
-> installed cmdliner.1.3.0
-> retrieved js_of_ocaml.6.0.1, js_of_ocaml-compiler.6.0.1, js_of_ocaml-toplevel.6.0.1  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved sedlex.3.4  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed dune.3.18.2
-> installed menhirCST.20240715
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed lwd.0.4
-> installed menhirSdk.20240715
-> installed menhirLib.20240715
-> installed gen.1.1
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed yojson.2.2.2
-> installed ppxlib.0.35.0
-> installed sedlex.3.4
-> installed menhir.20240715
-> installed js_of_ocaml-compiler.6.0.1
-> installed js_of_ocaml-toplevel.6.0.1
-> installed js_of_ocaml.6.0.1
-> installed brr.0.0.7
-> installed brr-lwd.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-21 11:02.29 ---> using "049374e62f0b1fb4c9aefe682758978b95554c6e615f32b7a33d9164bfbe5bc1" from cache

/: (run (network host)
        (shell "(opam reinstall --with-test brr-lwd.0.4) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile brr-lwd           0.4 (pinned)
=== install 8 packages
  - install   base-bytes        base         [required by ocplib-endian]
  - install   cppo              1.8.0        [required by lwt]
  - install   csexp             1.5.2        [required by dune-configurator]
  - install   dune-configurator 3.18.2       [required by lwt]
  - install   js_of_ocaml-lwt   6.0.1        [required by brr-lwd]
  - install   js_of_ocaml-ppx   6.0.1        [required by js_of_ocaml-lwt]
  - install   lwt               5.9.1        [required by js_of_ocaml-lwt]
  - install   ocplib-endian     1.2          [required by lwt]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bytes.base
-> retrieved cppo.1.8.0  (https://github.com/ocaml-community/cppo/archive/v1.8.0.tar.gz)
-> retrieved csexp.1.5.2  (https://github.com/ocaml-dune/csexp/releases/download/1.5.2/csexp-1.5.2.tbz)
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> retrieved dune-configurator.3.18.2  (https://github.com/ocaml/dune/releases/download/3.18.2/dune-3.18.2.tbz)
-> installed dune-configurator.3.18.2
-> retrieved js_of_ocaml-lwt.6.0.1, js_of_ocaml-ppx.6.0.1  (https://github.com/ocsigen/js_of_ocaml/releases/download/6.0.1/js_of_ocaml-6.0.1.tbz)
-> retrieved lwt.5.9.1  (https://github.com/ocsigen/lwt/archive/refs/tags/5.9.1.tar.gz)
-> retrieved ocplib-endian.1.2  (https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz)
-> installed ocplib-endian.1.2
-> removed   brr-lwd.0.4
-> installed js_of_ocaml-ppx.6.0.1
-> installed lwt.5.9.1
-> installed js_of_ocaml-lwt.6.0.1
-> installed brr-lwd.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-21 11:03.08 ---> saved as "6f4f80d21f7c95ab6cd93e2af1a48df6db66ee24de8010f8186df5c2c0f0e809"

/: (run (shell  "opam reinstall --with-test --verbose brr-lwd.0.4;\
               \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\" != 'brr-lwd.0.4' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile brr-lwd 0.4 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [brr-lwd: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "brr-lwd" "-j" "11" "@install" "@runtest" (CWD=/Users/mac1000/.opam/5.3.0/.opam-switch/build/brr-lwd.0.4)
-> compiled  brr-lwd.0.4
-> removed   brr-lwd.0.4
-> installed brr-lwd.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-21 11:03.14 ---> saved as "4ff939d9a63d175da0adf632322d8a7a1e25472c8b30f9faf023e6beeab3377f"
Job succeeded
2025-05-21 11:03.28: Job succeeded