(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 fedora-42-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:fedora-42-ocaml-5.4@sha256:8b8939372e4aaf30fa04683c219c13e8bbb34c303280ead670bf44e68464db12
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 "\"fedora-42\""; 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:fedora-42-ocaml-5.4@sha256:8b8939372e4aaf30fa04683c219c13e8bbb34c303280ead670bf44e68464db12-efl.1.24.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.05: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:8b8939372e4aaf30fa04683c219c13e8bbb34c303280ead670bf44e68464db12)
 (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 \"\\\"fedora-42\\\"\"; 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.42: Waiting for worker…
2026-05-04 08:26.46: 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:fedora-42-ocaml-5.4@sha256:8b8939372e4aaf30fa04683c219c13e8bbb34c303280ead670bf44e68464db12)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:8b8939372e4aaf30fa04683c219c13e8bbb34c303280ead670bf44e68464db12' locally
docker.io/ocaml/opam@sha256:8b8939372e4aaf30fa04683c219c13e8bbb34c303280ead670bf44e68464db12: Pulling from ocaml/opam
bcbfb8588268: Pulling fs layer
73b2408747f6: Pulling fs layer
bcbfb8588268: Waiting
9801aa370cb0: Pulling fs layer
73b2408747f6: Waiting
e2db682e1091: Pulling fs layer
9801aa370cb0: Waiting
35ce4f3a1d8f: Pulling fs layer
e2db682e1091: Waiting
0c758f381927: Pulling fs layer
35ce4f3a1d8f: Waiting
331d2e83f975: Pulling fs layer
0c758f381927: Waiting
587b7a9d2fa5: Pulling fs layer
331d2e83f975: Waiting
6f5d85344b5e: Pulling fs layer
587b7a9d2fa5: Waiting
6f5d85344b5e: Waiting
0bf270c8c680: Pulling fs layer
b8a710b2793e: Pulling fs layer
102e4eb337f9: Pulling fs layer
0bf270c8c680: Waiting
b8a710b2793e: Waiting
8074f360636b: Pulling fs layer
102e4eb337f9: Waiting
e2e6e0c8e26d: Pulling fs layer
8074f360636b: Waiting
523ea61dbc78: Pulling fs layer
e2e6e0c8e26d: Waiting
fdc7142430a4: Pulling fs layer
523ea61dbc78: Waiting
bd9c320da6c3: Pulling fs layer
fdc7142430a4: Waiting
84da89250dcb: Pulling fs layer
bd9c320da6c3: Waiting
14965138aadf: Pulling fs layer
423340f710ae: Pulling fs layer
84da89250dcb: Waiting
a8ded4eff573: Pulling fs layer
14965138aadf: Waiting
4f4fb700ef54: Pulling fs layer
423340f710ae: Waiting
a8ded4eff573: Waiting
b0088e840ba0: Pulling fs layer
4f4fb700ef54: Waiting
8af4a5e4bfe7: Pulling fs layer
b0088e840ba0: Waiting
47714dafabe1: Pulling fs layer
8af4a5e4bfe7: Waiting
7d178f126a38: Pulling fs layer
47714dafabe1: Waiting
1e25091b9328: Pulling fs layer
7d178f126a38: Waiting
e7334ffd00ee: Pulling fs layer
b0d0fb29e996: Pulling fs layer
1e25091b9328: Waiting
b514f69d4736: Pulling fs layer
cc65440c3c3b: Pulling fs layer
b0d0fb29e996: Waiting
e7334ffd00ee: Waiting
92a35f6a24ed: Pulling fs layer
cc65440c3c3b: Waiting
b514f69d4736: Waiting
9913b5eb2db3: Pulling fs layer
92a35f6a24ed: Waiting
164a98ef7bc0: Pulling fs layer
ebe09a1e10fd: Pulling fs layer
9913b5eb2db3: Waiting
cd30e6adea74: Pulling fs layer
164a98ef7bc0: Waiting
b864cbae0a9c: Pulling fs layer
ba3fe2c0fbfd: Pulling fs layer
cd30e6adea74: Waiting
889dd894e69f: Pulling fs layer
b864cbae0a9c: Waiting
ebe09a1e10fd: Waiting
29224cb56fda: Pulling fs layer
889dd894e69f: Waiting
ba3fe2c0fbfd: Waiting
e86bffff66b3: Pulling fs layer
29224cb56fda: Waiting
a88525790416: Pulling fs layer
e86bffff66b3: Waiting
ac3c113f6ac4: Pulling fs layer
a88525790416: Waiting
5e22cb855625: Pulling fs layer
2dd398e35691: Pulling fs layer
ac3c113f6ac4: Waiting
2dd398e35691: Waiting
bcbfb8588268: Verifying Checksum
bcbfb8588268: Download complete
73b2408747f6: Verifying Checksum
73b2408747f6: Download complete
bcbfb8588268: Pull complete
73b2408747f6: Pull complete
9801aa370cb0: Verifying Checksum
9801aa370cb0: Download complete
9801aa370cb0: Pull complete
e2db682e1091: Verifying Checksum
e2db682e1091: Download complete
35ce4f3a1d8f: Verifying Checksum
35ce4f3a1d8f: Download complete
0c758f381927: Verifying Checksum
0c758f381927: Download complete
331d2e83f975: Verifying Checksum
331d2e83f975: Download complete
587b7a9d2fa5: Verifying Checksum
587b7a9d2fa5: Download complete
6f5d85344b5e: Verifying Checksum
6f5d85344b5e: Download complete
0bf270c8c680: Verifying Checksum
0bf270c8c680: Download complete
b8a710b2793e: Verifying Checksum
b8a710b2793e: Download complete
102e4eb337f9: Verifying Checksum
102e4eb337f9: Download complete
e2db682e1091: Pull complete
35ce4f3a1d8f: Pull complete
8074f360636b: Verifying Checksum
8074f360636b: Download complete
0c758f381927: Pull complete
331d2e83f975: Pull complete
e2e6e0c8e26d: Verifying Checksum
e2e6e0c8e26d: Download complete
587b7a9d2fa5: Pull complete
523ea61dbc78: Verifying Checksum
523ea61dbc78: Download complete
6f5d85344b5e: Pull complete
0bf270c8c680: Pull complete
fdc7142430a4: Download complete
b8a710b2793e: Pull complete
102e4eb337f9: Pull complete
bd9c320da6c3: Verifying Checksum
bd9c320da6c3: Download complete
8074f360636b: Pull complete
e2e6e0c8e26d: Pull complete
523ea61dbc78: Pull complete
fdc7142430a4: Pull complete
bd9c320da6c3: Pull complete
84da89250dcb: Verifying Checksum
84da89250dcb: Download complete
84da89250dcb: Pull complete
14965138aadf: Verifying Checksum
14965138aadf: Download complete
14965138aadf: Pull complete
423340f710ae: Verifying Checksum
423340f710ae: Download complete
423340f710ae: Pull complete
a8ded4eff573: Download complete
a8ded4eff573: Pull complete
4f4fb700ef54: Download complete
4f4fb700ef54: Pull complete
b0088e840ba0: Verifying Checksum
b0088e840ba0: Download complete
b0088e840ba0: Pull complete
8af4a5e4bfe7: Verifying Checksum
8af4a5e4bfe7: Pull complete
47714dafabe1: Verifying Checksum
47714dafabe1: Download complete
47714dafabe1: Pull complete
7d178f126a38: Verifying Checksum
7d178f126a38: Download complete
7d178f126a38: Pull complete
1e25091b9328: Verifying Checksum
1e25091b9328: Download complete
1e25091b9328: Pull complete
e7334ffd00ee: Verifying Checksum
e7334ffd00ee: Download complete
e7334ffd00ee: Pull complete
b0d0fb29e996: Download complete
b0d0fb29e996: Pull complete
b514f69d4736: Verifying Checksum
b514f69d4736: Download complete
b514f69d4736: Pull complete
cc65440c3c3b: Verifying Checksum
cc65440c3c3b: Pull complete
92a35f6a24ed: Verifying Checksum
92a35f6a24ed: Download complete
92a35f6a24ed: Pull complete
9913b5eb2db3: Download complete
9913b5eb2db3: Pull complete
164a98ef7bc0: Verifying Checksum
164a98ef7bc0: Download complete
164a98ef7bc0: Pull complete
ebe09a1e10fd: Verifying Checksum
ebe09a1e10fd: Download complete
cd30e6adea74: Verifying Checksum
cd30e6adea74: Download complete
ebe09a1e10fd: Pull complete
cd30e6adea74: Pull complete
ba3fe2c0fbfd: Verifying Checksum
ba3fe2c0fbfd: Download complete
889dd894e69f: Download complete
29224cb56fda: Download complete
e86bffff66b3: Verifying Checksum
e86bffff66b3: Download complete
a88525790416: Verifying Checksum
a88525790416: Download complete
ac3c113f6ac4: Verifying Checksum
ac3c113f6ac4: Download complete
5e22cb855625: Verifying Checksum
5e22cb855625: Download complete
2dd398e35691: Download complete
b864cbae0a9c: Verifying Checksum
b864cbae0a9c: Download complete
b864cbae0a9c: Pull complete
ba3fe2c0fbfd: Pull complete
889dd894e69f: Pull complete
29224cb56fda: Pull complete
e86bffff66b3: Pull complete
a88525790416: Pull complete
ac3c113f6ac4: Pull complete
5e22cb855625: Pull complete
2dd398e35691: Pull complete
Digest: sha256:8b8939372e4aaf30fa04683c219c13e8bbb34c303280ead670bf44e68464db12
Status: Downloaded newer image for ocaml/opam@sha256:8b8939372e4aaf30fa04683c219c13e8bbb34c303280ead670bf44e68464db12
2026-05-04 08:34.27 ---> saved as "654c845502917c783ac602edb0258c422fb38145a50097bdbb9b33f2365bcb19"

