(not at the head of any monitored branch or PR)
2025-01-10 07:44.35: New job: build coq-debr-lvl.1.0.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27140/head (3f4d7d607768d670bc99a444d973f5b3cddd809d)
                              on debian-testing-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/27140/head" && git reset --hard 3f4d7d60
git fetch origin master
git merge --no-edit 67e940587b8aca227f511e1943bcd31eabe6b1db
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-5.3@sha256:2afccda5eaecd4633a25e6dbf4cf04c2a77fb1236dfc61071e2f40977c624904
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/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 --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn coq-debr-lvl.1.0.2 1.0.2
RUN opam reinstall coq-debr-lvl.1.0.2; \
    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-testing\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'coq-debr-lvl.1.0.2' && 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-01-10 07:44.35: Using cache hint "ocaml/opam:debian-testing-ocaml-5.3@sha256:2afccda5eaecd4633a25e6dbf4cf04c2a77fb1236dfc61071e2f40977c624904-coq-debr-lvl.1.0.2-3f4d7d607768d670bc99a444d973f5b3cddd809d"
2025-01-10 07:44.35: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-5.3@sha256:2afccda5eaecd4633a25e6dbf4cf04c2a77fb1236dfc61071e2f40977c624904)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -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 --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn coq-debr-lvl.1.0.2 1.0.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall coq-debr-lvl.1.0.2;\
             \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-testing\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'coq-debr-lvl.1.0.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-01-10 07:44.35: Connecting to build cluster…
2025-01-10 07:44.35: Waiting for resource in pool OCluster
2025-01-10 07:50.37: Waiting for worker…
2025-01-10 07:55.41: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
Updating files:  72% (20838/28895)
Updating files:  73% (21094/28895)
Updating files:  74% (21383/28895)
Updating files:  75% (21672/28895)
Updating files:  76% (21961/28895)
Updating files:  77% (22250/28895)
Updating files:  78% (22539/28895)
Updating files:  79% (22828/28895)
Updating files:  80% (23116/28895)
Updating files:  81% (23405/28895)
Updating files:  82% (23694/28895)
Updating files:  83% (23983/28895)
Updating files:  84% (24272/28895)
Updating files:  85% (24561/28895)
Updating files:  86% (24850/28895)
Updating files:  87% (25139/28895)
Updating files:  88% (25428/28895)
Updating files:  89% (25717/28895)
Updating files:  90% (26006/28895)
Updating files:  91% (26295/28895)
Updating files:  92% (26584/28895)
Updating files:  93% (26873/28895)
Updating files:  94% (27162/28895)
Updating files:  95% (27451/28895)
Updating files:  96% (27740/28895)
Updating files:  97% (28029/28895)
Updating files:  98% (28318/28895)
Updating files:  99% (28607/28895)
Updating files: 100% (28895/28895)
Updating files: 100% (28895/28895), done.
HEAD is now at 67e940587b Merge pull request #27236 from kit-ty-kate/opam-publish-mccs.1.1-19
Merge made by the 'ort' strategy.
 packages/coq-debr-lvl/coq-debr-lvl.1.0.2/opam | 43 +++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
 create mode 100644 packages/coq-debr-lvl/coq-debr-lvl.1.0.2/opam

(from ocaml/opam:debian-testing-ocaml-5.3@sha256:2afccda5eaecd4633a25e6dbf4cf04c2a77fb1236dfc61071e2f40977c624904)
Unable to find image 'ocaml/opam:debian-testing-ocaml-5.3@sha256:2afccda5eaecd4633a25e6dbf4cf04c2a77fb1236dfc61071e2f40977c624904' locally
docker.io/ocaml/opam@sha256:2afccda5eaecd4633a25e6dbf4cf04c2a77fb1236dfc61071e2f40977c624904: Pulling from ocaml/opam
6a11e04cd338: Pulling fs layer
6a11e04cd338: Verifying Checksum
6a11e04cd338: Download complete
6a11e04cd338: Pull complete
Digest: sha256:2afccda5eaecd4633a25e6dbf4cf04c2a77fb1236dfc61071e2f40977c624904
Status: Downloaded newer image for ocaml/opam@sha256:2afccda5eaecd4633a25e6dbf4cf04c2a77fb1236dfc61071e2f40977c624904
2025-01-10 07:57.20 ---> saved as "36a6670e6a15dedd4e55e7f3428a276ce9c7de76b3be01dfdf92fd88367be598"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-01-10 07:57.20 ---> saved as "8607d583ea9410d3fd96a147fd69978cd975357a644e34af58a5798a210404e9"

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring 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.

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-01-10 07:58.31 ---> saved as "b192e8df9e168e1e5e2a266dbe51f7d048ee26e65e786118a8496ca28549a595"

/home/opam: (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.4.0~alpha1~dev (26290a42e5a3dd44c3e2f8f743e6b8c391bdc206)
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=unknown
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 31
# repositories         1 (local)
# pinned               1 (version)
# current-switch       5.3
# invariant            ["ocaml-base-compiler" {>= "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       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-01-10 07:58.32 ---> saved as "da5392f1e2079bed14f57ea950c8218912f220ad4ee5e87e62d3db327ad8e900"

/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-01-10 07:58.40 ---> saved as "d1affd7eeef104a3575a001848715775e62622e35193b076d0b2855437294a4c"

/home/opam: (copy (src .) (dst opam-repository/))
2025-01-10 07:58.48 ---> saved as "8849640f08c9e4f4dc656e5ee6a523f802a2f16f93b818b895e7f4a418ff45c6"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-01-10 07:59.34 ---> saved as "12b672751b85d18c756b5af28ffadfc8024301a521b2a8a9c5f2ff16eff7c42c"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [175 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [49.6 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [27.9 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages 2025-01-09-1409.48.pdiff [831 B]
- Get:6 http://deb.debian.org/debian testing/main amd64 Packages 2025-01-09-2008.08.pdiff [64.5 kB]
- Get:7 http://deb.debian.org/debian testing/main amd64 Packages 2025-01-10-0205.29.pdiff [28.6 kB]
- Get:7 http://deb.debian.org/debian testing/main amd64 Packages 2025-01-10-0205.29.pdiff [28.6 kB]
- Fetched 395 kB in 1s (376 kB/s)
- Reading package lists...
2025-01-10 07:59.36 ---> saved as "515e93c0c334c431959898f512b17aef8d7cc22178994c350a02968ae30f8b0e"

/home/opam: (run (shell "opam pin add -k version -yn coq-debr-lvl.1.0.2 1.0.2"))
coq-debr-lvl is now pinned to version 1.0.2
2025-01-10 07:59.37 ---> saved as "b9a53318378c5c8e2302cde070f0541ba20b97195abb463c6bce2af892a5cdf7"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall coq-debr-lvl.1.0.2;\
                        \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-testing\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'coq-debr-lvl.1.0.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
coq-debr-lvl.1.0.2 is not installed. Install it? [Y/n] y
  * Missing dependency:
    - coq-debr-lvl -> coq-mmaps
    unknown package

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall coq-debr-lvl.1.0.2;
        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-testing\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'coq-debr-lvl.1.0.2' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2025-01-10 07:59.59: Job failed: Failed: Build failed
2025-01-10 07:59.59: Log analysis:
2025-01-10 07:59.59: >>> 
No solution found, exiting
 (score = 100)
2025-01-10 07:59.59: [SKIP] Package not available