2024-10-31 07:08.09: New job: test tls-mirage.0.15.4 with conf-ncurses.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/26815/head (1f76ada9c7e83fb7056b20c7aee7893a47627536)
                              on debian-12-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/26815/head" && git reset --hard 1f76ada9
git fetch origin master
git merge --no-edit d872638bdf37acf7cefd81b20dfcad3e584c3153
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="1000"
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 conf-ncurses.1 1
RUN opam reinstall conf-ncurses.1; \
    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-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'conf-ncurses.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam option solver=builtin-0install
RUN opam reinstall tls-mirage.0.15.4; \
    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-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'tls-mirage.0.15.4' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam option solver=builtin-0install
RUN (opam reinstall --with-test tls-mirage.0.15.4) || true
RUN opam reinstall --with-test --verbose tls-mirage.0.15.4; \
    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-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'tls-mirage.0.15.4' && 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 .

2024-10-31 07:08.09: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b-conf-ncurses.1-tls-mirage.0.15.4-1f76ada9c7e83fb7056b20c7aee7893a47627536"
2024-10-31 07:08.09: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b)
 (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 "uname -rs && opam exec -- ocaml -version && opam --version"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMSOLVERTIMEOUT 1000)
 (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 conf-ncurses.1 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-ncurses.1;\
             \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-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'conf-ncurses.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (shell "opam option solver=builtin-0install"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall tls-mirage.0.15.4;\
             \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-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'tls-mirage.0.15.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (shell "opam option solver=builtin-0install"))
 (run (network host)
      (shell "(opam reinstall --with-test tls-mirage.0.15.4) || true"))
 (run (shell  "opam reinstall --with-test --verbose tls-mirage.0.15.4;\
             \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-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'tls-mirage.0.15.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2024-10-31 07:08.09: Waiting for resource in pool OCluster
2024-10-31 07:08.20: Waiting for worker…
2024-10-31 07:12.40: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
All commits already cached
Updating files:  38% (12598/32565)
Updating files:  39% (12701/32565)
Updating files:  40% (13026/32565)
Updating files:  41% (13352/32565)
Updating files:  42% (13678/32565)
Updating files:  43% (14003/32565)
Updating files:  44% (14329/32565)
Updating files:  45% (14655/32565)
Updating files:  46% (14980/32565)
Updating files:  47% (15306/32565)
Updating files:  48% (15632/32565)
Updating files:  49% (15957/32565)
Updating files:  50% (16283/32565)
Updating files:  51% (16609/32565)
Updating files:  52% (16934/32565)
Updating files:  53% (17260/32565)
Updating files:  54% (17586/32565)
Updating files:  55% (17911/32565)
Updating files:  56% (18237/32565)
Updating files:  57% (18563/32565)
Updating files:  58% (18888/32565)
Updating files:  59% (19214/32565)
Updating files:  60% (19539/32565)
Updating files:  61% (19865/32565)
Updating files:  62% (20191/32565)
Updating files:  63% (20516/32565)
Updating files:  64% (20842/32565)
Updating files:  65% (21168/32565)
Updating files:  66% (21493/32565)
Updating files:  67% (21819/32565)
Updating files:  68% (22145/32565)
Updating files:  69% (22470/32565)
Updating files:  70% (22796/32565)
Updating files:  71% (23122/32565)
Updating files:  72% (23447/32565)
Updating files:  73% (23773/32565)
Updating files:  74% (24099/32565)
Updating files:  75% (24424/32565)
Updating files:  76% (24750/32565)
Updating files:  77% (25076/32565)
Updating files:  78% (25401/32565)
Updating files:  79% (25727/32565)
Updating files:  80% (26052/32565)
Updating files:  81% (26378/32565)
Updating files:  81% (26606/32565)
Updating files:  82% (26704/32565)
Updating files:  83% (27029/32565)
Updating files:  84% (27355/32565)
Updating files:  85% (27681/32565)
Updating files:  86% (28006/32565)
Updating files:  87% (28332/32565)
Updating files:  88% (28658/32565)
Updating files:  89% (28983/32565)
Updating files:  90% (29309/32565)
Updating files:  91% (29635/32565)
Updating files:  92% (29960/32565)
Updating files:  93% (30286/32565)
Updating files:  94% (30612/32565)
Updating files:  95% (30937/32565)
Updating files:  96% (31263/32565)
Updating files:  97% (31589/32565)
Updating files:  98% (31914/32565)
Updating files:  99% (32240/32565)
Updating files: 100% (32565/32565)
Updating files: 100% (32565/32565), done.
HEAD is now at d872638bdf Merge pull request #26806 from toots/opam-publish-ffmpeg.1.2.1
Merge made by the 'ort' strategy.
 .../conf-mingw-w64-ncurses-i686.1/opam             | 20 ++++++++++++++++++++
 .../conf-mingw-w64-ncurses-x86_64.1/opam           | 20 ++++++++++++++++++++
 packages/conf-ncurses/conf-ncurses.1/opam          | 22 ++++++++++++++++++++--
 3 files changed, 60 insertions(+), 2 deletions(-)
 create mode 100644 packages/conf-mingw-w64-ncurses-i686/conf-mingw-w64-ncurses-i686.1/opam
 create mode 100644 packages/conf-mingw-w64-ncurses-x86_64/conf-mingw-w64-ncurses-x86_64.1/opam

(from ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b' locally
docker.io/ocaml/opam@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b: Pulling from ocaml/opam
798e7bbc2604: Pulling fs layer
798e7bbc2604: Verifying Checksum
798e7bbc2604: Download complete
798e7bbc2604: Pull complete
Digest: sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b
Status: Downloaded newer image for ocaml/opam@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b
2024-10-31 07:12.53 ---> using "619835238a94b19eeeff939f81e164f057fa8094fa703ba39ed5c0f42e707999" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-10-31 07:12.53 ---> using "608822e92511ec37ae1705ed6232474df085eabf3fc10543b0de6c920ffcb351" 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 39 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=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-10-31 07:12.53 ---> using "acad702e9aed59e09109a5ff466d766d37b0231fa0915a47fdb4804af5e3d786" from cache

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-122-generic
The OCaml toplevel, version 4.14.2
2.4.0~alpha1~dev
2024-10-31 07:12.53 ---> using "c52e418cbd79acba474d87b691bd314432f8b52e9802e23465ac8ffd419c5496" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 1000)

/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/"))
2024-10-31 07:12.53 ---> using "5dd21b950a0537f9b9f2251a0f6dde415c0ae0abb4780469484e44ff62cbc9c0" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-10-31 07:12.56 ---> using "1085a6f532fa7cee669323f3419197d160965fa5426273da911edb8d71597a17" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-10-31 07:12.56 ---> using "7361ed0ae81d506dab937376a455f5d8dafac07679c6eb51a5693d8243e4d6a5" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [190 kB]
- Fetched 293 kB in 0s (765 kB/s)
- Reading package lists...
- 
2024-10-31 07:12.56 ---> using "bc193dcf251a888caf0b3fd84551c086dede9cc3438586776c46ba03533681c6" from cache

/home/opam: (run (shell "opam pin add -k version -yn conf-ncurses.1 1"))
conf-ncurses is now pinned to version 1
2024-10-31 07:12.56 ---> using "997f091e879870372faf03e8eae0119cbfb8d636a9dffba2fa88954203893d53" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall conf-ncurses.1;\
                        \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-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'conf-ncurses.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
conf-ncurses.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 2 packages
  - install conf-ncurses    1 (pinned)
  - install conf-pkg-config 3          [required by conf-ncurses]

The following system packages will first need to be installed:
    ncurses-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" "ncurses-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libncurses6: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 ... 18745 files and directories currently installed.)
- Preparing to unpack .../0-libncurses6_6.4-4_amd64.deb ...
- Unpacking libncurses6:amd64 (6.4-4) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../1-libncurses-dev_6.4-4_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.4-4) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libncurses6:amd64 (6.4-4) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libncurses-dev:amd64 (6.4-4) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u8) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.3
-> installed conf-ncurses.1
Done.
# To update the current shell environment, run: eval $(opam env)
2024-10-31 07:12.56 ---> using "0dea686c07797f393452fea786b0351d433c80284a310dfc81c4d2ac2b164041" from cache

