Build:
  1. 0
2026-02-20 10:14.18: New job: build mhttp-client.0.0.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29441/head (03a32901138b2da17acfb262503ab5e0755499b8)
                              on debian-13-ocaml-5.4-flambda/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/29441/head" && git reset --hard 03a32901
git fetch origin master
git merge --no-edit d18d14011e4188f5c398421e2e99b297dd8150fb
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41
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 mhttp-client.0.0.1 0.0.1
RUN opam reinstall mhttp-client.0.0.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-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'mhttp-client.0.0.1' && 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-02-20 10:14.18: Using cache hint "ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41-mhttp-client.0.0.1-03a32901138b2da17acfb262503ab5e0755499b8"
2026-02-20 10:14.18: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41)
 (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 mhttp-client.0.0.1 0.0.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall mhttp-client.0.0.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-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\" != 'mhttp-client.0.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-02-20 10:14.18: Waiting for resource in pool OCluster
2026-02-20 10:16.35: Waiting for worker…
2026-02-20 10:19.39: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at d18d14011e Merge pull request #29430 from hannesm/release-ipaddr-v5.6.2
Merge made by the 'ort' strategy.
 packages/mhttp-client/mhttp-client.0.0.1/opam | 30 +++++++++++++++++++++++++
 packages/mhttp-server/mhttp-server.0.0.1/opam | 30 +++++++++++++++++++++++++
 packages/mhttp/mhttp.0.0.1/opam               | 32 +++++++++++++++++++++++++++
 3 files changed, 92 insertions(+)
 create mode 100644 packages/mhttp-client/mhttp-client.0.0.1/opam
 create mode 100644 packages/mhttp-server/mhttp-server.0.0.1/opam
 create mode 100644 packages/mhttp/mhttp.0.0.1/opam

(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41)
2026-02-20 10:19.44 ---> using "99a562272dc8ce3c679ddc6d0cba880bddddf1e9ea3303dd28b933af799c6dd7" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-20 10:19.44 ---> using "2f7dd617fe7cf12cc39a2d6df2d306ece65f5620e3d884530b6994e2820058a8" 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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-20 10:19.44 ---> using "2d568a26d034b04b258b4ad666bc47fae7b826e1b4cd0f8fb11c2c84591e2dc3" 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
# self-upgrade         no
# system               arch=x86_64 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                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-variants" {= "5.4.0+options"}]
# compiler-packages    ocaml-compiler.5.4.0, ocaml-option-flambda.1, ocaml-options-only-flambda.1, ocaml-variants.5.4.0+options
# 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+options+flambda
2026-02-20 10:19.44 ---> using "24faebfdee2bca61d9b2a0f545bdaaf74fada2a13ac9bea13346a3cfc5d135a5" 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/"))
2026-02-20 10:19.44 ---> using "82acb6885d52797f9507fbd094927557cb61ab9a35c0e8a593d8a15b033acfe7" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-20 10:19.53 ---> saved as "ede489b7167dfb815d6f146ed1a94e9d039dcc594ea428be0597ba669cb0a370"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-20 10:20.11 ---> saved as "2e542bbc584d467255b9b6887c3711e43309e591784f7c6a7ca618a9c9ea0b27"

/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 [112 kB]
- Fetched 203 kB in 0s (1769 kB/s)
- Reading package lists...
2026-02-20 10:20.12 ---> saved as "6d672fc27425d3b4b62cc970114602c659a4f9cd01da9ff561f017d8f5c20408"

/home/opam: (run (shell "opam pin add -k version -yn mhttp-client.0.0.1 0.0.1"))
mhttp-client is now pinned to version 0.0.1
2026-02-20 10:20.13 ---> saved as "3f450cdff68908463efb36d5049e6d00fb0d924a32dc31eac0f2d29d661017b5"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall mhttp-client.0.0.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-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\" != 'mhttp-client.0.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
mhttp-client.0.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 93 packages
  - install angstrom                 0.16.1         [required by h1, h2]
  - install arp                      4.1.0          [required by tcpip]
  - install asn1-combinators         0.3.2          [required by x509]
  - install astring                  0.8.5          [required by bos]
  - install base-bytes               base           [required by ocplib-endian]
  - install base64                   3.5.2          [required by h2, h1, utcp]
  - install bigstringaf              0.10.0         [required by h2]
  - install bin                      0.0.4          [required by mnet]
  - install bos                      0.2.1          [required by ca-certs]
  - install bstr                     0.0.4          [required by httpcats, mnet]
  - install bytesrw                  0.3.0          [required by mkernel]
  - install ca-certs                 1.0.1          [required by httpcats]
  - install cmdliner                 2.1.0          [required by hxd]
  - install conf-gmp                 5              [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec        4              [required by mirage-crypto-pk]
  - install conf-libseccomp          1              [required by solo5]
  - install conf-pkg-config          4              [required by bytesrw]
  - install cppo                     1.8.0          [required by lwt]
  - install csexp                    1.5.2          [required by dune-configurator]
  - install cstruct                  6.2.0          [required by utcp]
  - install cstruct-lwt              6.2.0          [required by tcpip]
  - install digestif                 1.3.0          [required by ca-certs]
  - install dns                      10.2.3         [required by dns-client]
  - install dns-client               10.2.3         [required by dns-client-miou-unix]
  - install dns-client-miou-unix     10.2.3         [required by httpcats]
  - install domain-name              0.5.0          [required by dns-client-miou-unix]
  - install dune                     3.21.1         [required by mhttp-client]
  - install dune-configurator        3.21.1         [required by hxd]
  - install duration                 0.2.1          [required by mnet]
  - install eqaf                     0.10           [required by digestif, mirage-crypto]
  - install ethernet                 3.2.0          [required by tcpip]
  - install faraday                  0.8.2          [required by h1, h2]
  - install fmt                      0.11.0         [required by mnet]
  - install fpath                    0.7.3          [required by ca-certs]
  - install gmap                     0.3.0          [required by x509]
  - install h1                       1.1.0          [required by httpcats]
  - install h2                       0.13.0         [required by httpcats]
  - install happy-eyeballs           2.0.1          [required by mnet-happy-eyeballs]
  - install happy-eyeballs-miou-unix 2.0.1          [required by httpcats]
  - install hpack                    0.13.0         [required by h2]
  - install httpcats                 0.2.0          [required by mhttp]
  - install httpun-types             0.2.0          [required by h1, h2]
  - install hxd                      0.4.0          [required by mnet]
  - install ipaddr                   5.6.2          [required by mnet]
  - install ipaddr-cstruct           5.6.2          [required by utcp]
  - install jsont                    0.2.0          [required by mkernel]
  - install kdf                      1.0.0          [required by x509]
  - install logs                     0.10.0         [required by mkernel, ca-certs, utcp]
  - install lru                      0.3.1          [required by tcpip]
  - install lwt                      6.1.0          [required by hxd, utcp]
  - install lwt-dllist               1.1.0          [required by tcpip]
  - install macaddr                  5.6.2          [required by mnet]
  - install macaddr-cstruct          5.6.2          [required by tcpip]
  - install metrics                  0.5.0          [required by utcp]
  - install mhttp                    0.0.1          [required by mhttp-client]
  - install mhttp-client             0.0.1 (pinned)
  - install miou                     0.5.4          [required by httpcats]
  - install mirage-crypto            2.0.3          [required by ca-certs]
  - install mirage-crypto-ec         2.0.3          [required by x509]
  - install mirage-crypto-pk         2.0.3          [required by x509]
  - install mirage-crypto-rng        2.0.3          [required by mhttp]
  - install mirage-flow              5.0.0          [required by tcpip]
  - install mirage-mtime             5.2.0          [required by utcp]
  - install mirage-net               4.0.0          [required by tcpip]
  - install mirage-sleep             4.1.0          [required by utcp]
  - install mkernel                  0.0.1          [required by mnet]
  - install mnet                     0.0.1          [required by mhttp, mnet-happy-eyeballs]
  - install mnet-happy-eyeballs      0.0.1          [required by mhttp-client]
  - install mnet-tls                 0.0.1          [required by mhttp]
  - install mtime                    2.1.0          [required by utcp]
  - install ocaml-solo5              1.2.0          [required by mkernel]
  - install ocaml-src                5.4.0          [required by ocaml-solo5]
  - install ocaml-syntax-shims       1.0.0          [required by angstrom]
  - install ocamlbuild               0.16.1         [required by bytesrw, bos, ptime, jsont]
  - install ocamlfind                1.9.8          [required by jsont, ptime, bos, etc.]
  - install ocplib-endian            1.2            [required by lwt]
  - install ohex                     0.2.0          [required by ca-certs]
  - install opatch                   3.1.0          [required by ocaml-solo5]
  - install patch                    3.1.0          [required by opatch]
  - install psq                      0.2.1          [required by h2]
  - install ptime                    1.2.0          [required by ca-certs]
  - install randomconv               0.2.0          [required by utcp]
  - install rresult                  0.7.0          [required by bos]
  - install seq                      base           [required by psq]
  - install slice                    0.0.4          [required by mnet]
  - install solo5                    0.10.0         [required by mkernel]
  - install tcpip                    9.0.1          [required by utcp]
  - install tls                      2.0.3          [required by mnet, mnet-tls]
  - install tls-miou-unix            2.0.3          [required by httpcats]
  - install topkg                    1.1.1          [required by bytesrw, bos, ptime, jsont]
  - install utcp                     0.0.2          [required by mnet-happy-eyeballs]
  - install x509                     1.0.6          [required by ca-certs]
  - install zarith                   1.14           [required by mirage-crypto-pk]

The following system packages will first need to be installed:
    libgmp-dev libseccomp-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" "libgmp-dev" "libseccomp-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 libseccomp-dev:amd64.
- Preparing to unpack .../3-libseccomp-dev_2.6.0-2_amd64.deb ...
- Unpacking libseccomp-dev:amd64 (2.6.0-2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../4-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../5-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../6-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libseccomp-dev:amd64 (2.6.0-2) ...
- 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 angstrom.0.16.1  (cached)
-> retrieved arp.4.1.0  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bin.0.0.4, bstr.0.0.4, slice.0.0.4  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved bytesrw.0.3.0  (cached)
-> retrieved ca-certs.1.0.1  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp.5
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp-powm-sec.4
-> installed conf-libseccomp.1
-> retrieved digestif.1.3.0  (cached)
-> retrieved dns.10.2.3, dns-client.10.2.3, dns-client-miou-unix.10.2.3  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved ethernet.3.2.0  (cached)
-> retrieved faraday.0.8.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved h1.1.1.0  (cached)
-> retrieved h2.0.13.0, hpack.0.13.0  (cached)
-> installed cmdliner.2.1.0
-> retrieved happy-eyeballs.2.0.1, happy-eyeballs-miou-unix.2.0.1  (cached)
-> retrieved httpcats.0.2.0  (cached)
-> retrieved httpun-types.0.2.0  (cached)
-> retrieved hxd.0.4.0  (cached)
-> retrieved ipaddr.5.6.2, ipaddr-cstruct.5.6.2, macaddr.5.6.2, macaddr-cstruct.5.6.2  (cached)
-> retrieved jsont.0.2.0  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.6.1.0  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved metrics.0.5.0  (cached)
-> retrieved mhttp.0.0.1, mhttp-client.0.0.1  (cached)
-> retrieved miou.0.5.4  (cached)
-> retrieved mirage-crypto.2.0.3, mirage-crypto-ec.2.0.3, mirage-crypto-pk.2.0.3, mirage-crypto-rng.2.0.3  (cached)
-> retrieved mirage-flow.5.0.0  (cached)
-> retrieved mirage-mtime.5.2.0  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved mirage-sleep.4.1.0  (cached)
-> retrieved mkernel.0.0.1  (cached)
-> retrieved mnet.0.0.1, mnet-happy-eyeballs.0.0.1, mnet-tls.0.0.1  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-solo5.1.2.0  (cached)
-> retrieved ocaml-src.5.4.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.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 opatch.3.1.0, patch.3.1.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved solo5.0.10.0  (cached)
-> installed ocaml-src.5.4.0
-> installed seq.base
-> retrieved tcpip.9.0.1  (cached)
-> retrieved tls.2.0.3, tls-miou-unix.2.0.3  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved utcp.0.0.2  (cached)
-> retrieved x509.1.0.6  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed zarith.1.14
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed solo5.0.10.0
-> installed astring.0.8.5
-> installed bytesrw.0.3.0
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed rresult.0.7.0
-> installed fpath.0.7.3
-> installed jsont.0.2.0
-> installed dune.3.21.1
-> installed base64.3.5.2
-> installed duration.0.2.1
-> installed lwt-dllist.1.1.0
-> installed bstr.0.0.4
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed domain-name.0.5.0
-> installed eqaf.0.10
-> installed gmap.0.3.0
-> installed macaddr.5.6.2
-> installed metrics.0.5.0
-> installed mirage-mtime.5.2.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed patch.3.1.0
-> installed psq.0.2.1
-> installed randomconv.0.2.0
-> installed slice.0.0.4
-> installed macaddr-cstruct.5.6.2
-> installed ocplib-endian.1.2
-> installed lru.0.3.1
-> installed bin.0.0.4
-> installed opatch.3.1.0
-> installed ipaddr.5.6.2
-> installed ipaddr-cstruct.5.6.2
-> installed digestif.1.3.0
-> installed dune-configurator.3.21.1
-> installed bigstringaf.0.10.0
-> installed faraday.0.8.2
-> installed angstrom.0.16.1
-> installed httpun-types.0.2.0
-> installed miou.0.5.4
-> installed mirage-crypto.2.0.3
-> installed hpack.0.13.0
-> installed h1.1.1.0
-> installed kdf.1.0.0
-> installed h2.0.13.0
-> installed lwt.6.1.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-flow.5.0.0
-> installed mirage-net.4.0.0
-> installed mirage-sleep.4.1.0
-> installed hxd.0.4.0
-> installed logs.0.10.0
-> installed ethernet.3.2.0
-> installed happy-eyeballs.2.0.1
-> installed mirage-crypto-rng.2.0.3
-> installed arp.4.1.0
-> installed mirage-crypto-pk.2.0.3
-> installed happy-eyeballs-miou-unix.2.0.1
-> installed dns.10.2.3
-> installed tcpip.9.0.1
-> installed dns-client.10.2.3
-> installed bos.0.2.1
-> installed utcp.0.0.2
-> installed mirage-crypto-ec.2.0.3
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed tls.2.0.3
-> installed tls-miou-unix.2.0.3
-> installed dns-client-miou-unix.10.2.3
-> installed httpcats.0.2.0
-> installed ocaml-solo5.1.2.0
-> installed mkernel.0.0.1
-> installed mnet.0.0.1
-> installed mnet-tls.0.0.1
-> installed mnet-happy-eyeballs.0.0.1
-> installed mhttp.0.0.1
[ERROR] The compilation of mhttp-client.0.0.1 failed at "dune build -p mhttp-client -j 255".

#=== ERROR while compiling mhttp-client.0.0.1 =================================#
# context              2.5.0 | linux/x86_64 | ocaml-variants.5.4.0+options | pinned(https://github.com/robur-coop/mhttp/releases/download/v0.0.1/mhttp-0.0.1.tbz)
# path                 ~/.opam/5.4/.opam-switch/build/mhttp-client.0.0.1
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p mhttp-client -j 255
# exit-code            1
# env-file             ~/.opam/log/mhttp-client-7-0464fd.env
# output-file          ~/.opam/log/mhttp-client-7-0464fd.out
### output ###
# File "lib/dune", line 11, characters 45-63:
# 11 |  (libraries mnet-happy-eyeballs ca-certs-nss mirage-ptime.solo5 mhttp httpcats.core httpcats.runtime))
#                                                   ^^^^^^^^^^^^^^^^^^
# Error: Library "mirage-ptime.solo5" not found.
# -> required by library "mhttp-client" in _build/default/lib
# -> required by _build/default/META.mhttp-client
# -> required by _build/install/default/lib/mhttp-client/META
# -> required by _build/default/mhttp-client.install
# -> required by alias install



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build mhttp-client 0.0.1
+- 
+- The following changes have been performed
| - install angstrom                 0.16.1
| - install arp                      4.1.0
| - install asn1-combinators         0.3.2
| - install astring                  0.8.5
| - install base-bytes               base
| - install base64                   3.5.2
| - install bigstringaf              0.10.0
| - install bin                      0.0.4
| - install bos                      0.2.1
| - install bstr                     0.0.4
| - install bytesrw                  0.3.0
| - install ca-certs                 1.0.1
| - install cmdliner                 2.1.0
| - install conf-gmp                 5
| - install conf-gmp-powm-sec        4
| - install conf-libseccomp          1
| - install conf-pkg-config          4
| - install cppo                     1.8.0
| - install csexp                    1.5.2
| - install cstruct                  6.2.0
| - install cstruct-lwt              6.2.0
| - install digestif                 1.3.0
| - install dns                      10.2.3
| - install dns-client               10.2.3
| - install dns-client-miou-unix     10.2.3
| - install domain-name              0.5.0
| - install dune                     3.21.1
| - install dune-configurator        3.21.1
| - install duration                 0.2.1
| - install eqaf                     0.10
| - install ethernet                 3.2.0
| - install faraday                  0.8.2
| - install fmt                      0.11.0
| - install fpath                    0.7.3
| - install gmap                     0.3.0
| - install h1                       1.1.0
| - install h2                       0.13.0
| - install happy-eyeballs           2.0.1
| - install happy-eyeballs-miou-unix 2.0.1
| - install hpack                    0.13.0
| - install httpcats                 0.2.0
| - install httpun-types             0.2.0
| - install hxd                      0.4.0
| - install ipaddr                   5.6.2
| - install ipaddr-cstruct           5.6.2
| - install jsont                    0.2.0
| - install kdf                      1.0.0
| - install logs                     0.10.0
| - install lru                      0.3.1
| - install lwt                      6.1.0
| - install lwt-dllist               1.1.0
| - install macaddr                  5.6.2
| - install macaddr-cstruct          5.6.2
| - install metrics                  0.5.0
| - install mhttp                    0.0.1
| - install miou                     0.5.4
| - install mirage-crypto            2.0.3
| - install mirage-crypto-ec         2.0.3
| - install mirage-crypto-pk         2.0.3
| - install mirage-crypto-rng        2.0.3
| - install mirage-flow              5.0.0
| - install mirage-mtime             5.2.0
| - install mirage-net               4.0.0
| - install mirage-sleep             4.1.0
| - install mkernel                  0.0.1
| - install mnet                     0.0.1
| - install mnet-happy-eyeballs      0.0.1
| - install mnet-tls                 0.0.1
| - install mtime                    2.1.0
| - install ocaml-solo5              1.2.0
| - install ocaml-src                5.4.0
| - install ocaml-syntax-shims       1.0.0
| - install ocamlbuild               0.16.1
| - install ocamlfind                1.9.8
| - install ocplib-endian            1.2
| - install ohex                     0.2.0
| - install opatch                   3.1.0
| - install patch                    3.1.0
| - install psq                      0.2.1
| - install ptime                    1.2.0
| - install randomconv               0.2.0
| - install rresult                  0.7.0
| - install seq                      base
| - install slice                    0.0.4
| - install solo5                    0.10.0
| - install tcpip                    9.0.1
| - install tls                      2.0.3
| - install tls-miou-unix            2.0.3
| - install topkg                    1.1.1
| - install utcp                     0.0.2
| - install x509                     1.0.6
| - install zarith                   1.14
+- 
# 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/5.4/.opam-switch/backup/state-20260220102014.export"
[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 mhttp-client.0.0.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-13\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'mhttp-client.0.0.1' && 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
2026-02-20 10:22.42: Job failed: Failed: Build failed
2026-02-20 10:22.42: Log analysis:
2026-02-20 10:22.42: >>> 
[ERROR] The compilation of mhttp-client.0.0.1 failed at "dune build -p mhttp-client -j 255".
 (score = 20)
2026-02-20 10:22.42: >>> 
# Error: Library "mirage-ptime.solo5" not found.
 (score = 48)
2026-02-20 10:22.42: Library "mirage-ptime.solo5" not found.