(for PR #28495)

2026-05-04 08:20.04: New job: build efl.1.22.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
                              on ubuntu-22.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-22.04-ocaml-5.4@sha256:129e1a6a452138f7d27b8d8b4a886dfab742fa23986efa4600e965a92adae88c
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.22.0 1.22.0
RUN opam reinstall efl.1.22.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-22.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'efl.1.22.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-22.04-ocaml-5.4@sha256:129e1a6a452138f7d27b8d8b4a886dfab742fa23986efa4600e965a92adae88c-efl.1.22.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.04: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:129e1a6a452138f7d27b8d8b4a886dfab742fa23986efa4600e965a92adae88c)
 (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.22.0 1.22.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall efl.1.22.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-22.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.22.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.08: Waiting for worker…
2026-05-04 08:26.22: 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-22.04-ocaml-5.4@sha256:129e1a6a452138f7d27b8d8b4a886dfab742fa23986efa4600e965a92adae88c)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:129e1a6a452138f7d27b8d8b4a886dfab742fa23986efa4600e965a92adae88c' locally
docker.io/ocaml/opam@sha256:129e1a6a452138f7d27b8d8b4a886dfab742fa23986efa4600e965a92adae88c: Pulling from ocaml/opam
f63eb04151bc: Already exists
16ef32c2b922: Pulling fs layer
e5e797a8532e: Pulling fs layer
900d76492cd2: Pulling fs layer
b32fb13583c7: Pulling fs layer
cc067465d8d1: Pulling fs layer
6aa8f5351c31: Pulling fs layer
dd8552e5b43d: Pulling fs layer
b32fb13583c7: Waiting
43f4b9675c30: Pulling fs layer
4c7b0811a3d4: Pulling fs layer
cc067465d8d1: Waiting
dd8552e5b43d: Waiting
6aa8f5351c31: Waiting
631ea5d5606c: Pulling fs layer
4c7b0811a3d4: Waiting
feb2963643de: Pulling fs layer
631ea5d5606c: Waiting
43f4b9675c30: Waiting
4a7bd3298042: Pulling fs layer
869749c01379: Pulling fs layer
062faef17978: Pulling fs layer
869749c01379: Waiting
3da7b1d53079: Pulling fs layer
feb2963643de: Waiting
062faef17978: Waiting
5c55fc1c2e7f: Pulling fs layer
3da7b1d53079: Waiting
4f4fb700ef54: Pulling fs layer
5c55fc1c2e7f: Waiting
bc630b9f54d9: Pulling fs layer
d37f1552c2be: Pulling fs layer
93fddfb5d660: Pulling fs layer
bc630b9f54d9: Waiting
d37f1552c2be: Waiting
7e22d88b1f22: Pulling fs layer
4f4fb700ef54: Waiting
93fddfb5d660: Waiting
471528d8c145: Pulling fs layer
7e22d88b1f22: Waiting
ea05e57fd084: Pulling fs layer
471528d8c145: Waiting
158119cd57c7: Pulling fs layer
ea05e57fd084: Waiting
325db06da924: Pulling fs layer
158119cd57c7: Waiting
168b1f896c3b: Pulling fs layer
2bfb76a16172: Pulling fs layer
325db06da924: Waiting
168b1f896c3b: Waiting
0cf1ed22f117: Pulling fs layer
2bfb76a16172: Waiting
5ccb0f2d64b3: Pulling fs layer
0cf1ed22f117: Waiting
5e94edcc9569: Pulling fs layer
5ccb0f2d64b3: Waiting
00860f476adc: Pulling fs layer
5e94edcc9569: Waiting
94d81fb6e3f5: Pulling fs layer
0247515e7c33: Pulling fs layer
00860f476adc: Waiting
94d81fb6e3f5: Waiting
e05c2c8dbed5: Pulling fs layer
0247515e7c33: Waiting
5e97b484e1fe: Pulling fs layer
e05c2c8dbed5: Waiting
5e97b484e1fe: Waiting
3b7e8887fcc2: Pulling fs layer
15db2b9812bb: Pulling fs layer
3b7e8887fcc2: Waiting
610e48377a63: Pulling fs layer
15db2b9812bb: Waiting
49160359715a: Pulling fs layer
610e48377a63: Waiting
8b56cee5374d: Pulling fs layer
49160359715a: Waiting
4dd7b1226b94: Pulling fs layer
8b56cee5374d: Waiting
5e6fff509478: Pulling fs layer
7ecff32e980f: Pulling fs layer
4dd7b1226b94: Waiting
3132191d7c39: Pulling fs layer
5e6fff509478: Waiting
88557d2173a4: Pulling fs layer
3132191d7c39: Waiting
7ecff32e980f: Waiting
88557d2173a4: Waiting
e5e797a8532e: Verifying Checksum
e5e797a8532e: Download complete
16ef32c2b922: Verifying Checksum
16ef32c2b922: Download complete
16ef32c2b922: Pull complete
e5e797a8532e: Pull complete
b32fb13583c7: Verifying Checksum
b32fb13583c7: Download complete
6aa8f5351c31: Verifying Checksum
6aa8f5351c31: Download complete
dd8552e5b43d: Verifying Checksum
dd8552e5b43d: Download complete
900d76492cd2: Download complete
43f4b9675c30: Verifying Checksum
43f4b9675c30: Download complete
631ea5d5606c: Verifying Checksum
631ea5d5606c: Download complete
4c7b0811a3d4: Verifying Checksum
4c7b0811a3d4: Download complete
feb2963643de: Verifying Checksum
feb2963643de: Download complete
cc067465d8d1: Verifying Checksum
cc067465d8d1: Download complete
900d76492cd2: Pull complete
4a7bd3298042: Verifying Checksum
4a7bd3298042: Download complete
b32fb13583c7: Pull complete
869749c01379: Verifying Checksum
869749c01379: Download complete
3da7b1d53079: Download complete
062faef17978: Verifying Checksum
062faef17978: Download complete
5c55fc1c2e7f: Verifying Checksum
5c55fc1c2e7f: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
bc630b9f54d9: Download complete
d37f1552c2be: Verifying Checksum
d37f1552c2be: Download complete
93fddfb5d660: Verifying Checksum
93fddfb5d660: Download complete
7e22d88b1f22: Verifying Checksum
7e22d88b1f22: Download complete
471528d8c145: Download complete
ea05e57fd084: Download complete
158119cd57c7: Verifying Checksum
158119cd57c7: Download complete
325db06da924: Verifying Checksum
325db06da924: Download complete
168b1f896c3b: Verifying Checksum
168b1f896c3b: Download complete
0cf1ed22f117: Download complete
2bfb76a16172: Verifying Checksum
2bfb76a16172: Download complete
5ccb0f2d64b3: Download complete
5e94edcc9569: Verifying Checksum
5e94edcc9569: Download complete
94d81fb6e3f5: Download complete
00860f476adc: Verifying Checksum
00860f476adc: Download complete
e05c2c8dbed5: Verifying Checksum
e05c2c8dbed5: Download complete
3b7e8887fcc2: Verifying Checksum
3b7e8887fcc2: Download complete
610e48377a63: Verifying Checksum
610e48377a63: Download complete
49160359715a: Verifying Checksum
49160359715a: Download complete
5e97b484e1fe: Verifying Checksum
5e97b484e1fe: Download complete
4dd7b1226b94: Verifying Checksum
4dd7b1226b94: Download complete
8b56cee5374d: Download complete
7ecff32e980f: Verifying Checksum
7ecff32e980f: Download complete
3132191d7c39: Verifying Checksum
3132191d7c39: Download complete
88557d2173a4: Download complete
0247515e7c33: Verifying Checksum
0247515e7c33: Download complete
cc067465d8d1: Pull complete
6aa8f5351c31: Pull complete
dd8552e5b43d: Pull complete
43f4b9675c30: Pull complete
4c7b0811a3d4: Pull complete
631ea5d5606c: Pull complete
feb2963643de: Pull complete
4a7bd3298042: Pull complete
869749c01379: Pull complete
062faef17978: Pull complete
3da7b1d53079: Pull complete
5c55fc1c2e7f: Pull complete
4f4fb700ef54: Pull complete
bc630b9f54d9: Pull complete
d37f1552c2be: Pull complete
93fddfb5d660: Pull complete
7e22d88b1f22: Pull complete
471528d8c145: Pull complete
ea05e57fd084: Pull complete
158119cd57c7: Pull complete
325db06da924: Pull complete
168b1f896c3b: Pull complete
2bfb76a16172: Pull complete
0cf1ed22f117: Pull complete
5ccb0f2d64b3: Pull complete
5e94edcc9569: Pull complete
00860f476adc: Pull complete
94d81fb6e3f5: Pull complete
5e6fff509478: Verifying Checksum
5e6fff509478: Download complete
0247515e7c33: Pull complete
e05c2c8dbed5: Pull complete
5e97b484e1fe: Pull complete
3b7e8887fcc2: Pull complete
15db2b9812bb: Pull complete
610e48377a63: Pull complete
49160359715a: Pull complete
8b56cee5374d: Pull complete
4dd7b1226b94: Pull complete
5e6fff509478: Pull complete
7ecff32e980f: Pull complete
3132191d7c39: Pull complete
88557d2173a4: Pull complete
Digest: sha256:129e1a6a452138f7d27b8d8b4a886dfab742fa23986efa4600e965a92adae88c
Status: Downloaded newer image for ocaml/opam@sha256:129e1a6a452138f7d27b8d8b4a886dfab742fa23986efa4600e965a92adae88c
2026-05-04 08:25.32 ---> using "6706b1f692aff387d4938e5b5b087a85b3340b747a16ec5be19a417c3ad0e910" from cache

/: (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:25.32 ---> using "20c220487051f1b14c0bcd8d28d20f6eac306e621933eb08af118690f3b39061" 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
[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:25.32 ---> using "97e544d51e358b87f4b79b468902fe2d94f05b3a36da5a604406e5e50d9dac91" 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.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=ubuntu os-version=22.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:25.32 ---> using "09acf1733d16a149a857a6484c079196e164d18fbbe0ee3053acdcd02e522796" 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-05-04 08:25.32 ---> using "711c9142dc1b5a64503617d3e27cbfe8020aa363a46869055c6f764e235e1975" from cache

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4237 kB]
- Get:6 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1292 kB]
- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [86.0 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1601 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7225 kB]
- Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3864 kB]
- Get:11 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.6 kB]
- Get:12 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [82.8 kB]
- Fetched 18.8 MB in 19s (1004 kB/s)
- Reading package lists...
- 
2026-05-04 08:26.17 ---> saved as "22f0b136ebb4acd6c3b5f9c63cc643ffe0d54eaf6cd2c1bba2f8b9c169c446f2"

/home/opam: (run (shell "opam pin add -k version -yn efl.1.22.0 1.22.0"))
efl is now pinned to version 1.22.0
2026-05-04 08:26.18 ---> saved as "652b142cd586ad4759e618b9788828f5ffcd15510bedb9534f26d9f6e25b6453"

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

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