Build:
  1. 1
  2. 0
2026-04-24 11:03.32: New job: build conf-mingw-w64-gtksourceview3-x86_64.1, using opam 2.1
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29795/head (e28fadf7e063e089b716122394b081ac266bcb6a)
                              on debian-13-ocaml-5.4/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/29795/head" && git reset --hard e28fadf7
git fetch origin master
git merge --no-edit 835aa544ea8a6a628f2b02609336ae9de5472277
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:bf89bb8b0840f9e6d96c6319caca58b5a9cb053dc6ba317d449ef09a67ea4117
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.1 /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-gtksourceview3-x86_64.1 1
RUN opam reinstall conf-mingw-w64-gtksourceview3-x86_64.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-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'conf-mingw-w64-gtksourceview3-x86_64.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 .

2026-04-24 11:03.32: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:bf89bb8b0840f9e6d96c6319caca58b5a9cb053dc6ba317d449ef09a67ea4117-conf-mingw-w64-gtksourceview3-x86_64.1-e28fadf7e063e089b716122394b081ac266bcb6a"
2026-04-24 11:03.32: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:bf89bb8b0840f9e6d96c6319caca58b5a9cb053dc6ba317d449ef09a67ea4117)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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-gtksourceview3-x86_64.1 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-mingw-w64-gtksourceview3-x86_64.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-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\" != 'conf-mingw-w64-gtksourceview3-x86_64.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-24 11:03.32: Waiting for resource in pool OCluster
2026-04-24 11:03.32: Waiting for worker…
2026-04-24 11:03.32: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 835aa544ea Merge pull request #29782 from mununki/opam-publish-rescriptdep.0.1.2
Updating 835aa544ea..e28fadf7e0
Fast-forward
 .github/workflows/windows.yml                             |  7 +++++++
 .../conf-mingw-w64-allegro5-i686.1/opam                   | 15 +++++++++------
 .../conf-mingw-w64-allegro5-x86_64.1/opam                 | 15 +++++++++------
 .../conf-mingw-w64-ao-i686/conf-mingw-w64-ao-i686.1/opam  |  8 +++++---
 .../conf-mingw-w64-ao-x86_64.1/opam                       |  8 +++++---
 .../conf-mingw-w64-bzip2-i686.1/opam                      |  7 +++++--
 .../conf-mingw-w64-bzip2-x86_64.1/opam                    | 14 +++++---------
 .../conf-mingw-w64-cairo-i686.1/opam                      | 10 ++++++----
 .../conf-mingw-w64-cairo-x86_64.1/opam                    | 10 ++++++----
 .../conf-mingw-w64-curl-i686.1/opam                       |  8 +++++---
 .../conf-mingw-w64-curl-x86_64.1/opam                     |  8 +++++---
 .../conf-mingw-w64-freeglut-i686.1/opam                   | 12 ++++++------
 .../conf-mingw-w64-freeglut-x86_64.1/opam                 | 12 ++++++------
 .../conf-mingw-w64-freetype-i686.1/opam                   | 10 ++++++----
 .../conf-mingw-w64-freetype-x86_64.1/opam                 | 10 ++++++----
 .../conf-mingw-w64-g++-i686.1/opam                        | 10 +++++++---
 .../conf-mingw-w64-g++-x86_64.1/opam                      | 10 +++++++---
 .../conf-mingw-w64-gcc-i686.1/opam                        |  4 ++--
 .../conf-mingw-w64-gcc-x86_64.1/opam                      |  4 ++--
 .../conf-mingw-w64-glade-i686.1/opam                      | 10 +++++-----
 .../conf-mingw-w64-glade-x86_64.1/opam                    | 10 ++++++----
 .../conf-mingw-w64-gmp-i686.1/opam                        |  2 +-
 .../conf-mingw-w64-gmp-x86_64.1/opam                      |  2 +-
 .../conf-mingw-w64-gnomecanvas-i686.1/opam                |  6 +++---
 .../conf-mingw-w64-gnomecanvas-x86_64.1/opam              |  9 +++++----
 .../conf-mingw-w64-gnutls-i686.1/opam                     | 10 ++++++----
 .../conf-mingw-w64-gnutls-x86_64.1/opam                   | 10 ++++++----
 .../conf-mingw-w64-gtk2-i686.1/opam                       |  8 ++++----
 .../conf-mingw-w64-gtk2-x86_64.1/opam                     | 10 ++++++----
 .../conf-mingw-w64-gtk3-i686.1/opam                       | 10 ++++++----
 .../conf-mingw-w64-gtk3-x86_64.1/opam                     | 10 ++++++----
 .../conf-mingw-w64-gtksourceview3-i686.1/opam             | 10 +++++-----
 .../conf-mingw-w64-gtksourceview3-x86_64.1/opam           | 10 ++++++----
 .../conf-mingw-w64-libevent-i686.1/opam                   | 12 ++++++------
 .../conf-mingw-w64-libevent-x86_64.1/opam                 | 10 ++++++----
 .../conf-mingw-w64-libffi-i686.1/opam                     | 10 ++++++----
 .../conf-mingw-w64-libffi-x86_64.1/opam                   | 10 ++++++----
 .../conf-mingw-w64-liblz4-i686.1/opam                     | 10 ++++++----
 .../conf-mingw-w64-liblz4-x86_64.1/opam                   | 10 ++++++----
 .../conf-mingw-w64-mbedtls-x86_64.1/opam                  | 13 ++++++++-----
 .../conf-mingw-w64-ncurses-i686.1/opam                    | 10 ++++++----
 .../conf-mingw-w64-ncurses-x86_64.1/opam                  | 10 ++++++----
 .../conf-mingw-w64-nettle-i686.1/opam                     | 10 ++++++----
 .../conf-mingw-w64-nettle-x86_64.1/opam                   | 10 ++++++----
 .../conf-mingw-w64-openssl-i686.1/opam                    |  8 +++++---
 .../conf-mingw-w64-openssl-x86_64.1/opam                  |  8 +++++---
 .../conf-mingw-w64-pcre-i686.1/opam                       | 10 +++++-----
 .../conf-mingw-w64-pcre-x86_64.1/opam                     |  8 +++++---
 .../conf-mingw-w64-pcre2-i686.1/opam                      | 10 ++++++----
 .../conf-mingw-w64-pcre2-x86_64.1/opam                    |  8 +++++---
 .../conf-mingw-w64-pkgconf-i686.1/opam                    |  4 ++--
 .../conf-mingw-w64-pkgconf-x86_64.1/opam                  |  2 +-
 .../conf-mingw-w64-postgresql-i686.1/opam                 | 10 +++++-----
 .../conf-mingw-w64-postgresql-x86_64.1/opam               |  8 +++++---
 .../conf-mingw-w64-sdl2-i686.1/opam                       | 10 ++++++----
 .../conf-mingw-w64-sdl2-image-i686.1/opam                 | 10 +++++-----
 .../conf-mingw-w64-sdl2-image-x86_64.1/opam               | 10 ++++++----
 .../conf-mingw-w64-sdl2-mixer-i686.1/opam                 | 10 ++++++----
 .../conf-mingw-w64-sdl2-mixer-x86_64.1/opam               | 10 ++++++----
 .../conf-mingw-w64-sdl2-net-i686.1/opam                   | 10 ++++++----
 .../conf-mingw-w64-sdl2-net-x86_64.1/opam                 | 10 ++++++----
 .../conf-mingw-w64-sdl2-ttf-i686.1/opam                   | 10 ++++++----
 .../conf-mingw-w64-sdl2-ttf-x86_64.1/opam                 | 10 ++++++----
 .../conf-mingw-w64-sdl2-x86_64.1/opam                     | 10 ++++++----
 .../conf-mingw-w64-sqlite3-i686.1/opam                    |  8 +++++---
 .../conf-mingw-w64-sqlite3-x86_64.1/opam                  |  8 +++++---
 .../conf-mingw-w64-zlib-i686.1/opam                       |  2 +-
 .../conf-mingw-w64-zlib-x86_64.1/opam                     |  2 +-
 .../conf-mingw-w64-zstd-i686.1/opam                       |  2 +-
 .../conf-mingw-w64-zstd-x86_64.1/opam                     |  2 +-
 70 files changed, 360 insertions(+), 254 deletions(-)

