(not at the head of any monitored branch or PR)
2026-04-08 03:59.26: New job: build stdcompat.21.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29667/head (3ff349ae2cd8702ef7a5124f6b5cdbaaf3350d51)
                              on opensuse-tumbleweed-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/29667/head" && git reset --hard 3ff349ae
git fetch origin master
git merge --no-edit 67472cd54293d750a62d6d4423024d55f77268b0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:a1473b0111bfe5a7cab509a3a79fd984bcb2be7d31258afb995cc624302c7152
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 stdcompat.21.1 21.1
RUN opam reinstall stdcompat.21.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 "\"opensuse-tumbleweed\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'stdcompat.21.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-08 03:59.26: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:a1473b0111bfe5a7cab509a3a79fd984bcb2be7d31258afb995cc624302c7152-stdcompat.21.1-3ff349ae2cd8702ef7a5124f6b5cdbaaf3350d51"
2026-04-08 03:59.26: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:a1473b0111bfe5a7cab509a3a79fd984bcb2be7d31258afb995cc624302c7152)
 (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 stdcompat.21.1 21.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall stdcompat.21.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 \"\\\"opensuse-tumbleweed\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'stdcompat.21.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-08 03:59.26: Waiting for resource in pool OCluster
2026-04-08 04:12.20: Waiting for worker…
2026-04-08 04:13.35: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 67472cd542 Merge pull request #29652 from RyanGibb/master
Updating 67472cd542..3ff349ae2c
Fast-forward
 packages/stdcompat/stdcompat.0/opam    | 2 +-
 packages/stdcompat/stdcompat.1/opam    | 2 +-
 packages/stdcompat/stdcompat.15/opam   | 2 +-
 packages/stdcompat/stdcompat.16/opam   | 2 +-
 packages/stdcompat/stdcompat.17/opam   | 2 +-
 packages/stdcompat/stdcompat.18/opam   | 2 +-
 packages/stdcompat/stdcompat.19/opam   | 2 +-
 packages/stdcompat/stdcompat.20.0/opam | 2 +-
 packages/stdcompat/stdcompat.20.1/opam | 2 +-
 packages/stdcompat/stdcompat.21.0/opam | 2 +-
 packages/stdcompat/stdcompat.21.1/opam | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

(from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:a1473b0111bfe5a7cab509a3a79fd984bcb2be7d31258afb995cc624302c7152)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:a1473b0111bfe5a7cab509a3a79fd984bcb2be7d31258afb995cc624302c7152' locally
docker.io/ocaml/opam@sha256:a1473b0111bfe5a7cab509a3a79fd984bcb2be7d31258afb995cc624302c7152: Pulling from ocaml/opam
fc41f21d9906: Already exists
74de7de26973: Already exists
977b8fd43424: Already exists
bc011f5660da: Already exists
989d1d52bdfe: Already exists
c49432b29c7c: Already exists
cc8b0058c550: Already exists
7758e8760c3d: Already exists
c3ea3e5f9002: Already exists
6a64e353b00e: Already exists
e1e5592b3d8c: Already exists
9366564a7496: Already exists
c595dcc6f1d2: Already exists
0d192c393bff: Already exists
efd2cea8d065: Already exists
2a109816798d: Already exists
96623a7e963e: Already exists
ab4d40d5391e: Already exists
5a414b3f012b: Already exists
4f4fb700ef54: Already exists
545e23963384: Already exists
146fa4d20101: Already exists
ac834633b098: Already exists
9528085c2427: Already exists
eb68834eee94: Already exists
26ea7dcb5b98: Already exists
4be9510061a6: Already exists
1fc62853af7e: Already exists
b53f3f25a434: Already exists
cf5781c0982e: Already exists
6319330d9589: Already exists
0f65324d0260: Already exists
f9552d10f83c: Already exists
8897e16c467c: Already exists
e08ec817c55c: Already exists
98c97997c7d8: Already exists
897d050e8e26: Already exists
11a0532aa6d8: Already exists
efb86f7e1ca8: Pulling fs layer
599bf303e1db: Pulling fs layer
9afac1d0c3aa: Pulling fs layer
d6429bab7584: Pulling fs layer
ae36e8a231cc: Pulling fs layer
4779bd905c5c: Pulling fs layer
acf942eb7e0e: Pulling fs layer
d6429bab7584: Waiting
ae36e8a231cc: Waiting
4779bd905c5c: Waiting
acf942eb7e0e: Waiting
efb86f7e1ca8: Verifying Checksum
efb86f7e1ca8: Download complete
efb86f7e1ca8: Pull complete
599bf303e1db: Verifying Checksum
599bf303e1db: Download complete
9afac1d0c3aa: Verifying Checksum
9afac1d0c3aa: Download complete
599bf303e1db: Pull complete
ae36e8a231cc: Download complete
4779bd905c5c: Verifying Checksum
4779bd905c5c: Download complete
acf942eb7e0e: Verifying Checksum
acf942eb7e0e: Download complete
9afac1d0c3aa: Pull complete
d6429bab7584: Verifying Checksum
d6429bab7584: Download complete
d6429bab7584: Pull complete
ae36e8a231cc: Pull complete
4779bd905c5c: Pull complete
acf942eb7e0e: Pull complete
Digest: sha256:a1473b0111bfe5a7cab509a3a79fd984bcb2be7d31258afb995cc624302c7152
Status: Downloaded newer image for ocaml/opam@sha256:a1473b0111bfe5a7cab509a3a79fd984bcb2be7d31258afb995cc624302c7152
2026-04-08 04:14.58 ---> saved as "483ea8f1b1c518774399862bd7857d5ce77ad7efcca089ccc697196765a23c85"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-08 04:14.59 ---> saved as "6367c941e2031989ebde9f6f5544176d2d2a9c71ed73c9f45f88add6c38ca463"

/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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-08 04:15.23 ---> saved as "f74f359edb02d6da4a967c2d913b467956140b22d46f45df342e01246bb202d8"

/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.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=opensuse-tumbleweed os-version=20260331
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# 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-08 04:15.24 ---> saved as "4f996f509496b8fe56ec2b33e3b2334e53fc67f1b3648b4089af04ca6cd812a0"

/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-08 04:15.35 ---> saved as "a16474320c2615c6887cc5b54f78b3993572bc679d00bcae97dc0116baf7e27e"

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-08 04:16.03 ---> saved as "a655f8707eb1c10a6959df9699bfd1b484ad859278d0b54ff166cf5fa98e31b4"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-08 04:16.21 ---> saved as "3977543efb2649cad9ec1ad1ca886017abbb704c97f7d0eeaaf9759a9925999e"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- ..
- ....done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- ....
- ...........
- ...done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2026-04-08 04:16.29 ---> saved as "684458b03ad6467bbdf93a7c7c3a016644dc9c387d04679283e47bdad29cfab3"

/home/opam: (run (shell "opam pin add -k version -yn stdcompat.21.1 21.1"))
stdcompat is now pinned to version 21.1
2026-04-08 04:16.31 ---> saved as "14dfb209a317afd2a38c8d1142d3848b67856009a46c494033f5c46a284de6e4"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall stdcompat.21.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 \"\\\"opensuse-tumbleweed\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'stdcompat.21.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
stdcompat.21.1 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.4.1
    - stdcompat >= 21.1 -> ocaml < 5.4 -> dkml-base-compiler
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.4.1
    - stdcompat >= 21.1 -> ocaml < 5.4 -> ocaml-variants (< 4.00.1~ | >= 4.00.1)
  * Missing dependency:
    - stdcompat >= 21.1 -> ocaml < 5.4 -> ocaml-base-compiler (<= 3.07+1 | = 3.07+2 | = 3.08.0 | = 3.08.1 | = 3.08.2 | = 3.08.3 | = 3.08.4 | = 3.09.0) | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 3.09.1~
    not available because the package is pinned to version 5.4.1
    unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.1" & (os != "win32" | sys-ocaml-libc = "msvc")'
    no matching version
  * Missing dependency:
    - stdcompat >= 21.1 -> ocaml < 5.4 -> ocaml-variants >= 4.00.1 -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - stdcompat >= 21.1 -> ocaml < 5.4 -> ocaml-variants >= 4.00.1 -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall stdcompat.21.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 "\"opensuse-tumbleweed\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'stdcompat.21.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
2026-04-08 04:17.32: Job failed: Failed: Build failed
2026-04-08 04:17.32: Log analysis:
2026-04-08 04:17.32: >>> 
No solution found, exiting
 (score = 100)
2026-04-08 04:17.32: [SKIP] Package not available