(not at the head of any monitored branch or PR)
2026-03-21 23:40.11: New job: build spectrum_palettes.1.0.0.alpha2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29581/head (c52e39f11b5df3e4bb74becd6c0b64f6f336b223)
                              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/29581/head" && git reset --hard c52e39f1
git fetch origin master
git merge --no-edit 76bf2ed9443fdee37e6f046c6295d358be3f8598
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 spectrum_palettes.1.0.0.alpha2 1.0.0.alpha2
RUN opam reinstall spectrum_palettes.1.0.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" != 'spectrum_palettes.1.0.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 .

2026-03-21 23:40.11: Using cache hint "macos-homebrew-ocaml-4.14-spectrum_palettes.1.0.0.alpha2-c52e39f11b5df3e4bb74becd6c0b64f6f336b223"
2026-03-21 23:40.11: 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 spectrum_palettes.1.0.0.alpha2 1.0.0.alpha2"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall spectrum_palettes.1.0.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\" != 'spectrum_palettes.1.0.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"))
)

2026-03-21 23:40.11: Waiting for resource in pool OCluster
2026-03-21 23:40.14: Waiting for worker…
2026-03-21 23:47.08: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
Updating files:  32% (5990/18514)
Updating files:  33% (6110/18514)
Updating files:  34% (6295/18514)
Updating files:  35% (6480/18514)
Updating files:  36% (6666/18514)
Updating files:  37% (6851/18514)
Updating files:  38% (7036/18514)
Updating files:  39% (7221/18514)
Updating files:  40% (7406/18514)
Updating files:  41% (7591/18514)
Updating files:  42% (7776/18514)
Updating files:  43% (7962/18514)
Updating files:  44% (8147/18514)
Updating files:  45% (8332/18514)
Updating files:  46% (8517/18514)
Updating files:  47% (8702/18514)
Updating files:  48% (8887/18514)
Updating files:  49% (9072/18514)
Updating files:  50% (9257/18514)
Updating files:  51% (9443/18514)
Updating files:  52% (9628/18514)
Updating files:  53% (9813/18514)
Updating files:  54% (9998/18514)
Updating files:  55% (10183/18514)
Updating files:  56% (10368/18514)
Updating files:  57% (10553/18514)
Updating files:  57% (10613/18514)
Updating files:  58% (10739/18514)
Updating files:  59% (10924/18514)
Updating files:  60% (11109/18514)
Updating files:  61% (11294/18514)
Updating files:  62% (11479/18514)
Updating files:  63% (11664/18514)
Updating files:  64% (11849/18514)
Updating files:  65% (12035/18514)
Updating files:  66% (12220/18514)
Updating files:  67% (12405/18514)
Updating files:  68% (12590/18514)
Updating files:  69% (12775/18514)
Updating files:  70% (12960/18514)
Updating files:  71% (13145/18514)
Updating files:  72% (13331/18514)
Updating files:  73% (13516/18514)
Updating files:  74% (13701/18514)
Updating files:  75% (13886/18514)
Updating files:  76% (14071/18514)
Updating files:  77% (14256/18514)
Updating files:  78% (14441/18514)
Updating files:  79% (14627/18514)
Updating files:  80% (14812/18514)
Updating files:  81% (14997/18514)
Updating files:  82% (15182/18514)
Updating files:  83% (15367/18514)
Updating files:  84% (15552/18514)
Updating files:  85% (15737/18514)
Updating files:  86% (15923/18514)
Updating files:  87% (16108/18514)
Updating files:  87% (16220/18514)
Updating files:  88% (16293/18514)
Updating files:  89% (16478/18514)
Updating files:  90% (16663/18514)
Updating files:  91% (16848/18514)
Updating files:  92% (17033/18514)
Updating files:  93% (17219/18514)
Updating files:  94% (17404/18514)
Updating files:  95% (17589/18514)
Updating files:  96% (17774/18514)
Updating files:  97% (17959/18514)
Updating files:  98% (18144/18514)
Updating files:  99% (18329/18514)
Updating files: 100% (18514/18514)
Updating files: 100% (18514/18514), done.
HEAD is now at 76bf2ed944 Merge pull request #29572 from hannesm/release-letsencrypt-v2.0.0
Updating 76bf2ed944..c52e39f11b
Fast-forward
 packages/spectrum/spectrum.1.0.0.alpha2/opam       | 52 ++++++++++++++++++++++
 .../spectrum_capabilities.1.0.0.alpha2/opam        | 43 ++++++++++++++++++
 .../spectrum_palette_ppx.1.0.0.alpha2/opam         | 45 +++++++++++++++++++
 .../spectrum_palettes.1.0.0.alpha2/opam            | 42 +++++++++++++++++
 .../spectrum_tools.1.0.0.alpha2/opam               | 47 +++++++++++++++++++
 5 files changed, 229 insertions(+)
 create mode 100644 packages/spectrum/spectrum.1.0.0.alpha2/opam
 create mode 100644 packages/spectrum_capabilities/spectrum_capabilities.1.0.0.alpha2/opam
 create mode 100644 packages/spectrum_palette_ppx/spectrum_palette_ppx.1.0.0.alpha2/opam
 create mode 100644 packages/spectrum_palettes/spectrum_palettes.1.0.0.alpha2/opam
 create mode 100644 packages/spectrum_tools/spectrum_tools.1.0.0.alpha2/opam