(from ocaml/opam:debian-13-ocaml-5.4@sha256:bf89bb8b0840f9e6d96c6319caca58b5a9cb053dc6ba317d449ef09a67ea4117)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:bf89bb8b0840f9e6d96c6319caca58b5a9cb053dc6ba317d449ef09a67ea4117' locally
docker.io/ocaml/opam@sha256:bf89bb8b0840f9e6d96c6319caca58b5a9cb053dc6ba317d449ef09a67ea4117: Pulling from ocaml/opam
a7730063fcfe: Already exists
4ee4710ec793: Already exists
9bffbdd66231: Already exists
cbcc548423e6: Already exists
fe2acedc347c: Already exists
d316a4b5f6c7: Already exists
a7185b084615: Already exists
8f2e4b898a82: Already exists
c45b7ac3ea87: Already exists
7e67b51417c7: Already exists
bd7b73c72643: Already exists
6c18a46bf2ad: Already exists
f9e34f2a66c9: Already exists
d9ef36e01586: Already exists
97b411d0e48e: Already exists
7a801e16329f: Already exists
19d23084d713: Already exists
19d23084d713: Already exists
5a7e5c66431e: Already exists
70ef9a276312: Already exists
9ae2c497c2b0: Already exists
e8976e43e08e: Already exists
4f4fb700ef54: Already exists
c604dd6b8c73: Already exists
1eb18e837245: Already exists
255f5a23564e: Already exists
3f89e8909570: Already exists
132eabb3a260: Already exists
493b36718743: Already exists
969b57e3419b: Already exists
149edab32f52: Already exists
bd180ee6bae9: Already exists
cc8dae61ae77: Already exists
60d736b82f5f: Already exists
37e6ecf610fb: Already exists
f5a753da3473: Already exists
36e535949899: Already exists
95ef206c9a71: Already exists
a70d32c06711: Already exists
5ee0fcdd42b0: Already exists
767e030306e7: Already exists
fb05da4533b9: Already exists
48df1fabcde1: Already exists
6da9a4866f6d: Already exists
3b5604bc3bc3: Pulling fs layer
15fd43adfb31: Pulling fs layer
6fe1408158d8: Pulling fs layer
a52f7b9bf979: Pulling fs layer
3b5604bc3bc3: Waiting
6fe1408158d8: Waiting
a52f7b9bf979: Waiting
15fd43adfb31: Waiting
15fd43adfb31: Verifying Checksum
15fd43adfb31: Download complete
6fe1408158d8: Verifying Checksum
6fe1408158d8: Download complete
a52f7b9bf979: Download complete
3b5604bc3bc3: Verifying Checksum
3b5604bc3bc3: Download complete
3b5604bc3bc3: Pull complete
15fd43adfb31: Pull complete
6fe1408158d8: Pull complete
a52f7b9bf979: Pull complete
Digest: sha256:bf89bb8b0840f9e6d96c6319caca58b5a9cb053dc6ba317d449ef09a67ea4117
Status: Downloaded newer image for ocaml/opam@sha256:bf89bb8b0840f9e6d96c6319caca58b5a9cb053dc6ba317d449ef09a67ea4117
2026-04-24 11:03.41 ---> using "87b761d57f8bd11e681423bdf4eccf2ad5197c80c37c136b18e55ecadd1dcf8e" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2026-04-24 11:03.41 ---> using "0dee440974fa32b58f86d08a5563746f6d451319021dc704d1b0bfb368b29e38" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, 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
2026-04-24 11:03.41 ---> using "17689fcc2ce8731c65bb7ef272ec1bbe1954738e8e1bad171afd003a2728f069" 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.1.6 (263921263e1f745613e2882745114b7b08f3608b) 
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     
# upgrade-criteria     
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-04-24 11:03.41 ---> using "8e44b047e8eb1768b19162fd9915f9340e2094906d51aa170e7bcafc9ee4e34e" 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/"))
2026-04-24 11:03.41 ---> using "70678c402b5e88e245af505844d0f9d3932a89b8496a8fd0fe1d8fef9ebd1050" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-24 11:03.41 ---> using "12709b4ceab6a38619e3784792d2f521d7e8931fa0718f0befd6817d8268fb3e" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-24 11:03.41 ---> using "0ca69163ec12cd1044e46676c629f9649b78d5597e58bf3d8a01f3440e9e7829" from cache

/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 amd64 Packages [127 kB]
- Fetched 218 kB in 0s (1509 kB/s)
- Reading package lists...
2026-04-24 11:03.41 ---> using "7db47642c6c61f4b53865ea9e8bb74fbb3b9d3a24b917eab12b8201870d1758b" from cache

/home/opam: (run (shell "opam pin add -k version -yn conf-mingw-w64-gtksourceview3-x86_64.1 1"))
conf-mingw-w64-gtksourceview3-x86_64 is now pinned to version 1
2026-04-24 11:03.41 ---> using "4288297d13917f877cf63aafc36e0765b8517aa84d716b1aeeb5a175acf082f0" from cache

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