(for PR #28495)

2026-05-04 08:20.05: New job: build efl.1.24.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
                              on debian-testing-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/28495/head" && git reset --hard f8e3c652
git fetch origin master
git merge --no-edit 7d5cbdbc1151b699e44529b13fd680723b359453
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-5.4@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206
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 efl.1.24.0 1.24.0
RUN opam reinstall efl.1.24.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-testing\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'efl.1.24.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-05-04 08:20.05: Using cache hint "ocaml/opam:debian-testing-ocaml-5.4@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206-efl.1.24.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.05: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-5.4@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206)
 (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 efl.1.24.0 1.24.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall efl.1.24.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-testing\\\"\"; 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.24.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-05-04 08:20.05: Waiting for resource in pool OCluster
2026-05-04 08:23.46: Waiting for worker…
2026-05-04 08:27.37: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files:  91% (17309/18902)
Updating files:  92% (17390/18902)
Updating files:  93% (17579/18902)
Updating files:  94% (17768/18902)
Updating files:  95% (17957/18902)
Updating files:  96% (18146/18902)
Updating files:  97% (18335/18902)
Updating files:  98% (18524/18902)
Updating files:  99% (18713/18902)
Updating files: 100% (18902/18902)
Updating files: 100% (18902/18902), done.
HEAD is now at 7d5cbdbc11 Merge pull request #29840 from mtelvers/opam-publish-dockerfile-cmd.8.3.7
Merge made by the 'ort' strategy.
 packages/efl/efl.1.12.0/opam | 2 +-
 packages/efl/efl.1.13.0/opam | 2 +-
 packages/efl/efl.1.17.0/opam | 2 +-
 packages/efl/efl.1.18.0/opam | 2 +-
 packages/efl/efl.1.19.0/opam | 2 +-
 packages/efl/efl.1.20.0/opam | 2 +-
 packages/efl/efl.1.22.0/opam | 2 +-
 packages/efl/efl.1.24.0/opam | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

(from ocaml/opam:debian-testing-ocaml-5.4@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206)
Unable to find image 'ocaml/opam:debian-testing-ocaml-5.4@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206' locally
docker.io/ocaml/opam@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206: Pulling from ocaml/opam
abac6300560e: Pulling fs layer
b96adbde1d0d: Pulling fs layer
e55f176c7620: Pulling fs layer
dc63a1660cd8: Pulling fs layer
6aae0baf072d: Pulling fs layer
32dc6909cf8a: Pulling fs layer
fd659cea9570: Pulling fs layer
0c8dcc9fc73b: Pulling fs layer
bc4402dd237c: Pulling fs layer
50172bb3d767: Pulling fs layer
966ac9463ee0: Pulling fs layer
59b9e3afc631: Pulling fs layer
4e804050eda8: Pulling fs layer
3f2601492f49: Pulling fs layer
c964b169e8a5: Pulling fs layer
8ecc5a745bba: Pulling fs layer
8bdc3c3824b2: Pulling fs layer
a283b6d5a882: Pulling fs layer
147c81485eb1: Pulling fs layer
5531e40d5e03: Pulling fs layer
ed93207d7c4e: Pulling fs layer
4f4fb700ef54: Pulling fs layer
d471db3cd9d0: Pulling fs layer
774b0b2d1978: Pulling fs layer
bbf422704a9e: Pulling fs layer
7d178f126a38: Pulling fs layer
1e25091b9328: Pulling fs layer
abac6300560e: Waiting
d67b6f6334f3: Pulling fs layer
b96adbde1d0d: Waiting
7f797402a5ef: Pulling fs layer
e55f176c7620: Waiting
1e831c43891c: Pulling fs layer
dc63a1660cd8: Waiting
bf9924230009: Pulling fs layer
6aae0baf072d: Waiting
59b9e3afc631: Waiting
32dc6909cf8a: Waiting
4e804050eda8: Waiting
0490692006cc: Pulling fs layer
3f2601492f49: Waiting
fd659cea9570: Waiting
a588858338eb: Pulling fs layer
c964b169e8a5: Waiting
413fcd23a356: Pulling fs layer
0c8dcc9fc73b: Waiting
50172bb3d767: Waiting
9c4dd4fe9db2: Pulling fs layer
966ac9463ee0: Waiting
cd30e6adea74: Pulling fs layer
bc4402dd237c: Waiting
0d2dd51da279: Pulling fs layer
8bdc3c3824b2: Waiting
1e25091b9328: Waiting
d25b20353d30: Pulling fs layer
a283b6d5a882: Waiting
b365cb9e89dd: Pulling fs layer
147c81485eb1: Waiting
77e1b885a468: Pulling fs layer
82362fe94012: Pulling fs layer
5531e40d5e03: Waiting
ed93207d7c4e: Waiting
8b7060d3cb1b: Pulling fs layer
6973d8bafa03: Pulling fs layer
4f4fb700ef54: Waiting
b469477ec8e8: Pulling fs layer
a293181b7a4c: Pulling fs layer
850e097d0b90: Pulling fs layer
c538ee1e2202: Pulling fs layer
8ecc5a745bba: Waiting
a588858338eb: Waiting
d67b6f6334f3: Waiting
7f797402a5ef: Waiting
bf9924230009: Waiting
413fcd23a356: Waiting
9c4dd4fe9db2: Waiting
1e831c43891c: Waiting
cd30e6adea74: Waiting
0d2dd51da279: Waiting
6973d8bafa03: Waiting
0490692006cc: Waiting
850e097d0b90: Waiting
b469477ec8e8: Waiting
c538ee1e2202: Waiting
a293181b7a4c: Waiting
774b0b2d1978: Waiting
82362fe94012: Waiting
8b7060d3cb1b: Waiting
77e1b885a468: Waiting
7d178f126a38: Waiting
d25b20353d30: Waiting
d471db3cd9d0: Waiting
b365cb9e89dd: Waiting
b96adbde1d0d: Verifying Checksum
b96adbde1d0d: Download complete
e55f176c7620: Verifying Checksum
e55f176c7620: Download complete
dc63a1660cd8: Verifying Checksum
dc63a1660cd8: Download complete
6aae0baf072d: Verifying Checksum
6aae0baf072d: Download complete
abac6300560e: Verifying Checksum
abac6300560e: Download complete
abac6300560e: Pull complete
b96adbde1d0d: Pull complete
e55f176c7620: Pull complete
dc63a1660cd8: Pull complete
6aae0baf072d: Pull complete
0c8dcc9fc73b: Download complete
fd659cea9570: Verifying Checksum
fd659cea9570: Download complete
bc4402dd237c: Verifying Checksum
bc4402dd237c: Download complete
966ac9463ee0: Verifying Checksum
966ac9463ee0: Download complete
50172bb3d767: Download complete
4e804050eda8: Verifying Checksum
4e804050eda8: Download complete
59b9e3afc631: Verifying Checksum
59b9e3afc631: Download complete
32dc6909cf8a: Download complete
3f2601492f49: Verifying Checksum
3f2601492f49: Download complete
c964b169e8a5: Verifying Checksum
c964b169e8a5: Download complete
a283b6d5a882: Download complete
8ecc5a745bba: Verifying Checksum
8ecc5a745bba: Download complete
8bdc3c3824b2: Verifying Checksum
8bdc3c3824b2: Download complete
5531e40d5e03: Verifying Checksum
5531e40d5e03: Download complete
147c81485eb1: Verifying Checksum
147c81485eb1: Download complete
d471db3cd9d0: Verifying Checksum
d471db3cd9d0: Download complete
ed93207d7c4e: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
774b0b2d1978: Download complete
bbf422704a9e: Download complete
7d178f126a38: Verifying Checksum
7d178f126a38: Download complete
1e25091b9328: Verifying Checksum
1e25091b9328: Download complete
d67b6f6334f3: Verifying Checksum
d67b6f6334f3: Download complete
7f797402a5ef: Download complete
bf9924230009: Verifying Checksum
0490692006cc: Verifying Checksum
0490692006cc: Download complete
1e831c43891c: Verifying Checksum
1e831c43891c: Download complete
413fcd23a356: Download complete
a588858338eb: Download complete
cd30e6adea74: Verifying Checksum
cd30e6adea74: Download complete
d25b20353d30: Download complete
b365cb9e89dd: Download complete
77e1b885a468: Verifying Checksum
77e1b885a468: Download complete
82362fe94012: Verifying Checksum
82362fe94012: Download complete
8b7060d3cb1b: Download complete
32dc6909cf8a: Pull complete
fd659cea9570: Pull complete
0c8dcc9fc73b: Pull complete
bc4402dd237c: Pull complete
50172bb3d767: Pull complete
966ac9463ee0: Pull complete
6973d8bafa03: Verifying Checksum
6973d8bafa03: Download complete
59b9e3afc631: Pull complete
4e804050eda8: Pull complete
3f2601492f49: Pull complete
c964b169e8a5: Pull complete
8ecc5a745bba: Pull complete
8bdc3c3824b2: Pull complete
a283b6d5a882: Pull complete
147c81485eb1: Pull complete
5531e40d5e03: Pull complete
ed93207d7c4e: Pull complete
4f4fb700ef54: Pull complete
d471db3cd9d0: Pull complete
774b0b2d1978: Pull complete
bbf422704a9e: Pull complete
7d178f126a38: Pull complete
1e25091b9328: Pull complete
d67b6f6334f3: Pull complete
7f797402a5ef: Pull complete
1e831c43891c: Pull complete
bf9924230009: Pull complete
0490692006cc: Pull complete
a588858338eb: Pull complete
413fcd23a356: Pull complete
0d2dd51da279: Verifying Checksum
0d2dd51da279: Download complete
9c4dd4fe9db2: Verifying Checksum
9c4dd4fe9db2: Download complete
a293181b7a4c: Download complete
850e097d0b90: Verifying Checksum
850e097d0b90: Download complete
b469477ec8e8: Verifying Checksum
b469477ec8e8: Download complete
c538ee1e2202: Download complete
9c4dd4fe9db2: Pull complete
cd30e6adea74: Pull complete
0d2dd51da279: Pull complete
d25b20353d30: Pull complete
b365cb9e89dd: Pull complete
77e1b885a468: Pull complete
82362fe94012: Pull complete
8b7060d3cb1b: Pull complete
6973d8bafa03: Pull complete
b469477ec8e8: Pull complete
a293181b7a4c: Pull complete
850e097d0b90: Pull complete
c538ee1e2202: Pull complete
Digest: sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206
Status: Downloaded newer image for ocaml/opam@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206
2026-05-04 08:36.40 ---> saved as "a51eb1c0f7b987f3ca6e3149601ec686e27d375d8c2eeaee094a8dd8212b9ef1"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-04 08:36.41 ---> saved as "44a8e54f959335547e5b1b837c1bc50450ce2bd28ae57f21a47f6fb9fd4b7c38"

/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-05-04 08:37.03 ---> saved as "af0885461842b4c97be5c9e5b26b32d568fe49bea8532f2ebcf90b119bbe2e67"

/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.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=unknown
# 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       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-05-04 08:37.04 ---> saved as "0a6de5578cd980a542883eb673a4f5fa03c27ea90b683d73838584ecd29af67a"

/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-05-04 08:37.10 ---> saved as "ba5b6aeef2003bbdd9dbd9552d644e7f7c5194a69678f82deb09ab690d2bc75f"

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 08:37.24 ---> saved as "f57aa7b6ca1024076fa794099d142a4d1023e787481f37404113c63837660545"

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [151 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [45.1 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-05-04-0220.06-F-2026-04-25-1404.50.pdiff [1041 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-05-04-0220.06-F-2026-04-25-1404.50.pdiff [1041 kB]
- Fetched 1349 kB in 28s (48.0 kB/s)
- Reading package lists...
2026-05-04 08:38.11 ---> saved as "209a968388824315a3c9e4ab0da01f22091f056e2afa070fcfb4223a1dc73c08"

/home/opam: (run (shell "opam pin add -k version -yn efl.1.24.0 1.24.0"))
efl is now pinned to version 1.24.0
2026-05-04 08:38.11 ---> saved as "828ed887238ac7519c83452c73f24ace4521528c74d0070261bccf76df447aec"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall efl.1.24.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-testing\\\"\"; 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.24.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
efl.1.24.0 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.4.1
    - efl >= 1.24.0 -> ocaml < 5.3 -> dkml-base-compiler
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.4.1
    - efl >= 1.24.0 -> ocaml < 5.3 -> ocaml-variants (< 4.00.2~ | >= 4.01.0)
  * Missing dependency:
    - efl >= 1.24.0 -> ocaml < 5.3 -> 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:
    - efl >= 1.24.0 -> ocaml < 5.3 -> ocaml-variants >= 4.01.0 -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - efl >= 1.24.0 -> ocaml < 5.3 -> ocaml-variants >= 4.01.0 -> system-msvc
    unmet availability conditions: 'os = "win32"'

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