(not at the head of any monitored branch or PR)
2025-05-05 15:17.16: New job: build conf-mingw-w64-freeglut-i686.1, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27846/head (3ab7cde5c0a01cfab638b97b6805583f81dfe9c6)
                              on ubuntu-24.04-ocaml-5.3/riscv64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27846/head" && git reset --hard 3ab7cde5
git fetch origin master
git merge --no-edit e28c86445c807c3d11aecedb95a03661481a7d1c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:741335d5cd890fdcbd0e5c968b094cd616c24507c47535f15e52f64baf41559e
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 conf-mingw-w64-freeglut-i686.1 1
RUN opam reinstall conf-mingw-w64-freeglut-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 "\"ubuntu-24.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'conf-mingw-w64-freeglut-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 .

2025-05-05 15:17.16: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:741335d5cd890fdcbd0e5c968b094cd616c24507c47535f15e52f64baf41559e-conf-mingw-w64-freeglut-i686.1-3ab7cde5c0a01cfab638b97b6805583f81dfe9c6"
2025-05-05 15:17.16: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:741335d5cd890fdcbd0e5c968b094cd616c24507c47535f15e52f64baf41559e)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 conf-mingw-w64-freeglut-i686.1 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-mingw-w64-freeglut-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 \"\\\"ubuntu-24.04\\\"\"; 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-freeglut-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"))
)

2025-05-05 15:17.16: Waiting for resource in pool OCluster
2025-05-05 15:17.16: Waiting for worker…
2025-05-05 15:17.16: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
Updating files:   7% (1637/22984)
Updating files:   8% (1839/22984)
Updating files:   9% (2069/22984)
Updating files:  10% (2299/22984)
Updating files:  11% (2529/22984)
Updating files:  12% (2759/22984)
Updating files:  13% (2988/22984)
Updating files:  14% (3218/22984)
Updating files:  15% (3448/22984)
Updating files:  15% (3565/22984)
Updating files:  16% (3678/22984)
Updating files:  17% (3908/22984)
Updating files:  18% (4138/22984)
Updating files:  19% (4367/22984)
Updating files:  20% (4597/22984)
Updating files:  21% (4827/22984)
Updating files:  22% (5057/22984)
Updating files:  23% (5287/22984)
Updating files:  23% (5407/22984)
Updating files:  24% (5517/22984)
Updating files:  25% (5746/22984)
Updating files:  26% (5976/22984)
Updating files:  27% (6206/22984)
Updating files:  28% (6436/22984)
Updating files:  29% (6666/22984)
Updating files:  30% (6896/22984)
Updating files:  31% (7126/22984)
Updating files:  32% (7355/22984)
Updating files:  32% (7516/22984)
Updating files:  33% (7585/22984)
Updating files:  34% (7815/22984)
Updating files:  35% (8045/22984)
Updating files:  36% (8275/22984)
Updating files:  37% (8505/22984)
Updating files:  38% (8734/22984)
Updating files:  39% (8964/22984)
Updating files:  40% (9194/22984)
Updating files:  40% (9211/22984)
Updating files:  41% (9424/22984)
Updating files:  42% (9654/22984)
Updating files:  43% (9884/22984)
Updating files:  44% (10113/22984)
Updating files:  45% (10343/22984)
Updating files:  46% (10573/22984)
Updating files:  47% (10803/22984)
Updating files:  48% (11033/22984)
Updating files:  49% (11263/22984)
Updating files:  49% (11276/22984)
Updating files:  50% (11492/22984)
Updating files:  51% (11722/22984)
Updating files:  52% (11952/22984)
Updating files:  53% (12182/22984)
Updating files:  54% (12412/22984)
Updating files:  55% (12642/22984)
Updating files:  56% (12872/22984)
Updating files:  56% (12932/22984)
Updating files:  57% (13101/22984)
Updating files:  58% (13331/22984)
Updating files:  59% (13561/22984)
Updating files:  60% (13791/22984)
Updating files:  61% (14021/22984)
Updating files:  62% (14251/22984)
Updating files:  63% (14480/22984)
Updating files:  64% (14710/22984)
Updating files:  65% (14940/22984)
Updating files:  65% (15015/22984)
Updating files:  66% (15170/22984)
Updating files:  67% (15400/22984)
Updating files:  68% (15630/22984)
Updating files:  69% (15859/22984)
Updating files:  70% (16089/22984)
Updating files:  71% (16319/22984)
Updating files:  72% (16549/22984)
Updating files:  73% (16779/22984)
Updating files:  74% (17009/22984)
Updating files:  74% (17119/22984)
Updating files:  75% (17238/22984)
Updating files:  76% (17468/22984)
Updating files:  77% (17698/22984)
Updating files:  78% (17928/22984)
Updating files:  79% (18158/22984)
Updating files:  80% (18388/22984)
Updating files:  81% (18618/22984)
Updating files:  82% (18847/22984)
Updating files:  82% (19056/22984)
Updating files:  83% (19077/22984)
Updating files:  84% (19307/22984)
Updating files:  85% (19537/22984)
Updating files:  86% (19767/22984)
Updating files:  87% (19997/22984)
Updating files:  88% (20226/22984)
Updating files:  89% (20456/22984)
Updating files:  90% (20686/22984)
Updating files:  91% (20916/22984)
Updating files:  92% (21146/22984)
Updating files:  92% (21198/22984)
Updating files:  93% (21376/22984)
Updating files:  94% (21605/22984)
Updating files:  95% (21835/22984)
Updating files:  96% (22065/22984)
Updating files:  97% (22295/22984)
Updating files:  98% (22525/22984)
Updating files:  99% (22755/22984)
Updating files: 100% (22984/22984)
Updating files: 100% (22984/22984), done.
HEAD is now at ce113c44d8 [new release] spurs (0.1.0)
HEAD is now at e28c86445c Merge pull request #27816 from Leonidas-from-XIV/core-unix-alpine
Merge made by the 'ort' strategy.
 packages/conf-freeglut/conf-freeglut.1/opam           | 10 +++++++++-
 .../conf-mingw-w64-freeglut-i686.1/opam               | 19 +++++++++++++++++++
 .../conf-mingw-w64-freeglut-x86_64.1/opam             | 19 +++++++++++++++++++
 3 files changed, 47 insertions(+), 1 deletion(-)
 create mode 100644 packages/conf-mingw-w64-freeglut-i686/conf-mingw-w64-freeglut-i686.1/opam
 create mode 100644 packages/conf-mingw-w64-freeglut-x86_64/conf-mingw-w64-freeglut-x86_64.1/opam

