(not at the head of any monitored branch or PR)
2024-10-30 13:27.01: New job: build conf-mingw-w64-glade-i686.1, using opam 2.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/26812/head (6d39bb88a26efa9c44b2d01e5407d7d4cec60ccf)
                              on debian-12-ocaml-5.2/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/26812/head" && git reset --hard 6d39bb88
git fetch origin master
git merge --no-edit ce4637ae20e511e8dc54562b123f1407fa5b2ca8
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:7583e4dd1dcf84d502c2ee3f0a60c6b4136ab93b64de197b2071c7a5fae38483
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="1000"
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 conf-mingw-w64-glade-i686.1 1
RUN opam depext conf-mingw-w64-glade-i686.1 && opam reinstall conf-mingw-w64-glade-i686.1; \
    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" != 'conf-mingw-w64-glade-i686.1' && 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 .

2024-10-30 13:27.01: Using cache hint "ocaml/opam:debian-12-ocaml-5.2@sha256:7583e4dd1dcf84d502c2ee3f0a60c6b4136ab93b64de197b2071c7a5fae38483-conf-mingw-w64-glade-i686.1-6d39bb88a26efa9c44b2d01e5407d7d4cec60ccf"
2024-10-30 13:27.01: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:7583e4dd1dcf84d502c2ee3f0a60c6b4136ab93b64de197b2071c7a5fae38483)
 (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 "uname -rs && opam exec -- ocaml -version && opam --version"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMSOLVERTIMEOUT 1000)
 (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 conf-mingw-w64-glade-i686.1 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam depext conf-mingw-w64-glade-i686.1 && opam reinstall conf-mingw-w64-glade-i686.1;\
             \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\" != 'conf-mingw-w64-glade-i686.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2024-10-30 13:27.01: Waiting for resource in pool OCluster
2024-10-30 13:27.03: Waiting for worker…
2024-10-30 13:28.27: Got resource from pool OCluster
Building on x86-bm-c11.sw.ocaml.org
All commits already cached
Updating files:  89% (29257/32557)
Updating files:  90% (29302/32557)
Updating files:  91% (29627/32557)
Updating files:  92% (29953/32557)
Updating files:  93% (30279/32557)
Updating files:  94% (30604/32557)
Updating files:  95% (30930/32557)
Updating files:  96% (31255/32557)
Updating files:  97% (31581/32557)
Updating files:  98% (31906/32557)
Updating files:  99% (32232/32557)
Updating files: 100% (32557/32557)
Updating files: 100% (32557/32557), done.
HEAD is now at ce4637ae20 Merge pull request #26802 from robur-coop/release-git-kv-v0.1.0
Updating ce4637ae20..6d39bb88a2
Fast-forward
 packages/conf-glade/conf-glade.2/opam              | 22 ++++++++++++++++++++--
 .../conf-mingw-w64-glade-i686.1/opam               | 20 ++++++++++++++++++++
 .../conf-mingw-w64-glade-x86_64.1/opam             | 20 ++++++++++++++++++++
 3 files changed, 60 insertions(+), 2 deletions(-)
 create mode 100644 packages/conf-mingw-w64-glade-i686/conf-mingw-w64-glade-i686.1/opam
 create mode 100644 packages/conf-mingw-w64-glade-x86_64/conf-mingw-w64-glade-x86_64.1/opam

(from ocaml/opam:debian-12-ocaml-5.2@sha256:7583e4dd1dcf84d502c2ee3f0a60c6b4136ab93b64de197b2071c7a5fae38483)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:7583e4dd1dcf84d502c2ee3f0a60c6b4136ab93b64de197b2071c7a5fae38483' locally
docker.io/ocaml/opam@sha256:7583e4dd1dcf84d502c2ee3f0a60c6b4136ab93b64de197b2071c7a5fae38483: Pulling from ocaml/opam
761a2f421eaa: Pulling fs layer
761a2f421eaa: Verifying Checksum
761a2f421eaa: Download complete
761a2f421eaa: Pull complete
Digest: sha256:7583e4dd1dcf84d502c2ee3f0a60c6b4136ab93b64de197b2071c7a5fae38483
Status: Downloaded newer image for ocaml/opam@sha256:7583e4dd1dcf84d502c2ee3f0a60c6b4136ab93b64de197b2071c7a5fae38483
2024-10-30 13:28.32 ---> using "de4ab85ca5cfc22a2a4f21bd4f6b9515f9667a22e96e3fb26f6b86d857c9f229" 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"))
2024-10-30 13:28.32 ---> saved as "9ac82a2bbb5185c91966bd883f4a5ce51a83b9721344de4b8218c5d6aaa80ead"

/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[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)

2024-10-30 13:29.19 ---> saved as "99f87abb8f0adb5b71576cc15ef0d9420c4f12d874828de25a2d51c565c36860"

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-122-generic
The OCaml toplevel, version 5.2.0
2.0.10
2024-10-30 13:29.20 ---> saved as "ade3c83f3b0f80398befb00871c3bb324dfd5fbc991775177652cd7f5aa22fde"

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 1000)

/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/"))
2024-10-30 13:29.27 ---> saved as "c1b7ad0b196730b76dff6864de0b3192f1c2625b957a5004785cbc3b581a674e"

/home/opam: (copy (src .) (dst opam-repository/))
2024-10-30 13:29.38 ---> saved as "03fe39d18f6fa96ea444de6408cd5c3b5319176d409a0fb748447e6caf46d03e"

/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)

2024-10-30 13:30.01 ---> saved as "4b5d42559ef65eddc4fc6a295315a17f1fbe77bca4003a3316f97cfa423abad0"

/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]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [190 kB]
Fetched 293 kB in 2s (131 kB/s)
Reading package lists...
# OS package update successful
2024-10-30 13:30.04 ---> saved as "e4e6f94e6098573409e27d949c009048fa4582bb0ad90e3805cc9209d0858baa"

/home/opam: (run (shell "opam pin add -k version -yn conf-mingw-w64-glade-i686.1 1"))
conf-mingw-w64-glade-i686 is now pinned to version 1
2024-10-30 13:30.06 ---> saved as "e36dfec7ef84ff87d34f73e71d2fd471c502b1a080dcbbc49f83161b64094de6"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext conf-mingw-w64-glade-i686.1 && opam reinstall conf-mingw-w64-glade-i686.1;\
                        \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\" != 'conf-mingw-w64-glade-i686.1' && 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
[ERROR] No solution for conf-mingw-w64-glade-i686.1: Your request can't be satisfied:
          - unmet availability conditions: os = "win32"


Command failed: opam list --readonly --external '--resolve=conf-mingw-w64-glade-i686.1' --color=never returned 20
"/usr/bin/env" "bash" "-c" "opam depext conf-mingw-w64-glade-i686.1 && opam reinstall conf-mingw-w64-glade-i686.1;
        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" != 'conf-mingw-w64-glade-i686.1' && 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
2024-10-30 13:30.26: Job failed: Failed: Build failed
2024-10-30 13:30.26: Log analysis:
2024-10-30 13:30.26: >>> 
[ERROR] No solution for conf-mingw-w64-glade-i686.1: Your request can't be satisfied:
 (score = 100)
2024-10-30 13:30.26: [SKIP] Package not available