(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-25.10-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:ubuntu-25.10-ocaml-4.14@sha256:388060907df5ab660007711aac8e6010650e05ea4ee02d3335f4b059b4e10feb
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-25.10\""; 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-25.10\""; 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-25.10-ocaml-4.14@sha256:388060907df5ab660007711aac8e6010650e05ea4ee02d3335f4b059b4e10feb-archive.3.7.2+6-3e46e7fdc64d91bd792acd6d282116b1fe84d312"
2025-11-10 16:57.15: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:388060907df5ab660007711aac8e6010650e05ea4ee02d3335f4b059b4e10feb)
 (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-25.10\\\"\"; 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-25.10\\\"\"; 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.55: Waiting for worker…
2025-11-10 22:01.42: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files:  68% (12834/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:  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:  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-25.10-ocaml-4.14@sha256:388060907df5ab660007711aac8e6010650e05ea4ee02d3335f4b059b4e10feb)
2025-11-10 22:09.03 ---> using "934d27808a7cc6d0f81e943d25cf9d6bcaa875a1dab52ecce33af512018fffe9" 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:09.03 ---> using "99e7e5e4a3bd9d439fc26f877be34c2a95939ed42fe8063e1c00a6cca024791d" 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 22:09.03 ---> using "6bc0c9d13e98da2f815bf284a6596572d43b11d6bb0841680b134b4719dca97a" 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=ubuntu os-version=25.10
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# 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:09.03 ---> using "811ec982ac9aac18b91ab1c40ce72ea8f67c935525967e16e0b519f968545479" 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:09.03 ---> using "298088a47edad90cf06a27ff77c408377cf323ef061fd3980c4a7ea84b632b6e" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 22:09.04 ---> using "efb377556ca479bd03779bd54e3189922b0ea58dad23030d1b96729be7a3bf1e" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 22:09.09 ---> saved as "fb95cc33f15e558e9fcdb17e960061c77196c83ec550b0a38f30a7899c6f9dbc"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:3 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:4 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [56.8 kB]
- Get:5 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [138 kB]
- Get:6 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:7 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [78.0 kB]
- Fetched 677 kB in 1s (1295 kB/s)
- Reading package lists...
- 
2025-11-10 22:09.11 ---> saved as "b34aead8673cd5b8631cbae3bd5c3b0f25a97ad5c0a820ce59ab0961262fc9c2"

/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:09.13 ---> saved as "badf3fe4440a3be449e46922f918fc9317592d2ea57f3d4b3bc377dcf763fccd"

/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-25.10\\\"\"; 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 libxml2-16:amd64.
- (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 ... 18716 files and directories currently installed.)
- Preparing to unpack .../00-libxml2-16_2.14.5+dfsg-0.2_amd64.deb ...
- Unpacking libxml2-16:amd64 (2.14.5+dfsg-0.2) ...
- Selecting previously unselected package bzip2-doc.
- Preparing to unpack .../01-bzip2-doc_1.0.8-6build1_all.deb ...
- Unpacking bzip2-doc (1.0.8-6build1) ...
- Selecting previously unselected package libattr1-dev:amd64.
- Preparing to unpack .../02-libattr1-dev_1%3a2.5.2-3build1_amd64.deb ...
- Unpacking libattr1-dev:amd64 (1:2.5.2-3build1) ...
- Selecting previously unselected package libacl1-dev:amd64.
- Preparing to unpack .../03-libacl1-dev_2.3.2-2_amd64.deb ...
- Unpacking libacl1-dev:amd64 (2.3.2-2) ...
- Selecting previously unselected package libarchive13t64:amd64.
- Preparing to unpack .../04-libarchive13t64_3.7.7-0ubuntu3_amd64.deb ...
- Unpacking libarchive13t64:amd64 (3.7.7-0ubuntu3) ...
- Selecting previously unselected package libbz2-dev:amd64.
- Preparing to unpack .../05-libbz2-dev_1.0.8-6build1_amd64.deb ...
- Unpacking libbz2-dev:amd64 (1.0.8-6build1) ...
- Selecting previously unselected package comerr-dev:amd64.
- Preparing to unpack .../06-comerr-dev_2.1-1.47.2-3ubuntu2_amd64.deb ...
- Unpacking comerr-dev:amd64 (2.1-1.47.2-3ubuntu2) ...
- Selecting previously unselected package libext2fs-dev.
- Preparing to unpack .../07-libext2fs-dev_1.47.2-3ubuntu2_amd64.deb ...
- Unpacking libext2fs-dev (1.47.2-3ubuntu2) ...
- Selecting previously unselected package libxxhash-dev:amd64.
- Preparing to unpack .../08-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 .../09-liblz4-dev_1.10.0-4build1_amd64.deb ...
- Unpacking liblz4-dev:amd64 (1.10.0-4build1) ...
- Selecting previously unselected package liblzma-dev:amd64.
- Preparing to unpack .../10-liblzma-dev_5.8.1-1build2_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.8.1-1build2) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../11-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu2_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu2) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../12-libxml2-dev_2.14.5+dfsg-0.2_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.14.5+dfsg-0.2) ...
- Selecting previously unselected package libzstd-dev:amd64.
- Preparing to unpack .../13-libzstd-dev_1.5.7+dfsg-1build2_amd64.deb ...
- Unpacking libzstd-dev:amd64 (1.5.7+dfsg-1build2) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../14-libgmpxx4ldbl_2%3a6.3.0+dfsg-5ubuntu1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5ubuntu1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../15-libgmp-dev_2%3a6.3.0+dfsg-5ubuntu1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5ubuntu1) ...
- 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 libarchive-dev:amd64.
- Preparing to unpack .../17-libarchive-dev_3.7.7-0ubuntu3_amd64.deb ...
- Unpacking libarchive-dev:amd64 (3.7.7-0ubuntu3) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../18-libpkgconf3_1.8.1-4build1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4build1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../19-pkgconf-bin_1.8.1-4build1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4build1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../20-pkgconf_1.8.1-4build1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4build1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../21-pkg-config_1.8.1-4build1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4build1) ...
- Setting up bzip2-doc (1.0.8-6build1) ...
- Setting up libzstd-dev:amd64 (1.5.7+dfsg-1build2) ...
- Setting up libattr1-dev:amd64 (1:2.5.2-3build1) ...
- Setting up libxml2-16:amd64 (2.14.5+dfsg-0.2) ...
- Setting up libpkgconf3:amd64 (1.8.1-4build1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5ubuntu1) ...
- Setting up comerr-dev:amd64 (2.1-1.47.2-3ubuntu2) ...
- Setting up pkgconf-bin (1.8.1-4build1) ...
- Setting up libxxhash-dev:amd64 (0.8.3-2) ...
- Setting up liblzma-dev:amd64 (5.8.1-1build2) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu2) ...
- Setting up libext2fs-dev (1.47.2-3ubuntu2) ...
- Setting up libarchive13t64:amd64 (3.7.7-0ubuntu3) ...
- Setting up libacl1-dev:amd64 (2.3.2-2) ...
- Setting up libbz2-dev:amd64 (1.0.8-6build1) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5ubuntu1) ...
- Setting up nettle-dev:amd64 (3.10.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-4build1) ...
- Setting up libxml2-dev:amd64 (2.14.5+dfsg-0.2) ...
- Setting up liblz4-dev:amd64 (1.10.0-4build1) ...
- Setting up pkg-config:amd64 (1.8.1-4build1) ...
- Setting up libarchive-dev:amd64 (3.7.7-0ubuntu3) ...
- Processing triggers for libc-bin (2.42-0ubuntu3) ...