(from macos-homebrew-ocaml-4.14)
2026-03-21 23:47.14 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-21 23:47.14 ---> 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
2026-03-21 23:47.15 ---> 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
2026-03-21 23:47.15 ---> 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/"))
2026-03-21 23:47.15 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2026-03-21 23:47.25 ---> saved as "fbf4c0de11760e4900b230c82b816e8a632ada9feb72415f5cfa671ffe70c251"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-21 23:47.46 ---> saved as "73d2eb7c2f2b5a65c46db1e4890d5982aa7141a73bd48a139bbe264179c1471f"

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

                                                                           0.3%
                                                                           0.5%
                                                                           1.0%
#                                                                          1.6%
#                                                                          2.1%
#                                                                          2.5%
##                                                                         2.9%
##                                                                         3.3%
- 
##                                                                         3.8%
###                                                                        4.3%
###                                                                        4.7%
###                                                                        5.1%
###                                                                        5.5%
####                                                                       5.9%
####                                                                       6.4%
####                                                                       6.8%
#####                                                                      7.2%
#####                                                                      7.6%
#####                                                                      8.0%
- 
######                                                                     8.5%
######                                                                     8.9%
#######                                                                    9.8%
#######                                                                   10.6%
########                                                                  11.4%
########                                                                  12.4%
#########                                                                 13.1%
##########                                                                13.9%
##########                                                                14.9%
###########                                                               15.7%
###########                                                               16.5%
- 
############                                                              17.3%
#############                                                             18.1%
#############                                                             19.1%
##############                                                            19.9%
##############                                                            20.7%
###############                                                           21.5%
################                                                          22.5%
################                                                          23.3%
#################                                                         24.2%
##################                                                        25.0%
##################                                                        25.8%
- 
###################                                                       26.7%
###################                                                       27.5%
####################                                                      28.4%
####################                                                      29.2%
#####################                                                     30.1%
######################                                                    31.0%
######################                                                    31.8%
#######################                                                   32.6%
########################                                                  33.4%
########################                                                  34.4%
#########################                                                 35.2%
- 
#########################                                                 36.0%
##########################                                                36.9%
###########################                                               37.7%
###########################                                               38.5%
############################                                              39.3%
############################                                              40.3%
#############################                                             41.1%
##############################                                            41.8%
##############################                                            42.8%
###############################                                           43.6%
###############################                                           44.4%
- 
################################                                          45.2%
#################################                                         46.2%
#################################                                         46.9%
##################################                                        47.9%
###################################                                       48.7%
###################################                                       49.5%
####################################                                      50.3%
####################################                                      51.2%
#####################################                                     52.0%
######################################                                    52.8%
######################################                                    53.7%
- 
#######################################                                   54.6%
#######################################                                   55.4%
########################################                                  56.2%
#########################################                                 57.0%
#########################################                                 57.9%
##########################################                                58.7%
##########################################                                59.6%
###########################################                               60.4%
############################################                              61.3%
############################################                              62.1%
#############################################                             63.0%
#############################################                             63.8%
- 
##############################################                            64.8%
###############################################                           65.6%
###############################################                           66.4%
################################################                          67.3%
#################################################                         68.1%
#################################################                         68.9%
##################################################                        69.8%
##################################################                        70.7%
###################################################                       71.5%
####################################################                      72.3%
####################################################                      73.1%
- 
#####################################################                     74.1%
#####################################################                     74.8%
######################################################                    75.6%
#######################################################                   76.6%
#######################################################                   77.4%
########################################################                  78.2%
########################################################                  79.1%
#########################################################                 79.9%
##########################################################                80.7%
##########################################################                81.7%
###########################################################               82.5%
- 
###########################################################               83.3%
############################################################              84.2%
#############################################################             85.0%
#############################################################             85.8%
##############################################################            86.8%
###############################################################           87.6%
###############################################################           88.4%
################################################################          89.2%
################################################################          90.1%
#################################################################         91.0%
##################################################################        91.8%
- 
##################################################################        92.7%
###################################################################       93.5%
###################################################################       94.4%
####################################################################      95.2%
#####################################################################     96.0%
#####################################################################     96.9%
######################################################################    97.9%
#######################################################################   98.7%
#######################################################################   99.5%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.1.catalina.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.
2026-03-21 23:48.28 ---> saved as "98d5155edfeea13afcee953fed77149a39396b13b9a4ad729d9793169658d9fa"

