(for PR #28495)

2026-05-04 08:20.04: New job: build efl.1.17.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
                              on ubuntu-26.04-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:ubuntu-26.04-ocaml-5.4@sha256:d53e234a61d86d0e07201a16aa307284add6d1308db570092899c8585c83ea14
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.17.0 1.17.0
RUN opam reinstall efl.1.17.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 "\"ubuntu-26.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'efl.1.17.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.04: Using cache hint "ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:d53e234a61d86d0e07201a16aa307284add6d1308db570092899c8585c83ea14-efl.1.17.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.04: Using OBuilder spec:
((from ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:d53e234a61d86d0e07201a16aa307284add6d1308db570092899c8585c83ea14)
 (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.17.0 1.17.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall efl.1.17.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 \"\\\"ubuntu-26.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\" != 'efl.1.17.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.04: Waiting for resource in pool OCluster
2026-05-04 08:20.07: Waiting for worker…
2026-05-04 08:24.07: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
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:ubuntu-26.04-ocaml-5.4@sha256:d53e234a61d86d0e07201a16aa307284add6d1308db570092899c8585c83ea14)
Unable to find image 'ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:d53e234a61d86d0e07201a16aa307284add6d1308db570092899c8585c83ea14' locally
docker.io/ocaml/opam@sha256:d53e234a61d86d0e07201a16aa307284add6d1308db570092899c8585c83ea14: Pulling from ocaml/opam
5f528443f346: Pulling fs layer
9d7db96ef8a1: Pulling fs layer
69cd0ed39c32: Pulling fs layer
8ddd605780bc: Pulling fs layer
b3563cf9c718: Pulling fs layer
0ff6404f2cf9: Pulling fs layer
8ddd605780bc: Waiting
0fd106322b2a: Pulling fs layer
b3563cf9c718: Waiting
0ff6404f2cf9: Waiting
6cfb66f33040: Pulling fs layer
b054a68819af: Pulling fs layer
0fd106322b2a: Waiting
935df48738cf: Pulling fs layer
6d7855f07084: Pulling fs layer
b054a68819af: Waiting
935df48738cf: Waiting
baf8b6b1404d: Pulling fs layer
6cfb66f33040: Waiting
d11a2bc559d8: Pulling fs layer
baf8b6b1404d: Waiting
47b449369e16: Pulling fs layer
8821a6dafec4: Pulling fs layer
d11a2bc559d8: Waiting
47b449369e16: Waiting
6d7855f07084: Waiting
de6cbfe58b17: Pulling fs layer
8821a6dafec4: Waiting
4789d14f0dba: Pulling fs layer
de6cbfe58b17: Waiting
4789d14f0dba: Waiting
dc40a97042b2: Pulling fs layer
5ba7a82e9924: Pulling fs layer
1bd9b354e379: Pulling fs layer
dc40a97042b2: Waiting
d95538300577: Pulling fs layer
5ba7a82e9924: Waiting
ccb31d3e72ef: Pulling fs layer
1bd9b354e379: Waiting
d95538300577: Waiting
d5ec08a27795: Pulling fs layer
ccb31d3e72ef: Waiting
4f4fb700ef54: Pulling fs layer
cace1535e380: Pulling fs layer
d5ec08a27795: Waiting
6abc7b96ebc8: Pulling fs layer
4f4fb700ef54: Waiting
31baaf291736: Pulling fs layer
cace1535e380: Waiting
d7ee8870a44e: Pulling fs layer
6abc7b96ebc8: Waiting
bec0e40ffcad: Pulling fs layer
31baaf291736: Waiting
8e3943b026f0: Pulling fs layer
d7ee8870a44e: Waiting
bec0e40ffcad: Waiting
2a4924aaac32: Pulling fs layer
4761365b4e53: Pulling fs layer
1a958ae6c150: Pulling fs layer
65cf788ac9e8: Pulling fs layer
8e3943b026f0: Waiting
549c069a431e: Pulling fs layer
4761365b4e53: Waiting
d41918af1eb8: Pulling fs layer
1a958ae6c150: Waiting
65cf788ac9e8: Waiting
03b68832c4e3: Pulling fs layer
07b6992d886c: Pulling fs layer
549c069a431e: Waiting
d41918af1eb8: Waiting
03b68832c4e3: Waiting
f09387f0ec30: Pulling fs layer
3a21a1eec9a7: Pulling fs layer
07b6992d886c: Waiting
b81a3fcd3549: Pulling fs layer
3a21a1eec9a7: Waiting
6a0788bf5790: Pulling fs layer
87a0f03bb541: Pulling fs layer
f09387f0ec30: Waiting
b81a3fcd3549: Waiting
090547e889be: Pulling fs layer
6a0788bf5790: Waiting
684e578de7d4: Pulling fs layer
87a0f03bb541: Waiting
d693c503680c: Pulling fs layer
684e578de7d4: Waiting
407f7c9882b1: Pulling fs layer
3e33a0ac3af1: Pulling fs layer
9dcdda099b88: Pulling fs layer
3e33a0ac3af1: Waiting
d693c503680c: Waiting
407f7c9882b1: Waiting
9dcdda099b88: Waiting
69cd0ed39c32: Verifying Checksum
69cd0ed39c32: Download complete
9d7db96ef8a1: Verifying Checksum
9d7db96ef8a1: Download complete
8ddd605780bc: Verifying Checksum
8ddd605780bc: Download complete
b3563cf9c718: Verifying Checksum
b3563cf9c718: Download complete
0ff6404f2cf9: Verifying Checksum
0ff6404f2cf9: Download complete
6cfb66f33040: Download complete
b054a68819af: Verifying Checksum
b054a68819af: Download complete
935df48738cf: Verifying Checksum
935df48738cf: Download complete
0fd106322b2a: Verifying Checksum
0fd106322b2a: Download complete
6d7855f07084: Verifying Checksum
6d7855f07084: Download complete
d11a2bc559d8: Verifying Checksum
d11a2bc559d8: Download complete
47b449369e16: Verifying Checksum
47b449369e16: Download complete
8821a6dafec4: Verifying Checksum
8821a6dafec4: Download complete
5f528443f346: Verifying Checksum
5f528443f346: Download complete
de6cbfe58b17: Verifying Checksum
de6cbfe58b17: Download complete
4789d14f0dba: Download complete
dc40a97042b2: Verifying Checksum
dc40a97042b2: Download complete
5ba7a82e9924: Verifying Checksum
5ba7a82e9924: Download complete
d95538300577: Download complete
ccb31d3e72ef: Download complete
1bd9b354e379: Download complete
4f4fb700ef54: Download complete
d5ec08a27795: Download complete
5f528443f346: Pull complete
9d7db96ef8a1: Pull complete
69cd0ed39c32: Pull complete
8ddd605780bc: Pull complete
cace1535e380: Verifying Checksum
cace1535e380: Download complete
6abc7b96ebc8: Verifying Checksum
6abc7b96ebc8: Download complete
31baaf291736: Verifying Checksum
31baaf291736: Download complete
baf8b6b1404d: Verifying Checksum
baf8b6b1404d: Download complete
b3563cf9c718: Pull complete
d7ee8870a44e: Verifying Checksum
d7ee8870a44e: Download complete
bec0e40ffcad: Verifying Checksum
bec0e40ffcad: Download complete
2a4924aaac32: Verifying Checksum
2a4924aaac32: Download complete
8e3943b026f0: Verifying Checksum
8e3943b026f0: Download complete
1a958ae6c150: Verifying Checksum
1a958ae6c150: Download complete
4761365b4e53: Download complete
0ff6404f2cf9: Pull complete
65cf788ac9e8: Verifying Checksum
549c069a431e: Download complete
d41918af1eb8: Download complete
07b6992d886c: Verifying Checksum
07b6992d886c: Download complete
3a21a1eec9a7: Download complete
b81a3fcd3549: Verifying Checksum
b81a3fcd3549: Download complete
6a0788bf5790: Verifying Checksum
6a0788bf5790: Download complete
0fd106322b2a: Pull complete
6cfb66f33040: Pull complete
b054a68819af: Pull complete
935df48738cf: Pull complete
6d7855f07084: Pull complete
baf8b6b1404d: Pull complete
d11a2bc559d8: Pull complete
47b449369e16: Pull complete
8821a6dafec4: Pull complete
de6cbfe58b17: Pull complete
4789d14f0dba: Pull complete
dc40a97042b2: Pull complete
5ba7a82e9924: Pull complete
87a0f03bb541: Verifying Checksum
87a0f03bb541: Download complete
1bd9b354e379: Pull complete
d95538300577: Pull complete
ccb31d3e72ef: Pull complete
d5ec08a27795: Pull complete
4f4fb700ef54: Pull complete
cace1535e380: Pull complete
6abc7b96ebc8: Pull complete
31baaf291736: Pull complete
d7ee8870a44e: Pull complete
bec0e40ffcad: Pull complete
8e3943b026f0: Pull complete
2a4924aaac32: Pull complete
4761365b4e53: Pull complete
1a958ae6c150: Pull complete
65cf788ac9e8: Pull complete
549c069a431e: Pull complete
d41918af1eb8: Pull complete
090547e889be: Verifying Checksum
090547e889be: Download complete
684e578de7d4: Verifying Checksum
684e578de7d4: Download complete
03b68832c4e3: Verifying Checksum
03b68832c4e3: Download complete
407f7c9882b1: Verifying Checksum
407f7c9882b1: Download complete
3e33a0ac3af1: Verifying Checksum
3e33a0ac3af1: Download complete
9dcdda099b88: Verifying Checksum
9dcdda099b88: Download complete
f09387f0ec30: Verifying Checksum
f09387f0ec30: Download complete
03b68832c4e3: Pull complete
07b6992d886c: Pull complete
d693c503680c: Verifying Checksum
d693c503680c: Download complete
f09387f0ec30: Pull complete
3a21a1eec9a7: Pull complete
b81a3fcd3549: Pull complete
6a0788bf5790: Pull complete
87a0f03bb541: Pull complete
090547e889be: Pull complete
684e578de7d4: Pull complete
d693c503680c: Pull complete
407f7c9882b1: Pull complete
3e33a0ac3af1: Pull complete
9dcdda099b88: Pull complete
Digest: sha256:d53e234a61d86d0e07201a16aa307284add6d1308db570092899c8585c83ea14
Status: Downloaded newer image for ocaml/opam@sha256:d53e234a61d86d0e07201a16aa307284add6d1308db570092899c8585c83ea14
2026-05-04 08:27.45 ---> saved as "a096b39eba13a545787c6a99faeb1854aa1fd2d6771239e0429f83b9bfc72a60"

/: (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:27.45 ---> saved as "cb93c0ddfe9c7c37d67d067c086e73aed9f74eac63245142067c83a4f227a262"

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

/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=ubuntu os-version=26.04
# 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-05-04 08:28.07 ---> saved as "020b907b83b994d9e829c4da845fbba0cd33435b35f0b6ee6691ae1f73adf603"

/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:28.16 ---> saved as "1ca7fa736d4d91360f15182eb957bdea770d54521d8e41abd52bbccae4ec4339"

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu resolute InRelease
- Get:2 http://archive.ubuntu.com/ubuntu resolute-updates InRelease [136 kB]
- Hit:3 http://archive.ubuntu.com/ubuntu resolute-backports InRelease
- Get:4 http://security.ubuntu.com/ubuntu resolute-security InRelease [136 kB]
- Fetched 271 kB in 14s (19.9 kB/s)
- Reading package lists...
- 
2026-05-04 08:28.57 ---> saved as "1d375165b65cc64e03339e15fa54c8c81b2d0d9130e5326c5a0096e6b3920066"

/home/opam: (run (shell "opam pin add -k version -yn efl.1.17.0 1.17.0"))
efl is now pinned to version 1.17.0
2026-05-04 08:28.58 ---> saved as "8d8c80b605faee1470db39176ceb498b72314c40ad2a652194fb63a384d53db3"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall efl.1.17.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 \"\\\"ubuntu-26.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\" != 'efl.1.17.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.17.0 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.4.1
    - efl = 1.17.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.17.0 -> ocaml < 5.3 -> ocaml-variants (< 4.05.2~ | >= 4.06.0)
  * Missing dependency:
    - efl = 1.17.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.17.0 -> ocaml < 5.3 -> ocaml-variants >= 4.06.0 -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - efl = 1.17.0 -> ocaml < 5.3 -> ocaml-variants >= 4.06.0 -> system-msvc
    unmet availability conditions: 'os = "win32"'

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