Build:
  1. 0
2025-12-11 04:26.38: New job: build atdj.3.0.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29055/head (14ee109db3ae9c9e16a17e8c754f90715d88e4fc)
                              on macos-homebrew-ocaml-4.14/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/29055/head" && git reset --hard 14ee109d
git fetch origin master
git merge --no-edit 810e1f14b7fa6411c66a3549f4c2aff47c52fc36
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
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 atdj.3.0.1 3.0.1
RUN opam reinstall atdj.3.0.1; \
    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" != 'atdj.3.0.1' && 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-11 04:26.38: Using cache hint "macos-homebrew-ocaml-4.14-atdj.3.0.1-14ee109db3ae9c9e16a17e8c754f90715d88e4fc"
2025-12-11 04:26.38: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (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 atdj.3.0.1 3.0.1"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall atdj.3.0.1;\
             \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\" != 'atdj.3.0.1' && 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-11 04:26.38: Waiting for resource in pool OCluster
2025-12-11 04:26.41: Waiting for worker…
2025-12-11 04:53.32: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
Updating files:  33% (6321/19010)
Updating files:  34% (6464/19010)
Updating files:  35% (6654/19010)
Updating files:  36% (6844/19010)
Updating files:  37% (7034/19010)
Updating files:  38% (7224/19010)
Updating files:  39% (7414/19010)
Updating files:  40% (7604/19010)
Updating files:  41% (7795/19010)
Updating files:  42% (7985/19010)
Updating files:  43% (8175/19010)
Updating files:  44% (8365/19010)
Updating files:  45% (8555/19010)
Updating files:  46% (8745/19010)
Updating files:  47% (8935/19010)
Updating files:  48% (9125/19010)
Updating files:  49% (9315/19010)
Updating files:  50% (9505/19010)
Updating files:  51% (9696/19010)
Updating files:  52% (9886/19010)
Updating files:  53% (10076/19010)
Updating files:  54% (10266/19010)
Updating files:  55% (10456/19010)
Updating files:  56% (10646/19010)
Updating files:  57% (10836/19010)
Updating files:  58% (11026/19010)
Updating files:  58% (11044/19010)
Updating files:  59% (11216/19010)
Updating files:  60% (11406/19010)
Updating files:  61% (11597/19010)
Updating files:  62% (11787/19010)
Updating files:  63% (11977/19010)
Updating files:  64% (12167/19010)
Updating files:  65% (12357/19010)
Updating files:  66% (12547/19010)
Updating files:  67% (12737/19010)
Updating files:  68% (12927/19010)
Updating files:  69% (13117/19010)
Updating files:  70% (13307/19010)
Updating files:  71% (13498/19010)
Updating files:  72% (13688/19010)
Updating files:  73% (13878/19010)
Updating files:  74% (14068/19010)
Updating files:  75% (14258/19010)
Updating files:  76% (14448/19010)
Updating files:  77% (14638/19010)
Updating files:  78% (14828/19010)
Updating files:  79% (15018/19010)
Updating files:  80% (15208/19010)
Updating files:  81% (15399/19010)
Updating files:  82% (15589/19010)
Updating files:  83% (15779/19010)
Updating files:  84% (15969/19010)
Updating files:  85% (16159/19010)
Updating files:  86% (16349/19010)
Updating files:  87% (16539/19010)
Updating files:  88% (16729/19010)
Updating files:  88% (16822/19010)
Updating files:  89% (16919/19010)
Updating files:  90% (17109/19010)
Updating files:  91% (17300/19010)
Updating files:  92% (17490/19010)
Updating files:  93% (17680/19010)
Updating files:  94% (17870/19010)
Updating files:  95% (18060/19010)
Updating files:  96% (18250/19010)
Updating files:  97% (18440/19010)
Updating files:  98% (18630/19010)
Updating files:  99% (18820/19010)
Updating files: 100% (19010/19010)
Updating files: 100% (19010/19010), done.
HEAD is now at 810e1f14b7 Merge pull request #29066 from gares/release-elpi-v3.4.4
Merge made by the 'ort' strategy.
 packages/atd/atd.3.0.1/opam                        | 124 ++++++++++++++++++++
 packages/atdcpp/atdcpp.3.0.1/opam                  | 116 ++++++++++++++++++
 packages/atdd/atdd.3.0.1/opam                      | 116 ++++++++++++++++++
 .../atdgen-codec-runtime.3.0.1/opam                | 115 ++++++++++++++++++
 packages/atdgen-runtime/atdgen-runtime.3.0.1/opam  | 117 +++++++++++++++++++
 packages/atdgen/atdgen.2.14.0/opam                 |   2 +-
 packages/atdgen/atdgen.2.14.1/opam                 |   2 +-
 packages/atdgen/atdgen.2.15.0/opam                 |   2 +-
 packages/atdgen/atdgen.2.16.0/opam                 |   2 +-
 packages/atdgen/atdgen.3.0.1/opam                  | 130 +++++++++++++++++++++
 packages/atdj/atdj.3.0.1/opam                      | 129 ++++++++++++++++++++
 packages/atdpy/atdpy.3.0.1/opam                    | 118 +++++++++++++++++++
 packages/atds/atds.3.0.1/opam                      | 114 ++++++++++++++++++
 packages/atdts/atdts.3.0.1/opam                    | 117 +++++++++++++++++++
 packages/sarif/sarif.0.1.0/opam                    |   2 +-
 .../spotify-web-api/spotify-web-api.0.2.1/opam     |   2 +-
 packages/uritemplate/uritemplate.0.1.0/opam        |   2 +-
 packages/uritemplate/uritemplate.0.2.0/opam        |   2 +-
 18 files changed, 1204 insertions(+), 8 deletions(-)
 create mode 100644 packages/atd/atd.3.0.1/opam
 create mode 100644 packages/atdcpp/atdcpp.3.0.1/opam
 create mode 100644 packages/atdd/atdd.3.0.1/opam
 create mode 100644 packages/atdgen-codec-runtime/atdgen-codec-runtime.3.0.1/opam
 create mode 100644 packages/atdgen-runtime/atdgen-runtime.3.0.1/opam
 create mode 100644 packages/atdgen/atdgen.3.0.1/opam
 create mode 100644 packages/atdj/atdj.3.0.1/opam
 create mode 100644 packages/atdpy/atdpy.3.0.1/opam
 create mode 100644 packages/atds/atds.3.0.1/opam
 create mode 100644 packages/atdts/atdts.3.0.1/opam

(from macos-homebrew-ocaml-4.14)
2025-12-11 04:53.37 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-12-11 04:53.38 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" 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-11 04:53.38 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" 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       4.14.2
# invariant            ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2025-12-11 04:53.38 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" 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-11 04:53.39 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2025-12-11 04:53.41 ---> using "7bb41930cb24a4cd96348f636297f871903efe01e02b9257b554d0cbe1d4700f" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-12-11 04:53.41 ---> using "29514b7caa504001367bce719c4c4c6da8c63e8a7eafe17cba9a5b257aac59b7" 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-11 04:53.42 ---> using "dca5bc6549d9e9e159811062eb77b076d76a1dfe0ca01b57bb12915864f80589" from cache

/: (run (shell "opam pin add -k version -yn atdj.3.0.1 3.0.1"))
atdj is now pinned to version 3.0.1
2025-12-11 04:53.44 ---> saved as "49533d3f52bc3e50979eca5305f6cd8d008979556fd48c8736e68c8fef0b1a3e"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall atdj.3.0.1;\
               \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\" != 'atdj.3.0.1' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
atdj.3.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 11 packages
  - install atd         3.0.1          [required by atdj]
  - install atdj        3.0.1 (pinned)
  - install cmdliner    2.1.0          [required by atd]
  - install dune        3.20.2         [required by atdj]
  - install easy-format 1.3.4          [required by atd]
  - install menhir      20250912       [required by atd]
  - install menhirCST   20250912       [required by menhir]
  - install menhirLib   20250912       [required by menhir]
  - install menhirSdk   20250912       [required by menhir]
  - install re          1.14.0         [required by atdj]
  - install yojson      3.0.0          [required by atd]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved atd.3.0.1, atdj.3.0.1  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved dune.3.20.2  (cached)
-> retrieved easy-format.1.3.4  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved re.1.14.0  (cached)
-> installed cmdliner.2.1.0
-> retrieved yojson.3.0.0  (cached)
-> installed dune.3.20.2
-> installed easy-format.1.3.4
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed yojson.3.0.0
-> installed re.1.14.0
-> installed menhir.20250912
-> installed atd.3.0.1
-> installed atdj.3.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-11 04:55.05 ---> saved as "02bca5023df32b7e87feaef2b4b5ae890d9afea781cbf029d1b94075138c04fa"
Job succeeded
2025-12-11 04:55.17: Job succeeded