(for PR #28291)
2025-11-10 16:57.15: New job: test archive.3.7.2+6, using opam 2.2
from https://github.com/ocaml/opam-repository.git#refs/pull/28291/head (3e46e7fdc64d91bd792acd6d282116b1fe84d312)
on debian-13-ocaml-4.14/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:debian-13-ocaml-4.14@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.2 /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 "\"debian-13\""; 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 "\"debian-13\""; 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:debian-13-ocaml-4.14@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e-archive.3.7.2+6-3e46e7fdc64d91bd792acd6d282116b1fe84d312"
2025-11-10 16:57.15: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.2 /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 \"\\\"debian-13\\\"\"; 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 \"\\\"debian-13\\\"\"; 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:59.51: Waiting for worker…
2025-11-10 22:04.49: 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:debian-13-ocaml-4.14@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e' locally
docker.io/ocaml/opam@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e: Pulling from ocaml/opam
13cc39f8244a: Already exists
b27d53669817: Already exists
062c909e206e: Already exists
265baae72087: Already exists
b6b7b385247c: Already exists
bfb7bf5b7c6d: Already exists
b18c76fc18f2: Already exists
6bdbb37ee35f: Already exists
84035aa4da2d: Already exists
0c3307e14207: Already exists
30b92d637d72: Already exists
991b07583706: Already exists
e1d7a79a1495: Already exists
6b08d63c6214: Already exists
4c7236344711: Already exists
12506f41e8b0: Already exists
12506f41e8b0: Already exists
2330d596aec1: Already exists
a48299f5ec62: Already exists
04618a577568: Already exists
8c4b002d072b: Already exists
4f4fb700ef54: Already exists
ff68f05e2976: Already exists
d5543b560a3e: Already exists
4a9030bbb1ef: Already exists
c59b3bec3411: Already exists
85a7c9be9495: Already exists
dbc6bd8f2e44: Already exists
6680a5133ca2: Already exists
470c0056084c: Already exists
6b9af56b67cf: Already exists
c572cde25fb3: Already exists
033b2d405acf: Already exists
663cc5b3d424: Already exists
840bbd47fded: Already exists
fb8f644ba010: Already exists
66735543f230: Already exists
7896354b8c11: Already exists
a0063722d8c2: Already exists
7018e4a5881b: Already exists
68cdbf191334: Pulling fs layer
32f4eb11e5dc: Pulling fs layer
eeb0425dd47f: Pulling fs layer
12428cddc61a: Pulling fs layer
32f4eb11e5dc: Verifying Checksum
32f4eb11e5dc: Download complete
eeb0425dd47f: Download complete
12428cddc61a: Download complete
68cdbf191334: Verifying Checksum
68cdbf191334: Download complete
68cdbf191334: Pull complete
32f4eb11e5dc: Pull complete
eeb0425dd47f: Pull complete
12428cddc61a: Pull complete
Digest: sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e
Status: Downloaded newer image for ocaml/opam@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e
2025-11-10 22:05.38 ---> using "0a7782df646ba17c4c91deb7545267f63c19555df9b225a0640862ce540c1383" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2025-11-10 22:05.38 ---> using "bff82df3982fad46b7e808c4241eadef205068f78099cb6eeaf69ffb0652ec87" 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 development 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:05.38 ---> using "509816efd8525b4a4df0cddb9fcef7079b3ffe9d9609b9eddf622b204a23654c" 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.2.1 (01e9a24a61e23e42d513b4b775d8c30c807439b2)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria
# upgrade-criteria
# jobs 255
# 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-10 22:05.38 ---> using "326e9d30cf266018a0b13c68a835bdfdbf075d7c34114db546f1a374b973f482" 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:05.38 ---> using "78fa5848edb3a9a38771f46d0eab477198b43c171ca18091d74efdb8ef31640c" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 22:05.58 ---> saved as "f439a4cb66b6f2e2ce7d08649308e5c442066451b8ed72429790091c14e54c6d"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 22:06.19 ---> saved as "95216e8172ea747dcd98f89f2d05e01b1e78e2bfdeae9c92dd24c6758d1092f5"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [69.3 kB]
- Fetched 160 kB in 0s (1594 kB/s)
- Reading package lists...
2025-11-10 22:06.20 ---> saved as "4d14a51836f7fd50bc99c14742f500c519e3b0f5c43918f6000120fc1bd1d0dc"
/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:06.21 ---> saved as "5c15d71f7e5bbef4924c116d3b9d2e8297e497deccd049807c735e7f60451c79"
/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 \"\\\"debian-13\\\"\"; 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"
- Selecting previously unselected package bzip2-doc.
- (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 ... 20622 files and directories currently installed.)
- Preparing to unpack .../00-bzip2-doc_1.0.8-6_all.deb ...
- Unpacking bzip2-doc (1.0.8-6) ...
- Selecting previously unselected package comerr-dev:amd64.
- Preparing to unpack .../01-comerr-dev_2.1-1.47.2-3+b3_amd64.deb ...
- Unpacking comerr-dev:amd64 (2.1-1.47.2-3+b3) ...
- Selecting previously unselected package libattr1-dev:amd64.
- Preparing to unpack .../02-libattr1-dev_1%3a2.5.2-3_amd64.deb ...
- Unpacking libattr1-dev:amd64 (1:2.5.2-3) ...
- Selecting previously unselected package libacl1-dev:amd64.
- Preparing to unpack .../03-libacl1-dev_2.3.2-2+b1_amd64.deb ...
- Unpacking libacl1-dev:amd64 (2.3.2-2+b1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../04-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u1_amd64.deb ...
- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
- Selecting previously unselected package libarchive13t64:amd64.
- Preparing to unpack .../05-libarchive13t64_3.7.4-4_amd64.deb ...
- Unpacking libarchive13t64:amd64 (3.7.4-4) ...
- Selecting previously unselected package libbz2-dev:amd64.
- Preparing to unpack .../06-libbz2-dev_1.0.8-6_amd64.deb ...
- Unpacking libbz2-dev:amd64 (1.0.8-6) ...
- Selecting previously unselected package libext2fs2t64:amd64.
- Preparing to unpack .../07-libext2fs2t64_1.47.2-3+b3_amd64.deb ...
- Adding 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2 to /lib/x86_64-linux-gnu/libe2p.so.2.usr-is-merged by libext2fs2t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2.3 to /lib/x86_64-linux-gnu/libe2p.so.2.3.usr-is-merged by libext2fs2t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2 to /lib/x86_64-linux-gnu/libext2fs.so.2.usr-is-merged by libext2fs2t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2.4 to /lib/x86_64-linux-gnu/libext2fs.so.2.4.usr-is-merged by libext2fs2t64'
- Unpacking libext2fs2t64:amd64 (1.47.2-3+b3) ...
- Selecting previously unselected package libext2fs-dev.
- Preparing to unpack .../08-libext2fs-dev_1.47.2-3+b3_amd64.deb ...
- Unpacking libext2fs-dev (1.47.2-3+b3) ...
- Selecting previously unselected package libxxhash-dev:amd64.
- Preparing to unpack .../09-libxxhash-dev_0.8.3-2_amd64.deb ...
- Unpacking libxxhash-dev:amd64 (0.8.3-2) ...
- Selecting previously unselected package liblz4-dev:amd64.
- Preparing to unpack .../10-liblz4-dev_1.10.0-4_amd64.deb ...
- Unpacking liblz4-dev:amd64 (1.10.0-4) ...
- Selecting previously unselected package liblzma-dev:amd64.
- Preparing to unpack .../11-liblzma-dev_5.8.1-1_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.8.1-1) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../12-libxml2-dev_2.12.7+dfsg+really2.9.14-2.1+deb13u1_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
- Selecting previously unselected package libzstd-dev:amd64.
- Preparing to unpack .../13-libzstd-dev_1.5.7+dfsg-1_amd64.deb ...
- Unpacking libzstd-dev:amd64 (1.5.7+dfsg-1) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../14-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../15-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package nettle-dev:amd64.
- Preparing to unpack .../16-nettle-dev_3.10.1-1_amd64.deb ...
- Unpacking nettle-dev:amd64 (3.10.1-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../17-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package libarchive-dev:amd64.
- Preparing to unpack .../18-libarchive-dev_3.7.4-4_amd64.deb ...
- Unpacking libarchive-dev:amd64 (3.7.4-4) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../19-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../20-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../21-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../22-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up bzip2-doc (1.0.8-6) ...
- Setting up libzstd-dev:amd64 (1.5.7+dfsg-1) ...
- Setting up libattr1-dev:amd64 (1:2.5.2-3) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up comerr-dev:amd64 (2.1-1.47.2-3+b3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libxxhash-dev:amd64 (0.8.3-2) ...
- Setting up liblzma-dev:amd64 (5.8.1-1) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libext2fs2t64:amd64 (1.47.2-3+b3) ...
- Setting up libext2fs-dev (1.47.2-3+b3) ...
- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
- Setting up libacl1-dev:amd64 (2.3.2-2+b1) ...
- Setting up libbz2-dev:amd64 (1.0.8-6) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up nettle-dev:amd64 (3.10.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up libxml2-dev:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
- Setting up liblz4-dev:amd64 (1.10.0-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up libarchive13t64:amd64 (3.7.4-4) ...
- Setting up libarchive-dev:amd64 (3.7.4-4) ...
- Processing triggers for libc-bin (2.41-12) ...
<><> 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.
# Run eval $(opam env) to update the current shell environment
2025-11-10 22:06.57 ---> saved as "243ccc02c0a6fd25a3bce33786570aaf13569cf3d5ad5028cb1d2ed53a0f2a56"
/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 6.0.0~alpha00
- 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.6.0.0~alpha00 (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 cppo.1.8.0
-> 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.6.0.0~alpha00
#=== ERROR while compiling archive.3.7.2+6 ====================================#
# context 2.2.1 | linux/x86_64 | 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 255 @install @runtest
# exit-code 1
# env-file ~/.opam/log/archive-7-0d01df.env
# output-file ~/.opam/log/archive-7-0d01df.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 6.0.0~alpha00
| - install ocamlfind 1.9.8
| - install ocplib-endian 1.2
| - install ounit2 2.2.7
| - install seq base
| - install stdlib-shims 0.3.0
+-
# Run eval $(opam env) to update the current shell environment
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20251110220657.export"
Or you can retry to install your package selection with:
/usr/bin/opam install --restore
2025-11-10 22:07.08 ---> saved as "73452730f83355d7de77c48ae7b2cfef27610e0fc60a65676a0142ea18da0387"
/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 \"\\\"debian-13\\\"\"; 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/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 255 @install @runtest".
#=== ERROR while compiling archive.3.7.2+6 ====================================#
# context 2.2.1 | linux/x86_64 | 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 255 @install @runtest
# exit-code 1
# env-file ~/.opam/log/archive-7-e14e10.env
# output-file ~/.opam/log/archive-7-e14e10.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
# Run eval $(opam env) to update the current shell environment
'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 "\"debian-13\""; 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:07.57: Job failed: Failed: Build failed
2025-11-10 22:07.57: Log analysis:
2025-11-10 22:07.57: >>>
[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:07.57: >>>
# Error: Library "archive-lwt" not found.
(score = 48)
2025-11-10 22:07.57: >>>
[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:07.57: >>>
# Error: Library "archive-lwt" not found.
(score = 48)
2025-11-10 22:07.57: Library "archive-lwt" not found.