(from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:741335d5cd890fdcbd0e5c968b094cd616c24507c47535f15e52f64baf41559e)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:741335d5cd890fdcbd0e5c968b094cd616c24507c47535f15e52f64baf41559e' locally
docker.io/ocaml/opam@sha256:741335d5cd890fdcbd0e5c968b094cd616c24507c47535f15e52f64baf41559e: Pulling from ocaml/opam
ba2f284f7444: Already exists
a6d5333c4bc3: Already exists
5c48c1509161: Already exists
03291eaac929: Already exists
537a0f476833: Already exists
7aacc25a7b3c: Already exists
09b4bf83e421: Already exists
c8c22666543d: Already exists
272e2f3f09ed: Already exists
93aa282a3cbf: Already exists
7ec6667faa54: Already exists
26af6e9f8842: Already exists
3185b0dd3790: Already exists
48f8f99788df: Already exists
0e1c0f79eec0: Already exists
0e1c0f79eec0: Already exists
69d0afa0c182: Already exists
85b9094b0cab: Already exists
264d5c1a13e6: Already exists
5c124c80b22a: Already exists
4f4fb700ef54: Already exists
5791211fe89e: Already exists
60218dcae8df: Already exists
484f174f0463: Already exists
1d1eff14040f: Already exists
7a0472104e51: Already exists
2f93a2731384: Already exists
aa6feca582a8: Already exists
afd371e8bc0c: Already exists
b253e8bc1363: Already exists
09957cdacc75: Already exists
882dabf147a3: Already exists
3f516787b8f3: Already exists
24e19c4ea694: Already exists
11252ef0d863: Already exists
221fd8993c72: Already exists
6713ff040b64: Already exists
04822d3c4571: Already exists
ca003c0bb889: Pulling fs layer
74f5ad23f010: Pulling fs layer
1b3bd6138524: Pulling fs layer
c4536dd49f68: Pulling fs layer
4ccf032c157d: Pulling fs layer
c3bd30a33934: Pulling fs layer
c64d4fcb1bfe: Pulling fs layer
c4536dd49f68: Waiting
4ccf032c157d: Waiting
c3bd30a33934: Waiting
c64d4fcb1bfe: Waiting
74f5ad23f010: Verifying Checksum
74f5ad23f010: Download complete
1b3bd6138524: Verifying Checksum
1b3bd6138524: Download complete
ca003c0bb889: Verifying Checksum
4ccf032c157d: Verifying Checksum
4ccf032c157d: Download complete
ca003c0bb889: Pull complete
74f5ad23f010: Pull complete
1b3bd6138524: Pull complete
c64d4fcb1bfe: Verifying Checksum
c64d4fcb1bfe: Download complete
c3bd30a33934: Verifying Checksum
c3bd30a33934: Download complete
c4536dd49f68: Verifying Checksum
c4536dd49f68: Download complete
c4536dd49f68: Pull complete
4ccf032c157d: Pull complete
c3bd30a33934: Pull complete
c64d4fcb1bfe: Pull complete
Digest: sha256:741335d5cd890fdcbd0e5c968b094cd616c24507c47535f15e52f64baf41559e
Status: Downloaded newer image for ocaml/opam@sha256:741335d5cd890fdcbd0e5c968b094cd616c24507c47535f15e52f64baf41559e
2025-05-05 15:23.08 ---> saved as "4bf9d9686d385f442e32363b3e242cca1d051a4ce5e1b602f52a79c7d573130a"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-05 15:23.08 ---> saved as "e869bc45f487ea065a90f28c1dbae488bed86c013ed58c4311c5c2cffefcb3bd"

