(for PR #28495)

2026-05-04 08:20.05: New job: build efl.1.17.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
                              on centos-9-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:centos-9-ocaml-5.4@sha256:1d8588ebf33c12e2070829c3ad316cfc9a274600d1d8bfcf2e274faa302ee3b6
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 "\"centos-9\""; 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.05: Using cache hint "ocaml/opam:centos-9-ocaml-5.4@sha256:1d8588ebf33c12e2070829c3ad316cfc9a274600d1d8bfcf2e274faa302ee3b6-efl.1.17.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.05: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-5.4@sha256:1d8588ebf33c12e2070829c3ad316cfc9a274600d1d8bfcf2e274faa302ee3b6)
 (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 \"\\\"centos-9\\\"\"; 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.05: Waiting for resource in pool OCluster
2026-05-04 08:24.32: Waiting for worker…
2026-05-04 08:28.56: Got resource from pool OCluster
Building on laodoke.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:centos-9-ocaml-5.4@sha256:1d8588ebf33c12e2070829c3ad316cfc9a274600d1d8bfcf2e274faa302ee3b6)
Unable to find image 'ocaml/opam:centos-9-ocaml-5.4@sha256:1d8588ebf33c12e2070829c3ad316cfc9a274600d1d8bfcf2e274faa302ee3b6' locally
docker.io/ocaml/opam@sha256:1d8588ebf33c12e2070829c3ad316cfc9a274600d1d8bfcf2e274faa302ee3b6: Pulling from ocaml/opam
f0665df58280: Pulling fs layer
2aca4929df78: Pulling fs layer
7d3446c2ef55: Pulling fs layer
a4c53a631187: Pulling fs layer
6d573f0a0d03: Pulling fs layer
63bada79e3d9: Pulling fs layer
0f65d106a651: Pulling fs layer
c2ba5c3fd774: Pulling fs layer
458ba6e6ca97: Pulling fs layer
9e6fa14668c9: Pulling fs layer
f0665df58280: Waiting
9354b7bb9263: Pulling fs layer
7d3446c2ef55: Waiting
a4c53a631187: Waiting
ffc2abc3ad36: Pulling fs layer
63bada79e3d9: Waiting
168b7634bd7c: Pulling fs layer
6d573f0a0d03: Waiting
e60531533752: Pulling fs layer
2aca4929df78: Waiting
3da63acfa01e: Pulling fs layer
458ba6e6ca97: Waiting
0f65d106a651: Waiting
c2ba5c3fd774: Waiting
9e6fa14668c9: Waiting
2f8ca62cc4c0: Pulling fs layer
46742febe732: Pulling fs layer
ffc2abc3ad36: Waiting
93276388132a: Pulling fs layer
9354b7bb9263: Waiting
168b7634bd7c: Waiting
3da63acfa01e: Waiting
e60531533752: Waiting
2f8ca62cc4c0: Waiting
46742febe732: Waiting
9141d1c09406: Pulling fs layer
93276388132a: Waiting
4e80ee505de7: Pulling fs layer
9141d1c09406: Waiting
675df2ec42bd: Pulling fs layer
8dacbd3fecbb: Pulling fs layer
4e80ee505de7: Waiting
675df2ec42bd: Waiting
4f4fb700ef54: Pulling fs layer
73d7892d85a2: Pulling fs layer
4f4fb700ef54: Waiting
a8489f518cfd: Pulling fs layer
6327fa73b524: Pulling fs layer
73d7892d85a2: Waiting
8ad473193bb9: Pulling fs layer
a611e5bc2990: Pulling fs layer
a8489f518cfd: Waiting
8ad473193bb9: Waiting
6327fa73b524: Waiting
deab881dfe5f: Pulling fs layer
40149be978da: Pulling fs layer
deab881dfe5f: Waiting
358524e2c515: Pulling fs layer
29a974daa94a: Pulling fs layer
eae2e0c7c4bc: Pulling fs layer
40149be978da: Waiting
9bc40d600288: Pulling fs layer
358524e2c515: Waiting
29a974daa94a: Waiting
eae2e0c7c4bc: Waiting
6c9e2ad3feaf: Pulling fs layer
c7bd916dea06: Pulling fs layer
9bc40d600288: Waiting
6c9e2ad3feaf: Waiting
ed23f4a3607d: Pulling fs layer
38d131c77982: Pulling fs layer
292222cd7ee5: Pulling fs layer
c7bd916dea06: Waiting
45acbc3f6dfd: Pulling fs layer
ed23f4a3607d: Waiting
38d131c77982: Waiting
fb5e5a112b58: Pulling fs layer
c70d09457774: Pulling fs layer
fb5e5a112b58: Waiting
292222cd7ee5: Waiting
3e74f7faf97b: Pulling fs layer
c70d09457774: Waiting
3595f99dcb7d: Pulling fs layer
45acbc3f6dfd: Waiting
3e74f7faf97b: Waiting
c24bfea0e9ea: Pulling fs layer
6965da1aa4af: Pulling fs layer
3595f99dcb7d: Waiting
6965da1aa4af: Waiting
f0665df58280: Verifying Checksum
f0665df58280: Download complete
f0665df58280: Pull complete
2aca4929df78: Verifying Checksum
2aca4929df78: Download complete
2aca4929df78: Pull complete
7d3446c2ef55: Verifying Checksum
7d3446c2ef55: Download complete
7d3446c2ef55: Pull complete
a4c53a631187: Verifying Checksum
a4c53a631187: Download complete
6d573f0a0d03: Verifying Checksum
6d573f0a0d03: Download complete
63bada79e3d9: Verifying Checksum
63bada79e3d9: Download complete
0f65d106a651: Verifying Checksum
0f65d106a651: Download complete
c2ba5c3fd774: Verifying Checksum
c2ba5c3fd774: Download complete
458ba6e6ca97: Verifying Checksum
458ba6e6ca97: Download complete
9e6fa14668c9: Verifying Checksum
9e6fa14668c9: Download complete
a4c53a631187: Pull complete
9354b7bb9263: Verifying Checksum
9354b7bb9263: Download complete
6d573f0a0d03: Pull complete
63bada79e3d9: Pull complete
0f65d106a651: Pull complete
c2ba5c3fd774: Pull complete
458ba6e6ca97: Pull complete
9e6fa14668c9: Pull complete
9354b7bb9263: Pull complete
ffc2abc3ad36: Verifying Checksum
ffc2abc3ad36: Download complete
ffc2abc3ad36: Pull complete
168b7634bd7c: Verifying Checksum
168b7634bd7c: Download complete
168b7634bd7c: Pull complete
e60531533752: Verifying Checksum
e60531533752: Download complete
e60531533752: Pull complete
3da63acfa01e: Verifying Checksum
3da63acfa01e: Download complete
2f8ca62cc4c0: Download complete
3da63acfa01e: Pull complete
2f8ca62cc4c0: Pull complete
46742febe732: Verifying Checksum
46742febe732: Download complete
46742febe732: Pull complete
93276388132a: Download complete
93276388132a: Pull complete
9141d1c09406: Download complete
9141d1c09406: Pull complete
4e80ee505de7: Download complete
4e80ee505de7: Pull complete
675df2ec42bd: Verifying Checksum
675df2ec42bd: Download complete
675df2ec42bd: Pull complete
8dacbd3fecbb: Download complete
8dacbd3fecbb: Pull complete
4f4fb700ef54: Download complete
4f4fb700ef54: Pull complete
73d7892d85a2: Verifying Checksum
73d7892d85a2: Download complete
73d7892d85a2: Pull complete
a8489f518cfd: Download complete
a8489f518cfd: Pull complete
6327fa73b524: Verifying Checksum
6327fa73b524: Download complete
6327fa73b524: Pull complete
8ad473193bb9: Verifying Checksum
8ad473193bb9: Download complete
8ad473193bb9: Pull complete
a611e5bc2990: Download complete
a611e5bc2990: Pull complete
deab881dfe5f: Verifying Checksum
deab881dfe5f: Download complete
deab881dfe5f: Pull complete
40149be978da: Verifying Checksum
40149be978da: Pull complete
358524e2c515: Verifying Checksum
358524e2c515: Download complete
358524e2c515: Pull complete
29a974daa94a: Verifying Checksum
29a974daa94a: Download complete
29a974daa94a: Pull complete
eae2e0c7c4bc: Download complete
eae2e0c7c4bc: Pull complete
9bc40d600288: Download complete
9bc40d600288: Pull complete
6c9e2ad3feaf: Download complete
6c9e2ad3feaf: Pull complete
c7bd916dea06: Verifying Checksum
c7bd916dea06: Download complete
ed23f4a3607d: Download complete
38d131c77982: Verifying Checksum
38d131c77982: Download complete
292222cd7ee5: Download complete
45acbc3f6dfd: Verifying Checksum
45acbc3f6dfd: Download complete
fb5e5a112b58: Verifying Checksum
fb5e5a112b58: Download complete
c7bd916dea06: Pull complete
ed23f4a3607d: Pull complete
c70d09457774: Verifying Checksum
c70d09457774: Download complete
3e74f7faf97b: Verifying Checksum
3e74f7faf97b: Download complete
38d131c77982: Pull complete
292222cd7ee5: Pull complete
45acbc3f6dfd: Pull complete
fb5e5a112b58: Pull complete
c70d09457774: Pull complete
3e74f7faf97b: Pull complete
3595f99dcb7d: Verifying Checksum
3595f99dcb7d: Download complete
3595f99dcb7d: Pull complete
c24bfea0e9ea: Verifying Checksum
c24bfea0e9ea: Download complete
c24bfea0e9ea: Pull complete
6965da1aa4af: Verifying Checksum
6965da1aa4af: Download complete
6965da1aa4af: Pull complete
Digest: sha256:1d8588ebf33c12e2070829c3ad316cfc9a274600d1d8bfcf2e274faa302ee3b6
Status: Downloaded newer image for ocaml/opam@sha256:1d8588ebf33c12e2070829c3ad316cfc9a274600d1d8bfcf2e274faa302ee3b6
2026-05-04 08:42.47 ---> saved as "e64bad3a1c4d3c9fdc53faa2e283b17870876536dfaa25575e4322a2cc0f8f14"

/: (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:42.47 ---> saved as "0b7c6f6090ce92dd7f013be549fd940ed2e3c05e3bd76f06d1d3b3aa0b5bc4f2"

/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:43.08 ---> saved as "d7a5c6c3dd02f54e9280aa13e27da9e0d5ed51974fb536fdd30f5d08b2467ad9"

/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=centos os-version=9
# 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:43.09 ---> saved as "0a28f91045ac150d0ca266f7523050fe0c8cdcaed48c432d6572443a52c05dba"

/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:43.18 ---> saved as "abde49524a0adf2128fc5db8c6ced94d24fd39c442ba473948b824202fcd619c"

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS                        4.5 kB/s |  15 kB     00:03    
- CentOS Stream 9 - BaseOS                        100 kB/s | 8.9 MB     01:31    
- CentOS Stream 9 - AppStream                     2.8 kB/s |  15 kB     00:05    
- CentOS Stream 9 - AppStream                      69 kB/s |  27 MB     06:46    
- CentOS Stream 9 - CRB                            24 kB/s |  14 kB     00:00    
- CentOS Stream 9 - CRB                           214 kB/s | 8.0 MB     00:38    
- CentOS Stream 9 - Extras packages               784  B/s |  16 kB     00:20    
- Metadata cache created.
2026-05-04 08:53.30 ---> saved as "3e893eaaae90ee2cb2adc656b9354eac5faf6b10914cba97010fa6ca87361253"

/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:53.30 ---> saved as "556eaac8aaaf253a8f911d9242a5a6e0eed4e21137e7a89929101896c77d2383"

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