(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 opensuse-tumbleweed-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/28291/head" && git reset --hard 3e46e7fd
git fetch origin master
git merge --no-edit b6a264c784afa1e19f7a926fc10d49010ad12be4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1101a27d55670145109cbed58ff383f7ac93804a304be6318ca4395193bf85a1
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 "\"opensuse-tumbleweed\""; 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 "\"opensuse-tumbleweed\""; 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:opensuse-tumbleweed-ocaml-5.4@sha256:1101a27d55670145109cbed58ff383f7ac93804a304be6318ca4395193bf85a1-archive.3.7.2+6-3e46e7fdc64d91bd792acd6d282116b1fe84d312"
2025-11-10 16:57.15: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1101a27d55670145109cbed58ff383f7ac93804a304be6318ca4395193bf85a1)
(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 \"\\\"opensuse-tumbleweed\\\"\"; 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 \"\\\"opensuse-tumbleweed\\\"\"; 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:57.01: Waiting for worker…
2025-11-10 22:00.39: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
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:opensuse-tumbleweed-ocaml-5.4@sha256:1101a27d55670145109cbed58ff383f7ac93804a304be6318ca4395193bf85a1)
2025-11-10 22:01.42 ---> using "61905dd31524248e0326299db50004e79045020a1fbc669fcc88242bcc9d84bd" 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 22:01.42 ---> using "344605ee6928747f4cc8eb41a3db213bbe208b81e46f660291279e5d001b24e9" 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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-10 22:01.42 ---> using "9fc4db2ac64424711b441d8c72be1ae6270005e92af779f85ec38cc8b92d48b2" 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=x86_64 os=linux os-distribution=opensuse-tumbleweed os-version=20251106
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# 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 22:01.42 ---> using "1ec060004fc2f0041478693c6877980eaaf6eb555c3f45f0b434912e4f51306a" 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 22:01.42 ---> using "57b2419a4421beb84999ca548374d4062b34886bc314f677a67f15ecbe32a303" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 22:02.06 ---> saved as "fdd3c3b95546bc00fd35c164ca44a94c4c2a9a96c2574a2c9fb26d63c781cf1c"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 22:02.25 ---> saved as "39f1d26b4189d12b6374182978a4fba9d4f2f57fa708c385212541c6c9454b34"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
- gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- ...
- ....done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
- gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- ....
- ...........
- ..........
- ...done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2025-11-10 22:02.34 ---> saved as "87bfd6affc2eaf48ffa53c820f1ec515c413227498e58223207f74cff7d9ebcd"
/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-10 22:02.36 ---> saved as "5b89f8be2c293444ca995c13c0b38595fa31803ee1e7dcb3e5abe00134387002"
/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 \"\\\"opensuse-tumbleweed\\\"\"; 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-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
2. Display the recommended zypper 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 "zypper" "--non-interactive" "install" "libarchive-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
-
- The following 2 NEW packages are going to be installed:
- libarchive-devel libarchive13
-
- 2 new packages to install.
-
- Package download size: 524.5 KiB
-
- Package install size change:
- | 1.1 MiB required by packages that will be installed
- 1.1 MiB | - 0 B released by packages that will be removed
-
- Backend: classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [.
- .
- Preloading: libarchive-devel-3.8.1-1.2.x86_64.rpm [done]
- .
- Preloading: libarchive13-3.8.1-1.2.x86_64.rpm [done]
- .
- done]
- Retrieving: libarchive13-3.8.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (1/2), 390.8 KiB
- Retrieving: libarchive-devel-3.8.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (2/2), 133.7 KiB
-
- Checking for file conflicts: [...
- .done]
- (1/2) Installing: libarchive13-3.8.1-1.2.x86_64 [.
- .done]
- (2/2) Installing: libarchive-devel-3.8.1-1.2.x86_64 [..done]
- Running post-transaction scripts [....done]
<><> 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-10 22:03.24 ---> saved as "89fd6223fb5a94686ca1b7f7cbbdd26db692855ebd80459c4965eef69c563a1a"
/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)
-> installed cppo.1.8.0
-> 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)
-> removed archive.3.7.2+6
-> installed stdlib-shims.0.3.0
-> installed extlib.1.8.0
-> installed ounit2.2.2.7
[ERROR] The compilation of archive.3.7.2+6 failed at "dune build -p archive -j 255 @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/x86_64 | ocaml-base-compiler.5.4.0 | pinned(https://github.com/gildor478/ocaml-archive/releases/download/v3.7.2%2B6/archive-3.7.2.6.tbz)
# path ~/.opam/5.4/.opam-switch/build/archive.3.7.2+6
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p archive -j 255 @install @runtest
# exit-code 1
# env-file ~/.opam/log/archive-8-9fce8a.env
# output-file ~/.opam/log/archive-8-9fce8a.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/5.4/.opam-switch/backup/state-20251110220324.export"
Or you can retry to install your package selection with:
/usr/bin/opam install --restore
2025-11-10 22:03.36 ---> saved as "abba41e244acc6155a55644f90e2f955507788d50fa3cf553bd7923567267954"
/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 \"\\\"opensuse-tumbleweed\\\"\"; 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" "255" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.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 255 @install @runtest".
#=== ERROR while compiling archive.3.7.2+6 ====================================#
# context 2.5.0~alpha1 | linux/x86_64 | ocaml-base-compiler.5.4.0 | pinned(https://github.com/gildor478/ocaml-archive/releases/download/v3.7.2%2B6/archive-3.7.2.6.tbz)
# path ~/.opam/5.4/.opam-switch/build/archive.3.7.2+6
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p archive -j 255 @install @runtest
# exit-code 1
# env-file ~/.opam/log/archive-7-28e836.env
# output-file ~/.opam/log/archive-7-28e836.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 "\"opensuse-tumbleweed\""; 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-10 22:04.49: Job failed: Failed: Build failed
2025-11-10 22:04.49: Log analysis:
2025-11-10 22:04.49: >>>
[ERROR] The compilation of archive.3.7.2+6 failed at "dune build -p archive -j 255 @install @runtest".
(score = 20)
2025-11-10 22:04.49: >>>
# Error: Library "archive-lwt" not found.
(score = 48)
2025-11-10 22:04.49: >>>
[ERROR] The compilation of archive.3.7.2+6 failed at "dune build -p archive -j 255 @install @runtest".
(score = 20)
2025-11-10 22:04.49: >>>
# Error: Library "archive-lwt" not found.
(score = 48)
2025-11-10 22:04.49: Library "archive-lwt" not found.