/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] Initialised
2025-05-05 15:25.33 ---> saved as "215d517fa776ac19f24a09c7421664f63bda990711710cb384c3ecd0a7938e86"

/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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 3
# 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-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-05-05 15:25.37 ---> saved as "0a2153413bb0626437f2a4a21362c5a9488a271e1e48abd945c58ac53e61cd62"

/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-05-05 15:26.16 ---> saved as "6d6a2a70b54ca69c0e03b97e3df7a7c853c63e56a9ee9b4a74052dd94ace6e5e"

/home/opam: (copy (src .) (dst opam-repository/))
2025-05-05 15:26.51 ---> saved as "de895087d2ab7f79831f4276e9a91e70e1c911e34adbd548ff4aeaef5e0df79d"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-05 15:28.49 ---> saved as "053d092c39988a0cce510a7ece8226c4c18a224d063d75b041dc1fe1fc8f1786"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [728 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1099 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [428 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [830 kB]
- Fetched 3464 kB in 2s (1432 kB/s)
- Reading package lists...
- 
2025-05-05 15:28.57 ---> saved as "adcc2c7afe891191ec0c8d2fbc0d4890137f83921e252ccb02a606cc2cb03bec"

/home/opam: (run (shell "opam pin add -k version -yn conf-mingw-w64-freeglut-i686.1 1"))
conf-mingw-w64-freeglut-i686 is now pinned to version 1
2025-05-05 15:29.00 ---> saved as "a1bc948ce14aca332c61e0c08e79450b2250652939d58f268f496422d617de21"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall conf-mingw-w64-freeglut-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 \"\\\"ubuntu-24.04\\\"\"; 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-freeglut-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"))
[ERROR] conf-mingw-w64-freeglut-i686 = 1: unmet availability conditions: 'os = "win32"'
"/usr/bin/env" "bash" "-c" "opam reinstall conf-mingw-w64-freeglut-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 "\"ubuntu-24.04\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'conf-mingw-w64-freeglut-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 5
2025-05-05 15:29.53: Job failed: Failed: Build failed
2025-05-05 15:29.53: Log analysis:
2025-05-05 15:29.53: >>> 
[ERROR] conf-mingw-w64-freeglut-i686 = 1: unmet availability conditions: 'os = "win32"'
 (score = 100)
2025-05-05 15:29.53: [SKIP] Package not available