(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-24.04-ocaml-5.4/riscv64
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-24.04-ocaml-5.4@sha256:f037975ebdcf5b69eeb18e496002c2923f0cb5d69e66f3fd422291ab7a4b4538
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-24.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-24.04-ocaml-5.4@sha256:f037975ebdcf5b69eeb18e496002c2923f0cb5d69e66f3fd422291ab7a4b4538-efl.1.18.0-39ef1a8a5ad92f9e2f0d6857dbb4a91a15a9b4a6"
2025-10-17 13:54.28: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:f037975ebdcf5b69eeb18e496002c2923f0cb5d69e66f3fd422291ab7a4b4538)
(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-24.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 13:54.30: Waiting for worker…
2025-10-17 17:55.38: Got resource from pool OCluster
Building on riscv-bm-01.sw.ci.dev
All commits already cached
Updating files: 14% (2713/18563)
Updating files: 15% (2785/18563)
Updating files: 16% (2971/18563)
Updating files: 17% (3156/18563)
Updating files: 18% (3342/18563)
Updating files: 19% (3527/18563)
Updating files: 20% (3713/18563)
Updating files: 21% (3899/18563)
Updating files: 22% (4084/18563)
Updating files: 23% (4270/18563)
Updating files: 24% (4456/18563)
Updating files: 25% (4641/18563)
Updating files: 26% (4827/18563)
Updating files: 27% (5013/18563)
Updating files: 28% (5198/18563)
Updating files: 28% (5265/18563)
Updating files: 29% (5384/18563)
Updating files: 30% (5569/18563)
Updating files: 31% (5755/18563)
Updating files: 32% (5941/18563)
Updating files: 33% (6126/18563)
Updating files: 34% (6312/18563)
Updating files: 35% (6498/18563)
Updating files: 36% (6683/18563)
Updating files: 37% (6869/18563)
Updating files: 38% (7054/18563)
Updating files: 39% (7240/18563)
Updating files: 40% (7426/18563)
Updating files: 41% (7611/18563)
Updating files: 42% (7797/18563)
Updating files: 42% (7963/18563)
Updating files: 43% (7983/18563)
Updating files: 44% (8168/18563)
Updating files: 45% (8354/18563)
Updating files: 46% (8539/18563)
Updating files: 47% (8725/18563)
Updating files: 48% (8911/18563)
Updating files: 49% (9096/18563)
Updating files: 50% (9282/18563)
Updating files: 51% (9468/18563)
Updating files: 52% (9653/18563)
Updating files: 53% (9839/18563)
Updating files: 54% (10025/18563)
Updating files: 55% (10210/18563)
Updating files: 56% (10396/18563)
Updating files: 56% (10404/18563)
Updating files: 57% (10581/18563)
Updating files: 58% (10767/18563)
Updating files: 59% (10953/18563)
Updating files: 60% (11138/18563)
Updating files: 61% (11324/18563)
Updating files: 62% (11510/18563)
Updating files: 63% (11695/18563)
Updating files: 64% (11881/18563)
Updating files: 65% (12066/18563)
Updating files: 66% (12252/18563)
Updating files: 67% (12438/18563)
Updating files: 68% (12623/18563)
Updating files: 69% (12809/18563)
Updating files: 69% (12844/18563)
Updating files: 70% (12995/18563)
Updating files: 71% (13180/18563)
Updating files: 72% (13366/18563)
Updating files: 73% (13551/18563)
Updating files: 74% (13737/18563)
Updating files: 75% (13923/18563)
Updating files: 76% (14108/18563)
Updating files: 77% (14294/18563)
Updating files: 78% (14480/18563)
Updating files: 79% (14665/18563)
Updating files: 80% (14851/18563)
Updating files: 81% (15037/18563)
Updating files: 81% (15155/18563)
Updating files: 82% (15222/18563)
Updating files: 83% (15408/18563)
Updating files: 84% (15593/18563)
Updating files: 85% (15779/18563)
Updating files: 86% (15965/18563)
Updating files: 87% (16150/18563)
Updating files: 88% (16336/18563)
Updating files: 89% (16522/18563)
Updating files: 90% (16707/18563)
Updating files: 91% (16893/18563)
Updating files: 92% (17078/18563)
Updating files: 93% (17264/18563)
Updating files: 94% (17450/18563)
Updating files: 94% (17532/18563)
Updating files: 95% (17635/18563)
Updating files: 96% (17821/18563)
Updating files: 97% (18007/18563)
Updating files: 98% (18192/18563)
Updating files: 99% (18378/18563)
Updating files: 100% (18563/18563)
Updating files: 100% (18563/18563), 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-24.04-ocaml-5.4@sha256:f037975ebdcf5b69eeb18e496002c2923f0cb5d69e66f3fd422291ab7a4b4538)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:f037975ebdcf5b69eeb18e496002c2923f0cb5d69e66f3fd422291ab7a4b4538' locally
docker.io/ocaml/opam@sha256:f037975ebdcf5b69eeb18e496002c2923f0cb5d69e66f3fd422291ab7a4b4538: Pulling from ocaml/opam
2d699e6bd7ed: Already exists
53097addcee8: Already exists
921ac1a2b7fe: Already exists
bdfaaa9372ce: Already exists
647fcb0b3a04: Already exists
2a930d383ca8: Already exists
6ce02b2ac8dd: Already exists
26fac616d069: Already exists
5fe84a97ec8a: Already exists
e7662d7bc1bd: Already exists
9d1e8abb42f8: Already exists
2a02210320b4: Already exists
e3964f074262: Already exists
f2599b7d2fd4: Already exists
b58c06163710: Already exists
6598ff83b580: Already exists
6598ff83b580: Already exists
aa6a1c282008: Already exists
b32eebc72094: Already exists
36b6d763cd20: Already exists
1ce94c6d756f: Already exists
4f4fb700ef54: Already exists
9507120b435a: Already exists
7a4063acad33: Already exists
e94a3cfc9aa6: Already exists
489afc3e207d: Already exists
21b9e45e6bf1: Already exists
2adfd98d3396: Already exists
eedd293c920a: Already exists
01fba0c50f62: Already exists
5b2da801c789: Already exists
b033cef7989a: Already exists
d34f0317ee37: Already exists
df5469e656e8: Already exists
63133ba7aed7: Already exists
7b30abfa7a7e: Already exists
30ae6b176106: Already exists
5955f3eac66e: Already exists
73005f360df3: Already exists
90e8e405b8ee: Already exists
cf2eb251de94: Pulling fs layer
b856c814f0e0: Pulling fs layer
6e75e8480200: Pulling fs layer
d5d84a207214: Pulling fs layer
bcaf2ab86c98: Pulling fs layer
de4b32b6ac43: Pulling fs layer
949b449e8bd1: Pulling fs layer
d5d84a207214: Waiting
bcaf2ab86c98: Waiting
de4b32b6ac43: Waiting
949b449e8bd1: Waiting
cf2eb251de94: Download complete
b856c814f0e0: Verifying Checksum
b856c814f0e0: Download complete
cf2eb251de94: Pull complete
6e75e8480200: Verifying Checksum
6e75e8480200: Download complete
b856c814f0e0: Pull complete
bcaf2ab86c98: Verifying Checksum
bcaf2ab86c98: Download complete
de4b32b6ac43: Verifying Checksum
de4b32b6ac43: Download complete
6e75e8480200: Pull complete
949b449e8bd1: Verifying Checksum
949b449e8bd1: Download complete
d5d84a207214: Verifying Checksum
d5d84a207214: Download complete
d5d84a207214: Pull complete
bcaf2ab86c98: Pull complete
de4b32b6ac43: Pull complete
949b449e8bd1: Pull complete
Digest: sha256:f037975ebdcf5b69eeb18e496002c2923f0cb5d69e66f3fd422291ab7a4b4538
Status: Downloaded newer image for ocaml/opam@sha256:f037975ebdcf5b69eeb18e496002c2923f0cb5d69e66f3fd422291ab7a4b4538
2025-10-17 17:55.50 ---> using "4acfe7d6b68fe4152388ddfd64015e9ee7d322a082b56c7835ad8c7625f4c21d" 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 17:55.50 ---> using "d87d4f6761fc991290e2103a386eb88e8b97f0a7491e4ff9600ab6663b0f297d" 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
2025-10-17 17:55.50 ---> using "5db2da3d2b9d9710b5d322a5cfa02791dcad8827b1d214264a6f19bf2c56b1be" 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=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# 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 17:55.50 ---> using "0b94c777e75decf6e242cb7aaed52094080d66f95ae2327dae499ad0a3b110b4" 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 17:55.50 ---> using "1fdd29040b917912de916895443047716efb885d60b8f4428868099b06ee90a1" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-10-17 17:56.18 ---> saved as "86890ef73fb74b2ece7c25168b6a49976a02a1cccebc61d322920b8cf453f7d7"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-10-17 17:57.48 ---> saved as "e9f44f0adb24da3715068a3070253631cada4478ec0ca3b3c4a61debab4bcf2a"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [852 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1455 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [9785 B]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [530 kB]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [891 kB]
- Fetched 4116 kB in 3s (1513 kB/s)
- Reading package lists...
-
2025-10-17 17:57.57 ---> saved as "e81e2fa1dd246d46d8d44fd7fc770f1bf0c12dbfcb2ce8dd7cf8a4a41e9921bb"
/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 17:58.00 ---> saved as "591b47141fc98666758eaef69ea60c99dae1c2eaff48a4ec60d892c2db0bb32f"
/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-24.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-24.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 17:58.41: Job failed: Failed: Build failed
2025-10-17 17:58.41: Log analysis:
2025-10-17 17:58.41: >>>
[ERROR] efl = 1.18.0: unmet availability conditions: 'opam-version < "2.2"'
(score = 100)
2025-10-17 17:58.41: [SKIP] Package not available