Build:
  1. 0
2026-03-10 12:14.16: New job: test tls-mirage.2.0.4, using opam 2.1
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29532/head (602109895c861d986c099b9c8d9c2a98826025d7)
                              on debian-13-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29532/head" && git reset --hard 60210989
git fetch origin master
git merge --no-edit 3c70647a78a7fd22066fca4f17f7ca4514500663
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.1 /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 tls-mirage.2.0.4 2.0.4
RUN opam reinstall tls-mirage.2.0.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-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'tls-mirage.2.0.4' && 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 tls-mirage.2.0.4) || true
RUN opam reinstall --with-test --verbose tls-mirage.2.0.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-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'tls-mirage.2.0.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 .

2026-03-10 12:14.16: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6-tls-mirage.2.0.4-602109895c861d986c099b9c8d9c2a98826025d7"
2026-03-10 12:14.16: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 tls-mirage.2.0.4 2.0.4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall tls-mirage.2.0.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-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\" != 'tls-mirage.2.0.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 (network host)
      (shell "(opam reinstall --with-test tls-mirage.2.0.4) || true"))
 (run (shell  "opam reinstall --with-test --verbose tls-mirage.2.0.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-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\" != 'tls-mirage.2.0.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-03-10 12:14.16: Waiting for resource in pool OCluster
2026-03-10 12:19.24: Waiting for worker…
2026-03-10 12:22.59: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  77% (14286/18411)
Updating files:  78% (14361/18411)
Updating files:  79% (14545/18411)
Updating files:  80% (14729/18411)
Updating files:  81% (14913/18411)
Updating files:  82% (15098/18411)
Updating files:  83% (15282/18411)
Updating files:  84% (15466/18411)
Updating files:  85% (15650/18411)
Updating files:  86% (15834/18411)
Updating files:  87% (16018/18411)
Updating files:  88% (16202/18411)
Updating files:  89% (16386/18411)
Updating files:  90% (16570/18411)
Updating files:  91% (16755/18411)
Updating files:  92% (16939/18411)
Updating files:  93% (17123/18411)
Updating files:  94% (17307/18411)
Updating files:  95% (17491/18411)
Updating files:  96% (17675/18411)
Updating files:  97% (17859/18411)
Updating files:  98% (18043/18411)
Updating files:  99% (18227/18411)
Updating files: 100% (18411/18411)
Updating files: 100% (18411/18411), done.
HEAD is now at 3c70647a78 Merge pull request #29507 from NathanReb/release-ppxlib-0-38-0-5-5-preview
Updating 3c70647a78..602109895c
Fast-forward
 packages/tls-async/tls-async.2.0.4/opam         | 48 ++++++++++++++++++
 packages/tls-eio/tls-eio.2.0.4/opam             | 54 ++++++++++++++++++++
 packages/tls-lwt/tls-lwt.2.0.4/opam             | 43 ++++++++++++++++
 packages/tls-miou-unix/tls-miou-unix.2.0.4/opam | 43 ++++++++++++++++
 packages/tls-mirage/tls-mirage.2.0.4/opam       | 46 +++++++++++++++++
 packages/tls/tls.2.0.4/opam                     | 66 +++++++++++++++++++++++++
 6 files changed, 300 insertions(+)
 create mode 100644 packages/tls-async/tls-async.2.0.4/opam
 create mode 100644 packages/tls-eio/tls-eio.2.0.4/opam
 create mode 100644 packages/tls-lwt/tls-lwt.2.0.4/opam
 create mode 100644 packages/tls-miou-unix/tls-miou-unix.2.0.4/opam
 create mode 100644 packages/tls-mirage/tls-mirage.2.0.4/opam
 create mode 100644 packages/tls/tls.2.0.4/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6' locally
docker.io/ocaml/opam@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6: Pulling from ocaml/opam
Digest: sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6
Status: Downloaded newer image for ocaml/opam@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6
2026-03-10 12:23.02 ---> using "41eea30e3f639c18d8cf57c309ec76919ec7b2398036f7e41744cbce59a133d3" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2026-03-10 12:23.02 ---> using "84073b6daa86f86d6aaabcae0b9510ae92aef1992c1d9d64600002afada31ede" 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.

Continue? [Y/n] y
Format upgrade done.
This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-10 12:24.23 ---> saved as "d4a13c53d672ea86ca6eb9b1efd4ec14bfaff38dcf6cf71ff73f4a9a79c0a0da"

/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.1.6 (263921263e1f745613e2882745114b7b08f3608b) 
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     
# upgrade-criteria     
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2026-03-10 12:24.26 ---> saved as "b05d3b05d4c3c083ce745f90e05265d8bc1e37934712ceb0ea58c4229dc90669"

/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/"))
2026-03-10 12:24.35 ---> saved as "f9320a8a7e0da1cdce3fbd889035ad4dbbc1ef01b097e8eabcab41a0ecb7e8b1"

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-10 12:24.46 ---> saved as "f242c48be85e1ef6846bd10c8146a59233a2ec2e241caf273ea4c9be09c36dbc"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-10 12:25.00 ---> saved as "4d03ed1be477c6096aed1bd670ffaca8e50760cdd566ccd5b6a8f335c8f148f0"

/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 [108 kB]
- Fetched 199 kB in 0s (1703 kB/s)
- Reading package lists...
- 
2026-03-10 12:25.02 ---> saved as "9ea709bf7ba7f0b18eb5f461a76798e2f2eadfcb477035dc41f831e05d904ec9"

/home/opam: (run (shell "opam pin add -k version -yn tls-mirage.2.0.4 2.0.4"))
tls-mirage is now pinned to version 2.0.4
2026-03-10 12:25.03 ---> saved as "a15caaf4630f7c54a35b7c4491857513429f5008246edba731e7ae0fe577640c"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall tls-mirage.2.0.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-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\" != 'tls-mirage.2.0.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.2.0.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install ocamlbuild        0.16.1 [required by fmt]
  - install dune              3.21.1 [required by tls-mirage]
  - install conf-gmp          5      [required by conf-gmp-powm-sec, zarith]
  - install conf-pkg-config   4      [required by zarith]
  - install ocamlfind         1.9.8  [required by fmt]
  - install optint            0.3.0  [required by mirage-kv]
  - install ohex              0.2.0  [required by tls]
  - install macaddr           5.6.2  [required by ipaddr]
  - install gmap              0.3.0  [required by x509]
  - install eqaf              0.10   [required by mirage-crypto, mirage-crypto-pk]
  - install duration          0.2.1  [required by mirage-crypto-rng]
  - install domain-name       0.5.0  [required by tls]
  - install csexp             1.5.2  [required by dune-configurator]
  - install cppo              1.8.0  [required by lwt]
  - install base64            3.5.2  [required by x509]
  - install conf-gmp-powm-sec 4      [required by mirage-crypto-pk]
  - install zarith            1.14   [required by mirage-crypto-pk]
  - install topkg             1.1.1  [required by fmt]
  - install base-bytes        base   [required by ocplib-endian]
  - install digestif          1.3.0  [required by mirage-crypto-pk, tls]
  - install ipaddr            5.6.2  [required by tls]
  - install dune-configurator 3.21.1 [required by lwt, mirage-crypto]
  - install ptime             1.2.0  [required by tls-mirage]
  - install fmt               0.11.0 [required by tls-mirage]
  - install ocplib-endian     1.2    [required by lwt]
  - install mirage-crypto     2.0.3  [required by tls-mirage]
  - install mirage-ptime      5.2.0  [required by tls-mirage]
  - install asn1-combinators  0.3.2  [required by x509]
  - install cstruct           6.2.0  [required by mirage-flow]
  - install lwt               6.1.1  [required by tls-mirage]
  - install kdf               1.0.0  [required by tls]
  - install mirage-kv         6.1.1  [required by tls-mirage]
  - install mirage-flow       5.0.0  [required by tls-mirage]
  - install logs              0.10.0 [required by tls]
  - install mirage-crypto-rng 2.0.3  [required by mirage-crypto-pk, tls]
  - install mirage-crypto-pk  2.0.3  [required by tls-mirage]
  - install mirage-crypto-ec  2.0.3  [required by tls]
  - install x509              1.0.6  [required by tls]
  - install tls               2.0.4  [required by tls-mirage]
  - install tls-mirage        2.0.4*
===== 40 to install =====

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

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- 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 ... 20654 files and directories currently installed.)
- Preparing to unpack .../0-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 .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp-powm-sec.4
-> retrieved cstruct.6.2.0  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.21.1  (cached)
-> retrieved dune-configurator.3.21.1  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved ipaddr.5.6.2  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.6.1.1  (cached)
-> retrieved macaddr.5.6.2  (cached)
-> retrieved mirage-crypto.2.0.3  (cached)
-> retrieved mirage-crypto-ec.2.0.3  (cached)
-> retrieved mirage-crypto-pk.2.0.3  (cached)
-> retrieved mirage-crypto-rng.2.0.3  (cached)
-> retrieved mirage-flow.5.0.0  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved mirage-ptime.5.2.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved tls.2.0.4  (cached)
-> retrieved tls-mirage.2.0.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved x509.1.0.6  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed dune.3.21.1
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed ohex.0.2.0
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed base64.3.5.2
-> installed cstruct.6.2.0
-> installed domain-name.0.5.0
-> installed eqaf.0.10
-> installed macaddr.5.6.2
-> installed mirage-ptime.5.2.0
-> installed optint.0.3.0
-> installed cppo.1.8.0
-> installed ipaddr.5.6.2
-> installed digestif.1.3.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.21.1
-> installed mirage-crypto.2.0.3
-> installed kdf.1.0.0
-> installed lwt.6.1.1
-> installed mirage-flow.5.0.0
-> installed mirage-kv.6.1.1
-> installed logs.0.10.0
-> installed mirage-crypto-rng.2.0.3
-> installed mirage-crypto-pk.2.0.3
-> installed mirage-crypto-ec.2.0.3
-> installed x509.1.0.6
-> installed tls.2.0.4
-> installed tls-mirage.2.0.4
Done.
# Run eval $(opam env) to update the current shell environment
2026-03-10 12:26.25 ---> saved as "e50f38aa1d0e6e5b0fcc6d7a930972aed5c74591515c047377726bd718bcea0b"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   tls-mirage.2.0.4
-> installed tls-mirage.2.0.4
Done.
# Run eval $(opam env) to update the current shell environment
2026-03-10 12:26.42 ---> saved as "54f4ccf2f15c6ccfe994248d331428574d4e2dcc88ef2d5fae6ae2f1f0acc8ee"

/home/opam: (run (shell  "opam reinstall --with-test --verbose tls-mirage.2.0.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-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\" != 'tls-mirage.2.0.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 tls-mirage 2.0.4*

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [tls-mirage: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "tls-mirage" "-j" "71" (CWD=/home/opam/.opam/5.4/.opam-switch/build/tls-mirage.2.0.4)
Processing  2/4: [tls-mirage: dune runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "tls-mirage" "-j" "71" (CWD=/home/opam/.opam/5.4/.opam-switch/build/tls-mirage.2.0.4)
-> compiled  tls-mirage.2.0.4
-> removed   tls-mirage.2.0.4
-> installed tls-mirage.2.0.4
Done.
# Run eval $(opam env) to update the current shell environment
2026-03-10 12:26.58 ---> saved as "8c6cc320e11d3166746411bedbec142021a8ef5fc1f7bae4627d08e306de2daf"
Job succeeded
2026-03-10 12:27.06: Job succeeded