(not at the head of any monitored branch or PR)
2025-12-08 18:29.21: New job: build dune-glob.3.21.0~alpha2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29042/head (a9b8a0d0db631d21208bd4ab7355e867d7ecf88d)
                              on macos-homebrew-ocaml-5.4/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/29042/head" && git reset --hard a9b8a0d0
git fetch origin master
git merge --no-edit 4c9d80b7312698c8f185350873cbec03fdf0471a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.4
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 dune-glob.3.21.0~alpha2 3.21.0~alpha2
RUN opam reinstall dune-glob.3.21.0~alpha2; \
    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" != 'dune-glob.3.21.0~alpha2' && 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-12-08 18:29.21: Using cache hint "macos-homebrew-ocaml-5.4-dune-glob.3.21.0~alpha2-a9b8a0d0db631d21208bd4ab7355e867d7ecf88d"
2025-12-08 18:29.21: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
 (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 dune-glob.3.21.0~alpha2 3.21.0~alpha2"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall dune-glob.3.21.0~alpha2;\
             \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\" != 'dune-glob.3.21.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-12-08 18:29.21: Waiting for resource in pool OCluster
2025-12-08 20:43.34: Waiting for worker…
2025-12-08 20:58.34: Got resource from pool OCluster
Building on i7-worker-04
All commits already cached
Updating files:   6% (1304/19002)
Updating files:   7% (1331/19002)
Updating files:   8% (1521/19002)
Updating files:   9% (1711/19002)
Updating files:  10% (1901/19002)
Updating files:  11% (2091/19002)
Updating files:  12% (2281/19002)
Updating files:  13% (2471/19002)
Updating files:  14% (2661/19002)
Updating files:  15% (2851/19002)
Updating files:  16% (3041/19002)
Updating files:  17% (3231/19002)
Updating files:  18% (3421/19002)
Updating files:  19% (3611/19002)
Updating files:  20% (3801/19002)
Updating files:  21% (3991/19002)
Updating files:  22% (4181/19002)
Updating files:  23% (4371/19002)
Updating files:  24% (4561/19002)
Updating files:  25% (4751/19002)
Updating files:  26% (4941/19002)
Updating files:  26% (4950/19002)
Updating files:  27% (5131/19002)
Updating files:  28% (5321/19002)
Updating files:  29% (5511/19002)
Updating files:  30% (5701/19002)
Updating files:  31% (5891/19002)
Updating files:  32% (6081/19002)
Updating files:  33% (6271/19002)
Updating files:  34% (6461/19002)
Updating files:  35% (6651/19002)
Updating files:  36% (6841/19002)
Updating files:  37% (7031/19002)
Updating files:  38% (7221/19002)
Updating files:  39% (7411/19002)
Updating files:  40% (7601/19002)
Updating files:  41% (7791/19002)
Updating files:  42% (7981/19002)
Updating files:  43% (8171/19002)
Updating files:  44% (8361/19002)
Updating files:  45% (8551/19002)
Updating files:  46% (8741/19002)
Updating files:  47% (8931/19002)
Updating files:  48% (9121/19002)
Updating files:  49% (9311/19002)
Updating files:  50% (9501/19002)
Updating files:  51% (9692/19002)
Updating files:  52% (9882/19002)
Updating files:  52% (9924/19002)
Updating files:  53% (10072/19002)
Updating files:  54% (10262/19002)
Updating files:  55% (10452/19002)
Updating files:  56% (10642/19002)
Updating files:  57% (10832/19002)
Updating files:  58% (11022/19002)
Updating files:  59% (11212/19002)
Updating files:  60% (11402/19002)
Updating files:  61% (11592/19002)
Updating files:  62% (11782/19002)
Updating files:  63% (11972/19002)
Updating files:  64% (12162/19002)
Updating files:  65% (12352/19002)
Updating files:  66% (12542/19002)
Updating files:  67% (12732/19002)
Updating files:  68% (12922/19002)
Updating files:  69% (13112/19002)
Updating files:  70% (13302/19002)
Updating files:  71% (13492/19002)
Updating files:  71% (13585/19002)
Updating files:  72% (13682/19002)
Updating files:  73% (13872/19002)
Updating files:  74% (14062/19002)
Updating files:  75% (14252/19002)
Updating files:  76% (14442/19002)
Updating files:  77% (14632/19002)
Updating files:  78% (14822/19002)
Updating files:  79% (15012/19002)
Updating files:  80% (15202/19002)
Updating files:  81% (15392/19002)
Updating files:  82% (15582/19002)
Updating files:  83% (15772/19002)
Updating files:  84% (15962/19002)
Updating files:  85% (16152/19002)
Updating files:  86% (16342/19002)
Updating files:  87% (16532/19002)
Updating files:  88% (16722/19002)
Updating files:  89% (16912/19002)
Updating files:  90% (17102/19002)
Updating files:  91% (17292/19002)
Updating files:  92% (17482/19002)
Updating files:  93% (17672/19002)
Updating files:  94% (17862/19002)
Updating files:  95% (18052/19002)
Updating files:  96% (18242/19002)
Updating files:  97% (18432/19002)
Updating files:  97% (18555/19002)
Updating files:  98% (18622/19002)
Updating files:  99% (18812/19002)
Updating files: 100% (19002/19002)
Updating files: 100% (19002/19002), done.
HEAD is now at 4c9d80b731 Merge pull request #29031 from NielsMommen/release-ppx_parser-0.2.1
Updating 4c9d80b731..a9b8a0d0db
Fast-forward
 .../chrome-trace/chrome-trace.3.21.0~alpha2/opam   | 41 ++++++++++++
 .../dune-action-plugin.3.21.0~alpha2/opam          | 54 ++++++++++++++++
 .../dune-build-info.3.21.0~alpha2/opam             | 47 ++++++++++++++
 .../dune-configurator.3.21.0~alpha2/opam           | 51 +++++++++++++++
 packages/dune-glob/dune-glob.3.21.0~alpha2/opam    | 44 +++++++++++++
 .../dune-private-libs.3.21.0~alpha2/opam           | 52 +++++++++++++++
 .../dune-rpc-lwt/dune-rpc-lwt.3.21.0~alpha2/opam   | 43 +++++++++++++
 packages/dune-rpc/dune-rpc.3.21.0~alpha2/opam      | 46 +++++++++++++
 packages/dune-site/dune-site.3.21.0~alpha2/opam    | 39 +++++++++++
 packages/dune/dune.3.21.0~alpha2/opam              | 75 ++++++++++++++++++++++
 packages/dyn/dyn.3.21.0~alpha2/opam                | 42 ++++++++++++
 packages/fs-io/fs-io.3.21.0~alpha2/opam            | 40 ++++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.21.0~alpha2/opam  | 45 +++++++++++++
 packages/ordering/ordering.3.21.0~alpha2/opam      | 40 ++++++++++++
 packages/stdune/stdune.3.21.0~alpha2/opam          | 48 ++++++++++++++
 .../top-closure/top-closure.3.21.0~alpha2/opam     | 39 +++++++++++
 packages/xdg/xdg.3.21.0~alpha2/opam                | 41 ++++++++++++
 17 files changed, 787 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.21.0~alpha2/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.21.0~alpha2/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.21.0~alpha2/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.21.0~alpha2/opam
 create mode 100644 packages/dune-glob/dune-glob.3.21.0~alpha2/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.21.0~alpha2/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.21.0~alpha2/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.21.0~alpha2/opam
 create mode 100644 packages/dune-site/dune-site.3.21.0~alpha2/opam
 create mode 100644 packages/dune/dune.3.21.0~alpha2/opam
 create mode 100644 packages/dyn/dyn.3.21.0~alpha2/opam
 create mode 100644 packages/fs-io/fs-io.3.21.0~alpha2/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.21.0~alpha2/opam
 create mode 100644 packages/ordering/ordering.3.21.0~alpha2/opam
 create mode 100644 packages/stdune/stdune.3.21.0~alpha2/opam
 create mode 100644 packages/top-closure/top-closure.3.21.0~alpha2/opam
 create mode 100644 packages/xdg/xdg.3.21.0~alpha2/opam

(from macos-homebrew-ocaml-5.4)
2025-12-08 20:58.41 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-12-08 20:58.42 ---> using "7aa34524ca0a69b4a488c30909f7495a04a243f9066091b1dfe73b446b0dfcd3" 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-12-08 20:58.42 ---> using "91dcaa513ca3161d91620d0583acdea5310cd52ccab1dfbdd183600da37afdb2" 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.5.0
# self-upgrade         no
# system               arch=x86_64 os=macos os-distribution=homebrew os-version=15.5
# 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.4.0
# invariant            ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/5.4.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2025-12-08 20:58.42 ---> using "cea1bfc0b1cda73d964aa2fc69cc828a6e6d8edd86f991754707e8b004a3cb09" 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-12-08 20:58.42 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache

/: (copy (src .) (dst opam-repository/))
2025-12-08 20:58.44 ---> using "bd83306bcb90bc2c5ea4ec8cda1a499ead70a98e6f16b19b70a124c0429a552a" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-12-08 20:58.44 ---> using "96d1514fba89c86104c9f3000eedfc486de565d106acb0199c5fe3c8818887c2" from cache

/: (run (network host)
        (shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> 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-12-08 20:58.45 ---> using "0b4a947f422aa08c2179b3f14a93784b0486093544f84603b14701de421ff74f" from cache

/: (run (shell "opam pin add -k version -yn dune-glob.3.21.0~alpha2 3.21.0~alpha2"))
dune-glob is now pinned to version 3.21.0~alpha2
2025-12-08 20:58.49 ---> saved as "86d1c4e9d9ef3db8fd07578a84f9eeb237b371b90dd8866c140ff4a42e58699c"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall dune-glob.3.21.0~alpha2;\
               \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\" != 'dune-glob.3.21.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
dune-glob.3.21.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 10 packages
  - install csexp       1.5.2                  [required by stdune]
  - install dune        3.21.0~alpha2          [required by dune-glob]
  - install dune-glob   3.21.0~alpha2 (pinned)
  - install dyn         3.21.0~alpha2          [required by dune-glob]
  - install fs-io       3.21.0~alpha2          [required by stdune]
  - install ordering    3.21.0~alpha2          [required by dune-glob]
  - install pp          2.0.0                  [required by dyn, stdune]
  - install re          1.14.0                 [required by dune-glob]
  - install stdune      3.21.0~alpha2          [required by dune-glob]
  - install top-closure 3.21.0~alpha2          [required by stdune]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.21.0~alpha2, dune-glob.3.21.0~alpha2, dyn.3.21.0~alpha2, fs-io.3.21.0~alpha2, ordering.3.21.0~alpha2, stdune.3.21.0~alpha2, top-closure.3.21.0~alpha2  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved re.1.14.0  (cached)
-> installed dune.3.21.0~alpha2
-> installed re.1.14.0
-> installed pp.2.0.0
-> installed fs-io.3.21.0~alpha2
-> installed csexp.1.5.2
-> installed ordering.3.21.0~alpha2
-> installed top-closure.3.21.0~alpha2
-> installed dyn.3.21.0~alpha2
-> installed stdune.3.21.0~alpha2
-> installed dune-glob.3.21.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-08 21:00.49 ---> saved as "e6cf4e9d9a3ed5b779a115a059e0994a7c98c3561f097e8eefb713b590663bbf"
Job succeeded
2025-12-08 21:01.13: Job succeeded