/home/opam: (run (shell "opam option solver=builtin-0install"))
Set to 'builtin-0install' the field solver in global configuration
2024-10-31 07:12.56 ---> using "e37c9df4168f690b663ed3250dd04c7a3fa4fc86d6e352ac41a82bcd19081490" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall tls-mirage.0.15.4;\
                        \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-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'tls-mirage.0.15.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
tls-mirage.0.15.4 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 55 packages
  - install asn1-combinators    0.2.6   [required by x509]
  - install base                v0.16.3 [required by ppx_sexp_conv]
  - install base-bytes          base    [required by ocplib-endian]
  - install base64              3.5.1   [required by x509]
  - install conf-bash           1       [required by base]
  - install conf-gmp            4       [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec   3       [required by mirage-crypto-pk]
  - install cppo                1.7.0   [required by lwt]
  - install csexp               1.5.2   [required by dune-configurator]
  - install cstruct             6.2.0   [required by mirage-flow, mirage-crypto, mirage-crypto-pk, tls]
  - install cstruct-sexp        6.2.0   [required by tls]
  - install domain-name         0.4.0   [required by tls]
  - install dune                3.16.0  [required by tls-mirage]
  - install dune-configurator   3.16.0  [required by lwt, mirage-crypto]
  - install duration            0.2.1   [required by mirage-crypto-rng]
  - install eqaf                0.9     [required by mirage-crypto, mirage-crypto-pk]
  - install fmt                 0.9.0   [required by tls-mirage]
  - install gmap                0.3.0   [required by x509]
  - install hkdf                1.0.4   [required by tls]
  - install ipaddr              5.6.0   [required by tls]
  - install ipaddr-sexp         5.6.0   [required by tls]
  - install logs                0.7.0   [required by tls]
  - install lwt                 5.8.0   [required by tls-mirage]
  - install macaddr             5.6.0   [required by ipaddr]
  - install mirage-clock        4.2.0   [required by tls-mirage]
  - install mirage-crypto       0.10.7  [required by tls-mirage]
  - install mirage-crypto-ec    0.10.7  [required by tls]
  - install mirage-crypto-pk    0.10.7  [required by tls-mirage]
  - install mirage-crypto-rng   0.10.7  [required by mirage-crypto-pk, tls]
  - install mirage-flow         3.0.0   [required by tls-mirage]
  - install mirage-kv           6.1.1   [required by tls-mirage]
  - install mirage-no-solo5     1       [required by mirage-crypto-pk]
  - install mirage-no-xen       1       [required by mirage-crypto-pk]
  - install mtime               2.1.0   [required by mirage-crypto-rng]
  - install num                 1.5-1   [required by sexplib]
  - install ocaml-compiler-libs v0.12.4 [required by ppxlib]
  - install ocamlbuild          0.15.0  [required by fmt]
  - install ocamlfind           1.9.6   [required by fmt]
  - install ocplib-endian       1.2     [required by lwt]
  - install optint              0.3.0   [required by mirage-kv]
  - install parsexp             v0.16.0 [required by sexplib]
  - install pbkdf               1.2.0   [required by x509]
  - install ppx_cstruct         6.2.0   [required by tls]
  - install ppx_derivers        1.2.1   [required by ppxlib]
  - install ppx_sexp_conv       v0.16.0 [required by tls]
  - install ppxlib              0.33.0  [required by ppx_cstruct]
  - install ptime               1.2.0   [required by tls-mirage]
  - install sexplib             v0.16.0 [required by tls]
  - install sexplib0            v0.16.0 [required by mirage-crypto-pk]
  - install stdlib-shims        0.3.0   [required by ppxlib]
  - install tls                 0.15.4  [required by tls-mirage]
  - install tls-mirage          0.15.4
  - install topkg               1.0.7   [required by fmt]
  - install x509                0.16.5  [required by tls-mirage]
  - install zarith              1.14    [required by mirage-crypto-pk]

The following system packages will first need to be installed:
    libgmp-dev

<><> 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" "libgmp-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl: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 ... 18880 files and directories currently installed.)
- Preparing to unpack .../libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Processing triggers for libc-bin (2.36-9+deb12u8) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved conf-gmp.4  (cached)
-> retrieved conf-gmp-powm-sec.3  (cached)
-> retrieved cppo.1.7.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-bash.1
-> retrieved cstruct.6.2.0, cstruct-sexp.6.2.0, ppx_cstruct.6.2.0  (cached)
-> installed conf-gmp.4
-> retrieved domain-name.0.4.0  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hkdf.1.0.4  (cached)
-> retrieved ipaddr.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.8.0  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mirage-crypto.0.10.7, mirage-crypto-ec.0.10.7, mirage-crypto-pk.0.10.7, mirage-crypto-rng.0.10.7  (cached)
-> retrieved mirage-flow.3.0.0  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> installed mirage-no-solo5.1
-> installed mirage-no-xen.1
-> retrieved mtime.2.1.0  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved tls.0.15.4, tls-mirage.0.15.4  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved x509.0.16.5  (cached)
-> retrieved zarith.1.14  (cached)
-> installed num.1.5-1
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.15.0
-> installed zarith.1.14
-> installed topkg.1.0.7
-> installed mtime.2.1.0
-> installed fmt.0.9.0
-> installed ptime.1.2.0
-> installed dune.3.16.0
-> installed mirage-clock.4.2.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed gmap.0.3.0
-> installed duration.0.2.1
-> installed macaddr.5.6.0
-> installed optint.0.3.0
-> installed domain-name.0.4.0
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed cppo.1.7.0
-> installed cstruct.6.2.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.16.0
-> installed ipaddr.5.6.0
-> installed ocplib-endian.1.2
-> installed eqaf.0.9
-> installed asn1-combinators.0.2.6
-> installed dune-configurator.3.16.0
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
-> installed cstruct-sexp.6.2.0
-> installed mirage-crypto.0.10.7
-> installed pbkdf.1.2.0
-> installed hkdf.1.0.4
-> installed lwt.5.8.0
-> installed mirage-kv.6.1.1
-> installed mirage-flow.3.0.0
-> installed logs.0.7.0
-> installed mirage-crypto-rng.0.10.7
-> installed mirage-crypto-pk.0.10.7
-> installed base.v0.16.3
-> installed mirage-crypto-ec.0.10.7
-> installed ppxlib.0.33.0
-> installed x509.0.16.5
-> installed ppx_cstruct.6.2.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ipaddr-sexp.5.6.0
-> installed tls.0.15.4
-> installed tls-mirage.0.15.4
Done.
# To update the current shell environment, run: eval $(opam env)
2024-10-31 07:15.25 ---> saved as "6ea212d92b994e5c118d054e1281aaa3a46c1a8af8a15ac9226e21bac05bc6c7"

