(for PR #28291)

2025-11-10 16:57.15: New job: test archive-lwt.3.7.2+6, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28291/head (3e46e7fdc64d91bd792acd6d282116b1fe84d312)
                              on debian-13-ocaml-4.14/ppc64le

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:a4bc31182abea43fb68991933b01769a03a657e57e3b1d16d5db3d8f4112f921
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-lwt.3.7.2+6 3.7.2+6
RUN opam reinstall archive-lwt.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-lwt.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-lwt.3.7.2+6) || true
RUN opam reinstall --with-test --verbose archive-lwt.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-lwt.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:a4bc31182abea43fb68991933b01769a03a657e57e3b1d16d5db3d8f4112f921-archive-lwt.3.7.2+6-3e46e7fdc64d91bd792acd6d282116b1fe84d312"
2025-11-10 16:57.15: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:a4bc31182abea43fb68991933b01769a03a657e57e3b1d16d5db3d8f4112f921)
 (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-lwt.3.7.2+6 3.7.2+6"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall archive-lwt.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-lwt.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-lwt.3.7.2+6) || true"))
 (run (shell  "opam reinstall --with-test --verbose archive-lwt.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-lwt.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 16:57.15: Waiting for worker…
2025-11-10 16:58.36: Got resource from pool OCluster
Building on orithia.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:a4bc31182abea43fb68991933b01769a03a657e57e3b1d16d5db3d8f4112f921)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:a4bc31182abea43fb68991933b01769a03a657e57e3b1d16d5db3d8f4112f921' locally
docker.io/ocaml/opam@sha256:a4bc31182abea43fb68991933b01769a03a657e57e3b1d16d5db3d8f4112f921: Pulling from ocaml/opam
3c335bb15935: Already exists
44de9d52e949: Already exists
fc95c3146cbf: Already exists
cf3462902ef7: Already exists
d8630d3f9abd: Already exists
34f623e09668: Already exists
3e53c06ff104: Already exists
7faf32784668: Already exists
678ae06c55d1: Already exists
d07d040238c4: Already exists
6a3f46afe36b: Already exists
10a718f4c600: Already exists
0d4ece340016: Already exists
9d92a7f43adb: Already exists
632af5071b7b: Already exists
f001805c4c93: Already exists
144dc1775eda: Already exists
53e6c67c5aa9: Already exists
c03e5384a869: Already exists
62c4653bfb2b: Already exists
d480c75351bd: Already exists
4f4fb700ef54: Already exists
80d8503b84dc: Already exists
3e51f5c59b7b: Already exists
9e4b1697f4b5: Already exists
d9b3ae808116: Already exists
154fa43f670c: Already exists
55b7da4eb68e: Already exists
36df966dba2b: Already exists
97974dc491a4: Already exists
c00caef6aae6: Already exists
9800ba2de200: Already exists
ab70cfcd4c3f: Already exists
9df295bc2992: Already exists
7642269182ab: Already exists
86f8fe7f796f: Already exists
fd0d22bb9818: Already exists
fff4f398cbd7: Already exists
ed2d7a5c0513: Already exists
1fb4c0294e2d: Already exists
382808df1538: Pulling fs layer
890d9dc730db: Pulling fs layer
12e6ee695723: Pulling fs layer
d2cd66d24c9c: Pulling fs layer
d2cd66d24c9c: Waiting
890d9dc730db: Download complete
12e6ee695723: Download complete
d2cd66d24c9c: Verifying Checksum
d2cd66d24c9c: Download complete
382808df1538: Download complete
382808df1538: Pull complete
890d9dc730db: Pull complete
12e6ee695723: Pull complete
d2cd66d24c9c: Pull complete
Digest: sha256:a4bc31182abea43fb68991933b01769a03a657e57e3b1d16d5db3d8f4112f921
Status: Downloaded newer image for ocaml/opam@sha256:a4bc31182abea43fb68991933b01769a03a657e57e3b1d16d5db3d8f4112f921
2025-11-10 16:58.44 ---> using "c3ef9deb5c4859fc139d42024d6ae901054729c39d010ca052e6f8b1176ce0d2" 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 16:58.44 ---> using "530fb8ac81aeb965c61b4cfd5a3f6a945f2e022e3f1c0073573f7d89380918f9" 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 16:58.44 ---> using "0f776402704a942487e1111ee0926387e265bb26eead947e51b6ed5cce5446c3" 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=ppc64 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 175
# 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 16:58.44 ---> using "0e4e013fe0d6831745d1ea415e425ff4637c15e22748e817c90bc4317e5a07fd" 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 16:58.44 ---> using "05f64437fff5edbed8e8e4cb09b8c5d292a02dc12a40013f34444c62572b0dc7" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 16:58.50 ---> saved as "8a7524dae766f01b47a9f82049fbb1505ee6ae524481c3fc567df7d41cf87112"

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

/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]
- Fetched 90.7 kB in 0s (642 kB/s)
- Reading package lists...
- 
2025-11-10 16:59.14 ---> saved as "6356a2c1a5034c41fd8af64820e8b1e8755547bdcbaaa57df33e667ccbf2437e"

