(for PR #28495)

2026-01-12 13:21.25: New job: build efl.1.19.0, using opam 2.5
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (39ef1a8a5ad92f9e2f0d6857dbb4a91a15a9b4a6)
                              on debian-13-ocaml-4.14/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/28495/head" && git reset --hard 39ef1a8a
git fetch origin master
git merge --no-edit 2bf2bf6ea0c8867eede5e26c1c591999dd5a9ee1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.5 /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 efl.1.19.0 1.19.0
RUN opam reinstall efl.1.19.0; \
    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" != 'efl.1.19.0' && 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-01-12 13:21.25: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa-efl.1.19.0-39ef1a8a5ad92f9e2f0d6857dbb4a91a15a9b4a6"
2026-01-12 13:21.25: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.5 /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 efl.1.19.0 1.19.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall efl.1.19.0;\
             \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\" != 'efl.1.19.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-01-12 13:21.25: Connecting to build cluster…
2026-01-12 13:21.25: Waiting for resource in pool OCluster
2026-01-12 13:28.14: Waiting for worker…
2026-01-12 13:31.31: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 2bf2bf6ea0 Merge pull request #29204 from jserot/opam-publish-rfsm.2.3
Merge made by the 'ort' strategy.
 packages/efl/efl.1.12.0/opam | 3 ++-
 packages/efl/efl.1.13.0/opam | 3 ++-
 packages/efl/efl.1.17.0/opam | 3 ++-
 packages/efl/efl.1.18.0/opam | 3 ++-
 packages/efl/efl.1.19.0/opam | 3 ++-
 packages/efl/efl.1.20.0/opam | 3 ++-
 packages/efl/efl.1.22.0/opam | 3 ++-
 packages/efl/efl.1.24.0/opam | 3 ++-
 8 files changed, 16 insertions(+), 8 deletions(-)

(from ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa' locally
docker.io/ocaml/opam@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa: Pulling from ocaml/opam
281b80c799de: Already exists
ce76feb86791: Already exists
7984eb0e5b45: Already exists
56c452a960b1: Already exists
b85825bef00a: Already exists
d6ff43dfb85c: Pulling fs layer
4197ec645389: Pulling fs layer
37cac33e41ff: Pulling fs layer
4cb993fb248e: Pulling fs layer
ca442870f91f: Pulling fs layer
b1d1a2fb5f4a: Pulling fs layer
0dea577b2801: Pulling fs layer
cc10daaea4fd: Pulling fs layer
37cac33e41ff: Download complete
5f878cb1723a: Pulling fs layer
8968959fa983: Pulling fs layer
4197ec645389: Download complete
b1d1a2fb5f4a: Download complete
5bdd9b9ed0e3: Pulling fs layer
4cb993fb248e: Download complete
ca442870f91f: Download complete
55661c5b388f: Pulling fs layer
cc10daaea4fd: Download complete
0dea577b2801: Download complete
92d1dc6907bd: Pulling fs layer
8968959fa983: Download complete
5f878cb1723a: Download complete
5bdd9b9ed0e3: Download complete
7100b414728b: Pulling fs layer
55661c5b388f: Download complete
92d1dc6907bd: Download complete
a6a54ddc9818: Pulling fs layer
a920ad627810: Pulling fs layer
7100b414728b: Download complete
4f4fb700ef54: Pulling fs layer
a6a54ddc9818: Download complete
a920ad627810: Download complete
f7df7b6e19c0: Pulling fs layer
cd713d66718c: Pulling fs layer
4f4fb700ef54: Download complete
6ed45ab2af86: Pulling fs layer
f7df7b6e19c0: Download complete
40598b80a8fe: Pulling fs layer
cd713d66718c: Download complete
6ed45ab2af86: Download complete
983f7969ff00: Pulling fs layer
40ec09ee09bd: Pulling fs layer
40598b80a8fe: Download complete
76a0afa38cd9: Pulling fs layer
983f7969ff00: Download complete
1d5a564d139a: Pulling fs layer
40ec09ee09bd: Download complete
82883b85a4f0: Pulling fs layer
76a0afa38cd9: Download complete
1d8458efd73b: Pulling fs layer
1d5a564d139a: Download complete
82883b85a4f0: Download complete
2d80a9fac9ac: Pulling fs layer
1d8458efd73b: Download complete
4d69ee6ae94b: Pulling fs layer
2d80a9fac9ac: Download complete
ce8d28b713f1: Pulling fs layer
97580d938033: Pulling fs layer
4d69ee6ae94b: Download complete
da5fa40e04f8: Pulling fs layer
ce8d28b713f1: Download complete
d7a499968f64: Pulling fs layer
97580d938033: Download complete
28e5932c7c69: Pulling fs layer
da5fa40e04f8: Download complete
d7a499968f64: Download complete
81389c423fc3: Pulling fs layer
28e5932c7c69: Download complete
fd0f9d83fc4c: Pulling fs layer
81389c423fc3: Download complete
a1ba3ff55715: Pulling fs layer
8a64be1e983f: Pulling fs layer
f7b330997686: Pulling fs layer
8a64be1e983f: Waiting
f7b330997686: Waiting
a1ba3ff55715: Verifying Checksum
a1ba3ff55715: Download complete
d6ff43dfb85c: Pull complete
4197ec645389: Pull complete
8a64be1e983f: Download complete
37cac33e41ff: Pull complete
f7b330997686: Verifying Checksum
f7b330997686: Download complete
4cb993fb248e: Pull complete
ca442870f91f: Pull complete
b1d1a2fb5f4a: Pull complete
fd0f9d83fc4c: Verifying Checksum
fd0f9d83fc4c: Download complete
0dea577b2801: Pull complete
cc10daaea4fd: Pull complete
5f878cb1723a: Pull complete
8968959fa983: Pull complete
5bdd9b9ed0e3: Pull complete
55661c5b388f: Pull complete
92d1dc6907bd: Pull complete
7100b414728b: Pull complete
a6a54ddc9818: Pull complete
a920ad627810: Pull complete
4f4fb700ef54: Pull complete
f7df7b6e19c0: Pull complete
cd713d66718c: Pull complete
6ed45ab2af86: Pull complete
40598b80a8fe: Pull complete
983f7969ff00: Pull complete
40ec09ee09bd: Pull complete
76a0afa38cd9: Pull complete
1d5a564d139a: Pull complete
82883b85a4f0: Pull complete
1d8458efd73b: Pull complete
2d80a9fac9ac: Pull complete
4d69ee6ae94b: Pull complete
ce8d28b713f1: Pull complete
97580d938033: Pull complete
da5fa40e04f8: Pull complete
d7a499968f64: Pull complete
28e5932c7c69: Pull complete
81389c423fc3: Pull complete
fd0f9d83fc4c: Pull complete
a1ba3ff55715: Pull complete
8a64be1e983f: Pull complete
f7b330997686: Pull complete
Digest: sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa
Status: Downloaded newer image for ocaml/opam@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa
2026-01-12 13:31.37 ---> using "2ecda48447fc68e8dcd256d2898af0a11126a077e05d747a0dcdff2845100de1" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-01-12 13:31.37 ---> using "5adc3058b8874e3588dd3ff090fb85a91c02d1b033857668fae9d659bef113b2" 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
2026-01-12 13:31.37 ---> using "e866277335fb51d9579be86bc22171cc02a5a44af0860982fcb593f2a67cd411" 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.5.0
# self-upgrade         no
# system               arch=x86_64 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                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-01-12 13:31.37 ---> using "e64e79b0be0dfa74d161b16c150520ace08604fac8f555a71cb784f968a3e05c" 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-01-12 13:31.37 ---> using "1d85d55616c7b8edee43aaeeb92897636f5a317523ced495c5e6b12b063dc1ec" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-12 13:31.44 ---> saved as "3d85234dd8a1c3a5b146974e4d15288b28c863d4d8b7e3969eb5798edbea01f5"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-12 13:32.05 ---> saved as "831613c8357a3fbf39ce9fa7d0566a3cab27445d6b64551344bedf142f1fefb1"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main amd64 Packages [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [94.5 kB]
- Fetched 9996 kB in 9s (1129 kB/s)
- Reading package lists...
- 
2026-01-12 13:32.15 ---> saved as "6fac7dfa4071440df1f6a99fbd1576c1cc83929733ed8b64fb6d159d332ce0eb"

/home/opam: (run (shell "opam pin add -k version -yn efl.1.19.0 1.19.0"))
efl is now pinned to version 1.19.0
2026-01-12 13:32.16 ---> saved as "bc294bfaa3223b536c100c64b4bf27e23492ffbcd6459d5263a8078614940be6"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall efl.1.19.0;\
                        \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\" != 'efl.1.19.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
[ERROR] efl = 1.19.0: unmet availability conditions: 'opam-version < "2.2"'
"/usr/bin/env" "bash" "-c" "opam reinstall efl.1.19.0;
        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" != 'efl.1.19.0' && 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-01-12 13:32.26: Job failed: Failed: Build failed
2026-01-12 13:32.26: Log analysis:
2026-01-12 13:32.26: >>> 
[ERROR] efl = 1.19.0: unmet availability conditions: 'opam-version < "2.2"'
 (score = 100)
2026-01-12 13:32.26: [SKIP] Package not available