(for PR #28291)
2025-11-10 16:57.15: New job: test archive.3.7.2+6, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28291/head (3e46e7fdc64d91bd792acd6d282116b1fe84d312)
on ubuntu-24.04-ocaml-4.14/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/28291/head" && git reset --hard 3e46e7fd
git fetch origin master
git merge --no-edit b6a264c784afa1e19f7a926fc10d49010ad12be4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:a4b0f03526a93faaa43334fd9da2b4b9d7cf267f7ac19a086c086710a2ea0a35
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 archive.3.7.2+6 3.7.2+6
RUN opam reinstall archive.3.7.2+6; \
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" != 'archive.3.7.2+6' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test archive.3.7.2+6) || true
RUN opam reinstall --with-test --verbose archive.3.7.2+6; \
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" != 'archive.3.7.2+6' && 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 16:57.15: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:a4b0f03526a93faaa43334fd9da2b4b9d7cf267f7ac19a086c086710a2ea0a35-archive.3.7.2+6-3e46e7fdc64d91bd792acd6d282116b1fe84d312"
2025-11-10 16:57.15: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:a4b0f03526a93faaa43334fd9da2b4b9d7cf267f7ac19a086c086710a2ea0a35)
(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 archive.3.7.2+6 3.7.2+6"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall archive.3.7.2+6;\
\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\" != 'archive.3.7.2+6' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test archive.3.7.2+6) || true"))
(run (shell "opam reinstall --with-test --verbose archive.3.7.2+6;\
\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\" != 'archive.3.7.2+6' && 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 16:57.15: Waiting for resource in pool OCluster
2025-11-10 21:34.38: Waiting for worker…
2025-11-11 06:43.07: Got resource from pool OCluster
Building on riscv-bm-01.sw.ci.dev
All commits already cached
Updating files: 14% (2680/18707)
Updating files: 15% (2807/18707)
Updating files: 16% (2994/18707)
Updating files: 17% (3181/18707)
Updating files: 18% (3368/18707)
Updating files: 19% (3555/18707)
Updating files: 20% (3742/18707)
Updating files: 21% (3929/18707)
Updating files: 22% (4116/18707)
Updating files: 23% (4303/18707)
Updating files: 24% (4490/18707)
Updating files: 25% (4677/18707)
Updating files: 26% (4864/18707)
Updating files: 27% (5051/18707)
Updating files: 27% (5213/18707)
Updating files: 28% (5238/18707)
Updating files: 29% (5426/18707)
Updating files: 30% (5613/18707)
Updating files: 31% (5800/18707)
Updating files: 32% (5987/18707)
Updating files: 33% (6174/18707)
Updating files: 34% (6361/18707)
Updating files: 35% (6548/18707)
Updating files: 36% (6735/18707)
Updating files: 37% (6922/18707)
Updating files: 38% (7109/18707)
Updating files: 39% (7296/18707)
Updating files: 40% (7483/18707)
Updating files: 41% (7670/18707)
Updating files: 42% (7857/18707)
Updating files: 42% (7861/18707)
Updating files: 43% (8045/18707)
Updating files: 44% (8232/18707)
Updating files: 45% (8419/18707)
Updating files: 46% (8606/18707)
Updating files: 47% (8793/18707)
Updating files: 48% (8980/18707)
Updating files: 49% (9167/18707)
Updating files: 50% (9354/18707)
Updating files: 51% (9541/18707)
Updating files: 52% (9728/18707)
Updating files: 53% (9915/18707)
Updating files: 54% (10102/18707)
Updating files: 55% (10289/18707)
Updating files: 55% (10362/18707)
Updating files: 56% (10476/18707)
Updating files: 57% (10663/18707)
Updating files: 58% (10851/18707)
Updating files: 59% (11038/18707)
Updating files: 60% (11225/18707)
Updating files: 61% (11412/18707)
Updating files: 62% (11599/18707)
Updating files: 63% (11786/18707)
Updating files: 64% (11973/18707)
Updating files: 65% (12160/18707)
Updating files: 66% (12347/18707)
Updating files: 67% (12534/18707)
Updating files: 67% (12715/18707)
Updating files: 68% (12721/18707)
Updating files: 69% (12908/18707)
Updating files: 70% (13095/18707)
Updating files: 71% (13282/18707)
Updating files: 72% (13470/18707)
Updating files: 73% (13657/18707)
Updating files: 74% (13844/18707)
Updating files: 75% (14031/18707)
Updating files: 76% (14218/18707)
Updating files: 77% (14405/18707)
Updating files: 78% (14592/18707)
Updating files: 79% (14779/18707)
Updating files: 80% (14966/18707)
Updating files: 80% (15075/18707)
Updating files: 81% (15153/18707)
Updating files: 82% (15340/18707)
Updating files: 83% (15527/18707)
Updating files: 84% (15714/18707)
Updating files: 85% (15901/18707)
Updating files: 86% (16089/18707)
Updating files: 87% (16276/18707)
Updating files: 88% (16463/18707)
Updating files: 89% (16650/18707)
Updating files: 90% (16837/18707)
Updating files: 91% (17024/18707)
Updating files: 92% (17211/18707)
Updating files: 93% (17398/18707)
Updating files: 93% (17449/18707)
Updating files: 94% (17585/18707)
Updating files: 95% (17772/18707)
Updating files: 96% (17959/18707)
Updating files: 97% (18146/18707)
Updating files: 98% (18333/18707)
Updating files: 99% (18520/18707)
Updating files: 100% (18707/18707)
Updating files: 100% (18707/18707), done.
HEAD is now at b6a264c784 Merge pull request #28853 from AltGr/catala100
Merge made by the 'ort' strategy.
packages/archive-lwt/archive-lwt.3.7.2+6/opam | 52 ++++++++++++++++++++
packages/archive/archive.3.7.2+6/opam | 69 +++++++++++++++++++++++++++
2 files changed, 121 insertions(+)
create mode 100644 packages/archive-lwt/archive-lwt.3.7.2+6/opam
create mode 100644 packages/archive/archive.3.7.2+6/opam
(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:a4b0f03526a93faaa43334fd9da2b4b9d7cf267f7ac19a086c086710a2ea0a35)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:a4b0f03526a93faaa43334fd9da2b4b9d7cf267f7ac19a086c086710a2ea0a35' locally
docker.io/ocaml/opam@sha256:a4b0f03526a93faaa43334fd9da2b4b9d7cf267f7ac19a086c086710a2ea0a35: Pulling from ocaml/opam
ff47a256ba51: Already exists
07f865b4eced: Pulling fs layer
e5a6a81924d1: Pulling fs layer
d2993474f6c4: Pulling fs layer
be37240cea2e: Pulling fs layer
4c7a4c780d69: Pulling fs layer
949ffaae844f: Pulling fs layer
65007da87cd6: Pulling fs layer
376b4433eeaf: Pulling fs layer
e4c73e6a1fc1: Pulling fs layer
0f0889c64018: Pulling fs layer
436990646fd8: Pulling fs layer
cb9bd38ee801: Pulling fs layer
448d2014f999: Pulling fs layer
ea72d1803671: Pulling fs layer
3f795e13b111: Pulling fs layer
2137184b4e70: Pulling fs layer
ab9789196f84: Pulling fs layer
dbbe96a6bdee: Pulling fs layer
fb6f4e997127: Pulling fs layer
4f4fb700ef54: Pulling fs layer
78488e87ab1d: Pulling fs layer
1a2baa16ab41: Pulling fs layer
52441bed4375: Pulling fs layer
58cb70dff4c6: Pulling fs layer
43e3d939c3f3: Pulling fs layer
5ce97af1f60e: Pulling fs layer
8ffc91fd116a: Pulling fs layer
ff8c038c8028: Pulling fs layer
d57176bef7d7: Pulling fs layer
89b975f1d5f3: Pulling fs layer
921cd587cd96: Pulling fs layer
ae8ab1c95bad: Pulling fs layer
1fe2a75aa09d: Pulling fs layer
831d70711341: Pulling fs layer
07812c06f386: Pulling fs layer
859e3a9917cd: Pulling fs layer
25a638362d2e: Pulling fs layer
e81b913ad5a4: Pulling fs layer
91b5ea018c62: Pulling fs layer
fc1c54249f4d: Pulling fs layer
3530f0adc451: Pulling fs layer
bc237df4bbe3: Pulling fs layer
5ce97af1f60e: Waiting
8ffc91fd116a: Waiting
ff8c038c8028: Waiting
d57176bef7d7: Waiting
89b975f1d5f3: Waiting
921cd587cd96: Waiting
376b4433eeaf: Waiting
e4c73e6a1fc1: Waiting
0f0889c64018: Waiting
436990646fd8: Waiting
cb9bd38ee801: Waiting
448d2014f999: Waiting
ae8ab1c95bad: Waiting
ea72d1803671: Waiting
3f795e13b111: Waiting
1fe2a75aa09d: Waiting
be37240cea2e: Waiting
831d70711341: Waiting
07812c06f386: Waiting
859e3a9917cd: Waiting
25a638362d2e: Waiting
e81b913ad5a4: Waiting
2137184b4e70: Waiting
ab9789196f84: Waiting
dbbe96a6bdee: Waiting
91b5ea018c62: Waiting
fc1c54249f4d: Waiting
3530f0adc451: Waiting
fb6f4e997127: Waiting
bc237df4bbe3: Waiting
4c7a4c780d69: Waiting
4f4fb700ef54: Waiting
78488e87ab1d: Waiting
949ffaae844f: Waiting
65007da87cd6: Waiting
1a2baa16ab41: Waiting
52441bed4375: Waiting
58cb70dff4c6: Waiting
43e3d939c3f3: Waiting
e5a6a81924d1: Download complete
07f865b4eced: Verifying Checksum
07f865b4eced: Download complete
07f865b4eced: Pull complete
e5a6a81924d1: Pull complete
be37240cea2e: Verifying Checksum
be37240cea2e: Download complete
949ffaae844f: Verifying Checksum
949ffaae844f: Download complete
65007da87cd6: Download complete
376b4433eeaf: Verifying Checksum
376b4433eeaf: Download complete
4c7a4c780d69: Verifying Checksum
4c7a4c780d69: Download complete
0f0889c64018: Verifying Checksum
436990646fd8: Verifying Checksum
436990646fd8: Download complete
cb9bd38ee801: Download complete
448d2014f999: Verifying Checksum
448d2014f999: Download complete
ea72d1803671: Verifying Checksum
ea72d1803671: Download complete
3f795e13b111: Verifying Checksum
3f795e13b111: Download complete
2137184b4e70: Verifying Checksum
2137184b4e70: Download complete
ab9789196f84: Verifying Checksum
ab9789196f84: Download complete
dbbe96a6bdee: Verifying Checksum
dbbe96a6bdee: Download complete
fb6f4e997127: Verifying Checksum
fb6f4e997127: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
78488e87ab1d: Verifying Checksum
78488e87ab1d: Download complete
1a2baa16ab41: Verifying Checksum
1a2baa16ab41: Download complete
52441bed4375: Verifying Checksum
52441bed4375: Download complete
58cb70dff4c6: Verifying Checksum
58cb70dff4c6: Download complete
43e3d939c3f3: Verifying Checksum
43e3d939c3f3: Download complete
5ce97af1f60e: Verifying Checksum
5ce97af1f60e: Download complete
8ffc91fd116a: Verifying Checksum
8ffc91fd116a: Download complete
ff8c038c8028: Verifying Checksum
ff8c038c8028: Download complete
d57176bef7d7: Verifying Checksum
d57176bef7d7: Download complete
89b975f1d5f3: Verifying Checksum
89b975f1d5f3: Download complete
921cd587cd96: Verifying Checksum
921cd587cd96: Download complete
ae8ab1c95bad: Verifying Checksum
ae8ab1c95bad: Download complete
d2993474f6c4: Verifying Checksum
d2993474f6c4: Download complete
831d70711341: Verifying Checksum
831d70711341: Download complete
d2993474f6c4: Pull complete
be37240cea2e: Pull complete
e4c73e6a1fc1: Verifying Checksum
e4c73e6a1fc1: Download complete
859e3a9917cd: Verifying Checksum
859e3a9917cd: Download complete
25a638362d2e: Verifying Checksum
25a638362d2e: Download complete
e81b913ad5a4: Verifying Checksum
e81b913ad5a4: Download complete
07812c06f386: Verifying Checksum
07812c06f386: Download complete
fc1c54249f4d: Verifying Checksum
fc1c54249f4d: Download complete
3530f0adc451: Verifying Checksum
3530f0adc451: Download complete
bc237df4bbe3: Verifying Checksum
bc237df4bbe3: Download complete
1fe2a75aa09d: Verifying Checksum
1fe2a75aa09d: Download complete
4c7a4c780d69: Pull complete
91b5ea018c62: Verifying Checksum
91b5ea018c62: Download complete
949ffaae844f: Pull complete
65007da87cd6: Pull complete
376b4433eeaf: Pull complete
e4c73e6a1fc1: Pull complete
0f0889c64018: Pull complete
436990646fd8: Pull complete
cb9bd38ee801: Pull complete
448d2014f999: Pull complete
ea72d1803671: Pull complete
3f795e13b111: Pull complete
2137184b4e70: Pull complete
ab9789196f84: Pull complete
dbbe96a6bdee: Pull complete
fb6f4e997127: Pull complete
4f4fb700ef54: Pull complete
78488e87ab1d: Pull complete
1a2baa16ab41: Pull complete
52441bed4375: Pull complete
58cb70dff4c6: Pull complete
43e3d939c3f3: Pull complete
5ce97af1f60e: Pull complete
8ffc91fd116a: Pull complete
ff8c038c8028: Pull complete
d57176bef7d7: Pull complete
89b975f1d5f3: Pull complete
921cd587cd96: Pull complete
ae8ab1c95bad: Pull complete
1fe2a75aa09d: Pull complete
831d70711341: Pull complete
07812c06f386: Pull complete
859e3a9917cd: Pull complete
25a638362d2e: Pull complete
e81b913ad5a4: Pull complete
91b5ea018c62: Pull complete
fc1c54249f4d: Pull complete
3530f0adc451: Pull complete
bc237df4bbe3: Pull complete
Digest: sha256:a4b0f03526a93faaa43334fd9da2b4b9d7cf267f7ac19a086c086710a2ea0a35
Status: Downloaded newer image for ocaml/opam@sha256:a4b0f03526a93faaa43334fd9da2b4b9d7cf267f7ac19a086c086710a2ea0a35
2025-11-11 06:43.19 ---> using "dc7796d32c406e97924e871350dc298f7be232a86ff5c28a159f9350d060021c" 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-11 06:43.19 ---> using "037ce974ac72ee5f9c8344ace179b7f65b68e76d95845855df35df81e4ede315" 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-11 06:43.19 ---> using "4c30fffaa4bde6bf8370499b5854940ea0efe0048ff8c6c4246d52871702c6d9" 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 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2025-11-11 06:43.19 ---> using "272d9cb94d92ef110026429807c036170de8ce8b85763b50ca5c89b9c884db32" 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-11 06:43.19 ---> using "56981ccf6b5038ab6b94817b31b9196c0b943550a3ff0a96338ea302a3b93c4b" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-11 06:43.25 ---> using "2ce69e8c4ba82a336eaa86a3d13c0e45c7467a01f4174ea5de631335235636f0" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-11 06:43.25 ---> using "34dabcede8eee680e0af97824323b7085bae55dc14b3e5b0ecd71692998b0d08" 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 (215 kB/s)
- Reading package lists...
-
2025-11-11 06:43.25 ---> using "b00960436f2ebf8a9559b49d02b424d617aecb7fd0ab0816773891c134c1002b" from cache
/home/opam: (run (shell "opam pin add -k version -yn archive.3.7.2+6 3.7.2+6"))
archive is now pinned to version 3.7.2+6
2025-11-11 06:43.25 ---> using "512abadd32b462a196e9d7023c75cdedd5d12def900c5f62619800909600d48e" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall archive.3.7.2+6;\
\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\" != 'archive.3.7.2+6' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
archive.3.7.2+6 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 6 packages
- install archive 3.7.2+6 (pinned)
- install conf-pkg-config 4 [required by archive]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.20.2 [required by archive]
- install dune-configurator 3.20.2 [required by archive]
- install fileutils 0.6.6 [required by archive]
The following system packages will first need to be installed:
libarchive-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libarchive-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libicu74:riscv64.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16249 files and directories currently installed.)
- Preparing to unpack .../00-libicu74_74.2-1ubuntu3.1_riscv64.deb ...
- Unpacking libicu74:riscv64 (74.2-1ubuntu3.1) ...
- Selecting previously unselected package libxml2:riscv64.
- Preparing to unpack .../01-libxml2_2.9.14+dfsg-1.3ubuntu3.6_riscv64.deb ...
- Unpacking libxml2:riscv64 (2.9.14+dfsg-1.3ubuntu3.6) ...
- Selecting previously unselected package bzip2-doc.
- Preparing to unpack .../02-bzip2-doc_1.0.8-5.1build0.1_all.deb ...
- Unpacking bzip2-doc (1.0.8-5.1build0.1) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../03-icu-devtools_74.2-1ubuntu3.1_riscv64.deb ...
- Unpacking icu-devtools (74.2-1ubuntu3.1) ...
- Selecting previously unselected package libarchive13t64:riscv64.
- Preparing to unpack .../04-libarchive13t64_3.7.2-2ubuntu0.5_riscv64.deb ...
- Unpacking libarchive13t64:riscv64 (3.7.2-2ubuntu0.5) ...
- Selecting previously unselected package libbz2-dev:riscv64.
- Preparing to unpack .../05-libbz2-dev_1.0.8-5.1build0.1_riscv64.deb ...
- Unpacking libbz2-dev:riscv64 (1.0.8-5.1build0.1) ...
- Selecting previously unselected package liblz4-dev:riscv64.
- Preparing to unpack .../06-liblz4-dev_1.9.4-1build1.1_riscv64.deb ...
- Unpacking liblz4-dev:riscv64 (1.9.4-1build1.1) ...
- Selecting previously unselected package liblzma-dev:riscv64.
- Preparing to unpack .../07-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_riscv64.deb ...
- Unpacking liblzma-dev:riscv64 (5.6.1+really5.4.5-1ubuntu0.2) ...
- Selecting previously unselected package libicu-dev:riscv64.
- Preparing to unpack .../08-libicu-dev_74.2-1ubuntu3.1_riscv64.deb ...
- Unpacking libicu-dev:riscv64 (74.2-1ubuntu3.1) ...
- Selecting previously unselected package libxml2-dev:riscv64.
- Preparing to unpack .../09-libxml2-dev_2.9.14+dfsg-1.3ubuntu3.6_riscv64.deb ...
- Unpacking libxml2-dev:riscv64 (2.9.14+dfsg-1.3ubuntu3.6) ...
- Selecting previously unselected package libzstd-dev:riscv64.
- Preparing to unpack .../10-libzstd-dev_1.5.5+dfsg2-2build1.1_riscv64.deb ...
- Unpacking libzstd-dev:riscv64 (1.5.5+dfsg2-2build1.1) ...
- Selecting previously unselected package zlib1g-dev:riscv64.
- Preparing to unpack .../11-zlib1g-dev_1%3a1.3.dfsg-3.1ubuntu2.1_riscv64.deb ...
- Unpacking zlib1g-dev:riscv64 (1:1.3.dfsg-3.1ubuntu2.1) ...
- Selecting previously unselected package libattr1-dev:riscv64.
- Preparing to unpack .../12-libattr1-dev_1%3a2.5.2-1build1.1_riscv64.deb ...
- Unpacking libattr1-dev:riscv64 (1:2.5.2-1build1.1) ...
- Selecting previously unselected package libacl1-dev:riscv64.
- Preparing to unpack .../13-libacl1-dev_2.3.2-1build1.1_riscv64.deb ...
- Unpacking libacl1-dev:riscv64 (2.3.2-1build1.1) ...
- Selecting previously unselected package comerr-dev:riscv64.
- Preparing to unpack .../14-comerr-dev_2.1-1.47.0-2.4~exp1ubuntu4.1_riscv64.deb ...
- Unpacking comerr-dev:riscv64 (2.1-1.47.0-2.4~exp1ubuntu4.1) ...
- Selecting previously unselected package libext2fs-dev.
- Preparing to unpack .../15-libext2fs-dev_1.47.0-2.4~exp1ubuntu4.1_riscv64.deb ...
- Unpacking libext2fs-dev (1.47.0-2.4~exp1ubuntu4.1) ...
- Selecting previously unselected package libgmpxx4ldbl:riscv64.
- Preparing to unpack .../16-libgmpxx4ldbl_2%3a6.3.0+dfsg-2ubuntu6.1_riscv64.deb ...
- Unpacking libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Selecting previously unselected package libgmp-dev:riscv64.
- Preparing to unpack .../17-libgmp-dev_2%3a6.3.0+dfsg-2ubuntu6.1_riscv64.deb ...
- Unpacking libgmp-dev:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Selecting previously unselected package nettle-dev:riscv64.
- Preparing to unpack .../18-nettle-dev_3.9.1-2.2build1.1_riscv64.deb ...
- Unpacking nettle-dev:riscv64 (3.9.1-2.2build1.1) ...
- Selecting previously unselected package libarchive-dev:riscv64.
- Preparing to unpack .../19-libarchive-dev_3.7.2-2ubuntu0.5_riscv64.deb ...
- Unpacking libarchive-dev:riscv64 (3.7.2-2ubuntu0.5) ...
- Selecting previously unselected package libpkgconf3:riscv64.
- Preparing to unpack .../20-libpkgconf3_1.8.1-2build1_riscv64.deb ...
- Unpacking libpkgconf3:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../21-pkgconf-bin_1.8.1-2build1_riscv64.deb ...
- Unpacking pkgconf-bin (1.8.1-2build1) ...
- Selecting previously unselected package pkgconf:riscv64.
- Preparing to unpack .../22-pkgconf_1.8.1-2build1_riscv64.deb ...
- Unpacking pkgconf:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package pkg-config:riscv64.
- Preparing to unpack .../23-pkg-config_1.8.1-2build1_riscv64.deb ...
- Unpacking pkg-config:riscv64 (1.8.1-2build1) ...
- Setting up bzip2-doc (1.0.8-5.1build0.1) ...
- Setting up libzstd-dev:riscv64 (1.5.5+dfsg2-2build1.1) ...
- Setting up libattr1-dev:riscv64 (1:2.5.2-1build1.1) ...
- Setting up libpkgconf3:riscv64 (1.8.1-2build1) ...
- Setting up libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Setting up comerr-dev:riscv64 (2.1-1.47.0-2.4~exp1ubuntu4.1) ...
- Setting up liblz4-dev:riscv64 (1.9.4-1build1.1) ...
- Setting up pkgconf-bin (1.8.1-2build1) ...
- Setting up liblzma-dev:riscv64 (5.6.1+really5.4.5-1ubuntu0.2) ...
- Setting up libicu74:riscv64 (74.2-1ubuntu3.1) ...
- Setting up zlib1g-dev:riscv64 (1:1.3.dfsg-3.1ubuntu2.1) ...
- Setting up libext2fs-dev (1.47.0-2.4~exp1ubuntu4.1) ...
- Setting up libxml2:riscv64 (2.9.14+dfsg-1.3ubuntu3.6) ...
- Setting up libacl1-dev:riscv64 (2.3.2-1build1.1) ...
- Setting up libbz2-dev:riscv64 (1.0.8-5.1build0.1) ...
- Setting up libgmp-dev:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Setting up nettle-dev:riscv64 (3.9.1-2.2build1.1) ...
- Setting up pkgconf:riscv64 (1.8.1-2build1) ...
- Setting up icu-devtools (74.2-1ubuntu3.1) ...
- Setting up pkg-config:riscv64 (1.8.1-2build1) ...
- Setting up libarchive13t64:riscv64 (3.7.2-2ubuntu0.5) ...
- Setting up libicu-dev:riscv64 (74.2-1ubuntu3.1) ...
- Setting up libxml2-dev:riscv64 (2.9.14+dfsg-1.3ubuntu3.6) ...
- Setting up libarchive-dev:riscv64 (3.7.2-2ubuntu0.5) ...
- Processing triggers for libc-bin (2.39-0ubuntu8.6) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved archive.3.7.2+6 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved fileutils.0.6.6 (cached)
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed fileutils.0.6.6
-> installed dune-configurator.3.20.2
-> installed archive.3.7.2+6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-11 06:43.25 ---> using "f480f2f78d082276bbcd186fd690a24f265b6b450df43014cc5d3e6777eb1765" from cache
/home/opam: (run (network host)
(shell "(opam reinstall --with-test archive.3.7.2+6) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile archive 3.7.2+6 (pinned)
=== install 10 packages
- install archive-lwt 3.7.2+6
- install base-bytes base
- install cppo 1.8.0 [required by extlib]
- install extlib 1.8.0 [required by archive]
- install lwt 5.9.2
- install ocamlfind 1.9.8
- install ocplib-endian 1.2
- install ounit2 2.2.7 [required by archive]
- install seq base [required by ounit2]
- install stdlib-shims 0.3.0 [required by ounit2]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved archive.3.7.2+6, archive-lwt.3.7.2+6 (https://github.com/gildor478/ocaml-archive/releases/download/v3.7.2%2B6/archive-3.7.2.6.tbz)
-> retrieved cppo.1.8.0 (https://opam.ocaml.org/cache)
-> retrieved extlib.1.8.0 (https://opam.ocaml.org/cache)
-> retrieved lwt.5.9.2 (https://opam.ocaml.org/cache)
-> retrieved ocamlfind.1.9.8 (https://opam.ocaml.org/cache)
-> retrieved ocplib-endian.1.2 (https://opam.ocaml.org/cache)
-> retrieved ounit2.2.2.7 (https://opam.ocaml.org/cache)
-> retrieved seq.base (2 extra sources)
-> retrieved seq.base (2 extra sources)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache)
-> installed stdlib-shims.0.3.0
-> removed archive.3.7.2+6
-> installed cppo.1.8.0
-> installed ounit2.2.2.7
-> installed extlib.1.8.0
[ERROR] The compilation of archive.3.7.2+6 failed at "dune build -p archive -j 3 @install @runtest".
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocplib-endian.1.2
-> installed lwt.5.9.2
#=== ERROR while compiling archive.3.7.2+6 ====================================#
# context 2.5.0~alpha1 | linux/riscv64 | ocaml-base-compiler.4.14.2 | pinned(https://github.com/gildor478/ocaml-archive/releases/download/v3.7.2%2B6/archive-3.7.2.6.tbz)
# path ~/.opam/4.14/.opam-switch/build/archive.3.7.2+6
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p archive -j 3 @install @runtest
# exit-code 1
# env-file ~/.opam/log/archive-7-3dc0f3.env
# output-file ~/.opam/log/archive-7-3dc0f3.out
### output ###
# File "test/dune", line 4, characters 20-31:
# 4 | (libraries archive archive-lwt ounit2 extlib))
# ^^^^^^^^^^^
# Error: Library "archive-lwt" not found.
# -> required by _build/default/test/test.exe
# -> required by alias test/runtest-test in test/dune:2
# -> required by alias test/runtest
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build archive 3.7.2+6
+-
+- The following changes have been performed (the rest was aborted)
| - remove archive 3.7.2+6
| - install base-bytes base
| - install cppo 1.8.0
| - install extlib 1.8.0
| - install lwt 5.9.2
| - install ocamlfind 1.9.8
| - install ocplib-endian 1.2
| - install ounit2 2.2.7
| - install seq base
| - install stdlib-shims 0.3.0
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20251111064327.export"
Or you can retry to install your package selection with:
/usr/bin/opam install --restore
2025-11-11 06:44.40 ---> saved as "3db2aa56f71534466bc2179571a6b21613433e385825f52bd316aa77f4f278fc"
/home/opam: (run (shell "opam reinstall --with-test --verbose archive.3.7.2+6;\
\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\" != 'archive.3.7.2+6' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
archive.3.7.2+6 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install archive 3.7.2+6 (pinned)
- install archive-lwt 3.7.2+6
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/5: [archive-lwt.3.7.2+6: extract]
-> retrieved archive.3.7.2+6, archive-lwt.3.7.2+6 (cached)
Processing 2/5: [archive: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "archive" "-j" "3" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/archive.3.7.2+6)
- File "test/dune", line 4, characters 20-31:
- 4 | (libraries archive archive-lwt ounit2 extlib))
- ^^^^^^^^^^^
- Error: Library "archive-lwt" not found.
- -> required by _build/default/test/test.exe
- -> required by alias test/runtest-test in test/dune:2
- -> required by alias test/runtest
[ERROR] The compilation of archive.3.7.2+6 failed at "dune build -p archive -j 3 @install @runtest".
#=== ERROR while compiling archive.3.7.2+6 ====================================#
# context 2.5.0~alpha1 | linux/riscv64 | ocaml-base-compiler.4.14.2 | pinned(https://github.com/gildor478/ocaml-archive/releases/download/v3.7.2%2B6/archive-3.7.2.6.tbz)
# path ~/.opam/4.14/.opam-switch/build/archive.3.7.2+6
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p archive -j 3 @install @runtest
# exit-code 1
# env-file ~/.opam/log/archive-7-e903cd.env
# output-file ~/.opam/log/archive-7-e903cd.out
### output ###
# File "test/dune", line 4, characters 20-31:
# 4 | (libraries archive archive-lwt ounit2 extlib))
# ^^^^^^^^^^^
# Error: Library "archive-lwt" not found.
# -> required by _build/default/test/test.exe
# -> required by alias test/runtest-test in test/dune:2
# -> required by alias test/runtest
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions were aborted
| - install archive-lwt 3.7.2+6
+-
+- The following actions failed
| - build archive 3.7.2+6
+-
- No changes have been performed
# To update the current shell environment, run: eval $(opam env)
'opam reinstall --with-test --verbose archive.3.7.2+6' failed.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall --with-test --verbose archive.3.7.2+6;
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" != 'archive.3.7.2+6' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2025-11-11 06:45.41: Job failed: Failed: Build failed
2025-11-11 06:45.41: Log analysis:
2025-11-11 06:45.41: >>>
[ERROR] The compilation of archive.3.7.2+6 failed at "dune build -p archive -j 3 @install @runtest".
(score = 20)
2025-11-11 06:45.41: >>>
# Error: Library "archive-lwt" not found.
(score = 48)
2025-11-11 06:45.41: >>>
[ERROR] The compilation of archive.3.7.2+6 failed at "dune build -p archive -j 3 @install @runtest".
(score = 20)
2025-11-11 06:45.41: >>>
# Error: Library "archive-lwt" not found.
(score = 48)
2025-11-11 06:45.41: Library "archive-lwt" not found.