(for PR #24267)
2025-11-10 11:02.18: New job: build orsvm_e1071.2.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/24267/head (41de505ec8ff3637ab3cb06a41ccbc29683f566c)
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/24267/head" && git reset --hard 41de505e
git fetch origin master
git merge --no-edit 21f97b2e6d7c617fc0a79cc8e59b2e10690960e1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:b698ec12d8ec45f194f9e3281243bda9c038a7a770b0b8b00369f2b6f223f4dc
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 orsvm_e1071.2.0.0 2.0.0
RUN opam reinstall orsvm_e1071.2.0.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" != 'orsvm_e1071.2.0.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-11-10 11:02.18: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:b698ec12d8ec45f194f9e3281243bda9c038a7a770b0b8b00369f2b6f223f4dc-orsvm_e1071.2.0.0-41de505ec8ff3637ab3cb06a41ccbc29683f566c"
2025-11-10 11:02.18: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:b698ec12d8ec45f194f9e3281243bda9c038a7a770b0b8b00369f2b6f223f4dc)
(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 orsvm_e1071.2.0.0 2.0.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall orsvm_e1071.2.0.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\" != 'orsvm_e1071.2.0.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-11-10 11:02.18: Waiting for resource in pool OCluster
2025-11-10 11:02.18: Waiting for worker…
2025-11-10 19:23.34: Got resource from pool OCluster
Building on riscv-bm-04.sw.ci.dev
All commits already cached
Updating files: 14% (2687/18702)
Updating files: 15% (2806/18702)
Updating files: 16% (2993/18702)
Updating files: 17% (3180/18702)
Updating files: 18% (3367/18702)
Updating files: 19% (3554/18702)
Updating files: 20% (3741/18702)
Updating files: 21% (3928/18702)
Updating files: 22% (4115/18702)
Updating files: 23% (4302/18702)
Updating files: 24% (4489/18702)
Updating files: 25% (4676/18702)
Updating files: 26% (4863/18702)
Updating files: 26% (4896/18702)
Updating files: 27% (5050/18702)
Updating files: 28% (5237/18702)
Updating files: 29% (5424/18702)
Updating files: 30% (5611/18702)
Updating files: 31% (5798/18702)
Updating files: 32% (5985/18702)
Updating files: 33% (6172/18702)
Updating files: 34% (6359/18702)
Updating files: 35% (6546/18702)
Updating files: 36% (6733/18702)
Updating files: 37% (6920/18702)
Updating files: 37% (7053/18702)
Updating files: 38% (7107/18702)
Updating files: 39% (7294/18702)
Updating files: 40% (7481/18702)
Updating files: 41% (7668/18702)
Updating files: 42% (7855/18702)
Updating files: 43% (8042/18702)
Updating files: 44% (8229/18702)
Updating files: 45% (8416/18702)
Updating files: 46% (8603/18702)
Updating files: 47% (8790/18702)
Updating files: 48% (8977/18702)
Updating files: 49% (9164/18702)
Updating files: 49% (9206/18702)
Updating files: 50% (9351/18702)
Updating files: 51% (9539/18702)
Updating files: 52% (9726/18702)
Updating files: 53% (9913/18702)
Updating files: 54% (10100/18702)
Updating files: 55% (10287/18702)
Updating files: 56% (10474/18702)
Updating files: 57% (10661/18702)
Updating files: 58% (10848/18702)
Updating files: 59% (11035/18702)
Updating files: 60% (11222/18702)
Updating files: 61% (11409/18702)
Updating files: 61% (11525/18702)
Updating files: 62% (11596/18702)
Updating files: 63% (11783/18702)
Updating files: 64% (11970/18702)
Updating files: 65% (12157/18702)
Updating files: 66% (12344/18702)
Updating files: 67% (12531/18702)
Updating files: 68% (12718/18702)
Updating files: 69% (12905/18702)
Updating files: 70% (13092/18702)
Updating files: 71% (13279/18702)
Updating files: 72% (13466/18702)
Updating files: 73% (13653/18702)
Updating files: 73% (13818/18702)
Updating files: 74% (13840/18702)
Updating files: 75% (14027/18702)
Updating files: 76% (14214/18702)
Updating files: 77% (14401/18702)
Updating files: 78% (14588/18702)
Updating files: 79% (14775/18702)
Updating files: 80% (14962/18702)
Updating files: 81% (15149/18702)
Updating files: 82% (15336/18702)
Updating files: 83% (15523/18702)
Updating files: 84% (15710/18702)
Updating files: 85% (15897/18702)
Updating files: 86% (16084/18702)
Updating files: 86% (16145/18702)
Updating files: 87% (16271/18702)
Updating files: 88% (16458/18702)
Updating files: 89% (16645/18702)
Updating files: 90% (16832/18702)
Updating files: 91% (17019/18702)
Updating files: 92% (17206/18702)
Updating files: 93% (17393/18702)
Updating files: 94% (17580/18702)
Updating files: 95% (17767/18702)
Updating files: 96% (17954/18702)
Updating files: 97% (18141/18702)
Updating files: 98% (18328/18702)
Updating files: 98% (18509/18702)
Updating files: 99% (18515/18702)
Updating files: 100% (18702/18702)
Updating files: 100% (18702/18702), done.
HEAD is now at 21f97b2e6d Merge pull request #28836 from dbuenzli/b0-publish-bytesrw.0.3.0
Merge made by the 'ort' strategy.
packages/odnnr/odnnr.2.0.0/opam | 4 +---
packages/oplsr/oplsr.8.0.1/opam | 3 +--
packages/orrandomForest/orrandomForest.1.0.0/opam | 5 +----
packages/orrandomForest/orrandomForest.2.0.1/opam | 7 +------
packages/orrandomForest/orrandomForest.3.0.0/opam | 7 +------
packages/orsvm_e1071/orsvm_e1071.2.0.0/opam | 3 ---
packages/orsvm_e1071/orsvm_e1071.3.0.0/opam | 5 +----
packages/orsvm_e1071/orsvm_e1071.3.0.1/opam | 2 +-
packages/orsvm_e1071/orsvm_e1071.3.0.2/opam | 2 +-
packages/orsvm_e1071/orsvm_e1071.4.0.0/opam | 2 +-
packages/orxgboost/orxgboost.1.0.1/opam | 5 +----
packages/orxgboost/orxgboost.1.1.0/opam | 5 +----
packages/orxgboost/orxgboost.1.2.0/opam | 5 +----
13 files changed, 12 insertions(+), 43 deletions(-)
(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:b698ec12d8ec45f194f9e3281243bda9c038a7a770b0b8b00369f2b6f223f4dc)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:b698ec12d8ec45f194f9e3281243bda9c038a7a770b0b8b00369f2b6f223f4dc' locally
docker.io/ocaml/opam@sha256:b698ec12d8ec45f194f9e3281243bda9c038a7a770b0b8b00369f2b6f223f4dc: Pulling from ocaml/opam
ff47a256ba51: Already exists
07f865b4eced: Already exists
e5a6a81924d1: Already exists
d2993474f6c4: Already exists
be37240cea2e: Already exists
4c7a4c780d69: Already exists
949ffaae844f: Already exists
65007da87cd6: Already exists
376b4433eeaf: Already exists
e4c73e6a1fc1: Already exists
0f0889c64018: Already exists
436990646fd8: Already exists
cb9bd38ee801: Already exists
448d2014f999: Already exists
ea72d1803671: Already exists
3f795e13b111: Already exists
3f795e13b111: Already exists
2137184b4e70: Already exists
ab9789196f84: Already exists
dbbe96a6bdee: Already exists
fb6f4e997127: Already exists
4f4fb700ef54: Already exists
78488e87ab1d: Already exists
1a2baa16ab41: Already exists
52441bed4375: Already exists
58cb70dff4c6: Already exists
43e3d939c3f3: Already exists
5ce97af1f60e: Already exists
8ffc91fd116a: Already exists
ff8c038c8028: Already exists
d57176bef7d7: Already exists
89b975f1d5f3: Already exists
921cd587cd96: Already exists
ae8ab1c95bad: Already exists
1fe2a75aa09d: Already exists
831d70711341: Already exists
07812c06f386: Already exists
859e3a9917cd: Already exists
25a638362d2e: Already exists
e81b913ad5a4: Already exists
ea3380bc20f4: Pulling fs layer
def4aa273eac: Pulling fs layer
5c0eef42092a: Pulling fs layer
a50ec4935ba1: Pulling fs layer
1b09137f6468: Pulling fs layer
5d58e43788c9: Pulling fs layer
cc643729de8f: Pulling fs layer
a50ec4935ba1: Waiting
1b09137f6468: Waiting
5d58e43788c9: Waiting
cc643729de8f: Waiting
def4aa273eac: Verifying Checksum
def4aa273eac: Download complete
ea3380bc20f4: Verifying Checksum
ea3380bc20f4: Download complete
ea3380bc20f4: Pull complete
def4aa273eac: Pull complete
5c0eef42092a: Download complete
1b09137f6468: Verifying Checksum
1b09137f6468: Download complete
5d58e43788c9: Verifying Checksum
5d58e43788c9: Download complete
5c0eef42092a: Pull complete
cc643729de8f: Download complete
a50ec4935ba1: Verifying Checksum
a50ec4935ba1: Download complete
a50ec4935ba1: Pull complete
1b09137f6468: Pull complete
5d58e43788c9: Pull complete
cc643729de8f: Pull complete
Digest: sha256:b698ec12d8ec45f194f9e3281243bda9c038a7a770b0b8b00369f2b6f223f4dc
Status: Downloaded newer image for ocaml/opam@sha256:b698ec12d8ec45f194f9e3281243bda9c038a7a770b0b8b00369f2b6f223f4dc
2025-11-10 19:23.47 ---> using "caa6674a25a88389569217fd94abf6dc3d8a42ad0c02221796f91bef8e6362c2" 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-11-10 19:23.47 ---> using "fd07174c808e586de402af712771f0f241b080e2367ef9f7681d75cf818919c2" 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-11-10 19:23.47 ---> using "514df06474b49af68e096e6a7c5db077ce91809c08e70c13f33e27f18784df6b" 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.0~alpha1
# 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-11-10 19:23.47 ---> using "2c30bc4cf24536cb906aa854b81fc82059550ba6613f56620345538a58c14aa3" 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-11-10 19:23.47 ---> using "76c050f90e9dc44fe68828988f11d21f4c996e2a34a4e626a28cb52e589e4c43" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 19:23.53 ---> using "3dc37c83f62234d2e9ee94cf1bf9a7a4d4fad583df23d60f092bd43f4cc83ce0" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 19:23.53 ---> using "925cf0626cfe7fedde6a176e1d39c03a1d1f2b5e2ef5f6800f684eb950ea0b9e" from cache
/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]
- Fetched 378 kB in 2s (248 kB/s)
- Reading package lists...
-
2025-11-10 19:23.53 ---> using "2291fc2ba92ccd50a9b089564faab0efd45c4decdd414f0dc4b39ffbd407c1af" from cache
/home/opam: (run (shell "opam pin add -k version -yn orsvm_e1071.2.0.0 2.0.0"))
orsvm_e1071 is now pinned to version 2.0.0
2025-11-10 19:23.57 ---> saved as "fec509b13465ffae3c944008cfd7de11416aa73ec649767ff8bc9364f852ff85"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall orsvm_e1071.2.0.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\" != 'orsvm_e1071.2.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
orsvm_e1071.2.0.0 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-base-compiler >= 5.4.0
- orsvm_e1071 < 3.0.0 -> jbuilder -> ocaml < 5.0 -> ocaml-variants (< 4.05.2~ | >= 4.06.0)
You can temporarily relax the switch invariant with `--update-invariant'
* Missing dependency:
- orsvm_e1071 < 3.0.0 -> jbuilder -> dune < 2.0 -> ocaml < 4.12 -> 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.0
unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.0" & (os != "win32" | sys-ocaml-libc = "msvc")'
no matching version
* Missing dependency:
- orsvm_e1071 < 3.0.0 -> jbuilder -> ocaml < 5.0 -> ocaml-variants >= 4.06.0 -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- orsvm_e1071 < 3.0.0 -> jbuilder -> ocaml < 5.0 -> ocaml-variants >= 4.06.0 -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall orsvm_e1071.2.0.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" != 'orsvm_e1071.2.0.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
2025-11-10 19:25.17: Job failed: Failed: Build failed
2025-11-10 19:25.17: Log analysis:
2025-11-10 19:25.17: >>>
No solution found, exiting
(score = 100)
2025-11-10 19:25.17: [SKIP] Package not available