(for PR #28495)
2026-05-04 08:20.04: New job: build efl.1.18.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.18.0 1.18.0
RUN opam reinstall efl.1.18.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.18.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.18.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.18.0 1.18.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall efl.1.18.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.18.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.37: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files: 97% (18511/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: Already exists
a191be1efbfd: Already exists
eb4000d4ebbc: Already exists
598bd7554f0c: Already exists
79d6c515bbb9: Pulling fs layer
154be107f855: Pulling fs layer
fd2208c876d6: Pulling fs layer
16490c1f67c4: Pulling fs layer
71652ce32f03: Pulling fs layer
f6539204dd94: Pulling fs layer
8832196939ac: Pulling fs layer
051ac3f8d1fa: Pulling fs layer
9c22d08d7908: Pulling fs layer
fd2208c876d6: Waiting
f92810fb1a76: Pulling fs layer
084bdef83a94: Pulling fs layer
d61f838e95fd: Pulling fs layer
4b9d9e7979d2: Pulling fs layer
5b295751883e: Pulling fs layer
4cf5bde88b89: Pulling fs layer
9c22d08d7908: Waiting
a2e9395651c9: Pulling fs layer
16490c1f67c4: Waiting
71652ce32f03: Waiting
4f4fb700ef54: Pulling fs layer
f6539204dd94: Waiting
8832196939ac: Waiting
8d482fe260fa: Pulling fs layer
f92810fb1a76: Waiting
0c1606e5aae9: Pulling fs layer
084bdef83a94: Waiting
d61f838e95fd: Waiting
051ac3f8d1fa: Waiting
4cf5bde88b89: Waiting
35abd5e9c377: Pulling fs layer
4b9d9e7979d2: Waiting
5b295751883e: Waiting
dd98292fdce5: Pulling fs layer
4f4fb700ef54: Waiting
a2e9395651c9: Waiting
8d482fe260fa: Waiting
154be107f855: Waiting
0c1606e5aae9: Waiting
35abd5e9c377: Waiting
013f4f55172f: Pulling fs layer
dd98292fdce5: Waiting
74138f97645f: Pulling fs layer
dd1ee7cdcf24: Pulling fs layer
013f4f55172f: Waiting
74138f97645f: Waiting
9af03bee1815: Pulling fs layer
2aa5fb145868: Pulling fs layer
dd1ee7cdcf24: Waiting
9af03bee1815: Waiting
236cbd8de420: Pulling fs layer
2aa5fb145868: Waiting
50b334ba052c: Pulling fs layer
236cbd8de420: Waiting
0ecd776bb54b: Pulling fs layer
50b334ba052c: Waiting
61565fcd1ea7: Pulling fs layer
c61c7e9567a5: Pulling fs layer
0ecd776bb54b: Waiting
6616a61e7604: Pulling fs layer
61565fcd1ea7: Waiting
c61c7e9567a5: Waiting
9ff1755321c4: Pulling fs layer
a72649cf11ee: Pulling fs layer
6616a61e7604: Waiting
d7886880bcec: Pulling fs layer
9ff1755321c4: Waiting
a72649cf11ee: Waiting
ff6f648b9141: Pulling fs layer
d7886880bcec: Waiting
a93a14ee90bc: Pulling fs layer
ff6f648b9141: Waiting
41abc94f534b: Pulling fs layer
49cd19e227bc: Pulling fs layer
41abc94f534b: Waiting
c83c31819c35: Pulling fs layer
8cc6f9c6728d: Pulling fs layer
49cd19e227bc: Waiting
c83c31819c35: Waiting
a323cba977b7: Pulling fs layer
a93a14ee90bc: Waiting
8cc6f9c6728d: Waiting
a323cba977b7: Waiting
79d6c515bbb9: Verifying Checksum
79d6c515bbb9: Download complete
154be107f855: Verifying Checksum
154be107f855: Download complete
fd2208c876d6: Verifying Checksum
fd2208c876d6: Download complete
16490c1f67c4: Verifying Checksum
16490c1f67c4: Download complete
71652ce32f03: Verifying Checksum
71652ce32f03: Download complete
f6539204dd94: Verifying Checksum
f6539204dd94: Download complete
8832196939ac: Verifying Checksum
8832196939ac: Download complete
051ac3f8d1fa: Verifying Checksum
051ac3f8d1fa: Download complete
9c22d08d7908: Verifying Checksum
9c22d08d7908: Download complete
f92810fb1a76: Verifying Checksum
f92810fb1a76: Download complete
084bdef83a94: Download complete
d61f838e95fd: Verifying Checksum
d61f838e95fd: Download complete
4b9d9e7979d2: Download complete
5b295751883e: Verifying Checksum
5b295751883e: Download complete
4cf5bde88b89: Verifying Checksum
4cf5bde88b89: Download complete
a2e9395651c9: Download complete
79d6c515bbb9: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
154be107f855: Pull complete
fd2208c876d6: Pull complete
8d482fe260fa: Verifying Checksum
8d482fe260fa: Download complete
16490c1f67c4: Pull complete
0c1606e5aae9: Verifying Checksum
0c1606e5aae9: Download complete
71652ce32f03: Pull complete
35abd5e9c377: Verifying Checksum
35abd5e9c377: Download complete
f6539204dd94: Pull complete
dd98292fdce5: Verifying Checksum
dd98292fdce5: Download complete
8832196939ac: Pull complete
013f4f55172f: Download complete
051ac3f8d1fa: Pull complete
74138f97645f: Download 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: Download complete
dd1ee7cdcf24: Pull complete
9af03bee1815: Verifying Checksum
9af03bee1815: Download complete
9af03bee1815: Pull complete
2aa5fb145868: Verifying Checksum
2aa5fb145868: Download complete
2aa5fb145868: Pull complete
236cbd8de420: Verifying Checksum
236cbd8de420: Download complete
236cbd8de420: Pull complete
50b334ba052c: Verifying Checksum
50b334ba052c: Download complete
50b334ba052c: Pull complete
0ecd776bb54b: Verifying Checksum
0ecd776bb54b: Download complete
0ecd776bb54b: Pull complete
61565fcd1ea7: Verifying Checksum
61565fcd1ea7: Download complete
c61c7e9567a5: Download complete
9ff1755321c4: Verifying Checksum
9ff1755321c4: Download complete
a72649cf11ee: Download complete
d7886880bcec: Verifying Checksum
d7886880bcec: Download complete
61565fcd1ea7: Pull complete
c61c7e9567a5: Pull complete
6616a61e7604: Verifying Checksum
6616a61e7604: Download complete
6616a61e7604: Pull complete
9ff1755321c4: Pull complete
a72649cf11ee: Pull complete
d7886880bcec: Pull complete
ff6f648b9141: Verifying Checksum
ff6f648b9141: Download complete
ff6f648b9141: Pull complete
41abc94f534b: Verifying Checksum
41abc94f534b: Download complete
a93a14ee90bc: Download complete
a93a14ee90bc: Pull complete
41abc94f534b: Pull complete
8cc6f9c6728d: Verifying Checksum
8cc6f9c6728d: Download complete
a323cba977b7: Download complete
49cd19e227bc: Verifying Checksum
49cd19e227bc: Download 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.39 ---> 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.39 ---> 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.
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 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.39 ---> 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.39 ---> 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.39 ---> using "98f1bfbebbf6bff322b00236dfd87bfede4e8b12eb7c18c5e4a03af0ea16a15e" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 08:24.47 ---> saved as "19013ec3f5365d0d9c152f3d926a957776b725dc071c173398904f0444cdb099"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 08:25.08 ---> saved as "fb172835e69cf33f395313431d9e88650f6bbf7db594f66d7067add0007389f1"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Reading package lists...
-
2026-05-04 08:25.20 ---> saved as "cea156350d5e9a7c9e221ab67fdb51144ae555d07bda49cf57d89f7aabc66f1a"
/home/opam: (run (shell "opam pin add -k version -yn efl.1.18.0 1.18.0"))
efl is now pinned to version 1.18.0
2026-05-04 08:25.21 ---> saved as "6ac15ab369a0a9bcf9b00405faf2a38412a51cb4fac136e87a14872d72c03c91"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall efl.1.18.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.18.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.18.0 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.1
- efl = 1.18.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.18.0 -> ocaml < 5.3 -> ocaml-variants
* Missing dependency:
- efl = 1.18.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.18.0 -> ocaml < 5.3 -> ocaml-variants -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- efl = 1.18.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.18.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.18.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.22: Job failed: Failed: Build failed
2026-05-04 08:26.22: Log analysis:
2026-05-04 08:26.22: >>>
No solution found, exiting
(score = 100)
2026-05-04 08:26.22: [SKIP] Package not available