(not at the head of any monitored branch or PR)
2025-03-13 09:14.37: New job: build alcotest-lwt.1.9.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27617/head (4bb6e5fd95bc05a3bab58b600d1ff773fc909158)
                              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/27617/head" && git reset --hard 4bb6e5fd
git fetch origin master
git merge --no-edit 5ab9f3c9e8c50d4858e5b871d7544019a20f89e2
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.3
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/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 alcotest-lwt.1.9.0 1.9.0
RUN opam reinstall alcotest-lwt.1.9.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" != 'alcotest-lwt.1.9.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-03-13 09:14.37: Using cache hint "macos-homebrew-ocaml-5.3-alcotest-lwt.1.9.0-4bb6e5fd95bc05a3bab58b600d1ff773fc909158"
2025-03-13 09:14.37: Using OBuilder spec:
((from macos-homebrew-ocaml-5.3)
 (user (uid 1000) (gid 1000))
 (run (shell "ln -f ~/local/bin/opam-dev ~/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 alcotest-lwt.1.9.0 1.9.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall alcotest-lwt.1.9.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\" != 'alcotest-lwt.1.9.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-03-13 09:14.37: Waiting for resource in pool OCluster
2025-03-13 09:14.40: Waiting for worker…
2025-03-13 09:20.38: Got resource from pool OCluster
Building on i7-worker-03
All commits already cached
Updating files:   0% (145/22641)
Updating files:   1% (227/22641)
Updating files:   2% (453/22641)
Updating files:   2% (541/22641)
Updating files:   3% (680/22641)
Updating files:   4% (906/22641)
Updating files:   5% (1133/22641)
Updating files:   6% (1359/22641)
Updating files:   7% (1585/22641)
Updating files:   8% (1812/22641)
Updating files:   9% (2038/22641)
Updating files:  10% (2265/22641)
Updating files:  10% (2409/22641)
Updating files:  11% (2491/22641)
Updating files:  12% (2717/22641)
Updating files:  13% (2944/22641)
Updating files:  14% (3170/22641)
Updating files:  15% (3397/22641)
Updating files:  16% (3623/22641)
Updating files:  17% (3849/22641)
Updating files:  18% (4076/22641)
Updating files:  19% (4302/22641)
Updating files:  20% (4529/22641)
Updating files:  20% (4714/22641)
Updating files:  21% (4755/22641)
Updating files:  22% (4982/22641)
Updating files:  23% (5208/22641)
Updating files:  24% (5434/22641)
Updating files:  25% (5661/22641)
Updating files:  26% (5887/22641)
Updating files:  27% (6114/22641)
Updating files:  28% (6340/22641)
Updating files:  29% (6566/22641)
Updating files:  30% (6793/22641)
Updating files:  31% (7019/22641)
Updating files:  32% (7246/22641)
Updating files:  32% (7311/22641)
Updating files:  33% (7472/22641)
Updating files:  34% (7698/22641)
Updating files:  35% (7925/22641)
Updating files:  36% (8151/22641)
Updating files:  37% (8378/22641)
Updating files:  38% (8604/22641)
Updating files:  39% (8830/22641)
Updating files:  40% (9057/22641)
Updating files:  41% (9283/22641)
Updating files:  42% (9510/22641)
Updating files:  42% (9523/22641)
Updating files:  43% (9736/22641)
Updating files:  44% (9963/22641)
Updating files:  45% (10189/22641)
Updating files:  46% (10415/22641)
Updating files:  47% (10642/22641)
Updating files:  48% (10868/22641)
Updating files:  49% (11095/22641)
Updating files:  50% (11321/22641)
Updating files:  50% (11376/22641)
Updating files:  51% (11547/22641)
Updating files:  52% (11774/22641)
Updating files:  53% (12000/22641)
Updating files:  54% (12227/22641)
Updating files:  55% (12453/22641)
Updating files:  56% (12679/22641)
Updating files:  57% (12906/22641)
Updating files:  58% (13132/22641)
Updating files:  59% (13359/22641)
Updating files:  60% (13585/22641)
Updating files:  61% (13812/22641)
Updating files:  62% (14038/22641)
Updating files:  63% (14264/22641)
Updating files:  64% (14491/22641)
Updating files:  65% (14717/22641)
Updating files:  66% (14944/22641)
Updating files:  67% (15170/22641)
Updating files:  68% (15396/22641)
Updating files:  69% (15623/22641)
Updating files:  69% (15659/22641)
Updating files:  70% (15849/22641)
Updating files:  71% (16076/22641)
Updating files:  72% (16302/22641)
Updating files:  73% (16528/22641)
Updating files:  74% (16755/22641)
Updating files:  75% (16981/22641)
Updating files:  76% (17208/22641)
Updating files:  77% (17434/22641)
Updating files:  78% (17660/22641)
Updating files:  79% (17887/22641)
Updating files:  80% (18113/22641)
Updating files:  81% (18340/22641)
Updating files:  82% (18566/22641)
Updating files:  83% (18793/22641)
Updating files:  84% (19019/22641)
Updating files:  85% (19245/22641)
Updating files:  85% (19454/22641)
Updating files:  86% (19472/22641)
Updating files:  87% (19698/22641)
Updating files:  88% (19925/22641)
Updating files:  89% (20151/22641)
Updating files:  90% (20377/22641)
Updating files:  91% (20604/22641)
Updating files:  92% (20830/22641)
Updating files:  93% (21057/22641)
Updating files:  94% (21283/22641)
Updating files:  95% (21509/22641)
Updating files:  96% (21736/22641)
Updating files:  97% (21962/22641)
Updating files:  97% (22009/22641)
Updating files:  98% (22189/22641)
Updating files:  99% (22415/22641)
Updating files: 100% (22641/22641)
Updating files: 100% (22641/22641), done.
HEAD is now at 5ab9f3c9e8 Merge pull request #27610 from Alasdair/release-sail-0.19
Updating 5ab9f3c9e8..4bb6e5fd95
Fast-forward
 packages/alcotest-async/alcotest-async.1.9.0/opam  | 49 ++++++++++++++++++
 packages/alcotest-js/alcotest-js.1.9.0/opam        | 45 ++++++++++++++++
 packages/alcotest-lwt/alcotest-lwt.1.9.0/opam      | 45 ++++++++++++++++
 .../alcotest-mirage/alcotest-mirage.1.9.0/opam     | 47 +++++++++++++++++
 packages/alcotest/alcotest.1.9.0/opam              | 60 ++++++++++++++++++++++
 5 files changed, 246 insertions(+)
 create mode 100644 packages/alcotest-async/alcotest-async.1.9.0/opam
 create mode 100644 packages/alcotest-js/alcotest-js.1.9.0/opam
 create mode 100644 packages/alcotest-lwt/alcotest-lwt.1.9.0/opam
 create mode 100644 packages/alcotest-mirage/alcotest-mirage.1.9.0/opam
 create mode 100644 packages/alcotest/alcotest.1.9.0/opam

(from macos-homebrew-ocaml-5.3)
2025-03-13 09:20.53 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-03-13 09:20.53 ---> using "daf13cd85321dca2abefeec4b24cfce5d94aff7b852ffa868e4c5535b37a2285" 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-03-13 09:20.53 ---> using "b44331ef0e2a1f949f81555f074a313d66c5d4355f7385be6765b19cf7bc8136" 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-03-13 09:20.54 ---> using "9a7889cfd2de27772065fdd759bc9c801c28f8cc8252bd01d09de9ac80c0ddfc" 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-03-13 09:20.54 ---> using "d17ed0ae9a502c5679ac6c71732a210cdcb974067ebb6cb03f2c6ee2249d5077" from cache

/: (copy (src .) (dst opam-repository/))
2025-03-13 09:21.44 ---> saved as "3d55ceaad0ae79e3701ce31241f0ece015702fbd1d447b552a07a42364773644"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-03-13 09:22.14 ---> saved as "8f495a74bc7ac1d52e8bd1507f75aed5ce1624585cd7044b98459174ff72a81b"

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

                                                                           0.2%
#                                                                          2.5%
##                                                                         3.3%
###                                                                        4.3%
###                                                                        5.2%
####                                                                       6.1%
#####                                                                      6.9%
#####                                                                      8.0%
######                                                                     9.0%
- 
#######                                                                    9.8%
#######                                                                   10.7%
########                                                                  11.6%
#########                                                                 12.6%
#########                                                                 13.5%
##########                                                                14.3%
##########                                                                15.2%
###########                                                               16.2%
############                                                              17.1%
############                                                              17.9%
#############                                                             18.8%
- 
##############                                                            19.8%
##############                                                            20.7%
###############                                                           21.6%
################                                                          22.4%
################                                                          23.4%
#################                                                         24.3%
##################                                                        25.3%
##################                                                        26.2%
###################                                                       27.1%
####################                                                      27.9%
####################                                                      28.9%
#####################                                                     29.8%
- 
######################                                                    30.8%
######################                                                    31.7%
#######################                                                   32.6%
########################                                                  33.6%
########################                                                  34.4%
#########################                                                 35.3%
##########################                                                36.2%
##########################                                                37.2%
###########################                                               38.2%
############################                                              39.1%
############################                                              39.9%
- 
#############################                                             40.9%
##############################                                            41.8%
##############################                                            42.7%
###############################                                           43.6%
################################                                          44.6%
################################                                          45.4%
#################################                                         46.3%
#################################                                         47.2%
##################################                                        48.2%
###################################                                       49.0%
###################################                                       49.9%
- 
####################################                                      50.8%
#####################################                                     51.8%
#####################################                                     52.7%
######################################                                    53.5%
#######################################                                   54.4%
#######################################                                   55.4%
########################################                                  56.3%
#########################################                                 57.2%
#########################################                                 58.0%
##########################################                                59.0%
###########################################                               59.9%
- 
###########################################                               60.8%
############################################                              61.6%
#############################################                             62.5%
#############################################                             63.5%
##############################################                            64.4%
##############################################                            65.3%
###############################################                           66.1%
################################################                          67.1%
################################################                          68.0%
#################################################                         68.9%
##################################################                        69.7%
##################################################                        70.8%
- 
###################################################                       71.6%
####################################################                      72.5%
####################################################                      73.4%
#####################################################                     74.4%
######################################################                    75.2%
######################################################                    76.1%
#######################################################                   77.0%
########################################################                  78.0%
########################################################                  79.0%
#########################################################                 79.9%
##########################################################                80.7%
- 
##########################################################                81.6%
###########################################################               82.5%
############################################################              83.3%
############################################################              84.2%
#############################################################             85.1%
#############################################################             85.9%
##############################################################            86.7%
###############################################################           87.5%
###############################################################           88.4%
################################################################          89.3%
#################################################################         90.3%
- 
#################################################################         91.2%
##################################################################        92.0%
##################################################################        92.9%
###################################################################       93.9%
####################################################################      94.8%
####################################################################      95.6%
#####################################################################     96.7%
######################################################################    97.5%
######################################################################    98.4%
#######################################################################   99.3%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.3.7.el_capitan.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.
2025-03-13 09:22.49 ---> saved as "42de5ae4dfd35ebd5dda7c514496931b0fa0ed999ca26e09ed1c628d6f176c02"

/: (run (shell "opam pin add -k version -yn alcotest-lwt.1.9.0 1.9.0"))
alcotest-lwt is now pinned to version 1.9.0
2025-03-13 09:22.51 ---> saved as "ca0e539e88ba48d52de8dbfdfcf0089ad5876a2c9f607b63484a6c9d8fb2eedf"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall alcotest-lwt.1.9.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\" != 'alcotest-lwt.1.9.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
alcotest-lwt.1.9.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 21 packages
  - install alcotest           1.9.0          [required by alcotest-lwt]
  - install alcotest-lwt       1.9.0 (pinned)
  - install astring            0.8.5          [required by alcotest]
  - install base-bytes         base           [required by ocplib-endian]
  - install cmdliner           1.3.0          [required by alcotest, logs]
  - install cppo               1.8.0          [required by lwt]
  - install csexp              1.5.2          [required by dune-configurator]
  - install dune               3.17.2         [required by alcotest-lwt]
  - install dune-configurator  3.17.2         [required by lwt]
  - install fmt                0.10.0         [required by alcotest-lwt]
  - install logs               0.7.0          [required by alcotest-lwt]
  - install lwt                5.9.0          [required by alcotest-lwt]
  - install ocaml-syntax-shims 1.0.0          [required by alcotest]
  - install ocamlbuild         0.16.1         [required by logs]
  - install ocamlfind          1.9.8          [required by logs]
  - install ocplib-endian      1.2            [required by lwt]
  - install re                 1.12.0         [required by alcotest]
  - install seq                base           [required by re]
  - install stdlib-shims       0.3.0          [required by alcotest]
  - install topkg              1.0.8          [required by logs]
  - install uutf               1.0.4          [required by alcotest]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.0, alcotest-lwt.1.9.0  (https://github.com/mirage/alcotest/releases/download/1.9.0/alcotest-1.9.0.tbz)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.9.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed dune.3.17.2
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed re.1.12.0
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.17.2
-> installed alcotest.1.9.0
-> installed lwt.5.9.0
-> installed logs.0.7.0
-> installed alcotest-lwt.1.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-13 09:24.26 ---> saved as "dfb4112a95a8a429bb920dad7de4f4c585b85a2f7261601ba8a923d208905311"
Job succeeded
2025-03-13 09:24.53: Job succeeded