/: (run (shell "opam pin add -k version -yn spectrum_palettes.1.0.0.alpha2 1.0.0.alpha2"))
spectrum_palettes is now pinned to version 1.0.0.alpha2
2026-03-21 23:48.30 ---> saved as "d3bf49906f4488ff4495d7d924513a8ee717c6647fb1c29af754aa582a9ed67d"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall spectrum_palettes.1.0.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\" != 'spectrum_palettes.1.0.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"))
spectrum_palettes.1.0.0.alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 18 packages
  - install color                0.3.0                 [required by spectrum_palette_ppx]
  - install cppo                 1.8.0                 [required by ppx_deriving]
  - install dune                 3.22.0                [required by spectrum_palettes]
  - install gg                   1.0.0                 [required by color]
  - install ocaml-compiler-libs  v0.12.4               [required by ppxlib]
  - install ocamlbuild           0.16.1                [required by gg]
  - install ocamlfind            1.9.8                 [required by gg, ppx_deriving]
  - install oktree               0.2.4                 [required by spectrum_palette_ppx]
  - install ppx_derivers         1.2.1                 [required by ppx_deriving]
  - install ppx_deriving         6.1.1                 [required by oktree]
  - install ppxlib               0.37.0                [required by spectrum_palette_ppx]
  - install re                   1.14.0                [required by spectrum_palette_ppx]
  - install sexplib0             v0.17.0               [required by ppxlib]
  - install spectrum_palette_ppx 1.0.0.alpha2          [required by spectrum_palettes]
  - install spectrum_palettes    1.0.0.alpha2 (pinned)
  - install stdlib-shims         0.3.0                 [required by ppxlib]
  - install topkg                1.1.1                 [required by gg]
  - install yojson               3.0.0                 [required by spectrum_palette_ppx]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved color.0.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved dune.3.22.0  (cached)
-> retrieved gg.1.0.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved oktree.0.2.4  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved spectrum_palette_ppx.1.0.0.alpha2, spectrum_palettes.1.0.0.alpha2  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed gg.1.0.0
-> installed dune.3.22.0
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed color.0.3.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.17.0
-> installed cppo.1.8.0
-> installed yojson.3.0.0
-> installed re.1.14.0
-> installed ppxlib.0.37.0
-> installed ppx_deriving.6.1.1
-> installed oktree.0.2.4
-> installed spectrum_palette_ppx.1.0.0.alpha2
-> installed spectrum_palettes.1.0.0.alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-21 23:49.58 ---> saved as "956560688e9fcc46572afc854ded67abd3e7145a4e3d1d184d0f4cb4a5431943"
Job succeeded
2026-03-21 23:50.10: Job succeeded