(for PR #28495)

2026-05-04 08:20.06: 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-4.14/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-4.14@sha256:205ffe2ac8dc338ab4dcba29fc9ce214126d05d0f38523f731330c52f736c5da
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.06: Using cache hint "ocaml/opam:centos-9-ocaml-4.14@sha256:205ffe2ac8dc338ab4dcba29fc9ce214126d05d0f38523f731330c52f736c5da-efl.1.17.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.06: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-4.14@sha256:205ffe2ac8dc338ab4dcba29fc9ce214126d05d0f38523f731330c52f736c5da)
 (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.06: Waiting for resource in pool OCluster
2026-05-04 08:31.29: Waiting for worker…
2026-05-04 08:36.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:centos-9-ocaml-4.14@sha256:205ffe2ac8dc338ab4dcba29fc9ce214126d05d0f38523f731330c52f736c5da)
Unable to find image 'ocaml/opam:centos-9-ocaml-4.14@sha256:205ffe2ac8dc338ab4dcba29fc9ce214126d05d0f38523f731330c52f736c5da' locally
docker.io/ocaml/opam@sha256:205ffe2ac8dc338ab4dcba29fc9ce214126d05d0f38523f731330c52f736c5da: 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
a4c53a631187: Waiting
9e6fa14668c9: Pulling fs layer
6d573f0a0d03: Waiting
63bada79e3d9: Waiting
9354b7bb9263: Pulling fs layer
c2ba5c3fd774: Waiting
ffc2abc3ad36: Pulling fs layer
0f65d106a651: Waiting
458ba6e6ca97: Waiting
9e6fa14668c9: Waiting
168b7634bd7c: Pulling fs layer
e60531533752: Pulling fs layer
3da63acfa01e: Pulling fs layer
9354b7bb9263: Waiting
168b7634bd7c: Waiting
2f8ca62cc4c0: Pulling fs layer
e60531533752: Waiting
3da63acfa01e: Waiting
46742febe732: Pulling fs layer
93276388132a: Pulling fs layer
2f8ca62cc4c0: Waiting
46742febe732: Waiting
9141d1c09406: Pulling fs layer
93276388132a: Waiting
4e80ee505de7: Pulling fs layer
675df2ec42bd: Pulling fs layer
8dacbd3fecbb: Pulling fs layer
4e80ee505de7: Waiting
4f4fb700ef54: Pulling fs layer
8dacbd3fecbb: Waiting
73d7892d85a2: Pulling fs layer
675df2ec42bd: Waiting
a8489f518cfd: Pulling fs layer
73d7892d85a2: Waiting
6327fa73b524: Pulling fs layer
a8489f518cfd: Waiting
8ad473193bb9: Pulling fs layer
a611e5bc2990: Pulling fs layer
6327fa73b524: Waiting
8ad473193bb9: Waiting
deab881dfe5f: Pulling fs layer
a611e5bc2990: Waiting
40149be978da: Pulling fs layer
deab881dfe5f: Waiting
358524e2c515: Pulling fs layer
29a974daa94a: Pulling fs layer
40149be978da: Waiting
358524e2c515: Waiting
eae2e0c7c4bc: Pulling fs layer
29a974daa94a: Waiting
9bc40d600288: Pulling fs layer
6c9e2ad3feaf: Pulling fs layer
eae2e0c7c4bc: Waiting
9bc40d600288: Waiting
c7bd916dea06: Pulling fs layer
6c9e2ad3feaf: Waiting
ed23f4a3607d: Pulling fs layer
38d131c77982: Pulling fs layer
c7bd916dea06: Waiting
292222cd7ee5: Pulling fs layer
ed23f4a3607d: Waiting
45acbc3f6dfd: Pulling fs layer
38d131c77982: Waiting
292222cd7ee5: Waiting
45acbc3f6dfd: Waiting
fb5e5a112b58: Pulling fs layer
6b85764750fe: Pulling fs layer
c3153601a36c: Pulling fs layer
6b85764750fe: Waiting
fb5e5a112b58: Waiting
b3d4bc16ae09: Pulling fs layer
4f204bc038b2: Pulling fs layer
c3153601a36c: Waiting
b3d4bc16ae09: Waiting
4f204bc038b2: Waiting
2aca4929df78: Download complete
f0665df58280: Verifying Checksum
f0665df58280: Download complete
6d573f0a0d03: Verifying Checksum
6d573f0a0d03: Download complete
63bada79e3d9: Download complete
0f65d106a651: Verifying Checksum
0f65d106a651: Download complete
7d3446c2ef55: Verifying Checksum
7d3446c2ef55: Download complete
c2ba5c3fd774: Verifying Checksum
c2ba5c3fd774: Download complete
458ba6e6ca97: Verifying Checksum
458ba6e6ca97: Download complete
9354b7bb9263: Verifying Checksum
9354b7bb9263: Download complete
9e6fa14668c9: Verifying Checksum
9e6fa14668c9: Download complete
168b7634bd7c: Verifying Checksum
168b7634bd7c: Download complete
f0665df58280: Pull complete
2aca4929df78: Pull complete
ffc2abc3ad36: Verifying Checksum
ffc2abc3ad36: Download complete
e60531533752: Download complete
7d3446c2ef55: Pull complete
a4c53a631187: Verifying Checksum
a4c53a631187: Download complete
2f8ca62cc4c0: Download complete
46742febe732: Verifying Checksum
46742febe732: Download complete
3da63acfa01e: Verifying Checksum
3da63acfa01e: Download complete
93276388132a: Verifying Checksum
93276388132a: Download complete
4e80ee505de7: Download complete
9141d1c09406: Verifying Checksum
9141d1c09406: Download complete
8dacbd3fecbb: Download complete
675df2ec42bd: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
73d7892d85a2: Download complete
a8489f518cfd: Verifying Checksum
a8489f518cfd: Download complete
8ad473193bb9: Verifying Checksum
8ad473193bb9: Download complete
6327fa73b524: Download complete
a611e5bc2990: Verifying Checksum
a611e5bc2990: Download complete
deab881dfe5f: Download complete
358524e2c515: Download complete
40149be978da: Verifying Checksum
40149be978da: Download complete
eae2e0c7c4bc: Verifying Checksum
eae2e0c7c4bc: Download complete
29a974daa94a: Verifying Checksum
29a974daa94a: Download complete
9bc40d600288: Download complete
6c9e2ad3feaf: Download complete
ed23f4a3607d: Verifying Checksum
ed23f4a3607d: Download complete
292222cd7ee5: Verifying Checksum
292222cd7ee5: Download complete
45acbc3f6dfd: Verifying Checksum
45acbc3f6dfd: Download complete
fb5e5a112b58: Verifying Checksum
fb5e5a112b58: Download complete
c7bd916dea06: Verifying Checksum
c7bd916dea06: Download complete
c3153601a36c: Verifying Checksum
c3153601a36c: Download complete
6b85764750fe: Verifying Checksum
6b85764750fe: Download complete
b3d4bc16ae09: Verifying Checksum
b3d4bc16ae09: Download complete
4f204bc038b2: Download complete
38d131c77982: Verifying Checksum
38d131c77982: Download complete
a4c53a631187: Pull complete
6d573f0a0d03: Pull complete
63bada79e3d9: Pull complete
0f65d106a651: Pull complete
c2ba5c3fd774: Pull complete
458ba6e6ca97: Pull complete
9e6fa14668c9: Pull complete
9354b7bb9263: Pull complete
ffc2abc3ad36: Pull complete
168b7634bd7c: Pull complete
e60531533752: Pull complete
3da63acfa01e: Pull complete
2f8ca62cc4c0: Pull complete
46742febe732: Pull complete
93276388132a: Pull complete
9141d1c09406: Pull complete
4e80ee505de7: Pull complete
675df2ec42bd: Pull complete
8dacbd3fecbb: Pull complete
4f4fb700ef54: Pull complete
73d7892d85a2: Pull complete
a8489f518cfd: Pull complete
6327fa73b524: Pull complete
8ad473193bb9: Pull complete
a611e5bc2990: Pull complete
deab881dfe5f: Pull complete
40149be978da: Pull complete
358524e2c515: Pull complete
29a974daa94a: Pull complete
eae2e0c7c4bc: Pull complete
9bc40d600288: Pull complete
6c9e2ad3feaf: Pull complete
c7bd916dea06: Pull complete
ed23f4a3607d: Pull complete
38d131c77982: Pull complete
292222cd7ee5: Pull complete
45acbc3f6dfd: Pull complete
fb5e5a112b58: Pull complete
6b85764750fe: Pull complete
c3153601a36c: Pull complete
b3d4bc16ae09: Pull complete
4f204bc038b2: Pull complete
Digest: sha256:205ffe2ac8dc338ab4dcba29fc9ce214126d05d0f38523f731330c52f736c5da
Status: Downloaded newer image for ocaml/opam@sha256:205ffe2ac8dc338ab4dcba29fc9ce214126d05d0f38523f731330c52f736c5da
2026-05-04 08:36.01 ---> using "b00d79ffec896707f573e61cab380185cf26d4626a0c1f703de7472daa0065a5" 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:36.01 ---> using "1d24fa75759aef78164da171a557d73ed276c8aa610d7204249c63a1f28b7409" 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:36.01 ---> using "cc06b9b46c334d3ef6e060841fc16f10da7113936ece7736ae6c9ef46c03bd14" 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=centos os-version=9
# 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       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.3
2026-05-04 08:36.01 ---> using "9cd074f967240632ad5cccee71a3b9add1fae1346fb85b67b1e55d82b6bb94a1" 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:36.01 ---> using "b53a9d4945582a19d32ab428696eecd0611967f5932bdae05d4649e4d8d47858" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 08:36.02 ---> using "f1fc6660e16292ce38c50e19509f31d7608f7109152e62c3baeface353f9581c" from cache

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS                        5.5 kB/s |  15 kB     00:02    
- CentOS Stream 9 - BaseOS                         40 kB/s | 8.9 MB     03:47    
- CentOS Stream 9 - AppStream                      15 kB/s |  15 kB     00:01    
- CentOS Stream 9 - AppStream                     192 kB/s |  27 MB     02:25    
- CentOS Stream 9 - CRB                            12 kB/s |  14 kB     00:01    
- CentOS Stream 9 - CRB                           220 kB/s | 8.0 MB     00:37    
- CentOS Stream 9 - Extras packages                23 kB/s |  16 kB     00:00    
- Metadata cache created.
2026-05-04 08:43.22 ---> saved as "74266dc25a040098fdf84fb2c673e969edcda9c05163b5336017783e73bfc17b"

/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:43.22 ---> saved as "93c164f9ce54d872722547e6f6d37628303cb916da6aed2bc167ab49b43c31b2"

/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
The following actions will be performed:
=== install 5 packages
  - install conf-efl        1.8             [required by efl]
  - install conf-pkg-config 4               [required by conf-efl]
  - install efl             1.17.0 (pinned)
  - install ocamlbuild      0.16.1          [required by efl]
  - install ocamlfind       1.9.8           [required by efl]

The following system packages will first need to be installed:
    elementary-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "yum" "install" "-y" "elementary-devel"
- Last metadata expiration check: 0:00:04 ago on Mon May  4 08:43:21 2026.
- No match for argument: elementary-devel
- Error: Unable to find a match: elementary-devel
[ERROR] System package install failed with exit code 1 at command:
            sudo yum install -y elementary-devel
[ERROR] These packages are still missing: elementary-devel

[NOTE] You can retry with '--assume-depexts' to skip this check, or run 'opam option depext=false' to permanently disable handling of system packages.

"/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 10
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: >>> 
[ERROR] System package install failed with exit code 1 at command:
 (score = 20)
2026-05-04 08:44.13: >>> 
[ERROR] These packages are still missing: elementary-devel
 (score = 20)
2026-05-04 08:44.13: System package install failed with exit code 1 at command: