(not at the head of any monitored branch or PR)
2025-03-11 12:04.28: New job: build melange-atdgen-codec-runtime.3.0.0, using opam 2.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27606/head (b4fe13ada701b14e900bf7bc4653de286fd2c76e)
                              on debian-12-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 ocaml/opam:debian-12-ocaml-5.3@sha256:bc8aaa1230ecb57c5762546b9227e538394dff3b0a270fc783baf8bc6bd0bf51
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 --strict default opam-repository/
RUN opam depext -u || true
RUN opam pin add -k version -yn melange-atdgen-codec-runtime.3.0.0 3.0.0
RUN opam depext melange-atdgen-codec-runtime.3.0.0 && opam reinstall melange-atdgen-codec-runtime.3.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 "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'melange-atdgen-codec-runtime.3.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.28: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:bc8aaa1230ecb57c5762546b9227e538394dff3b0a270fc783baf8bc6bd0bf51-melange-atdgen-codec-runtime.3.0.0-b4fe13ada701b14e900bf7bc4653de286fd2c76e"
2025-03-11 12:04.28: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:bc8aaa1230ecb57c5762546b9227e538394dff3b0a270fc783baf8bc6bd0bf51)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "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 --strict default opam-repository/"))
 (run (network host)
      (shell "opam depext -u || true"))
 (run (shell "opam pin add -k version -yn melange-atdgen-codec-runtime.3.0.0 3.0.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam depext melange-atdgen-codec-runtime.3.0.0 && opam reinstall melange-atdgen-codec-runtime.3.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 \"\\\"debian-12\\\"\"; 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-atdgen-codec-runtime.3.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.28: Waiting for resource in pool OCluster
2025-03-11 12:04.32: Waiting for worker…
2025-03-11 12:06.44: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  86% (19618/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:  98% (22169/22621)
Updating files:  99% (22395/22621)
Updating files: 100% (22621/22621)
Updating files: 100% (22621/22621), done.
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 ocaml/opam:debian-12-ocaml-5.3@sha256:bc8aaa1230ecb57c5762546b9227e538394dff3b0a270fc783baf8bc6bd0bf51)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:bc8aaa1230ecb57c5762546b9227e538394dff3b0a270fc783baf8bc6bd0bf51' locally
docker.io/ocaml/opam@sha256:bc8aaa1230ecb57c5762546b9227e538394dff3b0a270fc783baf8bc6bd0bf51: Pulling from ocaml/opam
bffb52139beb: Pulling fs layer
bffb52139beb: Waiting
bffb52139beb: Verifying Checksum
bffb52139beb: Download complete
bffb52139beb: Pull complete
Digest: sha256:bc8aaa1230ecb57c5762546b9227e538394dff3b0a270fc783baf8bc6bd0bf51
Status: Downloaded newer image for ocaml/opam@sha256:bc8aaa1230ecb57c5762546b9227e538394dff3b0a270fc783baf8bc6bd0bf51
2025-03-11 12:08.28 ---> using "4c4507dc2c915bc2fe880d11485a066845ce2ccaf87ae0c7a8ec26d34c0670c5" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2025-03-11 12:08.28 ---> using "4b68de1bf38207b6e857f8fd0c237dbf01b9476a4e13e91e2ddd1f8e64a0beaf" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from 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.

[WARNING] Recommended dependencies -- most packages rely on these:
  - m4

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2025-03-11 12:08.28 ---> using "4dae10fb1b94080b9ff0b91e71ccf6368f3190cf12680d9fb533a6c70dd7d9f9" from cache

/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version      2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b) 
# self-upgrade      no
# system            arch=x86_64 os=linux os-distribution=debian os-version=12
# solver            builtin-mccs+glpk
# install-criteria  -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria  -removed,-count[version-lag,solution],-new
# jobs              39
# repositories      1 (local), 1 (version-controlled)
# pinned            1 (version)
# current-switch    5.3
2025-03-11 12:08.28 ---> using "a54c8103cf7c9f736adab0862bd13e2be19cee582888704529469211eef299cf" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2025-03-11 12:08.28 ---> using "a9a3fbe8e72bffaa8af7ea3572bd9901e1537c13dbaf69b1e02f6bce2419377e" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-03-11 12:08.40 ---> saved as "9680223165801d92062905b5fb17387ade242cfdf27a45bc87ccd22f4c0c22a3"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2025-03-11 12:09.06 ---> saved as "959a57105c530fed430f049de3816300eac8a437bddf5082d17f12702d17ccd9"

/home/opam: (run (network host)
                 (shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "sudo":
    apt-get update
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Fetched 103 kB in 0s (340 kB/s)
Reading package lists...
# OS package update successful
2025-03-11 12:09.09 ---> saved as "2b843c3eabf25badb2a565e1aaa87b2f75afbf805f5cb99cc77bd5fc3a607470"

/home/opam: (run (shell "opam pin add -k version -yn melange-atdgen-codec-runtime.3.0.0 3.0.0"))
melange-atdgen-codec-runtime is now pinned to version 3.0.0
2025-03-11 12:09.10 ---> saved as "7359187766e6498ffb0b89241210f724571bb6286d5fff3d6ef6f81d997f9802"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext melange-atdgen-codec-runtime.3.0.0 && opam reinstall melange-atdgen-codec-runtime.3.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 \"\\\"debian-12\\\"\"; 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-atdgen-codec-runtime.3.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"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
melange-atdgen-codec-runtime.3.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install dune                         3.17.2   [required by melange-atdgen-codec-runtime]
  - install cmdliner                     1.3.0    [required by atd, melange]
  - install seq                          base     [required by re, yojson]
  - install stdlib-shims                 0.3.0    [required by ppxlib]
  - install sexplib0                     v0.17.0  [required by ppxlib]
  - install ppx_derivers                 1.2.1    [required by ppxlib]
  - install ocaml-compiler-libs          v0.17.0  [required by ppxlib]
  - install menhirSdk                    20230608 [required by menhir]
  - install menhirLib                    20230608 [required by menhir]
  - install easy-format                  1.3.4    [required by atd]
  - install dune-build-info              3.17.2   [required by melange]
  - install cppo                         1.8.0    [required by melange]
  - install camlp-streams                5.0.1    [required by biniou]
  - install yojson                       2.2.2    [required by atd, atdgen]
  - install re                           1.12.0   [required by atd, atdgen]
  - install ppxlib                       0.35.0   [required by melange, melange-json]
  - install menhir                       20230608 [required by atd, melange]
  - install biniou                       1.2.2    [required by atdgen]
  - install melange                      5.0.1-53 [required by melange-atdgen-codec-runtime]
  - install atd                          2.16.0   [required by melange-atdgen-codec-runtime]
  - install atdgen-runtime               2.16.0   [required by atdgen]
  - install melange-json                 1.3.0    [required by melange-atdgen-codec-runtime]
  - install atdgen                       2.16.0   [required by melange-atdgen-codec-runtime]
  - install melange-atdgen-codec-runtime 3.0.0*
===== 24 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[atd.2.16.0] found in cache
[atdgen.2.16.0] found in cache
[atdgen-runtime.2.16.0] found in cache
[biniou.1.2.2] found in cache
[camlp-streams.5.0.1] found in cache
[cmdliner.1.3.0] found in cache
[cppo.1.8.0] found in cache
[dune.3.17.2] found in cache
[dune-build-info.3.17.2] found in cache
[easy-format.1.3.4] found in cache
[melange.5.0.1-53] found in cache
[melange-atdgen-codec-runtime.3.0.0] found in cache
[melange-json.1.3.0] found in cache
[menhir.20230608] found in cache
[menhirLib.20230608] found in cache
[menhirSdk.20230608] found in cache
[ocaml-compiler-libs.v0.17.0] found in cache
[ppx_derivers.1.2.1] found in cache
[ppxlib.0.35.0] found in cache
[re.1.12.0] found in cache
[sexplib0.v0.17.0] found in cache
[stdlib-shims.0.3.0] found in cache
[yojson.2.2.2] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed dune.3.17.2
-> installed camlp-streams.5.0.1
-> installed easy-format.1.3.4
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed cppo.1.8.0
-> installed menhirSdk.20230608
-> installed menhirLib.20230608
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed re.1.12.0
-> installed yojson.2.2.2
-> installed biniou.1.2.2
-> installed dune-build-info.3.17.2
-> installed atdgen-runtime.2.16.0
-> installed menhir.20230608
-> installed ppxlib.0.35.0
-> installed atd.2.16.0
-> installed atdgen.2.16.0
-> installed melange.5.0.1-53
-> installed melange-json.1.3.0
-> installed melange-atdgen-codec-runtime.3.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-03-11 12:10.37 ---> saved as "5e295f3f2a18a92427237be1f2fa4d9ba3b1eaf7e3f4d3ac79953a77839c5705"
Job succeeded
2025-03-11 12:10.43: Job succeeded