<><> 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:09.52 ---> saved as "590e42cd49fefc8eee29bae62c6966b288959b8a19b73ba433100dbcc7af5cc3"

/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 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 71 @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.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 71 @install @runtest
# exit-code            1
# env-file             ~/.opam/log/archive-7-40b5e5.env
# output-file          ~/.opam/log/archive-7-40b5e5.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-20251110220952.export"
Or you can retry to install your package selection with:
    /usr/bin/opam install --restore
2025-11-10 22:10.06 ---> saved as "c6c546165c85e84180ab26f53565d657e72bd36d1cf4ae159b0a4684863beb8d"

/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-25.10\\\"\"; 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" "71" "@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 71 @install @runtest".

#=== ERROR while compiling archive.3.7.2+6 ====================================#
# context              2.5.0~alpha1 | 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 71 @install @runtest
# exit-code            1
# env-file             ~/.opam/log/archive-7-52d52c.env
# output-file          ~/.opam/log/archive-7-52d52c.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-25.10\""; 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:10.23: Job failed: Failed: Build failed
2025-11-10 22:10.23: Log analysis:
2025-11-10 22:10.23: >>> 
[ERROR] The compilation of archive.3.7.2+6 failed at "dune build -p archive -j 71 @install @runtest".
 (score = 20)
2025-11-10 22:10.23: >>> 
# Error: Library "archive-lwt" not found.
 (score = 48)
2025-11-10 22:10.23: >>> 
[ERROR] The compilation of archive.3.7.2+6 failed at "dune build -p archive -j 71 @install @runtest".
 (score = 20)
2025-11-10 22:10.23: >>> 
# Error: Library "archive-lwt" not found.
 (score = 48)
2025-11-10 22:10.23: Library "archive-lwt" not found.