/home/opam: (run (shell "opam option solver=builtin-0install"))
No modification in global configuration
2024-10-31 07:15.25 ---> saved as "437cb31dfbe5fc408429b5e7d8310016f3e1acab44a111a17b85fcb92b9b5824"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test tls-mirage.0.15.4) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile tls-mirage 0.15.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved tls-mirage.0.15.4  (https://github.com/mirleft/ocaml-tls/releases/download/v0.15.4/tls-0.15.4.tbz)
-> removed   tls-mirage.0.15.4
-> installed tls-mirage.0.15.4
Done.
# To update the current shell environment, run: eval $(opam env)
2024-10-31 07:15.40 ---> saved as "ba289f25fcbdc416e98964a7167b2ad26cc775c1e828224cefe990d9b034dc64"

/home/opam: (run (shell  "opam reinstall --with-test --verbose tls-mirage.0.15.4;\
                        \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-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'tls-mirage.0.15.4' && 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 tls-mirage 0.15.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [tls-mirage.0.15.4: extract]
-> retrieved tls-mirage.0.15.4  (cached)
Processing  2/4: [tls-mirage: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "tls-mirage" "-j" "31" (CWD=/home/opam/.opam/4.14/.opam-switch/build/tls-mirage.0.15.4)
Processing  2/4: [tls-mirage: dune runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "tls-mirage" "-j" "31" (CWD=/home/opam/.opam/4.14/.opam-switch/build/tls-mirage.0.15.4)
-> compiled  tls-mirage.0.15.4
-> removed   tls-mirage.0.15.4
-> installed tls-mirage.0.15.4
Done.
# To update the current shell environment, run: eval $(opam env)
2024-10-31 07:15.50 ---> saved as "d246b015e57e378d9ef88dfe285f3f20711abca7f26ab2c999a82205e92f7a26"
Job succeeded
2024-10-31 07:16.04: Job succeeded