(for PR #28495)
2026-05-04 08:20.06: New job: build efl.1.22.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.22.0 1.22.0
RUN opam reinstall efl.1.22.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.22.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.22.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.22.0 1.22.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall efl.1.22.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.22.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.16: Waiting for worker…
2026-05-04 08:36.22: Got resource from pool OCluster
Building on toxis.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: Already exists
2aca4929df78: Already exists
7d3446c2ef55: Already exists
a4c53a631187: Already exists
6d573f0a0d03: Already exists
63bada79e3d9: Already exists
0f65d106a651: Already exists
c2ba5c3fd774: Already exists
458ba6e6ca97: Already exists
9e6fa14668c9: Already exists
9354b7bb9263: Already exists
ffc2abc3ad36: Already exists
168b7634bd7c: Already exists
e60531533752: Already exists
3da63acfa01e: Already exists
2f8ca62cc4c0: Already exists
46742febe732: Already exists
93276388132a: Already exists
93276388132a: Already exists
9141d1c09406: Already exists
4e80ee505de7: Already exists
675df2ec42bd: Already exists
8dacbd3fecbb: Already exists
4f4fb700ef54: Already exists
73d7892d85a2: Already exists
a8489f518cfd: Already exists
6327fa73b524: Already exists
8ad473193bb9: Already exists
a611e5bc2990: Already exists
deab881dfe5f: Already exists
40149be978da: Already exists
358524e2c515: Already exists
29a974daa94a: Already exists
eae2e0c7c4bc: Already exists
9bc40d600288: Already exists
6c9e2ad3feaf: Already exists
c7bd916dea06: Already exists
ed23f4a3607d: Already exists
38d131c77982: Already exists
292222cd7ee5: Already exists
45acbc3f6dfd: Already exists
fb5e5a112b58: Already exists
6b85764750fe: Pulling fs layer
c3153601a36c: Pulling fs layer
b3d4bc16ae09: Pulling fs layer
4f204bc038b2: Pulling fs layer
4f204bc038b2: Waiting
c3153601a36c: Verifying Checksum
c3153601a36c: Download complete
b3d4bc16ae09: Download complete
4f204bc038b2: Verifying Checksum
4f204bc038b2: Download complete
6b85764750fe: Verifying Checksum
6b85764750fe: Download 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:38.34 ---> saved as "b00d79ffec896707f573e61cab380185cf26d4626a0c1f703de7472daa0065a5"
/: (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.35 ---> saved as "1d24fa75759aef78164da171a557d73ed276c8aa610d7204249c63a1f28b7409"
/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.58 ---> saved as "cc06b9b46c334d3ef6e060841fc16f10da7113936ece7736ae6c9ef46c03bd14"
/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 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:38.59 ---> saved as "9cd074f967240632ad5cccee71a3b9add1fae1346fb85b67b1e55d82b6bb94a1"
/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:39.09 ---> saved as "b53a9d4945582a19d32ab428696eecd0611967f5932bdae05d4649e4d8d47858"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 08:39.22 ---> saved as "f1fc6660e16292ce38c50e19509f31d7608f7109152e62c3baeface353f9581c"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 08:39.39 ---> saved as "816efe476f307b9053a23f8c82f7947a35e248d7aa86699ef3b98d85fc1e964a"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS 38 kB/s | 15 kB 00:00
- CentOS Stream 9 - BaseOS 265 kB/s | 8.9 MB 00:34
- CentOS Stream 9 - AppStream 1.3 kB/s | 15 kB 00:11
- CentOS Stream 9 - AppStream 221 kB/s | 27 MB 02:06
- CentOS Stream 9 - CRB 7.5 kB/s | 14 kB 00:01
- CentOS Stream 9 - CRB 59 kB/s | 8.0 MB 02:19
- CentOS Stream 9 - Extras packages 11 kB/s | 16 kB 00:01
- Metadata cache created.
2026-05-04 08:45.07 ---> saved as "74266dc25a040098fdf84fb2c673e969edcda9c05163b5336017783e73bfc17b"
/home/opam: (run (shell "opam pin add -k version -yn efl.1.22.0 1.22.0"))
efl is now pinned to version 1.22.0
2026-05-04 08:45.08 ---> saved as "2f3aae37da0de20b7227192db8c1336a3953fab7529d0673e9180970ee8b45f6"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall efl.1.22.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.22.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.22.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 efl]
- install efl 1.22.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:06 ago on Mon May 4 08:45:06 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.22.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.22.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:45.24: Job failed: Failed: Build failed
2026-05-04 08:45.24: Log analysis:
2026-05-04 08:45.24: >>>
[ERROR] System package install failed with exit code 1 at command:
(score = 20)
2026-05-04 08:45.24: >>>
[ERROR] These packages are still missing: elementary-devel
(score = 20)
2026-05-04 08:45.24: System package install failed with exit code 1 at command: