(for PR #28499)

2025-09-17 10:25.34: New job: build coq-waterproof.3.0.0+8.19, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28499/head (6cfa3b6ff7c640b9670e93e4ebd989ee176b7f67)
                              on debian-13-ocaml-5.3/arm32v7

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28499/head" && git reset --hard 6cfa3b6f
git fetch origin master
git merge --no-edit 7949ff40d8af6dff67bf2361db44574e21c6d076
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.3@sha256:0c737070f8d708c853d586b4e7400e8f90d5bf66ec7d0efdec0f599f18428ed1
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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-waterproof.3.0.0+8.19 3.0.0+8.19
RUN opam reinstall coq-waterproof.3.0.0+8.19; \
    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-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'coq-waterproof.3.0.0+8.19' && 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-09-17 10:25.34: Using cache hint "ocaml/opam:debian-13-ocaml-5.3@sha256:0c737070f8d708c853d586b4e7400e8f90d5bf66ec7d0efdec0f599f18428ed1-coq-waterproof.3.0.0+8.19-6cfa3b6ff7c640b9670e93e4ebd989ee176b7f67"
2025-09-17 10:25.34: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:0c737070f8d708c853d586b4e7400e8f90d5bf66ec7d0efdec0f599f18428ed1)
 (shell /usr/bin/linux32 /bin/sh -c)
 (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-waterproof.3.0.0+8.19 3.0.0+8.19"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall coq-waterproof.3.0.0+8.19;\
             \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-13\\\"\"; 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-waterproof.3.0.0+8.19' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-09-17 10:25.34: Waiting for resource in pool OCluster
2025-09-17 10:25.51: Waiting for worker…
2025-09-17 10:44.39: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
All commits already cached
Updating files:  89% (16264/18274)
Updating files:  90% (16447/18274)
Updating files:  91% (16630/18274)
Updating files:  92% (16813/18274)
Updating files:  93% (16995/18274)
Updating files:  94% (17178/18274)
Updating files:  95% (17361/18274)
Updating files:  96% (17544/18274)
Updating files:  97% (17726/18274)
Updating files:  98% (17909/18274)
Updating files:  99% (18092/18274)
Updating files: 100% (18274/18274)
Updating files: 100% (18274/18274), done.
HEAD is now at 7949ff40d8 Merge pull request #28501 from vscoqbot/opam-publish-vsrocq-language-server.2.3.0
Merge made by the 'ort' strategy.
 .../coq-waterproof/coq-waterproof.3.0.0+8.19/opam  | 51 ++++++++++++++++++++++
 1 file changed, 51 insertions(+)
 create mode 100644 packages/coq-waterproof/coq-waterproof.3.0.0+8.19/opam

(from ocaml/opam:debian-13-ocaml-5.3@sha256:0c737070f8d708c853d586b4e7400e8f90d5bf66ec7d0efdec0f599f18428ed1)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:0c737070f8d708c853d586b4e7400e8f90d5bf66ec7d0efdec0f599f18428ed1' locally
docker.io/ocaml/opam@sha256:0c737070f8d708c853d586b4e7400e8f90d5bf66ec7d0efdec0f599f18428ed1: Pulling from ocaml/opam
c8d34a0a2fb8: Pulling fs layer
c8d34a0a2fb8: Verifying Checksum
c8d34a0a2fb8: Download complete
c8d34a0a2fb8: Pull complete
Digest: sha256:0c737070f8d708c853d586b4e7400e8f90d5bf66ec7d0efdec0f599f18428ed1
Status: Downloaded newer image for ocaml/opam@sha256:0c737070f8d708c853d586b4e7400e8f90d5bf66ec7d0efdec0f599f18428ed1
2025-09-17 10:44.41 ---> using "d6b90d76f5d81d26efe261548bbf1ff877047571e2e9f531e3cf6e98cc5b2589" from cache

/: (shell /usr/bin/linux32 /bin/sh -c)

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-09-17 10:44.41 ---> using "74fad300d71681aaed00d0283f09977fe5d5df6c98379f222e01e182d2d2ce92" from cache

/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 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] Initialised
2025-09-17 10:44.41 ---> using "fdc3e90c59b736099df307f9f5bf6621dfa24cb965d2860c512baebdcf0aae65" from cache

/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.1
# self-upgrade         no
# system               arch=arm32 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 79
# repositories         1 (version-controlled)
# 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-option-bytecode-only.1, ocaml-options-vanilla.1
# ocaml:native         false
# ocaml:native-tools   false
# ocaml:native-dynlink false
# 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+bytecode-only
2025-09-17 10:44.41 ---> using "0929bc97e814cc32176b81fbe138a7dc7bf740072393eccff8da83d2e474ac30" 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-09-17 10:44.41 ---> using "88236dd5a793bc2738e1893f79f1d296143a08bfc0d04cc8d1e472c5995557b9" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-09-17 10:45.01 ---> saved as "96e88e73fd3caafc36d936efb870aa46ee165cc93a0b7cb9de537fd28da52d08"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-09-17 10:45.33 ---> saved as "69d73b63e9787aa296d78d21cd5b3b256d2b14290f89a156732839ed2150ca4d"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main armhf Packages [38.7 kB]
- Fetched 129 kB in 0s (773 kB/s)
- Reading package lists...
- 
2025-09-17 10:45.34 ---> saved as "f1774f8ee41af8811d89f125846243ae3a153e6dcfb1226de28c0c0c3d1932fb"

/home/opam: (run (shell "opam pin add -k version -yn coq-waterproof.3.0.0+8.19 3.0.0+8.19"))
coq-waterproof is now pinned to version 3.0.0+8.19
2025-09-17 10:45.37 ---> saved as "94b6c96bf3b046f98274230d95b4e0c46bc4d317fbf7ecfe1aa40de4b3c4e2da"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall coq-waterproof.3.0.0+8.19;\
                        \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-13\\\"\"; 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-waterproof.3.0.0+8.19' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
coq-waterproof.3.0.0+8.19 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.3.0 -> ocaml-compiler = 5.3.0 -> ocaml-option-bytecode-only
    - coq-waterproof = 3.0.0+8.19
    You can temporarily relax the switch invariant with `--update-invariant'

No solution found, exiting
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall coq-waterproof.3.0.0+8.19;
        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-13\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'coq-waterproof.3.0.0+8.19' && 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-09-17 10:45.56: Job failed: Failed: Build failed
2025-09-17 10:45.56: Log analysis:
2025-09-17 10:45.56: >>> 
No solution found, exiting
 (score = 100)
2025-09-17 10:45.56: [SKIP] Package not available