(for PR #28495)
2026-05-04 08:20.05: New job: build efl.1.22.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
on debian-unstable-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:debian-unstable-ocaml-5.4@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920
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 "\"debian-unstable\""; 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.05: Using cache hint "ocaml/opam:debian-unstable-ocaml-5.4@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920-efl.1.22.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.05: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-5.4@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920)
(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 \"\\\"debian-unstable\\\"\"; 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.05: Waiting for resource in pool OCluster
2026-05-04 08:23.42: Waiting for worker…
2026-05-04 08:27.19: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
Updating files: 70% (13299/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:debian-unstable-ocaml-5.4@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-5.4@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920' locally
docker.io/ocaml/opam@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920: Pulling from ocaml/opam
da1b39412060: Pulling fs layer
e167ee3566ca: Pulling fs layer
6e1ce6ff6949: Pulling fs layer
5f90ad0b43af: Pulling fs layer
97c6598bda46: Pulling fs layer
740b5de0cb41: Pulling fs layer
97a0db61f2cf: Pulling fs layer
d10359d6e656: Pulling fs layer
520888a643f4: Pulling fs layer
da9fd9faf6ec: Pulling fs layer
f2c1d40b46f6: Pulling fs layer
3cf7b4ee98ff: Pulling fs layer
15b53bbd09cc: Pulling fs layer
f7867ef87eeb: Pulling fs layer
3cd0127f3c31: Pulling fs layer
3b50fa6dae5f: Pulling fs layer
1ec78c5249d7: Pulling fs layer
4245051d0ed6: Pulling fs layer
18fcfd17d61c: Pulling fs layer
8ada3b1a63be: Pulling fs layer
13011a231bb1: Pulling fs layer
4f4fb700ef54: Pulling fs layer
adda1396011c: Pulling fs layer
775b0f0d5c99: Pulling fs layer
3dd29a95f73c: Pulling fs layer
f6674ac4ca46: Pulling fs layer
855b208dbd8c: Pulling fs layer
140628b46037: Pulling fs layer
65d9f2022be7: Pulling fs layer
06f678efe217: Pulling fs layer
6b90b6904af2: Pulling fs layer
d58d47069b63: Pulling fs layer
67a07bc4d0a8: Pulling fs layer
25558a2e2f68: Pulling fs layer
add2725fa8cd: Pulling fs layer
e1a43e48452d: Pulling fs layer
85b1c6bb04bc: Pulling fs layer
8ef24aa2054c: Pulling fs layer
a6f39dd2067d: Pulling fs layer
bdfa1e915c59: Pulling fs layer
cc829a34ae29: Pulling fs layer
df9bc30c0a4c: Pulling fs layer
81535568fa40: Pulling fs layer
38c67f8e055c: Pulling fs layer
db037da2e03e: Pulling fs layer
5bb90be32c86: Pulling fs layer
8c4ef5301003: Pulling fs layer
4245051d0ed6: Waiting
18fcfd17d61c: Waiting
8ada3b1a63be: Waiting
13011a231bb1: Waiting
4f4fb700ef54: Waiting
adda1396011c: Waiting
775b0f0d5c99: Waiting
3dd29a95f73c: Waiting
f6674ac4ca46: Waiting
855b208dbd8c: Waiting
140628b46037: Waiting
65d9f2022be7: Waiting
06f678efe217: Waiting
6b90b6904af2: Waiting
d58d47069b63: Waiting
67a07bc4d0a8: Waiting
25558a2e2f68: Waiting
add2725fa8cd: Waiting
e1a43e48452d: Waiting
85b1c6bb04bc: Waiting
8ef24aa2054c: Waiting
a6f39dd2067d: Waiting
bdfa1e915c59: Waiting
cc829a34ae29: Waiting
da9fd9faf6ec: Waiting
f2c1d40b46f6: Waiting
3cf7b4ee98ff: Waiting
15b53bbd09cc: Waiting
f7867ef87eeb: Waiting
3cd0127f3c31: Waiting
3b50fa6dae5f: Waiting
1ec78c5249d7: Waiting
df9bc30c0a4c: Waiting
81535568fa40: Waiting
38c67f8e055c: Waiting
db037da2e03e: Waiting
5bb90be32c86: Waiting
5f90ad0b43af: Waiting
97a0db61f2cf: Waiting
97c6598bda46: Waiting
740b5de0cb41: Waiting
520888a643f4: Waiting
8c4ef5301003: Waiting
d10359d6e656: Waiting
e167ee3566ca: Verifying Checksum
e167ee3566ca: Download complete
6e1ce6ff6949: Verifying Checksum
6e1ce6ff6949: Download complete
da1b39412060: Download complete
97c6598bda46: Verifying Checksum
97c6598bda46: Download complete
da1b39412060: Pull complete
e167ee3566ca: Pull complete
6e1ce6ff6949: Pull complete
97a0db61f2cf: Verifying Checksum
97a0db61f2cf: Download complete
d10359d6e656: Verifying Checksum
d10359d6e656: Download complete
520888a643f4: Verifying Checksum
520888a643f4: Download complete
740b5de0cb41: Verifying Checksum
740b5de0cb41: Download complete
f2c1d40b46f6: Verifying Checksum
f2c1d40b46f6: Download complete
da9fd9faf6ec: Verifying Checksum
da9fd9faf6ec: Download complete
3cf7b4ee98ff: Verifying Checksum
3cf7b4ee98ff: Download complete
15b53bbd09cc: Verifying Checksum
15b53bbd09cc: Download complete
f7867ef87eeb: Verifying Checksum
f7867ef87eeb: Download complete
3cd0127f3c31: Verifying Checksum
3cd0127f3c31: Download complete
3b50fa6dae5f: Verifying Checksum
3b50fa6dae5f: Download complete
4245051d0ed6: Verifying Checksum
4245051d0ed6: Download complete
1ec78c5249d7: Verifying Checksum
1ec78c5249d7: Download complete
18fcfd17d61c: Verifying Checksum
18fcfd17d61c: Download complete
5f90ad0b43af: Verifying Checksum
5f90ad0b43af: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
8ada3b1a63be: Verifying Checksum
8ada3b1a63be: Download complete
13011a231bb1: Verifying Checksum
13011a231bb1: Download complete
5f90ad0b43af: Pull complete
97c6598bda46: Pull complete
3dd29a95f73c: Verifying Checksum
3dd29a95f73c: Download complete
adda1396011c: Download complete
775b0f0d5c99: Verifying Checksum
775b0f0d5c99: Download complete
140628b46037: Verifying Checksum
140628b46037: Download complete
f6674ac4ca46: Verifying Checksum
f6674ac4ca46: Download complete
855b208dbd8c: Verifying Checksum
855b208dbd8c: Download complete
06f678efe217: Verifying Checksum
06f678efe217: Download complete
65d9f2022be7: Verifying Checksum
65d9f2022be7: Download complete
6b90b6904af2: Verifying Checksum
6b90b6904af2: Download complete
d58d47069b63: Verifying Checksum
d58d47069b63: Download complete
67a07bc4d0a8: Verifying Checksum
67a07bc4d0a8: Download complete
25558a2e2f68: Download complete
e1a43e48452d: Verifying Checksum
e1a43e48452d: Download complete
8ef24aa2054c: Download complete
a6f39dd2067d: Verifying Checksum
a6f39dd2067d: Download complete
add2725fa8cd: Verifying Checksum
add2725fa8cd: Download complete
bdfa1e915c59: Verifying Checksum
cc829a34ae29: Verifying Checksum
bdfa1e915c59: Download complete
cc829a34ae29: Download complete
df9bc30c0a4c: Verifying Checksum
df9bc30c0a4c: Download complete
81535568fa40: Download complete
db037da2e03e: Verifying Checksum
db037da2e03e: Download complete
740b5de0cb41: Pull complete
5bb90be32c86: Verifying Checksum
5bb90be32c86: Download complete
8c4ef5301003: Verifying Checksum
8c4ef5301003: Download complete
97a0db61f2cf: Pull complete
d10359d6e656: Pull complete
520888a643f4: Pull complete
da9fd9faf6ec: Pull complete
f2c1d40b46f6: Pull complete
3cf7b4ee98ff: Pull complete
15b53bbd09cc: Pull complete
f7867ef87eeb: Pull complete
3cd0127f3c31: Pull complete
3b50fa6dae5f: Pull complete
1ec78c5249d7: Pull complete
4245051d0ed6: Pull complete
18fcfd17d61c: Pull complete
8ada3b1a63be: Pull complete
13011a231bb1: Pull complete
4f4fb700ef54: Pull complete
adda1396011c: Pull complete
775b0f0d5c99: Pull complete
3dd29a95f73c: Pull complete
f6674ac4ca46: Pull complete
855b208dbd8c: Pull complete
140628b46037: Pull complete
65d9f2022be7: Pull complete
06f678efe217: Pull complete
6b90b6904af2: Pull complete
d58d47069b63: Pull complete
67a07bc4d0a8: Pull complete
25558a2e2f68: Pull complete
add2725fa8cd: Pull complete
e1a43e48452d: Pull complete
38c67f8e055c: Verifying Checksum
38c67f8e055c: Download complete
85b1c6bb04bc: Verifying Checksum
85b1c6bb04bc: Download complete
85b1c6bb04bc: Pull complete
8ef24aa2054c: Pull complete
a6f39dd2067d: Pull complete
bdfa1e915c59: Pull complete
cc829a34ae29: Pull complete
df9bc30c0a4c: Pull complete
81535568fa40: Pull complete
38c67f8e055c: Pull complete
db037da2e03e: Pull complete
5bb90be32c86: Pull complete
8c4ef5301003: Pull complete
Digest: sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920
Status: Downloaded newer image for ocaml/opam@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920
2026-05-04 08:33.26 ---> saved as "410a69829bf1eaa3c2582c76b36390e8b7babdbc435f5ab41bdb882eb772c79f"
/: (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:33.27 ---> saved as "42f93272f933bd773127370b673412ab19bbe28faed1a20645e645e009193849"
/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:33.53 ---> saved as "24246c873dda85399715cb5e24fa94baf0843f627571676e47b376ac857c232c"
/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=debian os-version=unknown
# 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:33.54 ---> saved as "52f3a4517f5952a1e1db4eb1faf0b6002d179135c39cf2aa3a2c9c4f2185ff4d"
/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:34.03 ---> saved as "31a8036f9c3cd44d604b4d196bd5b03b74fd88cd289604c26326d25f57663b5e"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 08:34.19 ---> saved as "ef7f2effeca7e5ae399e507975c04af4dd793be7710fe9e2584de5b15bf666e0"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 08:34.37 ---> saved as "c1651bd8611e4deace95a3f177a29a4ee7b77bcf906c760b85217f21501e8f75"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [189 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-05-04-0220.06-F-2026-04-25-0800.24.pdiff [1547 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-05-04-0220.06-F-2026-04-25-0800.24.pdiff [1547 kB]
- Fetched 1800 kB in 5s (345 kB/s)
- Reading package lists...
-
2026-05-04 08:34.44 ---> saved as "41755635749b0ab29a4f502de4b86b5169dfec5f26aaf935b1c3b1e787864861"
/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:34.46 ---> saved as "b88e23526dccac567ec298db20e09f54b116789c412f940a02db628359952369"
/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 \"\\\"debian-unstable\\\"\"; 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
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.1
- efl = 1.22.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.22.0 -> ocaml < 5.3 -> ocaml-variants (< 4.05.2~ | >= 4.06.0)
* Missing dependency:
- efl = 1.22.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.22.0 -> ocaml < 5.3 -> ocaml-variants >= 4.06.0 -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- efl = 1.22.0 -> ocaml < 5.3 -> ocaml-variants >= 4.06.0 -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/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 "\"debian-unstable\""; 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 20
2026-05-04 08:36.23: Job failed: Failed: Build failed
2026-05-04 08:36.23: Log analysis:
2026-05-04 08:36.23: >>>
No solution found, exiting
(score = 100)
2026-05-04 08:36.23: [SKIP] Package not available