(for PR #28495)
2026-05-04 08:20.04: New job: build efl.1.17.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
on debian-13-ocaml-5.5-beta1/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-13-ocaml-5.5-beta1@sha256:20851ddbb85a9459299c42522c0b1293d07ac8e74070338769f0bcd0b9ac24b2
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 "\"debian-13\""; 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.04: Using cache hint "ocaml/opam:debian-13-ocaml-5.5-beta1@sha256:20851ddbb85a9459299c42522c0b1293d07ac8e74070338769f0bcd0b9ac24b2-efl.1.17.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.04: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.5-beta1@sha256:20851ddbb85a9459299c42522c0b1293d07ac8e74070338769f0bcd0b9ac24b2)
(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 \"\\\"debian-13\\\"\"; 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.04: Waiting for resource in pool OCluster
2026-05-04 08:20.07: Waiting for worker…
2026-05-04 08:23.49: 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:debian-13-ocaml-5.5-beta1@sha256:20851ddbb85a9459299c42522c0b1293d07ac8e74070338769f0bcd0b9ac24b2)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.5-beta1@sha256:20851ddbb85a9459299c42522c0b1293d07ac8e74070338769f0bcd0b9ac24b2' locally
docker.io/ocaml/opam@sha256:20851ddbb85a9459299c42522c0b1293d07ac8e74070338769f0bcd0b9ac24b2: Pulling from ocaml/opam
3b32e3bb7338: Already exists
0a2047d92c36: Pulling fs layer
6468c8739f79: Pulling fs layer
dc1c52e586c3: Pulling fs layer
62b886ae38ec: Pulling fs layer
c217a15c852c: Pulling fs layer
1631c3f40e56: Pulling fs layer
fec1b7aa2529: Pulling fs layer
46c2f2e52299: Pulling fs layer
dfd625f9488b: Pulling fs layer
a92b2bbc3601: Pulling fs layer
21b06961f9ce: Pulling fs layer
56ea7bb8517a: Pulling fs layer
f88fa5fac715: Pulling fs layer
ef860ccaf48a: Pulling fs layer
62b886ae38ec: Waiting
7299894d19a3: Pulling fs layer
c217a15c852c: Waiting
fec1b7aa2529: Waiting
cfd8a5bbbbad: Pulling fs layer
1631c3f40e56: Waiting
458be87cd8e2: Pulling fs layer
46c2f2e52299: Waiting
d25c8303c40a: Pulling fs layer
21b06961f9ce: Waiting
0dd0c180412f: Pulling fs layer
dfd625f9488b: Waiting
a92b2bbc3601: Waiting
3cce6b8d3022: Pulling fs layer
48811119dc00: Pulling fs layer
4f4fb700ef54: Pulling fs layer
cfd8a5bbbbad: Waiting
9274adcd9010: Pulling fs layer
458be87cd8e2: Waiting
7299894d19a3: Waiting
d7f1811cc461: Pulling fs layer
9883b0c98d0f: Pulling fs layer
56ea7bb8517a: Waiting
ef860ccaf48a: Waiting
9be0dcfb3ea0: Pulling fs layer
b64ebb6ea54f: Pulling fs layer
f88fa5fac715: Waiting
d25c8303c40a: Waiting
7f7a3980142e: Pulling fs layer
0dd0c180412f: Waiting
c4dd42c2d373: Pulling fs layer
bd37488f4682: Pulling fs layer
9274adcd9010: Waiting
3cce6b8d3022: Waiting
9883b0c98d0f: Waiting
efaea8bd3292: Pulling fs layer
d7f1811cc461: Waiting
d08303018370: Pulling fs layer
9be0dcfb3ea0: Waiting
4f4fb700ef54: Waiting
ccb64fc6d165: Pulling fs layer
48811119dc00: Waiting
b64ebb6ea54f: Waiting
df5461936c45: Pulling fs layer
7f7a3980142e: Waiting
c4dd42c2d373: Waiting
4ad6d8be4e6f: Pulling fs layer
bd37488f4682: Waiting
ad49b5bd4234: Pulling fs layer
efaea8bd3292: Waiting
3cca9ef56161: Pulling fs layer
d08303018370: Waiting
ccb64fc6d165: Waiting
4ad6d8be4e6f: Waiting
4917de64b7d3: Pulling fs layer
df5461936c45: Waiting
0ce36fc523dd: Pulling fs layer
3cca9ef56161: Waiting
ec347e98f03b: Pulling fs layer
0ce36fc523dd: Waiting
4917de64b7d3: Waiting
7084195c1493: Pulling fs layer
319dc69378f4: Pulling fs layer
ec347e98f03b: Waiting
116653eec855: Pulling fs layer
319dc69378f4: Waiting
838d93a136b0: Pulling fs layer
7084195c1493: Waiting
116653eec855: Waiting
803203f118a1: Pulling fs layer
a018f986357d: Pulling fs layer
838d93a136b0: Waiting
803203f118a1: Waiting
4d9b0b6bbd1f: Pulling fs layer
490da9a88bf2: Pulling fs layer
a018f986357d: Waiting
490da9a88bf2: Waiting
4d9b0b6bbd1f: Waiting
6468c8739f79: Verifying Checksum
6468c8739f79: Download complete
62b886ae38ec: Download complete
0a2047d92c36: Verifying Checksum
0a2047d92c36: Download complete
0a2047d92c36: Pull complete
6468c8739f79: Pull complete
1631c3f40e56: Verifying Checksum
1631c3f40e56: Download complete
fec1b7aa2529: Verifying Checksum
fec1b7aa2529: Download complete
46c2f2e52299: Verifying Checksum
46c2f2e52299: Download complete
dfd625f9488b: Verifying Checksum
dfd625f9488b: Download complete
a92b2bbc3601: Verifying Checksum
a92b2bbc3601: Download complete
21b06961f9ce: Verifying Checksum
21b06961f9ce: Download complete
56ea7bb8517a: Download complete
f88fa5fac715: Verifying Checksum
f88fa5fac715: Download complete
ef860ccaf48a: Download complete
7299894d19a3: Download complete
cfd8a5bbbbad: Download complete
458be87cd8e2: Verifying Checksum
458be87cd8e2: Download complete
d25c8303c40a: Verifying Checksum
d25c8303c40a: Download complete
0dd0c180412f: Verifying Checksum
0dd0c180412f: Download complete
3cce6b8d3022: Verifying Checksum
3cce6b8d3022: Download complete
48811119dc00: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
9274adcd9010: Verifying Checksum
9274adcd9010: Download complete
d7f1811cc461: Verifying Checksum
d7f1811cc461: Download complete
9883b0c98d0f: Verifying Checksum
9883b0c98d0f: Download complete
9be0dcfb3ea0: Verifying Checksum
9be0dcfb3ea0: Download complete
b64ebb6ea54f: Verifying Checksum
b64ebb6ea54f: Download complete
7f7a3980142e: Verifying Checksum
7f7a3980142e: Download complete
c4dd42c2d373: Verifying Checksum
c4dd42c2d373: Download complete
bd37488f4682: Verifying Checksum
bd37488f4682: Download complete
efaea8bd3292: Download complete
d08303018370: Verifying Checksum
d08303018370: Download complete
ccb64fc6d165: Verifying Checksum
ccb64fc6d165: Download complete
df5461936c45: Verifying Checksum
dc1c52e586c3: Verifying Checksum
dc1c52e586c3: Download complete
dc1c52e586c3: Pull complete
62b886ae38ec: Pull complete
ad49b5bd4234: Verifying Checksum
ad49b5bd4234: Download complete
3cca9ef56161: Verifying Checksum
3cca9ef56161: Download complete
4917de64b7d3: Verifying Checksum
4917de64b7d3: Download complete
c217a15c852c: Verifying Checksum
c217a15c852c: Download complete
0ce36fc523dd: Verifying Checksum
0ce36fc523dd: Download complete
ec347e98f03b: Verifying Checksum
ec347e98f03b: Download complete
7084195c1493: Verifying Checksum
7084195c1493: Download complete
116653eec855: Verifying Checksum
116653eec855: Download complete
319dc69378f4: Verifying Checksum
319dc69378f4: Download complete
4ad6d8be4e6f: Verifying Checksum
4ad6d8be4e6f: Download complete
838d93a136b0: Verifying Checksum
838d93a136b0: Download complete
a018f986357d: Verifying Checksum
a018f986357d: Download complete
4d9b0b6bbd1f: Download complete
490da9a88bf2: Download complete
c217a15c852c: Pull complete
1631c3f40e56: Pull complete
803203f118a1: Verifying Checksum
803203f118a1: Download complete
fec1b7aa2529: Pull complete
46c2f2e52299: Pull complete
dfd625f9488b: Pull complete
a92b2bbc3601: Pull complete
21b06961f9ce: Pull complete
56ea7bb8517a: Pull complete
f88fa5fac715: Pull complete
ef860ccaf48a: Pull complete
7299894d19a3: Pull complete
cfd8a5bbbbad: Pull complete
458be87cd8e2: Pull complete
d25c8303c40a: Pull complete
0dd0c180412f: Pull complete
3cce6b8d3022: Pull complete
48811119dc00: Pull complete
4f4fb700ef54: Pull complete
9274adcd9010: Pull complete
d7f1811cc461: Pull complete
9883b0c98d0f: Pull complete
9be0dcfb3ea0: Pull complete
b64ebb6ea54f: Pull complete
7f7a3980142e: Pull complete
c4dd42c2d373: Pull complete
bd37488f4682: Pull complete
efaea8bd3292: Pull complete
d08303018370: Pull complete
ccb64fc6d165: Pull complete
df5461936c45: Pull complete
4ad6d8be4e6f: Pull complete
ad49b5bd4234: Pull complete
3cca9ef56161: Pull complete
4917de64b7d3: Pull complete
0ce36fc523dd: Pull complete
ec347e98f03b: Pull complete
7084195c1493: Pull complete
319dc69378f4: Pull complete
116653eec855: Pull complete
838d93a136b0: Pull complete
803203f118a1: Pull complete
a018f986357d: Pull complete
4d9b0b6bbd1f: Pull complete
490da9a88bf2: Pull complete
Digest: sha256:20851ddbb85a9459299c42522c0b1293d07ac8e74070338769f0bcd0b9ac24b2
Status: Downloaded newer image for ocaml/opam@sha256:20851ddbb85a9459299c42522c0b1293d07ac8e74070338769f0bcd0b9ac24b2
2026-05-04 08:23.54 ---> using "e8d36369e9b019f41d07cc08c53fa76887db45de26cdb973eab2f603a1d47a3c" 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:23.54 ---> using "aea18f6659ed299e261d5e735a833bd4547bfb57438728569adc3ee3b413dc6c" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[beta] no changes from git+https://github.com/ocaml/ocaml-beta-repository
[default] Initialised
2026-05-04 08:23.54 ---> using "2762d1491b6f4eaaf1931136add5a30a685ef01cecd9162b0ced78ef2d26e013" 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=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 2 (version-controlled)
# pinned 1 (version)
# current-switch 5.5~beta1
# invariant ["ocaml-base-compiler" {>= "5.5.0~beta1"}]
# compiler-packages compiler-cloning.enabled, ocaml-base-compiler.5.5.0~beta1, ocaml-compiler.5.5.0~beta1, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.5~beta1/lib/ocaml/../stublibs:/home/opam/.opam/5.5~beta1/lib/ocaml/stublibs:/home/opam/.opam/5.5~beta1/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.5.0~beta1
# ocaml-compiler:cloned false
# ocaml-compiler:clone-source
# ocaml-compiler:clone-mechanism
2026-05-04 08:23.54 ---> using "19160d0fdc754c161a8561c1bef156961c2d1936994c965530059287146a5e8a" 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:23.54 ---> using "a7f5b6fcfc349ef441d232690c4a912ce61e21c41aed652dd0b1d4457922d0f5" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 08:23.56 ---> saved as "a0a039153dfd7a3ea44be8bc2a2ad76fe1e440d7e247166b7a93c49fcfe6c826"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 08:24.14 ---> saved as "64891ced165f394e1e8a356717303acf872f049c3e853e6d1b5ca8cadcdb1e77"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [130 kB]
- Fetched 221 kB in 1s (196 kB/s)
- Reading package lists...
2026-05-04 08:24.16 ---> saved as "15c72a75d497394550230641c91db5afd16e29e6fdb0964c170d8b1b19cf52ca"
/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:24.17 ---> saved as "d592d2a9c5e729e06ee1a6e5199269c093bb77ba7ce7ade7931f062fa07cfcb7"
/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 \"\\\"debian-13\\\"\"; 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
* Incompatible packages:
- (invariant) -> ocaml-base-compiler >= 5.5.0~beta1
- efl = 1.17.0 -> ocaml < 5.3 -> dkml-base-compiler
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-base-compiler >= 5.5.0~beta1
- efl = 1.17.0 -> ocaml < 5.3 -> ocaml-variants (< 4.05.2~ | >= 4.06.0)
* Missing dependency:
- efl = 1.17.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.5.0~beta1
unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.1" & (os != "win32" | sys-ocaml-libc = "msvc")'
no matching version
* Missing dependency:
- efl = 1.17.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.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 "\"debian-13\""; 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 20
2026-05-04 08:24.32: Job failed: Failed: Build failed
2026-05-04 08:24.32: Log analysis:
2026-05-04 08:24.32: >>>
No solution found, exiting
(score = 100)
2026-05-04 08:24.32: [SKIP] Package not available