/: (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:34.27 ---> saved as "a9a0ee85aefdde88df29dcd5cc6081d49fac3f74306ed248442bd16a02161f1d"

/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:34.49 ---> saved as "acb686e8650d83e4b08abaa038f223ff74188380624985a4e79c61654e71c7e1"

/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=fedora os-version=42
# 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:34.50 ---> saved as "8837ac441caa084529cc1c5f119b8f3b88205274896e3ba340894abb4e7015b3"

/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:35.00 ---> saved as "92e4c25a2ac3a1ec469cfeccc23291007eba916d60522af532f14a13265ba5f4"

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |   2.9 KiB/s |   7.1 KiB |  00m02s
-  Fedora 42 - x86_64                     100% |  16.2 KiB/s |  21.1 KiB |  00m01s
- Repositories loaded.
- Metadata cache created.
2026-05-04 08:35.33 ---> saved as "712f29267250320d6b513232a8bf575f241e11d14fc5172135c29cdc047f868b"

/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:35.33 ---> saved as "a186ccdfb17b4c40171308e149bd912344bab960ba1e3dc832e623ea620d4b5f"

/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 \"\\\"fedora-42\\\"\"; 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
  * 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 -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - efl >= 1.24.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.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 "\"fedora-42\""; 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:36.23: Job failed: Failed: Build failed
2026-05-04 08:36.23: Log analysis:
2026-05-04 08:36.23: >>> 
No solution found, exiting
 (score = 100)
2026-05-04 08:36.23: [SKIP] Package not available