(for PR #28495)

2026-05-04 08:20.04: New job: build efl.1.13.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
                              on ubuntu-25.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-25.04-ocaml-5.4@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0
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 "\"ubuntu-25.04\""; 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.04: Using cache hint "ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0-efl.1.13.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.04: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0)
 (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 \"\\\"ubuntu-25.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.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.04: Waiting for resource in pool OCluster
2026-05-04 08:20.08: Waiting for worker…
2026-05-04 08:24.42: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
Updating files:  63% (12021/18902)
Updating files:  64% (12098/18902)
Updating files:  65% (12287/18902)
Updating files:  66% (12476/18902)
Updating files:  67% (12665/18902)
Updating files:  68% (12854/18902)
Updating files:  69% (13043/18902)
Updating files:  70% (13232/18902)
Updating files:  71% (13421/18902)
Updating files:  72% (13610/18902)
Updating files:  73% (13799/18902)
Updating files:  74% (13988/18902)
Updating files:  75% (14177/18902)
Updating files:  76% (14366/18902)
Updating files:  77% (14555/18902)
Updating files:  78% (14744/18902)
Updating files:  79% (14933/18902)
Updating files:  80% (15122/18902)
Updating files:  81% (15311/18902)
Updating files:  82% (15500/18902)
Updating files:  83% (15689/18902)
Updating files:  84% (15878/18902)
Updating files:  85% (16067/18902)
Updating files:  86% (16256/18902)
Updating files:  87% (16445/18902)
Updating files:  88% (16634/18902)
Updating files:  89% (16823/18902)
Updating files:  90% (17012/18902)
Updating files:  91% (17201/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:ubuntu-25.04-ocaml-5.4@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0' locally
docker.io/ocaml/opam@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0: Pulling from ocaml/opam
c62190a9ab61: Already exists
357ac6654861: Pulling fs layer
a191be1efbfd: Pulling fs layer
eb4000d4ebbc: Pulling fs layer
598bd7554f0c: Pulling fs layer
79d6c515bbb9: Pulling fs layer
154be107f855: Pulling fs layer
fd2208c876d6: Pulling fs layer
598bd7554f0c: Waiting
16490c1f67c4: Pulling fs layer
71652ce32f03: Pulling fs layer
79d6c515bbb9: Waiting
f6539204dd94: Pulling fs layer
8832196939ac: Pulling fs layer
051ac3f8d1fa: Pulling fs layer
fd2208c876d6: Waiting
f6539204dd94: Waiting
9c22d08d7908: Pulling fs layer
154be107f855: Waiting
f92810fb1a76: Pulling fs layer
8832196939ac: Waiting
16490c1f67c4: Waiting
9c22d08d7908: Waiting
051ac3f8d1fa: Waiting
084bdef83a94: Pulling fs layer
f92810fb1a76: Waiting
d61f838e95fd: Pulling fs layer
71652ce32f03: Waiting
4b9d9e7979d2: Pulling fs layer
5b295751883e: Pulling fs layer
4b9d9e7979d2: Waiting
4cf5bde88b89: Pulling fs layer
5b295751883e: Waiting
a2e9395651c9: Pulling fs layer
084bdef83a94: Waiting
4cf5bde88b89: Waiting
a2e9395651c9: Waiting
4f4fb700ef54: Pulling fs layer
8d482fe260fa: Pulling fs layer
d61f838e95fd: Waiting
4f4fb700ef54: Waiting
0c1606e5aae9: Pulling fs layer
8d482fe260fa: Waiting
35abd5e9c377: Pulling fs layer
0c1606e5aae9: Waiting
dd98292fdce5: Pulling fs layer
013f4f55172f: Pulling fs layer
dd98292fdce5: Waiting
74138f97645f: Pulling fs layer
dd1ee7cdcf24: Pulling fs layer
35abd5e9c377: Waiting
74138f97645f: Waiting
9af03bee1815: Pulling fs layer
013f4f55172f: Waiting
dd1ee7cdcf24: Waiting
2aa5fb145868: Pulling fs layer
9af03bee1815: Waiting
236cbd8de420: Pulling fs layer
50b334ba052c: Pulling fs layer
236cbd8de420: Waiting
2aa5fb145868: Waiting
0ecd776bb54b: Pulling fs layer
61565fcd1ea7: Pulling fs layer
50b334ba052c: Waiting
c61c7e9567a5: Pulling fs layer
6616a61e7604: Pulling fs layer
0ecd776bb54b: Waiting
9ff1755321c4: Pulling fs layer
c61c7e9567a5: Waiting
a72649cf11ee: Pulling fs layer
6616a61e7604: Waiting
61565fcd1ea7: Waiting
d7886880bcec: Pulling fs layer
ff6f648b9141: Pulling fs layer
a72649cf11ee: Waiting
d7886880bcec: Waiting
a93a14ee90bc: Pulling fs layer
41abc94f534b: Pulling fs layer
a93a14ee90bc: Waiting
ff6f648b9141: Waiting
49cd19e227bc: Pulling fs layer
c83c31819c35: Pulling fs layer
41abc94f534b: Waiting
8cc6f9c6728d: Pulling fs layer
a323cba977b7: Pulling fs layer
8cc6f9c6728d: Waiting
c83c31819c35: Waiting
a191be1efbfd: Verifying Checksum
a191be1efbfd: Download complete
357ac6654861: Download complete
357ac6654861: Pull complete
a191be1efbfd: Pull complete
598bd7554f0c: Verifying Checksum
598bd7554f0c: Download complete
eb4000d4ebbc: Verifying Checksum
eb4000d4ebbc: Download complete
fd2208c876d6: Verifying Checksum
fd2208c876d6: Download complete
154be107f855: Verifying Checksum
154be107f855: Download complete
16490c1f67c4: Verifying Checksum
16490c1f67c4: Download complete
71652ce32f03: Verifying Checksum
71652ce32f03: Download complete
f6539204dd94: Verifying Checksum
f6539204dd94: Download complete
eb4000d4ebbc: Pull complete
8832196939ac: Verifying Checksum
8832196939ac: Download complete
598bd7554f0c: Pull complete
79d6c515bbb9: Verifying Checksum
79d6c515bbb9: Download complete
9c22d08d7908: Verifying Checksum
9c22d08d7908: Download complete
051ac3f8d1fa: Verifying Checksum
051ac3f8d1fa: Download complete
f92810fb1a76: Verifying Checksum
f92810fb1a76: Download complete
084bdef83a94: Verifying Checksum
084bdef83a94: Download complete
d61f838e95fd: Verifying Checksum
d61f838e95fd: Download complete
4b9d9e7979d2: Verifying Checksum
4b9d9e7979d2: Download complete
5b295751883e: Verifying Checksum
5b295751883e: Download complete
4cf5bde88b89: Verifying Checksum
4cf5bde88b89: Download complete
a2e9395651c9: Verifying Checksum
a2e9395651c9: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
8d482fe260fa: Verifying Checksum
8d482fe260fa: Download complete
0c1606e5aae9: Verifying Checksum
35abd5e9c377: Verifying Checksum
35abd5e9c377: Download complete
dd98292fdce5: Download complete
013f4f55172f: Verifying Checksum
013f4f55172f: Download complete
dd1ee7cdcf24: Verifying Checksum
dd1ee7cdcf24: Download complete
9af03bee1815: Verifying Checksum
9af03bee1815: Download complete
2aa5fb145868: Download complete
236cbd8de420: Verifying Checksum
236cbd8de420: Download complete
50b334ba052c: Verifying Checksum
50b334ba052c: Download complete
0ecd776bb54b: Download complete
c61c7e9567a5: Verifying Checksum
c61c7e9567a5: Download complete
9ff1755321c4: Download complete
a72649cf11ee: Download complete
d7886880bcec: Verifying Checksum
d7886880bcec: Download complete
ff6f648b9141: Download complete
a93a14ee90bc: Download complete
41abc94f534b: Verifying Checksum
41abc94f534b: Download complete
49cd19e227bc: Verifying Checksum
49cd19e227bc: Download complete
c83c31819c35: Verifying Checksum
c83c31819c35: Download complete
8cc6f9c6728d: Download complete
a323cba977b7: Verifying Checksum
a323cba977b7: Download complete
61565fcd1ea7: Verifying Checksum
61565fcd1ea7: Download complete
79d6c515bbb9: Pull complete
154be107f855: Pull complete
fd2208c876d6: Pull complete
16490c1f67c4: Pull complete
6616a61e7604: Download complete
71652ce32f03: Pull complete
f6539204dd94: Pull complete
8832196939ac: Pull complete
051ac3f8d1fa: Pull complete
9c22d08d7908: Pull complete
f92810fb1a76: Pull complete
084bdef83a94: Pull complete
d61f838e95fd: Pull complete
4b9d9e7979d2: Pull complete
5b295751883e: Pull complete
4cf5bde88b89: Pull complete
a2e9395651c9: Pull complete
4f4fb700ef54: Pull complete
8d482fe260fa: Pull complete
0c1606e5aae9: Pull complete
35abd5e9c377: Pull complete
dd98292fdce5: Pull complete
013f4f55172f: Pull complete
74138f97645f: Pull complete
dd1ee7cdcf24: Pull complete
9af03bee1815: Pull complete
2aa5fb145868: Pull complete
236cbd8de420: Pull complete
50b334ba052c: Pull complete
0ecd776bb54b: Pull complete
61565fcd1ea7: Pull complete
c61c7e9567a5: Pull complete
6616a61e7604: Pull complete
9ff1755321c4: Pull complete
a72649cf11ee: Pull complete
d7886880bcec: Pull complete
ff6f648b9141: Pull complete
a93a14ee90bc: Pull complete
41abc94f534b: Pull complete
49cd19e227bc: Pull complete
c83c31819c35: Pull complete
8cc6f9c6728d: Pull complete
a323cba977b7: Pull complete
Digest: sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0
Status: Downloaded newer image for ocaml/opam@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0
2026-05-04 08:24.55 ---> using "df85129629fce655775cc1b8edf761bcc58bb33e91ef4be024d6af0bb65337e2" 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:24.55 ---> using "bfc07a34ece64248fc70b850c58432ae186aa9ea4841fca7ceb26dbd726910e8" 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.

Continue? [Y/n] y
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.

[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-05-04 08:24.55 ---> using "eae4f5eac108fdfd35f7c4d03a1071555c8fdfbcbba0e27ff805e0c4cca3c85a" 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=25.04
# 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:24.55 ---> using "16a34d287bb50f9567183789c7caf429dc49086a38f3c40a64e03a2f17d0e319" 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:24.55 ---> using "98f1bfbebbf6bff322b00236dfd87bfede4e8b12eb7c18c5e4a03af0ea16a15e" from cache

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Hit:4 http://security.ubuntu.com/ubuntu plucky-security InRelease
- Reading package lists...
- 
2026-05-04 08:25.37 ---> saved as "cea156350d5e9a7c9e221ab67fdb51144ae555d07bda49cf57d89f7aabc66f1a"

/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:25.39 ---> saved as "f5d8264d611b63a2e82470c938c0c09b286a42b8e75ea26bd0b1930da50ebb71"

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