(not at the head of any monitored branch or PR)
2025-03-11 12:04.27: New job: build melange-json-native.2.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27606/head (b4fe13ada701b14e900bf7bc4653de286fd2c76e)
                              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/27606/head" && git reset --hard b4fe13ad
git fetch origin master
git merge --no-edit 8f63148a9025a7b775a069a6c0b0385c22ad51d3
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 melange-json-native.2.0.0 2.0.0
RUN opam reinstall melange-json-native.2.0.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" != 'melange-json-native.2.0.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-11 12:04.27: Using cache hint "macos-homebrew-ocaml-5.3-melange-json-native.2.0.0-b4fe13ada701b14e900bf7bc4653de286fd2c76e"
2025-03-11 12:04.27: 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 melange-json-native.2.0.0 2.0.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall melange-json-native.2.0.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\" != 'melange-json-native.2.0.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-11 12:04.27: Waiting for resource in pool OCluster
2025-03-11 12:04.29: Waiting for worker…
2025-03-11 12:16.51: Got resource from pool OCluster
Building on i7-worker-04
Updating files:  29% (6566/22621)
Updating files:  30% (6787/22621)
Updating files:  31% (7013/22621)
Updating files:  32% (7239/22621)
Updating files:  33% (7465/22621)
Updating files:  34% (7692/22621)
Updating files:  35% (7918/22621)
Updating files:  36% (8144/22621)
Updating files:  37% (8370/22621)
Updating files:  38% (8596/22621)
Updating files:  39% (8823/22621)
Updating files:  40% (9049/22621)
Updating files:  41% (9275/22621)
Updating files:  42% (9501/22621)
Updating files:  43% (9728/22621)
Updating files:  44% (9954/22621)
Updating files:  45% (10180/22621)
Updating files:  46% (10406/22621)
Updating files:  47% (10632/22621)
Updating files:  48% (10859/22621)
Updating files:  49% (11085/22621)
Updating files:  50% (11311/22621)
Updating files:  50% (11430/22621)
Updating files:  51% (11537/22621)
Updating files:  52% (11763/22621)
Updating files:  53% (11990/22621)
Updating files:  54% (12216/22621)
Updating files:  55% (12442/22621)
Updating files:  56% (12668/22621)
Updating files:  57% (12894/22621)
Updating files:  58% (13121/22621)
Updating files:  59% (13347/22621)
Updating files:  60% (13573/22621)
Updating files:  61% (13799/22621)
Updating files:  62% (14026/22621)
Updating files:  63% (14252/22621)
Updating files:  64% (14478/22621)
Updating files:  65% (14704/22621)
Updating files:  66% (14930/22621)
Updating files:  67% (15157/22621)
Updating files:  68% (15383/22621)
Updating files:  69% (15609/22621)
Updating files:  70% (15835/22621)
Updating files:  71% (16061/22621)
Updating files:  72% (16288/22621)
Updating files:  73% (16514/22621)
Updating files:  74% (16740/22621)
Updating files:  75% (16966/22621)
Updating files:  75% (17156/22621)
Updating files:  76% (17192/22621)
Updating files:  77% (17419/22621)
Updating files:  78% (17645/22621)
Updating files:  79% (17871/22621)
Updating files:  80% (18097/22621)
Updating files:  81% (18324/22621)
Updating files:  82% (18550/22621)
Updating files:  83% (18776/22621)
Updating files:  84% (19002/22621)
Updating files:  85% (19228/22621)
Updating files:  86% (19455/22621)
Updating files:  87% (19681/22621)
Updating files:  88% (19907/22621)
Updating files:  89% (20133/22621)
Updating files:  90% (20359/22621)
Updating files:  91% (20586/22621)
Updating files:  92% (20812/22621)
Updating files:  93% (21038/22621)
Updating files:  94% (21264/22621)
Updating files:  95% (21490/22621)
Updating files:  96% (21717/22621)
Updating files:  97% (21943/22621)
Updating files:  97% (21962/22621)
Updating files:  98% (22169/22621)
Updating files:  99% (22395/22621)
Updating files: 100% (22621/22621)
Updating files: 100% (22621/22621), done.
HEAD is now at 7e732d630a raise melange lower bound
HEAD is now at 8f63148a90 Merge pull request #27598 from jim-portegies/opam-publish-coq-waterproof.2.2.0-8.20
Updating 8f63148a90..b4fe13ada7
Fast-forward
 .../melange-atdgen-codec-runtime.1.0.0/opam        |  2 +-
 .../melange-atdgen-codec-runtime.3.0.0/opam        |  2 +-
 .../melange-json-native.2.0.0/opam                 | 42 +++++++++++++++++++
 packages/melange-json/melange-json.2.0.0/opam      | 47 ++++++++++++++++++++++
 4 files changed, 91 insertions(+), 2 deletions(-)
 create mode 100644 packages/melange-json-native/melange-json-native.2.0.0/opam
 create mode 100644 packages/melange-json/melange-json.2.0.0/opam

(from macos-homebrew-ocaml-5.3)
2025-03-11 12:17.06 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-03-11 12:17.06 ---> 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-11 12:17.07 ---> 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-11 12:17.07 ---> 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-11 12:17.07 ---> using "d17ed0ae9a502c5679ac6c71732a210cdcb974067ebb6cb03f2c6ee2249d5077" from cache

