(for PR #28495)
2026-05-04 08:20.04: New job: build efl.1.12.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
on ubuntu-22.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-22.04-ocaml-5.4@sha256:129e1a6a452138f7d27b8d8b4a886dfab742fa23986efa4600e965a92adae88c
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.12.0 1.12.0
RUN opam reinstall efl.1.12.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-22.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'efl.1.12.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-22.04-ocaml-5.4@sha256:129e1a6a452138f7d27b8d8b4a886dfab742fa23986efa4600e965a92adae88c-efl.1.12.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.04: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:129e1a6a452138f7d27b8d8b4a886dfab742fa23986efa4600e965a92adae88c)
(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.12.0 1.12.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall efl.1.12.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-22.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.12.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:26.22: Got resource from pool OCluster
Building on eumache.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:ubuntu-22.04-ocaml-5.4@sha256:129e1a6a452138f7d27b8d8b4a886dfab742fa23986efa4600e965a92adae88c)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:129e1a6a452138f7d27b8d8b4a886dfab742fa23986efa4600e965a92adae88c' locally
docker.io/ocaml/opam@sha256:129e1a6a452138f7d27b8d8b4a886dfab742fa23986efa4600e965a92adae88c: Pulling from ocaml/opam
f63eb04151bc: Already exists
16ef32c2b922: Already exists
e5e797a8532e: Already exists
900d76492cd2: Already exists
b32fb13583c7: Already exists
cc067465d8d1: Already exists
6aa8f5351c31: Already exists
dd8552e5b43d: Already exists
43f4b9675c30: Already exists
4c7b0811a3d4: Already exists
631ea5d5606c: Already exists
feb2963643de: Already exists
4a7bd3298042: Already exists
869749c01379: Already exists
062faef17978: Already exists
3da7b1d53079: Already exists
5c55fc1c2e7f: Already exists
5c55fc1c2e7f: Already exists
4f4fb700ef54: Already exists
bc630b9f54d9: Already exists
d37f1552c2be: Already exists
93fddfb5d660: Already exists
4f4fb700ef54: Already exists
7e22d88b1f22: Already exists
471528d8c145: Already exists
ea05e57fd084: Already exists
158119cd57c7: Already exists
325db06da924: Already exists
168b1f896c3b: Already exists
2bfb76a16172: Already exists
0cf1ed22f117: Already exists
5ccb0f2d64b3: Already exists
5e94edcc9569: Already exists
00860f476adc: Already exists
94d81fb6e3f5: Already exists
0247515e7c33: Already exists
e05c2c8dbed5: Already exists
5e97b484e1fe: Already exists
3b7e8887fcc2: Already exists
15db2b9812bb: Already exists
610e48377a63: Already exists
49160359715a: Pulling fs layer
8b56cee5374d: Pulling fs layer
4dd7b1226b94: Pulling fs layer
5e6fff509478: Pulling fs layer
7ecff32e980f: Pulling fs layer
3132191d7c39: Pulling fs layer
88557d2173a4: Pulling fs layer
5e6fff509478: Waiting
3132191d7c39: Waiting
7ecff32e980f: Waiting
88557d2173a4: Waiting
8b56cee5374d: Verifying Checksum
8b56cee5374d: Download complete
4dd7b1226b94: Verifying Checksum
4dd7b1226b94: Download complete
7ecff32e980f: Verifying Checksum
7ecff32e980f: Download complete
3132191d7c39: Verifying Checksum
3132191d7c39: Download complete
49160359715a: Verifying Checksum
49160359715a: Download complete
49160359715a: Pull complete
8b56cee5374d: Pull complete
4dd7b1226b94: Pull complete
88557d2173a4: Verifying Checksum
88557d2173a4: Download complete
5e6fff509478: Verifying Checksum
5e6fff509478: Download complete
5e6fff509478: Pull complete
7ecff32e980f: Pull complete
3132191d7c39: Pull complete
88557d2173a4: Pull complete
Digest: sha256:129e1a6a452138f7d27b8d8b4a886dfab742fa23986efa4600e965a92adae88c
Status: Downloaded newer image for ocaml/opam@sha256:129e1a6a452138f7d27b8d8b4a886dfab742fa23986efa4600e965a92adae88c
2026-05-04 08:27.47 ---> saved as "6706b1f692aff387d4938e5b5b087a85b3340b747a16ec5be19a417c3ad0e910"
/: (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:27.47 ---> saved as "20c220487051f1b14c0bcd8d28d20f6eac306e621933eb08af118690f3b39061"
/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.12 ---> saved as "97e544d51e358b87f4b79b468902fe2d94f05b3a36da5a604406e5e50d9dac91"
/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=22.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:28.13 ---> saved as "09acf1733d16a149a857a6484c079196e164d18fbbe0ee3053acdcd02e522796"
/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.22 ---> saved as "711c9142dc1b5a64503617d3e27cbfe8020aa363a46869055c6f764e235e1975"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 08:28.27 ---> saved as "e20823a0aa8ae383428d54b46842f7552173d715dbca6433d12a92169c352f09"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 08:28.46 ---> saved as "f0ecb7c061814f9e93f9503b0356e1be14370f814a93dac6fae3f31c668de38e"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3864 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4237 kB]
- Get:7 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1292 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1601 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [86.0 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7225 kB]
- Get:11 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.6 kB]
- Get:12 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [82.8 kB]
- Fetched 18.8 MB in 1min 20s (235 kB/s)
- Reading package lists...
-
2026-05-04 08:30.08 ---> saved as "22f0b136ebb4acd6c3b5f9c63cc643ffe0d54eaf6cd2c1bba2f8b9c169c446f2"
/home/opam: (run (shell "opam pin add -k version -yn efl.1.12.0 1.12.0"))
efl is now pinned to version 1.12.0
2026-05-04 08:30.08 ---> saved as "a653c68d85f4179beffdcaeb735466a178e083eb40a0123ad649b2c7215cc508"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall efl.1.12.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-22.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.12.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.12.0 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.1
- efl < 1.13.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.13.0 -> ocaml < 5.3 -> ocaml-variants
* Missing dependency:
- efl < 1.13.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.13.0 -> ocaml < 5.3 -> ocaml-variants -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- efl < 1.13.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.12.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-22.04\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'efl.1.12.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:30.26: Job failed: Failed: Build failed
2026-05-04 08:30.26: Log analysis:
2026-05-04 08:30.26: >>>
No solution found, exiting
(score = 100)
2026-05-04 08:30.26: [SKIP] Package not available