/home/opam: (run (shell "opam pin add -k version -yn archive-lwt.3.7.2+6 3.7.2+6"))
archive-lwt is now pinned to version 3.7.2+6
2025-11-10 16:59.15 ---> saved as "377d98ef52f68cc78504798b9b2e159cc1d18d11f03207048bdca88629dcd16d"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall archive-lwt.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-lwt.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-lwt.3.7.2+6 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 12 packages
  - install archive           3.7.2+6          [required by archive-lwt]
  - install archive-lwt       3.7.2+6 (pinned)
  - install base-bytes        base             [required by ocplib-endian]
  - install conf-pkg-config   4                [required by archive]
  - install cppo              1.8.0            [required by lwt]
  - install csexp             1.5.2            [required by dune-configurator]
  - install dune              3.20.2           [required by archive-lwt]
  - install dune-configurator 3.20.2           [required by archive, lwt]
  - install fileutils         0.6.6            [required by archive]
  - install lwt               5.9.2            [required by archive-lwt]
  - install ocamlfind         1.9.8            [required by base-bytes]
  - install ocplib-endian     1.2              [required by lwt]

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 ... 20597 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:ppc64el.
- Preparing to unpack .../01-comerr-dev_2.1-1.47.2-3+b3_ppc64el.deb ...
- Unpacking comerr-dev:ppc64el (2.1-1.47.2-3+b3) ...
- Selecting previously unselected package libattr1-dev:ppc64el.
- Preparing to unpack .../02-libattr1-dev_1%3a2.5.2-3_ppc64el.deb ...
- Unpacking libattr1-dev:ppc64el (1:2.5.2-3) ...
- Selecting previously unselected package libacl1-dev:ppc64el.
- Preparing to unpack .../03-libacl1-dev_2.3.2-2+b1_ppc64el.deb ...
- Unpacking libacl1-dev:ppc64el (2.3.2-2+b1) ...
- Selecting previously unselected package libxml2:ppc64el.
- Preparing to unpack .../04-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u1_ppc64el.deb ...
- Unpacking libxml2:ppc64el (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
- Selecting previously unselected package libarchive13t64:ppc64el.
- Preparing to unpack .../05-libarchive13t64_3.7.4-4_ppc64el.deb ...
- Unpacking libarchive13t64:ppc64el (3.7.4-4) ...
- Selecting previously unselected package libbz2-dev:ppc64el.
- Preparing to unpack .../06-libbz2-dev_1.0.8-6_ppc64el.deb ...
- Unpacking libbz2-dev:ppc64el (1.0.8-6) ...
- Selecting previously unselected package libext2fs2t64:ppc64el.
- Preparing to unpack .../07-libext2fs2t64_1.47.2-3+b3_ppc64el.deb ...
- Adding 'diversion of /lib/powerpc64le-linux-gnu/libe2p.so.2 to /lib/powerpc64le-linux-gnu/libe2p.so.2.usr-is-merged by libext2fs2t64'
- Adding 'diversion of /lib/powerpc64le-linux-gnu/libe2p.so.2.3 to /lib/powerpc64le-linux-gnu/libe2p.so.2.3.usr-is-merged by libext2fs2t64'
- Adding 'diversion of /lib/powerpc64le-linux-gnu/libext2fs.so.2 to /lib/powerpc64le-linux-gnu/libext2fs.so.2.usr-is-merged by libext2fs2t64'
- Adding 'diversion of /lib/powerpc64le-linux-gnu/libext2fs.so.2.4 to /lib/powerpc64le-linux-gnu/libext2fs.so.2.4.usr-is-merged by libext2fs2t64'
- Unpacking libext2fs2t64:ppc64el (1.47.2-3+b3) ...
- Selecting previously unselected package libext2fs-dev.
- Preparing to unpack .../08-libext2fs-dev_1.47.2-3+b3_ppc64el.deb ...
- Unpacking libext2fs-dev (1.47.2-3+b3) ...
- Selecting previously unselected package libxxhash-dev:ppc64el.
- Preparing to unpack .../09-libxxhash-dev_0.8.3-2_ppc64el.deb ...
- Unpacking libxxhash-dev:ppc64el (0.8.3-2) ...
- Selecting previously unselected package liblz4-dev:ppc64el.
- Preparing to unpack .../10-liblz4-dev_1.10.0-4_ppc64el.deb ...
- Unpacking liblz4-dev:ppc64el (1.10.0-4) ...
- Selecting previously unselected package liblzma-dev:ppc64el.
- Preparing to unpack .../11-liblzma-dev_5.8.1-1_ppc64el.deb ...
- Unpacking liblzma-dev:ppc64el (5.8.1-1) ...
- Selecting previously unselected package libxml2-dev:ppc64el.
- Preparing to unpack .../12-libxml2-dev_2.12.7+dfsg+really2.9.14-2.1+deb13u1_ppc64el.deb ...
- Unpacking libxml2-dev:ppc64el (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
- Selecting previously unselected package libzstd-dev:ppc64el.
- Preparing to unpack .../13-libzstd-dev_1.5.7+dfsg-1_ppc64el.deb ...
- Unpacking libzstd-dev:ppc64el (1.5.7+dfsg-1) ...
- Selecting previously unselected package libgmpxx4ldbl:ppc64el.
- Preparing to unpack .../14-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_ppc64el.deb ...
- Unpacking libgmpxx4ldbl:ppc64el (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:ppc64el.
- Preparing to unpack .../15-libgmp-dev_2%3a6.3.0+dfsg-3_ppc64el.deb ...
- Unpacking libgmp-dev:ppc64el (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package nettle-dev:ppc64el.
- Preparing to unpack .../16-nettle-dev_3.10.1-1_ppc64el.deb ...
- Unpacking nettle-dev:ppc64el (3.10.1-1) ...
- Selecting previously unselected package zlib1g-dev:ppc64el.
- Preparing to unpack .../17-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_ppc64el.deb ...
- Unpacking zlib1g-dev:ppc64el (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package libarchive-dev:ppc64el.
- Preparing to unpack .../18-libarchive-dev_3.7.4-4_ppc64el.deb ...
- Unpacking libarchive-dev:ppc64el (3.7.4-4) ...
- Selecting previously unselected package libpkgconf3:ppc64el.
- Preparing to unpack .../19-libpkgconf3_1.8.1-4_ppc64el.deb ...
- Unpacking libpkgconf3:ppc64el (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../20-pkgconf-bin_1.8.1-4_ppc64el.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:ppc64el.
- Preparing to unpack .../21-pkgconf_1.8.1-4_ppc64el.deb ...
- Unpacking pkgconf:ppc64el (1.8.1-4) ...
- Selecting previously unselected package pkg-config:ppc64el.
- Preparing to unpack .../22-pkg-config_1.8.1-4_ppc64el.deb ...
- Unpacking pkg-config:ppc64el (1.8.1-4) ...
- Setting up bzip2-doc (1.0.8-6) ...
- Setting up libzstd-dev:ppc64el (1.5.7+dfsg-1) ...
- Setting up libattr1-dev:ppc64el (1:2.5.2-3) ...
- Setting up libpkgconf3:ppc64el (1.8.1-4) ...
- Setting up libgmpxx4ldbl:ppc64el (2:6.3.0+dfsg-3) ...
- Setting up comerr-dev:ppc64el (2.1-1.47.2-3+b3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libxxhash-dev:ppc64el (0.8.3-2) ...
- Setting up liblzma-dev:ppc64el (5.8.1-1) ...
- Setting up zlib1g-dev:ppc64el (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libext2fs2t64:ppc64el (1.47.2-3+b3) ...
- Setting up libext2fs-dev (1.47.2-3+b3) ...
- Setting up libxml2:ppc64el (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
- Setting up libacl1-dev:ppc64el (2.3.2-2+b1) ...
- Setting up libbz2-dev:ppc64el (1.0.8-6) ...
- Setting up libgmp-dev:ppc64el (2:6.3.0+dfsg-3) ...
- Setting up nettle-dev:ppc64el (3.10.1-1) ...
- Setting up pkgconf:ppc64el (1.8.1-4) ...
- Setting up libxml2-dev:ppc64el (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
- Setting up liblz4-dev:ppc64el (1.10.0-4) ...
- Setting up pkg-config:ppc64el (1.8.1-4) ...
- Setting up libarchive13t64:ppc64el (3.7.4-4) ...
- Setting up libarchive-dev:ppc64el (3.7.4-4) ...
- Processing triggers for libc-bin (2.41-12) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved archive.3.7.2+6, archive-lwt.3.7.2+6  (cached)
-> retrieved cppo.1.8.0  (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)
-> retrieved lwt.5.9.2  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed fileutils.0.6.6
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.20.2
-> installed archive.3.7.2+6
-> installed lwt.5.9.2
-> installed archive-lwt.3.7.2+6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-10 16:59.58 ---> saved as "cbd935b422377903f015e4759e3ce9ba417a0f7a70d1d1f607cefbd36274edb9"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test archive-lwt.3.7.2+6) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile archive-lwt  3.7.2+6 (pinned)
=== install 4 packages
  - install   extlib       1.8.0            [required by archive-lwt]
  - install   ounit2       2.2.7            [required by archive-lwt]
  - install   seq          base             [required by ounit2]
  - install   stdlib-shims 0.3.0            [required by ounit2]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved extlib.1.8.0  (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 extlib.1.8.0
-> removed   archive-lwt.3.7.2+6
-> installed stdlib-shims.0.3.0
-> installed ounit2.2.2.7
-> installed archive-lwt.3.7.2+6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-10 17:00.06 ---> saved as "0d4260e9431475a694d7646011b91a74be78e4b37d78897b93b5daf3c9a5ef03"

/home/opam: (run (shell  "opam reinstall --with-test --verbose archive-lwt.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-lwt.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"))
The following actions will be performed:
=== recompile 1 package
  - recompile archive-lwt 3.7.2+6 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [archive-lwt: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "archive-lwt" "-j" "175" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/archive-lwt.3.7.2+6)
- (cd _build/default/test && ./test.exe)
- ....
- Ran: 4 tests in: 0.01 seconds.
- OK
-> compiled  archive-lwt.3.7.2+6
-> removed   archive-lwt.3.7.2+6
-> installed archive-lwt.3.7.2+6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-10 17:00.11 ---> saved as "cfea6c212ec10425dff104078294b467f7a0c8baf2ac28cabb656862e8396736"
Job succeeded
2025-11-10 17:00.19: Job succeeded