(for PR #28495)
2025-10-17 13:54.28: New job: build efl.1.18.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (39ef1a8a5ad92f9e2f0d6857dbb4a91a15a9b4a6)
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 39ef1a8a
git fetch origin master
git merge --no-edit 5bf570252bd9fee71938b828ca0b86573c1e3355
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06
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-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.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 .
2025-10-17 13:54.28: Using cache hint "ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06-efl.1.18.0-39ef1a8a5ad92f9e2f0d6857dbb4a91a15a9b4a6"
2025-10-17 13:54.28: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06)
(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-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.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"))
)
2025-10-17 13:54.28: Waiting for resource in pool OCluster
2025-10-17 14:50.47: Waiting for worker…
2025-10-17 14:52.46: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files: 85% (15817/18561)
Updating files: 86% (15963/18561)
Updating files: 87% (16149/18561)
Updating files: 88% (16334/18561)
Updating files: 89% (16520/18561)
Updating files: 90% (16705/18561)
Updating files: 91% (16891/18561)
Updating files: 92% (17077/18561)
Updating files: 93% (17262/18561)
Updating files: 94% (17448/18561)
Updating files: 95% (17633/18561)
Updating files: 96% (17819/18561)
Updating files: 97% (18005/18561)
Updating files: 98% (18190/18561)
Updating files: 99% (18376/18561)
Updating files: 100% (18561/18561)
Updating files: 100% (18561/18561), done.
HEAD is now at 5bf570252b Merge pull request #28700 from drjdn/opam-publish-p5scm.0.5.0
Merge made by the 'ort' strategy.
packages/efl/efl.1.12.0/opam | 3 ++-
packages/efl/efl.1.13.0/opam | 3 ++-
packages/efl/efl.1.17.0/opam | 3 ++-
packages/efl/efl.1.18.0/opam | 3 ++-
packages/efl/efl.1.19.0/opam | 3 ++-
packages/efl/efl.1.20.0/opam | 3 ++-
packages/efl/efl.1.22.0/opam | 3 ++-
packages/efl/efl.1.24.0/opam | 3 ++-
8 files changed, 16 insertions(+), 8 deletions(-)
(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06' locally
docker.io/ocaml/opam@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06: Pulling from ocaml/opam
af6eca94c810: Already exists
35874924aa0a: Already exists
1addcd43e9a2: Already exists
4f73c2db8363: Already exists
4386d8dbb832: Already exists
4e40c047c9eb: Already exists
e02efa5fbeb0: Already exists
ddb408812e3f: Already exists
3122a3b1669b: Already exists
a394d8c5d250: Already exists
deae410034d9: Already exists
e17c1588711b: Already exists
da8af7f5fb44: Already exists
bfd2caa5d08a: Already exists
6674449ba421: Already exists
18743c2bcc1d: Already exists
18743c2bcc1d: Already exists
4f4fb700ef54: Already exists
841888816ae9: Already exists
18d400b6558e: Already exists
f8a56eb6c4e2: Already exists
4f4fb700ef54: Already exists
354be8b6a247: Already exists
a4ee84fc0560: Already exists
3ab29b33bf13: Already exists
715dd9367ae6: Already exists
0060360391df: Already exists
6fb01c13bb1d: Already exists
0471be7f3e23: Already exists
83424cbee6cd: Already exists
3e0dde388c17: Already exists
5e876cc3ea93: Already exists
8a56b0f3a658: Already exists
a038a235e8ed: Already exists
b16488f1f0cc: Already exists
e979953453c3: Already exists
b9538eec7973: Already exists
b8bddb841adb: Already exists
9b69d238a3b5: Already exists
fc04645d1583: Already exists
65ab179b94ad: Pulling fs layer
d38ca75d3d80: Pulling fs layer
df883b603c31: Pulling fs layer
d38ca75d3d80: Waiting
8c9bbc0e6dc0: Pulling fs layer
8bd34f75a024: Pulling fs layer
6c8931cda24b: Pulling fs layer
48a972d49be7: Pulling fs layer
8c9bbc0e6dc0: Waiting
6c8931cda24b: Waiting
8bd34f75a024: Waiting
65ab179b94ad: Download complete
65ab179b94ad: Pull complete
d38ca75d3d80: Verifying Checksum
d38ca75d3d80: Download complete
d38ca75d3d80: Pull complete
df883b603c31: Download complete
df883b603c31: Pull complete
8c9bbc0e6dc0: Verifying Checksum
8c9bbc0e6dc0: Download complete
8bd34f75a024: Download complete
6c8931cda24b: Verifying Checksum
6c8931cda24b: Download complete
48a972d49be7: Verifying Checksum
48a972d49be7: Download complete
8c9bbc0e6dc0: Pull complete
8bd34f75a024: Pull complete
6c8931cda24b: Pull complete
48a972d49be7: Pull complete
Digest: sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06
Status: Downloaded newer image for ocaml/opam@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06
2025-10-17 14:53.07 ---> using "375f7ea603b3a165957a286115e0ff93cc1b4b2b25160efeed90a01ee65cdc60" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-10-17 14:53.07 ---> using "366cf04952d068a0bc415a8adfb430cac72fb2441855d9a5074ca685bc5a9fac" 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.
Continue? [Y/n] y
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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-17 14:53.07 ---> using "d7515ba352623b4d84b40342f57ca27726accc3f8cb2801b038a4a3c99f6a7c4" 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.4.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.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, 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.0
2025-10-17 14:53.07 ---> using "680ace333f4467e0e742cc7e3e5f3c9462f515e063492d553f38ffecf7583df9" 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/"))
2025-10-17 14:53.07 ---> using "462b7fdf05e3d1f43cfd3969f9d8650c34ee2ac99ab79469f94aa716128191b6" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-10-17 14:53.20 ---> saved as "8e6f165bbbd154bf3a4da1a0c2f2ee4d8f6a5967fbbb448cbbd5c42f109c20f3"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-10-17 14:53.43 ---> saved as "185b9726540faef8f9d12073c6ae6b8b463d1e152590e2fe5e8c164a498c2862"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [5988 kB]
- Get:6 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1287 kB]
- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3778 kB]
- Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5742 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [69.2 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1594 kB]
- Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3429 kB]
- Fetched 22.3 MB in 2s (9450 kB/s)
- Reading package lists...
-
2025-10-17 14:53.48 ---> saved as "c0b04db88543e5c33a9950801059c47cb7ebf00820bc6470c4ea94eef51ee5e3"
/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
2025-10-17 14:53.48 ---> saved as "db39a293db721b1b87c0f656b1332a495180adab0b70e0081d24f9a58ceacc1c"
/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-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.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"))
[ERROR] efl = 1.18.0: unmet availability conditions: 'opam-version < "2.2"'
"/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-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.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 5
2025-10-17 14:55.43: Job failed: Failed: Build failed
2025-10-17 14:55.43: Log analysis:
2025-10-17 14:55.43: >>>
[ERROR] efl = 1.18.0: unmet availability conditions: 'opam-version < "2.2"'
(score = 100)
2025-10-17 14:55.43: [SKIP] Package not available