(for PR #28495)
2026-05-04 08:20.05: New job: build efl.1.18.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
on debian-12-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-12-ocaml-5.4@sha256:d53ce12f7023de478c08c1469288c53fb6846e2844afff5c3a9496a44c3f4afa
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 "\"debian-12\""; 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.05: Using cache hint "ocaml/opam:debian-12-ocaml-5.4@sha256:d53ce12f7023de478c08c1469288c53fb6846e2844afff5c3a9496a44c3f4afa-efl.1.18.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.05: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.4@sha256:d53ce12f7023de478c08c1469288c53fb6846e2844afff5c3a9496a44c3f4afa)
(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 \"\\\"debian-12\\\"\"; 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.05: Waiting for resource in pool OCluster
2026-05-04 08:24.06: Waiting for worker…
2026-05-04 08:28.08: 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:debian-12-ocaml-5.4@sha256:d53ce12f7023de478c08c1469288c53fb6846e2844afff5c3a9496a44c3f4afa)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.4@sha256:d53ce12f7023de478c08c1469288c53fb6846e2844afff5c3a9496a44c3f4afa' locally
docker.io/ocaml/opam@sha256:d53ce12f7023de478c08c1469288c53fb6846e2844afff5c3a9496a44c3f4afa: Pulling from ocaml/opam
db53381ee51f: Pulling fs layer
b3e2b48e921d: Pulling fs layer
db53381ee51f: Waiting
e459b55aaa69: Pulling fs layer
b3e2b48e921d: Waiting
0a156e8c6272: Pulling fs layer
e459b55aaa69: Waiting
e42408e5ffdf: Pulling fs layer
0a156e8c6272: Waiting
50bb2b3826ab: Pulling fs layer
4618d1f3d563: Pulling fs layer
e42408e5ffdf: Waiting
efa196b04cec: Pulling fs layer
78007f9dbcde: Pulling fs layer
50bb2b3826ab: Waiting
9eb9691d1780: Pulling fs layer
154d04bdbd49: Pulling fs layer
efa196b04cec: Waiting
afab16d31797: Pulling fs layer
4618d1f3d563: Waiting
78007f9dbcde: Waiting
43546dfdea90: Pulling fs layer
9eb9691d1780: Waiting
c285e4bc2236: Pulling fs layer
9fa77dc95407: Pulling fs layer
154d04bdbd49: Waiting
f8dca9d30623: Pulling fs layer
a900254ad981: Pulling fs layer
9ec16dbccaf2: Pulling fs layer
d8bb652027f5: Pulling fs layer
f8dca9d30623: Waiting
d5a64739e55b: Pulling fs layer
a900254ad981: Waiting
8411aa5818e1: Pulling fs layer
9ec16dbccaf2: Waiting
c367703ffbfd: Pulling fs layer
d8bb652027f5: Waiting
d5a64739e55b: Waiting
8411aa5818e1: Waiting
4f4fb700ef54: Pulling fs layer
43546dfdea90: Waiting
9fa77dc95407: Waiting
06ed83b93433: Pulling fs layer
4f4fb700ef54: Waiting
c285e4bc2236: Waiting
e335f4621067: Pulling fs layer
936c44eb0cd5: Pulling fs layer
c367703ffbfd: Waiting
31c07354a88a: Pulling fs layer
ed57764a58c9: Pulling fs layer
06ed83b93433: Waiting
04ee923c5dd7: Pulling fs layer
31c07354a88a: Waiting
936c44eb0cd5: Waiting
ed57764a58c9: Waiting
afab16d31797: Waiting
00d09ef45b27: Pulling fs layer
04ee923c5dd7: Waiting
9d8c730b185a: Pulling fs layer
b1ca3f6b0b88: Pulling fs layer
00d09ef45b27: Waiting
e7959d77f2f9: Pulling fs layer
9d8c730b185a: Waiting
b1ca3f6b0b88: Waiting
56d4d012630e: Pulling fs layer
e7959d77f2f9: Waiting
bfc1e2c4fe29: Pulling fs layer
56d4d012630e: Waiting
bd0dac824dd3: Pulling fs layer
8534f767fb63: Pulling fs layer
bfc1e2c4fe29: Waiting
43147bea5997: Pulling fs layer
bd0dac824dd3: Waiting
8534f767fb63: Waiting
61e1aff4c41d: Pulling fs layer
841b52120a5c: Pulling fs layer
43147bea5997: Waiting
d56e33f3c3f1: Pulling fs layer
61e1aff4c41d: Waiting
4bc6799a8733: Pulling fs layer
841b52120a5c: Waiting
d56e33f3c3f1: Waiting
f06195aa7579: Pulling fs layer
f12df6fbfc0c: Pulling fs layer
db40bafd5f50: Pulling fs layer
2682ffb35449: Pulling fs layer
f06195aa7579: Waiting
f12df6fbfc0c: Waiting
4bc6799a8733: Waiting
2bed5fc3e925: Pulling fs layer
2682ffb35449: Waiting
6d792af63310: Pulling fs layer
db40bafd5f50: Waiting
2bed5fc3e925: Waiting
6d792af63310: Waiting
db53381ee51f: Verifying Checksum
db53381ee51f: Download complete
b3e2b48e921d: Verifying Checksum
b3e2b48e921d: Download complete
e459b55aaa69: Download complete
0a156e8c6272: Verifying Checksum
0a156e8c6272: Download complete
e42408e5ffdf: Verifying Checksum
e42408e5ffdf: Download complete
db53381ee51f: Pull complete
b3e2b48e921d: Pull complete
e459b55aaa69: Pull complete
0a156e8c6272: Pull complete
e42408e5ffdf: Pull complete
4618d1f3d563: Download complete
efa196b04cec: Verifying Checksum
efa196b04cec: Download complete
78007f9dbcde: Verifying Checksum
78007f9dbcde: Download complete
9eb9691d1780: Verifying Checksum
9eb9691d1780: Download complete
154d04bdbd49: Verifying Checksum
154d04bdbd49: Download complete
afab16d31797: Verifying Checksum
43546dfdea90: Download complete
c285e4bc2236: Verifying Checksum
c285e4bc2236: Download complete
9fa77dc95407: Download complete
a900254ad981: Verifying Checksum
a900254ad981: Download complete
f8dca9d30623: Verifying Checksum
f8dca9d30623: Download complete
9ec16dbccaf2: Download complete
d8bb652027f5: Download complete
d5a64739e55b: Download complete
50bb2b3826ab: Verifying Checksum
50bb2b3826ab: Download complete
8411aa5818e1: Verifying Checksum
8411aa5818e1: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
c367703ffbfd: Download complete
06ed83b93433: Verifying Checksum
06ed83b93433: Download complete
936c44eb0cd5: Verifying Checksum
936c44eb0cd5: Download complete
e335f4621067: Verifying Checksum
e335f4621067: Download complete
31c07354a88a: Verifying Checksum
31c07354a88a: Download complete
ed57764a58c9: Verifying Checksum
ed57764a58c9: Download complete
04ee923c5dd7: Verifying Checksum
04ee923c5dd7: Download complete
9d8c730b185a: Verifying Checksum
9d8c730b185a: Download complete
00d09ef45b27: Verifying Checksum
00d09ef45b27: Download complete
b1ca3f6b0b88: Verifying Checksum
b1ca3f6b0b88: Download complete
e7959d77f2f9: Download complete
56d4d012630e: Download complete
bfc1e2c4fe29: Download complete
8534f767fb63: Download complete
61e1aff4c41d: Download complete
841b52120a5c: Download complete
d56e33f3c3f1: Verifying Checksum
d56e33f3c3f1: Download complete
4bc6799a8733: Download complete
f06195aa7579: Verifying Checksum
f06195aa7579: Download complete
f12df6fbfc0c: Verifying Checksum
f12df6fbfc0c: Download complete
bd0dac824dd3: Verifying Checksum
bd0dac824dd3: Download complete
2682ffb35449: Download complete
2bed5fc3e925: Verifying Checksum
2bed5fc3e925: Download complete
43147bea5997: Verifying Checksum
43147bea5997: Download complete
db40bafd5f50: Verifying Checksum
6d792af63310: Verifying Checksum
6d792af63310: Download complete
50bb2b3826ab: Pull complete
4618d1f3d563: Pull complete
efa196b04cec: Pull complete
78007f9dbcde: Pull complete
9eb9691d1780: Pull complete
154d04bdbd49: Pull complete
afab16d31797: Pull complete
43546dfdea90: Pull complete
c285e4bc2236: Pull complete
9fa77dc95407: Pull complete
f8dca9d30623: Pull complete
a900254ad981: Pull complete
9ec16dbccaf2: Pull complete
d8bb652027f5: Pull complete
d5a64739e55b: Pull complete
8411aa5818e1: Pull complete
c367703ffbfd: Pull complete
4f4fb700ef54: Pull complete
06ed83b93433: Pull complete
e335f4621067: Pull complete
936c44eb0cd5: Pull complete
31c07354a88a: Pull complete
ed57764a58c9: Pull complete
04ee923c5dd7: Pull complete
00d09ef45b27: Pull complete
9d8c730b185a: Pull complete
b1ca3f6b0b88: Pull complete
e7959d77f2f9: Pull complete
56d4d012630e: Pull complete
bfc1e2c4fe29: Pull complete
bd0dac824dd3: Pull complete
8534f767fb63: Pull complete
43147bea5997: Pull complete
61e1aff4c41d: Pull complete
841b52120a5c: Pull complete
d56e33f3c3f1: Pull complete
4bc6799a8733: Pull complete
f06195aa7579: Pull complete
f12df6fbfc0c: Pull complete
db40bafd5f50: Pull complete
2682ffb35449: Pull complete
2bed5fc3e925: Pull complete
6d792af63310: Pull complete
Digest: sha256:d53ce12f7023de478c08c1469288c53fb6846e2844afff5c3a9496a44c3f4afa
Status: Downloaded newer image for ocaml/opam@sha256:d53ce12f7023de478c08c1469288c53fb6846e2844afff5c3a9496a44c3f4afa
2026-05-04 08:28.13 ---> using "f313228d5f15fb514a330dc7918769e4b7c510245b60f41a0aeda9bdc058f721" 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:28.13 ---> using "fb842f1ee9511cc945a3366a16e9c6848a18d5fc71e1e32125885969ef989f05" 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-05-04 08:28.13 ---> using "1dcf3cc9828e71ad5fb04f8ed5cf0c51c96f615350c700d47ae20a27c9bd842a" 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=debian os-version=12
# 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:28.13 ---> using "2dff692cad8bee18d5feae9c248568e4d2aac776e3c1b4bda9ad2cb259cabfae" 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:28.13 ---> using "ba1c7de7a634ccb611bfbcd740e865d8e8d3f1e8b8a22aa8451b8430ebee7c06" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 08:28.14 ---> using "aaebcbaa1db51f00cbf03ea2c92dd7b8a975bcdc6e8116e4f6591ab4dd541f90" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 08:28.32 ---> saved as "708a67589ba16a5992ecac250d54824733cd941bc02d01fa6e461468abd4a62e"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [299 kB]
- Fetched 402 kB in 1s (662 kB/s)
- Reading package lists...
-
2026-05-04 08:28.34 ---> saved as "8388af99ac11d34248ebe17fa53d76c114582367ce7d14df2b88441c20703b08"
/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:28.39 ---> saved as "2f4d422f8729d003e3e54eee0428ecd32570471edcb7d4ac48fe475ddd06d8f1"
/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 \"\\\"debian-12\\\"\"; 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 "\"debian-12\""; 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:28.56: Job failed: Failed: Build failed
2026-05-04 08:28.56: Log analysis:
2026-05-04 08:28.56: >>>
No solution found, exiting
(score = 100)
2026-05-04 08:28.56: [SKIP] Package not available