(for PR #28495)

2026-05-04 08:20.05: New job: build efl.1.13.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
                              on alpine-3.23-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:alpine-3.23-ocaml-5.4@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc
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.13.0 1.13.0
RUN opam reinstall efl.1.13.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 "\"alpine-3.23\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'efl.1.13.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:alpine-3.23-ocaml-5.4@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc-efl.1.13.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.05: Using OBuilder spec:
((from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc)
 (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.13.0 1.13.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall efl.1.13.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 \"\\\"alpine-3.23\\\"\"; 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.13.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:26.22: Waiting for worker…
2026-05-04 08:30.17: 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:alpine-3.23-ocaml-5.4@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc)
Unable to find image 'ocaml/opam:alpine-3.23-ocaml-5.4@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc' locally
docker.io/ocaml/opam@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc: Pulling from ocaml/opam
6a0ac1617861: Already exists
9630673831f3: Pulling fs layer
4cffb540229a: Pulling fs layer
aa3cee094119: Pulling fs layer
f2700202f619: Pulling fs layer
33135c7375d5: Pulling fs layer
9630673831f3: Waiting
1ea4b64ae955: Pulling fs layer
4cffb540229a: Waiting
ca34ef70eda1: Pulling fs layer
aa3cee094119: Waiting
f2700202f619: Waiting
d4998b6f8f35: Pulling fs layer
1ea4b64ae955: Waiting
4a43cfe8648c: Pulling fs layer
33135c7375d5: Waiting
453dd28eaace: Pulling fs layer
d4998b6f8f35: Waiting
a962f0379f0a: Pulling fs layer
ca34ef70eda1: Waiting
4a43cfe8648c: Waiting
b68882dcbbd8: Pulling fs layer
453dd28eaace: Waiting
3f63b4eac828: Pulling fs layer
a962f0379f0a: Waiting
0720e1e1068a: Pulling fs layer
b68882dcbbd8: Waiting
3f63b4eac828: Waiting
0676d4d6023a: Pulling fs layer
0ab690805f49: Pulling fs layer
0676d4d6023a: Waiting
0720e1e1068a: Waiting
fc0af979c0fe: Pulling fs layer
4f4fb700ef54: Pulling fs layer
63f1d0bef8ae: Pulling fs layer
43fd6995d88f: Pulling fs layer
fc0af979c0fe: Waiting
0ab690805f49: Waiting
c775bfb331ab: Pulling fs layer
a7a9b5ed8780: Pulling fs layer
63f1d0bef8ae: Waiting
43fd6995d88f: Waiting
86ac791930d3: Pulling fs layer
a7a9b5ed8780: Waiting
2e34d70b785c: Pulling fs layer
c775bfb331ab: Waiting
86ac791930d3: Waiting
56c554cb0baa: Pulling fs layer
0109b7ea4beb: Pulling fs layer
2e34d70b785c: Waiting
a72aa581a14e: Pulling fs layer
56c554cb0baa: Waiting
0b969b88b90b: Pulling fs layer
d1ae0e2bf910: Pulling fs layer
a72aa581a14e: Waiting
cfd8efe5a061: Pulling fs layer
d1ae0e2bf910: Waiting
0b969b88b90b: Waiting
cac47c5c71ca: Pulling fs layer
0789edf993f4: Pulling fs layer
cfd8efe5a061: Waiting
bfdb5e6b1847: Pulling fs layer
cac47c5c71ca: Waiting
58bc33feccda: Pulling fs layer
0789edf993f4: Waiting
bfdb5e6b1847: Waiting
1a9fb6ceaf2b: Pulling fs layer
3ebd1efd1da6: Pulling fs layer
58bc33feccda: Waiting
1a9fb6ceaf2b: Waiting
8e96b4de80a3: Pulling fs layer
95e95a115420: Pulling fs layer
3ebd1efd1da6: Waiting
e06070040291: Pulling fs layer
84b2469f2a2a: Pulling fs layer
8e96b4de80a3: Waiting
95e95a115420: Waiting
e877306222f4: Pulling fs layer
e06070040291: Waiting
43371e78182e: Pulling fs layer
e877306222f4: Waiting
84b2469f2a2a: Waiting
43371e78182e: Waiting
9630673831f3: Verifying Checksum
9630673831f3: Download complete
9630673831f3: Pull complete
4cffb540229a: Verifying Checksum
4cffb540229a: Download complete
4cffb540229a: Pull complete
aa3cee094119: Verifying Checksum
aa3cee094119: Download complete
aa3cee094119: Pull complete
f2700202f619: Verifying Checksum
f2700202f619: Download complete
33135c7375d5: Verifying Checksum
33135c7375d5: Download complete
f2700202f619: Pull complete
33135c7375d5: Pull complete
1ea4b64ae955: Verifying Checksum
1ea4b64ae955: Download complete
1ea4b64ae955: Pull complete
ca34ef70eda1: Verifying Checksum
ca34ef70eda1: Download complete
ca34ef70eda1: Pull complete
d4998b6f8f35: Verifying Checksum
d4998b6f8f35: Download complete
4a43cfe8648c: Verifying Checksum
4a43cfe8648c: Download complete
d4998b6f8f35: Pull complete
4a43cfe8648c: Pull complete
a962f0379f0a: Verifying Checksum
a962f0379f0a: Download complete
453dd28eaace: Verifying Checksum
453dd28eaace: Download complete
453dd28eaace: Pull complete
a962f0379f0a: Pull complete
3f63b4eac828: Verifying Checksum
3f63b4eac828: Download complete
b68882dcbbd8: Download complete
b68882dcbbd8: Pull complete
3f63b4eac828: Pull complete
0676d4d6023a: Verifying Checksum
0676d4d6023a: Download complete
0720e1e1068a: Verifying Checksum
0720e1e1068a: Download complete
0720e1e1068a: Pull complete
0676d4d6023a: Pull complete
0ab690805f49: Verifying Checksum
0ab690805f49: Pull complete
fc0af979c0fe: Verifying Checksum
fc0af979c0fe: Download complete
fc0af979c0fe: Pull complete
63f1d0bef8ae: Download complete
4f4fb700ef54: Download complete
4f4fb700ef54: Pull complete
63f1d0bef8ae: Pull complete
43fd6995d88f: Verifying Checksum
43fd6995d88f: Download complete
43fd6995d88f: Pull complete
c775bfb331ab: Verifying Checksum
c775bfb331ab: Download complete
c775bfb331ab: Pull complete
86ac791930d3: Verifying Checksum
86ac791930d3: Download complete
a7a9b5ed8780: Download complete
a7a9b5ed8780: Pull complete
86ac791930d3: Pull complete
56c554cb0baa: Verifying Checksum
56c554cb0baa: Download complete
2e34d70b785c: Verifying Checksum
2e34d70b785c: Download complete
2e34d70b785c: Pull complete
56c554cb0baa: Pull complete
0109b7ea4beb: Verifying Checksum
0109b7ea4beb: Download complete
0109b7ea4beb: Pull complete
a72aa581a14e: Verifying Checksum
a72aa581a14e: Download complete
a72aa581a14e: Pull complete
0b969b88b90b: Verifying Checksum
0b969b88b90b: Download complete
d1ae0e2bf910: Verifying Checksum
d1ae0e2bf910: Download complete
0b969b88b90b: Pull complete
d1ae0e2bf910: Pull complete
cfd8efe5a061: Download complete
cfd8efe5a061: Pull complete
0789edf993f4: Download complete
cac47c5c71ca: Verifying Checksum
cac47c5c71ca: Download complete
58bc33feccda: Download complete
1a9fb6ceaf2b: Verifying Checksum
1a9fb6ceaf2b: Download complete
3ebd1efd1da6: Verifying Checksum
3ebd1efd1da6: Download complete
8e96b4de80a3: Verifying Checksum
8e96b4de80a3: Download complete
95e95a115420: Verifying Checksum
95e95a115420: Download complete
e06070040291: Verifying Checksum
e06070040291: Download complete
bfdb5e6b1847: Verifying Checksum
bfdb5e6b1847: Download complete
84b2469f2a2a: Verifying Checksum
84b2469f2a2a: Download complete
e877306222f4: Download complete
43371e78182e: Download complete
cac47c5c71ca: Pull complete
0789edf993f4: Pull complete
bfdb5e6b1847: Pull complete
58bc33feccda: Pull complete
1a9fb6ceaf2b: Pull complete
3ebd1efd1da6: Pull complete
8e96b4de80a3: Pull complete
95e95a115420: Pull complete
e06070040291: Pull complete
84b2469f2a2a: Pull complete
e877306222f4: Pull complete
43371e78182e: Pull complete
Digest: sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc
Status: Downloaded newer image for ocaml/opam@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc
2026-05-04 08:38.14 ---> saved as "1dfd2c56cf7ef4c022880aa8954d59ce7487f51393001535964d58a880590384"

/: (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:38.15 ---> saved as "44193b3415e71c4a3e25aab7093716a0f232d53568de9ce8e74f845373e48bf4"

/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:38.39 ---> saved as "921cd81aaed996e1ad0aa8185edf869948dfae1b13140827a3863c37c49e191a"

/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=alpine os-version=3.23.4
# 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:38.40 ---> saved as "b08740678b2eee1f741a4cb0afd54edcda7b9da433c2d495426242d886ac1a61"

/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:38.51 ---> saved as "c1e8b9ea029b67eb75a7b5610e82561423d1e4fd27a24be2018148442ee34c1c"

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- v3.23.4-127-g72ab63c5ff9 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]
- v3.23.4-128-g29f1ba9349e [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]
- v20260127-8963-g231c77559d5 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20260127-8975-g89e19d37855 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20260127-8971-g32eea0c6795 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 62165 distinct packages available
2026-05-04 08:41.38 ---> saved as "6e5a2006f1254be41fe146ace26425593bc23f2b6235079d265df66f14c510a3"

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

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall efl.1.13.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 \"\\\"alpine-3.23\\\"\"; 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.13.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.13.0 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.4.1
    - efl = 1.13.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.13.0 -> ocaml < 5.3 -> ocaml-variants (< 4.00.2~ | >= 4.01.0)
  * Missing dependency:
    - efl = 1.13.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.13.0 -> ocaml < 5.3 -> ocaml-variants >= 4.01.0 -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - efl = 1.13.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.13.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 "\"alpine-3.23\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'efl.1.13.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:44.13: Job failed: Failed: Build failed
2026-05-04 08:44.13: Log analysis:
2026-05-04 08:44.13: >>> 
No solution found, exiting
 (score = 100)
2026-05-04 08:44.13: [SKIP] Package not available