(not at the head of any monitored branch or PR)
2026-03-17 10:26.05: New job: build ocluster.0.2, using opam 2.1
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29530/head (395113449576622af70540fb22e5d90e18554bdc)
                              on debian-13-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/29530/head" && git reset --hard 39511344
git fetch origin master
git merge --no-edit e589be2bb3f3c3428c9c98a122428f3ad2d44845
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e
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 ocluster.0.2 0.2
RUN opam reinstall ocluster.0.2; \
    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" != 'ocluster.0.2' && 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-17 10:26.05: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e-ocluster.0.2-395113449576622af70540fb22e5d90e18554bdc"
2026-03-17 10:26.05: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e)
 (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 ocluster.0.2 0.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ocluster.0.2;\
             \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\" != 'ocluster.0.2' && 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-17 10:26.05: Waiting for resource in pool OCluster
2026-03-17 12:05.25: Waiting for worker…
2026-03-17 12:08.55: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at e589be2bb3 Merge pull request #29546 from johnwhitington/opam-publish-camlpdf.2.9
Merge made by the 'ort' strategy.
 packages/bimage-lwt/bimage-lwt.0.3.0/opam    | 6 +++++-
 packages/bimage-lwt/bimage-lwt.0.3.1/opam    | 6 +++++-
 packages/bimage-lwt/bimage-lwt.0.4.0/opam    | 6 +++++-
 packages/caqti-lwt/caqti-lwt.0.11.0/opam     | 4 +++-
 packages/caqti-lwt/caqti-lwt.1.0.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.2.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.3.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.6.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.7.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.8.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.9.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.2.0.1/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.2.1.1/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.2.2.4/opam      | 6 +++++-
 packages/fuseau-lwt/fuseau-lwt.0.1/opam      | 6 +++++-
 packages/lambda-term/lambda-term.1.13/opam   | 6 +++++-
 packages/lambda-term/lambda-term.2.0.1/opam  | 6 +++++-
 packages/lambda-term/lambda-term.2.0.2/opam  | 6 +++++-
 packages/lambda-term/lambda-term.2.0.3/opam  | 6 +++++-
 packages/lambda-term/lambda-term.2.0/opam    | 6 +++++-
 packages/lambda-term/lambda-term.3.0.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.0.1/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.1.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.2.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.3.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.3.1/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.3.2/opam  | 6 +++++-
 packages/lwt_domain/lwt_domain.0.1.0/opam    | 6 +++++-
 packages/lwt_domain/lwt_domain.0.2.0/opam    | 6 +++++-
 packages/lwt_domain/lwt_domain.0.3.0/opam    | 6 +++++-
 packages/lwt_eio/lwt_eio.0.1/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.2/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.3/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.4/opam            | 7 ++++++-
 packages/lwt_eio/lwt_eio.0.5.1/opam          | 7 ++++++-
 packages/lwt_eio/lwt_eio.0.5/opam            | 7 ++++++-
 packages/lwt_glib/lwt_glib.1.0.1/opam        | 6 +++++-
 packages/lwt_glib/lwt_glib.1.1.0/opam        | 6 +++++-
 packages/lwt_glib/lwt_glib.1.1.1/opam        | 6 +++++-
 packages/lwt_log/lwt_log.1.1.0/opam          | 6 +++++-
 packages/lwt_log/lwt_log.1.1.1/opam          | 6 +++++-
 packages/lwt_log/lwt_log.1.1.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.0.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.0.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.1.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.3/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.4/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.3/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.1.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.8.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.8.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.9.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.9.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.9.3/opam          | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.10/opam | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.6/opam  | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.7/opam  | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.8/opam  | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.9/opam  | 6 +++++-
 packages/mwt/mwt.0.1.0/opam                  | 6 +++++-
 packages/nocrypto/nocrypto.0.5.4-1/opam      | 6 +++++-
 packages/nocrypto/nocrypto.0.5.4-2/opam      | 6 +++++-
 packages/ocluster/ocluster.0.1/opam          | 4 +++-
 packages/ocluster/ocluster.0.2.1/opam        | 6 +++++-
 packages/ocluster/ocluster.0.2/opam          | 4 +++-
 packages/ocluster/ocluster.0.3.0/opam        | 6 +++++-
 packages/picos/picos.0.3.0/opam              | 6 +++++-
 packages/picos/picos.0.4.0/opam              | 6 +++++-
 packages/picos_lwt/picos_lwt.0.5.0/opam      | 6 +++++-
 packages/picos_lwt/picos_lwt.0.6.0/opam      | 6 +++++-
 packages/tezt/tezt.2.0.0/opam                | 6 +++++-
 packages/tezt/tezt.3.0.0/opam                | 4 +++-
 packages/tezt/tezt.3.1.0/opam                | 4 +++-
 packages/tezt/tezt.3.1.1/opam                | 4 +++-
 packages/tezt/tezt.4.0.0/opam                | 4 +++-
 packages/tezt/tezt.4.1.0/opam                | 4 +++-
 packages/tezt/tezt.4.2.0/opam                | 4 +++-
 packages/tezt/tezt.4.3.0/opam                | 4 +++-
 84 files changed, 403 insertions(+), 84 deletions(-)

(from ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e' locally
docker.io/ocaml/opam@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e: Pulling from ocaml/opam
866771c43bf5: Already exists
1e49bea09367: Already exists
e793768537e6: Already exists
ed323d3d481a: Already exists
7df34a5cd5f1: Already exists
fd712d3eb935: Already exists
4b9fb8c99118: Already exists
9d9a01948b94: Already exists
0f1514f90b32: Already exists
e1ec5a753447: Already exists
03cc323e2f71: Already exists
c09c08ea9749: Already exists
b36b619f8e6b: Already exists
195344ca5274: Already exists
228ee78582a6: Already exists
504bde1c25b3: Already exists
9d8b1356c89f: Already exists
9d8b1356c89f: Already exists
568fb6dda155: Already exists
c499c9198aea: Already exists
048e5e358118: Already exists
871ca48eb45d: Already exists
4f4fb700ef54: Already exists
a5a2568b9df9: Already exists
068cf3106ac8: Already exists
559f54ec9b29: Already exists
798ffd96fde5: Already exists
e9a891bf80d7: Already exists
d720cfe12674: Already exists
c81c932f4a91: Already exists
79f24fa3bb11: Already exists
8c1debcd8c20: Already exists
1bb2cfea7250: Already exists
2b3d3ca75e4c: Already exists
557cacaf263c: Already exists
d10483022eef: Already exists
7b62a90d8223: Already exists
28ce8ea66e72: Already exists
d975909ea717: Already exists
5c215c69c247: Already exists
e7c082452a54: Already exists
d1a4c61b613c: Pulling fs layer
0195a6679dc6: Pulling fs layer
410dfa46d7be: Pulling fs layer
b7b221f39cbe: Pulling fs layer
b7b221f39cbe: Waiting
0195a6679dc6: Verifying Checksum
0195a6679dc6: Download complete
410dfa46d7be: Verifying Checksum
410dfa46d7be: Download complete
b7b221f39cbe: Verifying Checksum
b7b221f39cbe: Download complete
d1a4c61b613c: Verifying Checksum
d1a4c61b613c: Download complete
d1a4c61b613c: Pull complete
0195a6679dc6: Pull complete
410dfa46d7be: Pull complete
b7b221f39cbe: Pull complete
Digest: sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e
Status: Downloaded newer image for ocaml/opam@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e
2026-03-17 12:09.52 ---> using "32cd5b5baf995c02200cf270da597dbb25becd220af2c200c00b8b241a742195" 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-17 12:09.52 ---> using "71c54fe77889e70df52e1de8b3d6fc74acda96a883ad760ac40b946ae5c6b3a1" 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.1, 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
2026-03-17 12:09.52 ---> using "12ebc69d55239d841f08ce6e3756fc8c4b2daae5f6b7e6487e141f9e4f895a1a" 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.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       4.14
# 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
2026-03-17 12:09.52 ---> using "5113fb9cc79095ce4dbda04010b525c008e7152a3e42e493b3faef0c95a0a76d" 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-03-17 12:09.52 ---> using "1ea43d32abe33c3251bc75ba7854896fc11c9445beed271216ccc024c0735f17" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-17 12:09.58 ---> saved as "6c70919a1d2dcbec7c4c85e18c7f9ea029b0688155bf8aa5e226ea9cf3aa0635"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-17 12:10.08 ---> saved as "4133e34c6f27b037875b965cc821817a008a01f85a3cfc6c50ff9595c5f51e6c"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [111 kB]
- Fetched 10.0 MB in 1s (8499 kB/s)
- Reading package lists...
2026-03-17 12:10.11 ---> saved as "936045fe1fca565f7c53f549a25615fd738673bc6b7ebca8eeada7363fa4077e"

/home/opam: (run (shell "opam pin add -k version -yn ocluster.0.2 0.2"))
ocluster is now pinned to version 0.2
2026-03-17 12:10.12 ---> saved as "9cfd03c000f0118120e8fb544f3483cfbafa9a56177fdf8b383fb944d6d8ec87"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ocluster.0.2;\
                        \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\" != 'ocluster.0.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ocluster.0.2 is not installed. Install it? [Y/n] y
[ERROR] In the opam file for hkdf.1.0.4:
          - At /home/opam/.opam/repo/default/packages/hkdf/hkdf.1.0.4/opam:34:0-34:17::
            Unknown package flags deprecated ignored
        'flags' has been ignored.
[ERROR] In the opam file for mirage-no-solo5.1:
          - At /home/opam/.opam/repo/default/packages/mirage-no-solo5/mirage-no-solo5.1/opam:9:0-9:17::
            Unknown package flags deprecated ignored
        'flags' has been ignored.
[ERROR] In the opam file for mirage-no-xen.1:
          - At /home/opam/.opam/repo/default/packages/mirage-no-xen/mirage-no-xen.1/opam:9:0-9:17::
            Unknown package flags deprecated ignored
        'flags' has been ignored.
The following actions will be performed:
  - install   conf-gmp            5           [required by zarith]
  - install   conf-pkg-config     4           [required by mirage-crypto]
  - install   conf-capnproto      2           [required by capnp-rpc-lwt, capnp-rpc-net]
  - recompile ocaml-base-compiler 4.14.2*     [upstream or system changes]
  - install   conf-gmp-powm-sec   4           [required by mirage-crypto-pk]
  - install   conf-sqlite3        1           [required by sqlite3]
  - recompile ocaml-config        2           [uses ocaml-base-compiler]
  - recompile ocaml               4.14.2      [uses ocaml-base-compiler]
  - install   seq                 base        [required by psq]
  - install   ocamlfind           1.9.8       [required by asetmap, astring]
  - install   ocamlbuild          0.16.1      [required by asetmap, astring]
  - install   num                 1.6         [required by sexplib]
  - install   mirage-no-xen       1           [required by mirage-crypto-pk]
  - install   mirage-no-solo5     1           [required by mirage-crypto-pk]
  - install   dune                3.5.0       [required by ocluster]
  - install   conf-libev          4-13        [required by ocluster]
  - install   cmdliner            1.3.0       [required by ocluster]
  - recompile opam-depext         1.2.3       [uses ocaml]
  - install   zarith              1.14        [required by asn1-combinators]
  - install   base-bytes          base        [required by extunix]
  - install   topkg               1.1.1       [required by asetmap, astring]
  - install   yojson              3.0.0       [required by obuilder]
  - install   stringext           1.6.0       [required by uri, cohttp]
  - install   stdlib-shims        0.3.0       [required by sha]
  - install   stdint              0.7.2       [required by capnp, capnp-rpc]
  - install   sexplib0            v0.16.0     [required by cohttp, cohttp-lwt]
  - install   result              1.5         [required by capnp]
  - install   res                 5.0.2       [required by capnp]
  - install   re                  1.12.0      [required by ppx_expect, prometheus-app]
  - install   psq                 0.2.1       [required by ocluster]
  - install   ppx_derivers        1.2.1       [required by ppx_deriving]
  - install   optint              0.3.0       [required by mirage-kv]
  - install   ocaml-syntax-shims  1.0.0       [required by angstrom]
  - install   ocaml-compiler-libs v0.12.4     [required by ppxlib]
  - install   mirage-clock        4.2.0       [required by tls-mirage]
  - install   magic-mime          1.3.1       [required by cohttp-lwt-unix]
  - install   macaddr             5.6.2       [required by ipaddr]
  - install   lwt-dllist          1.1.0       [required by ocluster]
  - install   jane-street-headers v0.16.0     [required by time_now]
  - install   http                6.0.0~beta2 [required by cohttp-lwt-unix]
  - install   gmap                0.3.0       [required by x509]
  - install   duration            0.2.1       [required by mirage-crypto-rng]
  - install   dune-build-info     3.13.1      [required by ocluster]
  - 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 ocplib-endian, ppx_deriving]
  - install   camlp-streams       5.0.1       [required by tar]
  - install   base64              3.5.2       [required by capnp-rpc-net, capnp-rpc-unix]
  - install   uutf                1.0.4       [required by ezjsonm]
  - install   rresult             0.7.0       [required by bos]
  - install   ptime               1.2.0       [required by capnp-rpc-net]
  - install   mtime               2.1.0       [required by mirage-crypto-rng]
  - install   fmt                 0.11.0      [required by ocluster]
  - install   astring             0.8.5       [required by obuilder, capnp-rpc-net, capnp-rpc-lwt, etc.]
  - install   asetmap             0.8.1       [required by capnp-rpc-net, capnp-rpc-lwt, prometheus-app]
  - install   sha                 1.15.4      [required by obuilder]
  - install   parsexp             v0.16.0     [required by sexplib]
  - install   ppxlib              0.33.0      [required by ppx_expect]
  - install   ipaddr              5.6.2       [required by tls, conduit-lwt-unix]
  - install   dune-configurator   3.13.1      [required by extunix, mirage-crypto, mirage-crypto-rng, sqlite3]
  - install   ocplib-endian       1.2         [required by capnp]
  - install   jsonm               1.0.2       [required by ezjsonm]
  - install   cstruct             6.2.0       [required by capnp-rpc-net]
  - install   fpath               0.7.3       [required by ocluster]
  - install   sexplib             v0.16.0     [required by obuilder]
  - install   ppx_deriving        6.0.3       [required by obuilder, ocluster-api]
  - install   extunix             0.4.3       [required by ocluster]
  - install   checkseum           0.5.2       [required by decompress]
  - install   bigstringaf         0.10.0      [required by angstrom]
  - install   base                v0.16.4     [required by ppx_expect]
  - install   lwt                 5.9.1       [required by ocluster]
  - install   hex                 1.5.0       [required by ezjsonm]
  - install   eqaf                0.9         [required by digestif]
  - install   asn1-combinators    0.2.6       [required by capnp-rpc-net]
  - install   ppx_cstruct         6.2.0       [required by tls]
  - install   cstruct-sexp        6.2.0       [required by tls]
  - install   ppx_deriving_yojson 3.9.1       [required by ocluster-api]
  - install   decompress          1.5.3       [required by tar]
  - install   angstrom            0.16.1      [required by uri]
  - install   stdio               v0.16.0     [required by ppx_expect]
  - install   ppx_sexp_conv       v0.16.0     [required by ocluster]
  - install   ppx_here            v0.16.0     [required by ppx_expect]
  - install   ppx_globalize       v0.16.0     [required by ppx_base]
  - install   ppx_enumerate       v0.16.0     [required by ppx_base]
  - install   ppx_compare         v0.16.0     [required by ppx_base]
  - install   ppx_cold            v0.16.0     [required by ppx_base]
  - install   prometheus          1.3         [required by ocluster]
  - install   mirage-kv           6.1.1       [required by tls-mirage]
  - install   mirage-flow         3.0.0       [required by capnp-rpc-net, capnp-rpc-unix]
  - install   logs                0.10.0      [required by ocluster]
  - install   cstruct-lwt         6.2.0       [required by capnp-rpc-unix]
  - install   ezjsonm             1.3.0       [required by dune-compiledb]
  - install   mirage-crypto       0.10.7      [required by ocluster]
  - install   digestif            1.3.0       [required by ocluster]
  - install   tar                 2.6.0       [required by tar-unix]
  - install   uri                 4.4.0       [required by capnp-rpc-lwt, capnp-rpc-net]
  - install   ppx_optcomp         v0.16.0     [required by time_now]
  - install   capnp               3.6.0       [required by capnp-rpc-lwt, capnp-rpc-net]
  - install   obuilder-spec       0.5         [required by obuilder]
  - install   ipaddr-sexp         5.6.2       [required by tls, conduit-lwt-unix]
  - install   ppx_hash            v0.16.0     [required by ppx_base]
  - install   ppx_assert          v0.16.0     [required by jst-config]
  - install   capnp-rpc           1.2.2       [required by capnp-rpc-lwt, capnp-rpc-net]
  - install   bos                 0.2.1       [required by ca-certs]
  - install   dune-compiledb      0.6.0       [required by sqlite3]
  - install   pbkdf               1.2.0       [required by x509]
  - install   mirage-crypto-rng   0.10.7      [required by capnp-rpc-net, capnp-rpc-unix]
  - install   hkdf                1.0.4       [required by tls]
  - install   tar-unix            2.6.0       [required by obuilder]
  - install   uri-sexp            4.4.0       [required by cohttp]
  - install   conduit             6.1.0       [required by conduit-lwt]
  - install   ppx_base            v0.16.0     [required by time_now]
  - install   jst-config          v0.16.0     [required by time_now]
  - install   capnp-rpc-lwt       1.2.2       [required by ocluster]
  - install   sqlite3             5.4.0       [required by ocluster]
  - install   mirage-crypto-pk    0.10.7      [required by tls, tls-mirage]
  - install   mirage-crypto-ec    0.10.7      [required by tls]
  - install   cohttp              6.0.0~beta2 [required by cohttp-lwt-unix]
  - install   conduit-lwt         6.1.0       [required by cohttp-lwt-unix]
  - install   time_now            v0.16.0     [required by ppx_inline_test]
  - install   ocluster-api        0.2         [required by ocluster]
  - install   obuilder            0.5         [required by ocluster]
  - install   x509                0.16.5      [required by capnp-rpc-net]
  - install   cohttp-lwt          6.0.0~beta2 [required by cohttp-lwt-unix, prometheus-app]
  - install   ppx_inline_test     v0.16.0     [required by ppx_expect]
  - install   tls                 0.15.4      [required by capnp-rpc-net]
  - install   ca-certs            0.2.3       [required by conduit-lwt-unix]
  - install   ppx_expect          v0.16.2     [required by ocluster]
  - install   tls-mirage          0.15.4      [required by capnp-rpc-net]
  - install   conduit-lwt-unix    6.1.0       [required by cohttp-lwt-unix]
  - install   capnp-rpc-net       1.2.2       [required by ocluster]
  - install   cohttp-lwt-unix     6.0.0~beta2 [required by ocluster]
  - install   capnp-rpc-unix      1.2.2       [required by ocluster]
  - install   prometheus-app      1.3         [required by ocluster]
  - install   ocluster            0.2*
===== 131 to install | 4 to recompile =====

The following system packages will first need to be installed:
    capnproto libcapnp-dev libev-dev libgmp-dev libsqlite3-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" "capnproto" "libcapnp-dev" "libev-dev" "libgmp-dev" "libsqlite3-dev" "pkg-config"
- (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 ... 20623 files and directories currently installed.)
- Preparing to unpack .../libsqlite3-0_3.46.1-7+deb13u1_amd64.deb ...
- Unpacking libsqlite3-0:amd64 (3.46.1-7+deb13u1) over (3.46.1-7) ...
- Setting up libsqlite3-0:amd64 (3.46.1-7+deb13u1) ...
- (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 ... 20623 files and directories currently installed.)
- Preparing to unpack .../openssl-provider-legacy_3.5.5-1~deb13u1_amd64.deb ...
- Unpacking openssl-provider-legacy (3.5.5-1~deb13u1) over (3.5.4-1~deb13u2) ...
- Setting up openssl-provider-legacy (3.5.5-1~deb13u1) ...
- (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 ... 20623 files and directories currently installed.)
- Preparing to unpack .../libssl3t64_3.5.5-1~deb13u1_amd64.deb ...
- Unpacking libssl3t64:amd64 (3.5.5-1~deb13u1) over (3.5.4-1~deb13u2) ...
- Setting up libssl3t64:amd64 (3.5.5-1~deb13u1) ...
- Selecting previously unselected package libcapnp-1.1.0: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 ... 20623 files and directories currently installed.)
- Preparing to unpack .../00-libcapnp-1.1.0_1.1.0-2_amd64.deb ...
- Unpacking libcapnp-1.1.0:amd64 (1.1.0-2) ...
- Selecting previously unselected package capnproto.
- Preparing to unpack .../01-capnproto_1.1.0-2_amd64.deb ...
- Unpacking capnproto (1.1.0-2) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../02-libssl-dev_3.5.5-1~deb13u1_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.5.5-1~deb13u1) ...
- Selecting previously unselected package libcapnp-dev:amd64.
- Preparing to unpack .../03-libcapnp-dev_1.1.0-2_amd64.deb ...
- Unpacking libcapnp-dev:amd64 (1.1.0-2) ...
- Selecting previously unselected package libev4t64:amd64.
- Preparing to unpack .../04-libev4t64_1%3a4.33-2.1+b1_amd64.deb ...
- Unpacking libev4t64:amd64 (1:4.33-2.1+b1) ...
- Selecting previously unselected package libev-dev:amd64.
- Preparing to unpack .../05-libev-dev_1%3a4.33-2.1+b1_amd64.deb ...
- Unpacking libev-dev:amd64 (1:4.33-2.1+b1) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../06-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 .../07-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 .../08-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package libsqlite3-dev:amd64.
- Preparing to unpack .../09-libsqlite3-dev_3.46.1-7+deb13u1_amd64.deb ...
- Unpacking libsqlite3-dev:amd64 (3.46.1-7+deb13u1) ...
- Preparing to unpack .../10-openssl_3.5.5-1~deb13u1_amd64.deb ...
- Unpacking openssl (3.5.5-1~deb13u1) over (3.5.4-1~deb13u2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../11-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../12-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../13-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libev4t64:amd64 (1:4.33-2.1+b1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libsqlite3-dev:amd64 (3.46.1-7+deb13u1) ...
- Setting up libssl-dev:amd64 (3.5.5-1~deb13u1) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libcapnp-1.1.0:amd64 (1.1.0-2) ...
- Setting up libev-dev:amd64 (1:4.33-2.1+b1) ...
- Setting up openssl (3.5.5-1~deb13u1) ...
- Setting up libcapnp-dev:amd64 (1.1.0-2) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up capnproto (1.1.0-2) ...
- 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 asetmap.0.8.1  (cached)
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ca-certs.0.2.3  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved capnp.3.6.0  (cached)
-> retrieved capnp-rpc.1.2.2  (cached)
-> retrieved capnp-rpc-lwt.1.2.2  (cached)
-> retrieved capnp-rpc-net.1.2.2  (cached)
-> retrieved capnp-rpc-unix.1.2.2  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cohttp.6.0.0~beta2  (cached)
-> retrieved cohttp-lwt.6.0.0~beta2  (cached)
-> retrieved cohttp-lwt-unix.6.0.0~beta2  (cached)
-> retrieved conduit.6.1.0  (cached)
-> retrieved conduit-lwt.6.1.0  (cached)
-> retrieved conduit-lwt-unix.6.1.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved conf-libev.4-13  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-capnproto.2
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-sqlite3.1
-> retrieved cstruct.6.2.0  (cached)
-> retrieved cstruct-lwt.6.2.0  (cached)
-> retrieved cstruct-sexp.6.2.0  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.5.0  (cached)
-> retrieved dune-build-info.3.13.1  (cached)
-> retrieved dune-compiledb.0.6.0  (cached)
-> retrieved dune-configurator.3.13.1  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved extunix.0.4.3  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved hkdf.1.0.4  (cached)
-> retrieved http.6.0.0~beta2  (cached)
-> retrieved ipaddr.5.6.2  (cached)
-> retrieved ipaddr-sexp.5.6.2  (cached)
-> retrieved jane-street-headers.v0.16.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.5.9.1  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved macaddr.5.6.2  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mirage-crypto.0.10.7  (cached)
-> retrieved mirage-crypto-ec.0.10.7  (cached)
-> retrieved mirage-crypto-pk.0.10.7  (cached)
-> retrieved mirage-crypto-rng.0.10.7  (cached)
-> retrieved mirage-flow.3.0.0  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved obuilder.0.5  (cached)
-> retrieved obuilder-spec.0.5  (cached)
-> retrieved ocaml-base-compiler.4.14.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-config.2  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocluster.0.2  (cached)
-> retrieved ocluster-api.0.2  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved opam-depext.1.2.3  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_cstruct.6.2.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_deriving_yojson.3.9.1  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_expect.v0.16.2  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.0  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved prometheus.1.3  (cached)
-> retrieved prometheus-app.1.3  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved res.5.0.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved sqlite3.5.4.0  (cached)
-> retrieved stdint.0.7.2  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved tar.2.6.0  (cached)
-> retrieved tar-unix.2.6.0  (cached)
-> retrieved time_now.v0.16.0  (cached)
-> retrieved tls.0.15.4  (cached)
-> retrieved tls-mirage.0.15.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uri-sexp.4.4.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved x509.0.16.5  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.4.14.2
-> removed   ocaml-config.2
-> removed   ocaml-base-compiler.4.14.2
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.2
-> installed ocaml.4.14.2
-> installed mirage-no-solo5.1
-> installed mirage-no-xen.1
-> installed seq.base
-> installed conf-libev.4-13
-> installed opam-depext.1.2.3
-> installed num.1.6
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed asetmap.0.8.1
-> installed rresult.0.7.0
-> installed mtime.2.1.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.5.0
-> installed base64.3.5.2
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed domain-name.0.5.0
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed http.6.0.0~beta2
-> installed jane-street-headers.v0.16.0
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed mirage-clock.4.2.0
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed res.5.0.2
-> installed hex.1.5.0
-> installed sexplib0.v0.16.0
-> installed cppo.1.8.0
-> installed eqaf.0.9
-> installed ocaml-syntax-shims.1.0.0
-> installed ezjsonm.1.3.0
-> installed magic-mime.1.3.1
-> installed ipaddr.5.6.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed asn1-combinators.0.2.6
-> installed dune-build-info.3.13.1
-> installed re.1.12.0
-> installed ocplib-endian.1.2
-> installed stdint.0.7.2
-> installed yojson.3.0.0
-> installed sha.1.15.4
-> installed digestif.1.3.0
-> installed dune-configurator.3.13.1
-> installed parsexp.v0.16.0
-> installed bigstringaf.0.10.0
-> installed checkseum.0.5.2
-> installed sexplib.v0.16.0
-> installed angstrom.0.16.1
-> installed cstruct-sexp.6.2.0
-> installed dune-compiledb.0.6.0
-> installed mirage-crypto.0.10.7
-> installed hkdf.1.0.4
-> installed pbkdf.1.2.0
-> installed decompress.1.5.3
-> installed tar.2.6.0
-> installed uri.4.4.0
-> installed sqlite3.5.4.0
-> installed lwt.5.9.1
-> installed mirage-flow.3.0.0
-> installed mirage-kv.6.1.1
-> installed cstruct-lwt.6.2.0
-> installed prometheus.1.3
-> installed tar-unix.2.6.0
-> installed logs.0.10.0
-> installed mirage-crypto-rng.0.10.7
-> installed base.v0.16.4
-> installed capnp-rpc.1.2.2
-> installed mirage-crypto-pk.0.10.7
-> installed stdio.v0.16.0
-> installed bos.0.2.1
-> installed mirage-crypto-ec.0.10.7
-> installed capnp.3.6.0
-> installed x509.0.16.5
-> installed ca-certs.0.2.3
-> installed ppxlib.0.33.0
-> installed capnp-rpc-lwt.1.2.2
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_cstruct.6.2.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed ipaddr-sexp.5.6.2
-> installed uri-sexp.4.4.0
-> installed ppx_hash.v0.16.0
-> installed obuilder-spec.0.5
-> installed ppx_deriving_yojson.3.9.1
-> installed ppx_assert.v0.16.0
-> installed conduit.6.1.0
-> installed ppx_base.v0.16.0
-> installed cohttp.6.0.0~beta2
-> installed extunix.0.4.3
-> installed obuilder.0.5
-> installed conduit-lwt.6.1.0
-> installed tls.0.15.4
-> installed tls-mirage.0.15.4
-> installed jst-config.v0.16.0
-> installed cohttp-lwt.6.0.0~beta2
-> installed ocluster-api.0.2
-> installed capnp-rpc-net.1.2.2
-> installed capnp-rpc-unix.1.2.2
-> installed conduit-lwt-unix.6.1.0
-> installed time_now.v0.16.0
-> installed cohttp-lwt-unix.6.0.0~beta2
-> installed prometheus-app.1.3
-> installed ppx_inline_test.v0.16.0
-> installed ppx_expect.v0.16.2
-> installed ocluster.0.2
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2026-03-17 12:14.56 ---> saved as "4948bc2522ea2f148907134ef51deff4a76e836d4a47f89856e027f4f6c61c49"
Job succeeded
2026-03-17 12:15.13: Job succeeded