/: (copy (src .) (dst opam-repository/))
2025-03-11 12:17.23 ---> saved as "e4e6d5271e98fe20875a791cd4733e38f77340a94b51ff3f07ad8ab49d58984d"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-03-11 12:17.51 ---> saved as "4494c542134f8f8fa1a9e1781f39ab88a4eb406bba6e058410907f7308aa1272"

/: (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.7%
#                                                                          1.6%
- 
#                                                                          2.5%
##                                                                         3.3%
###                                                                        4.3%
###                                                                        5.2%
####                                                                       6.1%
#####                                                                      6.9%
#####                                                                      8.0%
######                                                                     8.8%
######                                                                     9.7%
#######                                                                   10.6%
########                                                                  11.6%
########                                                                  12.4%
- 
#########                                                                 13.5%
##########                                                                14.3%
###########                                                               15.3%
###########                                                               16.2%
############                                                              17.1%
############                                                              17.9%
#############                                                             19.0%
##############                                                            19.8%
##############                                                            20.7%
###############                                                           21.6%
################                                                          22.6%
- 
################                                                          23.4%
#################                                                         24.3%
##################                                                        25.2%
##################                                                        26.2%
###################                                                       27.1%
####################                                                      27.9%
####################                                                      28.8%
#####################                                                     29.8%
######################                                                    30.7%
######################                                                    31.7%
#######################                                                   32.7%
- 
########################                                                  33.6%
########################                                                  34.4%
#########################                                                 35.3%
##########################                                                36.3%
##########################                                                37.2%
###########################                                               38.1%
############################                                              38.9%
############################                                              39.9%
#############################                                             40.8%
##############################                                            41.7%
##############################                                            42.5%
- 
###############################                                           43.6%
###############################                                           44.4%
################################                                          45.3%
#################################                                         46.3%
#################################                                         47.2%
##################################                                        48.0%
###################################                                       48.9%
###################################                                       49.8%
####################################                                      50.8%
#####################################                                     51.7%
#####################################                                     52.5%
- 
######################################                                    53.5%
#######################################                                   54.4%
#######################################                                   55.3%
########################################                                  56.1%
#########################################                                 57.0%
#########################################                                 58.0%
##########################################                                58.9%
###########################################                               59.9%
###########################################                               60.8%
############################################                              61.6%
#############################################                             62.7%
- 
#############################################                             63.5%
##############################################                            64.5%
###############################################                           65.4%
###############################################                           66.3%
################################################                          67.1%
#################################################                         68.1%
#################################################                         69.0%
##################################################                        69.9%
###################################################                       70.9%
###################################################                       71.8%
- 
####################################################                      72.6%
####################################################                      73.5%
#####################################################                     74.5%
######################################################                    75.4%
######################################################                    76.3%
#######################################################                   77.1%
########################################################                  78.1%
########################################################                  79.0%
#########################################################                 79.9%
##########################################################                80.7%
##########################################################                81.7%
- 
###########################################################               82.6%
############################################################              83.6%
############################################################              84.5%
#############################################################             85.4%
##############################################################            86.2%
##############################################################            87.2%
###############################################################           88.1%
################################################################          89.0%
################################################################          89.9%
#################################################################         90.9%
##################################################################        91.7%
- 
##################################################################        92.6%
###################################################################       93.5%
####################################################################      94.5%
####################################################################      95.4%
#####################################################################     96.2%
#####################################################################     97.1%
######################################################################    98.1%
#######################################################################   99.0%
#######################################################################   99.8%
######################################################################## 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-11 12:18.25 ---> saved as "906ada506bc0a80f5657e55b20da12b280fedb63ab8fdb270120938e42564d0f"

/: (run (shell "opam pin add -k version -yn melange-json-native.2.0.0 2.0.0"))
melange-json-native is now pinned to version 2.0.0
2025-03-11 12:18.27 ---> saved as "1d1e8091bc086ad637971fab38414c10a2160bb0fc830189812dcbe670df7059"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall melange-json-native.2.0.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\" != 'melange-json-native.2.0.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
melange-json-native.2.0.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 9 packages
  - install dune                3.17.2         [required by melange-json-native]
  - install melange-json-native 2.0.0 (pinned)
  - install ocaml-compiler-libs v0.17.0        [required by ppxlib]
  - install ppx_derivers        1.2.1          [required by ppxlib]
  - install ppxlib              0.36.0         [required by melange-json-native]
  - install seq                 base           [required by yojson]
  - install sexplib0            v0.17.0        [required by ppxlib]
  - install stdlib-shims        0.3.0          [required by ppxlib]
  - install yojson              2.2.2          [required by melange-json-native]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.17.2  (cached)
-> retrieved melange-json-native.2.0.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.36.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed dune.3.17.2
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed sexplib0.v0.17.0
-> installed yojson.2.2.2
-> installed ppxlib.0.36.0
-> installed melange-json-native.2.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-11 12:19.45 ---> saved as "1ad5eb7f71f854e2b6227266d906a973025907360290a8d9fcc5737fc1ea9151"
Job succeeded
2025-03-11 12:19.58: Job succeeded