Build:
  1. 0
2026-03-26 15:23.46: New job: build current_rpc.0.7.4, lower-bounds, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29606/head (4e07f997e5a403e3e284236003dd2dff6b1992f9)
                              on debian-13-ocaml-4.13/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/29606/head" && git reset --hard 4e07f997
git fetch origin master
git merge --no-edit 46f289cd3749314bbebddeede62fc05f9858f680
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b
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 current_rpc.0.7.4 0.7.4
RUN opam reinstall current_rpc.0.7.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" != 'current_rpc.0.7.4' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
ENV OPAMCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMFIXUPCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMUPGRADECRITERIA="+removed,+count[version-lag,solution]"
RUN opam reinstall current_rpc.0.7.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" != 'current_rpc.0.7.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-26 15:23.46: Using cache hint "ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b-current_rpc.0.7.4-4e07f997e5a403e3e284236003dd2dff6b1992f9"
2026-03-26 15:23.46: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b)
 (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 current_rpc.0.7.4 0.7.4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall current_rpc.0.7.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\" != 'current_rpc.0.7.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (env OPAMCRITERIA +removed,+count[version-lag,solution])
 (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])
 (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall current_rpc.0.7.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\" != 'current_rpc.0.7.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-26 15:23.46: Waiting for resource in pool OCluster
2026-03-26 15:23.50: Waiting for worker…
2026-03-26 15:26.05: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 46f289cd37 Merge pull request #29563 from NathanReb/release-ppxlib-0.38.0
Updating 46f289cd37..4e07f997e5
Fast-forward
 packages/current/current.0.7.4/opam                |  94 ++++++++++++++++++
 packages/current_docker/current_docker.0.7.4/opam  |  83 ++++++++++++++++
 .../current_examples/current_examples.0.7.4/opam   |  98 +++++++++++++++++++
 packages/current_git/current_git.0.7.4/opam        |  88 +++++++++++++++++
 packages/current_github/current_github.0.7.4/opam  |  97 +++++++++++++++++++
 packages/current_gitlab/current_gitlab.0.7.4/opam  |  59 ++++++++++++
 packages/current_rpc/current_rpc.0.7.4/opam        |  84 +++++++++++++++++
 packages/current_slack/current_slack.0.7.4/opam    |  77 +++++++++++++++
 packages/current_ssh/current_ssh.0.7.4/opam        |  43 +++++++++
 packages/current_web/current_web.0.7.4/opam        | 105 +++++++++++++++++++++
 10 files changed, 828 insertions(+)
 create mode 100644 packages/current/current.0.7.4/opam
 create mode 100644 packages/current_docker/current_docker.0.7.4/opam
 create mode 100644 packages/current_examples/current_examples.0.7.4/opam
 create mode 100644 packages/current_git/current_git.0.7.4/opam
 create mode 100644 packages/current_github/current_github.0.7.4/opam
 create mode 100644 packages/current_gitlab/current_gitlab.0.7.4/opam
 create mode 100644 packages/current_rpc/current_rpc.0.7.4/opam
 create mode 100644 packages/current_slack/current_slack.0.7.4/opam
 create mode 100644 packages/current_ssh/current_ssh.0.7.4/opam
 create mode 100644 packages/current_web/current_web.0.7.4/opam

(from ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b)
2026-03-26 15:27.19 ---> using "46163b6cfcf170c850d3ba02ec5e8d7eb76bdebcc8b9a1c3d181893b5729379c" 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-03-26 15:27.19 ---> using "b2f3e91a047d83e37ff09dab47606e22481b3bd9227c7a85c951176ee647ccc8" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-26 15:27.19 ---> using "ecaf698c4a59a0567268ded803c7d02bec9ad64abad4fe26816fa1aa20dd1c08" 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                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.13
# invariant            ["ocaml-base-compiler" {= "4.13.1"}]
# compiler-packages    ocaml-base-compiler.4.13.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.13/lib/ocaml/stublibs:/home/opam/.opam/4.13/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.13.1
2026-03-26 15:27.19 ---> using "bf8d7fdb6b804a8215674460874aac9f0aa8198f5529c933351afa74fc3ea1e0" 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-26 15:27.19 ---> using "701fb508860f55c096d562769b896b5a1fec89903ff0a7c701e8c893383ddc3f" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-26 15:27.20 ---> using "966ff0c706ed3144a47ee3d9cf747a93a1f9ba78b7879d4cb45112b950e996d3" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-26 15:27.20 ---> using "c7d51d5dbbe24ebb705599b4afd61044b9c64e766112563e4880e9245f06460d" from cache

/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 [114 kB]
- Fetched 10.0 MB in 4s (2801 kB/s)
- Reading package lists...
- 
2026-03-26 15:27.24 ---> saved as "23fc2e3659f550f12a296aab379f08b909bbe7f5a346cd55cb230bc6ba9b2073"

/home/opam: (run (shell "opam pin add -k version -yn current_rpc.0.7.4 0.7.4"))
current_rpc is now pinned to version 0.7.4
2026-03-26 15:27.25 ---> saved as "7e25fb351fdcf2973170d2c838599b8896c40310a0a7a8cb1cdae58939955897"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall current_rpc.0.7.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\" != 'current_rpc.0.7.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
current_rpc.0.7.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 102 packages
  - install angstrom              0.16.1         [required by uri]
  - install asetmap               0.8.1          [required by capnp-rpc-lwt, capnp-rpc, prometheus-app]
  - install asn1-combinators      0.3.2          [required by capnp-rpc-net]
  - install astring               0.8.5          [required by current, capnp-rpc-lwt, capnp-rpc, etc.]
  - install base                  v0.15.1        [required by capnp]
  - install base-bytes            base           [required by ocplib-endian, extunix]
  - install base64                3.5.2          [required by capnp-rpc-unix]
  - install bigstringaf           0.10.0         [required by angstrom]
  - install bos                   0.2.1          [required by current]
  - install ca-certs              1.0.1          [required by conduit-lwt-unix]
  - install capnp                 3.6.0          [required by current_rpc]
  - install capnp-rpc             1.2.4          [required by current_rpc]
  - install capnp-rpc-lwt         1.2.4          [required by current_rpc]
  - install capnp-rpc-net         1.2.4          [required by capnp-rpc-unix]
  - install capnp-rpc-unix        1.2.4          [required by current_rpc]
  - install cmdliner              1.3.0          [required by current, capnp-rpc-unix, prometheus-app]
  - install cohttp                6.1.1          [required by cohttp-lwt, cohttp-lwt-unix]
  - install cohttp-lwt            6.1.1          [required by prometheus-app]
  - install cohttp-lwt-unix       6.1.1          [required by prometheus-app]
  - install conduit               8.0.0          [required by conduit-lwt]
  - install conduit-lwt           8.0.0          [required by cohttp-lwt-unix]
  - install conduit-lwt-unix      8.0.0          [required by cohttp-lwt-unix]
  - install conf-capnproto        2              [required by capnp-rpc-lwt]
  - install conf-gmp              5              [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec     4              [required by mirage-crypto-pk]
  - install conf-libev            4-13           [required by current]
  - install conf-pkg-config       4              [required by conf-sqlite3]
  - install conf-sqlite3          1              [required by sqlite3]
  - install cppo                  1.8.0          [required by ocplib-endian, ppx_deriving]
  - install csexp                 1.5.2          [required by dune-configurator]
  - install cstruct               6.2.0          [required by capnp-rpc-net, cstruct-lwt]
  - install cstruct-lwt           6.2.0          [required by capnp-rpc-unix]
  - install current               0.7.4          [required by current_rpc]
  - install current_incr          0.6.1          [required by current]
  - install current_rpc           0.7.4 (pinned)
  - install digestif              1.3.0          [required by mirage-crypto-rng, tls]
  - install domain-name           0.5.0          [required by tls]
  - install dune                  3.22.0         [required by current_rpc]
  - install dune-compiledb        0.6.0          [required by sqlite3]
  - install dune-configurator     3.22.0         [required by extunix, base, sqlite3]
  - install duration              0.2.1          [required by current]
  - install eqaf                  0.10           [required by mirage-crypto]
  - install extunix               0.4.3          [required by capnp-rpc-unix]
  - install ezjsonm               1.3.0          [required by dune-compiledb]
  - install fmt                   0.11.0         [required by current_rpc]
  - install fpath                 0.7.3          [required by current_rpc]
  - install gmap                  0.3.0          [required by x509]
  - install hex                   1.5.0          [required by ezjsonm]
  - install http                  6.1.1          [required by cohttp-lwt, cohttp-lwt-unix]
  - install ipaddr                5.6.2          [required by cohttp-lwt]
  - install ipaddr-sexp           5.6.2          [required by conduit-lwt-unix]
  - install jsonm                 1.0.2          [required by ezjsonm]
  - install kdf                   1.0.0          [required by tls]
  - install logs                  0.8.0          [required by current_rpc]
  - install lwt                   5.9.2          [required by current_rpc]
  - install lwt-dllist            1.1.0          [required by current]
  - install macaddr               5.6.2          [required by ipaddr]
  - install magic-mime            1.3.1          [required by cohttp-lwt-unix]
  - install mirage-clock          4.2.0          [required by tls-mirage]
  - install mirage-crypto         1.1.0          [required by capnp-rpc-net]
  - install mirage-crypto-ec      1.1.0          [required by tls]
  - install mirage-crypto-pk      1.1.0          [required by tls, tls-mirage]
  - install mirage-crypto-rng     1.1.0          [required by capnp-rpc-net, mirage-crypto-rng-lwt]
  - install mirage-crypto-rng-lwt 1.1.0          [required by capnp-rpc-unix]
  - install mirage-flow           5.0.0          [required by capnp-rpc-net]
  - install mirage-kv             6.1.1          [required by tls-mirage]
  - install mtime                 2.1.0          [required by mirage-crypto-rng-lwt]
  - install num                   1.6            [required by sexplib]
  - install ocaml-compiler-libs   v0.12.4        [required by ppxlib]
  - install ocaml-syntax-shims    1.0.0          [required by angstrom]
  - install ocamlbuild            0.16.1         [required by logs, astring, asetmap, etc.]
  - install ocamlfind             1.9.8          [required by bos, fmt, asetmap, etc.]
  - install ocplib-endian         1.2            [required by capnp]
  - install ohex                  0.2.0          [required by tls]
  - install optint                0.3.0          [required by mirage-kv]
  - install parsexp               v0.15.0        [required by sexplib]
  - install ppx_derivers          1.2.1          [required by ppx_deriving]
  - install ppx_deriving          6.0.3          [required by current]
  - install ppx_sexp_conv         v0.15.1        [required by cohttp-lwt, cohttp-lwt-unix]
  - install ppxlib                0.35.0         [required by extunix, ppx_deriving]
  - install prometheus            1.3            [required by current, prometheus-app]
  - install prometheus-app        1.3            [required by current_rpc]
  - install ptime                 1.2.0          [required by capnp-rpc-net]
  - install re                    1.14.0         [required by current, prometheus-app]
  - install res                   5.0.2          [required by capnp]
  - install result                1.5            [required by current_rpc]
  - install rresult               0.7.0          [required by bos]
  - install sexplib               v0.15.1        [required by dune-compiledb]
  - install sexplib0              v0.15.1        [required by base, cohttp-lwt]
  - install sqlite3               5.4.0          [required by current]
  - install stdint                0.7.2          [required by current_rpc]
  - install stdio                 v0.15.0        [required by capnp]
  - install stdlib-shims          0.3.0          [required by ppxlib]
  - install stringext             1.6.0          [required by uri]
  - install tls                   1.0.4          [required by capnp-rpc-net]
  - install tls-mirage            1.0.4          [required by capnp-rpc-net]
  - install topkg                 1.1.1          [required by logs, astring, asetmap, etc.]
  - install uri                   4.4.0          [required by capnp-rpc-lwt]
  - install uri-sexp              4.4.0          [required by cohttp]
  - install uutf                  1.0.4          [required by ezjsonm]
  - install x509                  1.0.6          [required by capnp-rpc-net]
  - install zarith                1.14           [required by mirage-crypto-pk]

The following system packages will first need to be installed:
    capnproto libcapnp-dev libev-dev libgmp-dev libsqlite3-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" "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.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.15.1  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ca-certs.1.0.1  (cached)
-> retrieved capnp.3.6.0  (cached)
-> retrieved capnp-rpc.1.2.4, capnp-rpc-lwt.1.2.4, capnp-rpc-net.1.2.4, capnp-rpc-unix.1.2.4  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cohttp.6.1.1, cohttp-lwt.6.1.1, cohttp-lwt-unix.6.1.1, http.6.1.1  (cached)
-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.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)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-capnproto.2
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-gmp-powm-sec.4
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
-> installed conf-sqlite3.1
-> installed conf-libev.4-13
-> retrieved current.0.7.4, current_rpc.0.7.4  (https://github.com/ocurrent/ocurrent/releases/download/v0.7.4/ocurrent-0.7.4.tbz)
-> retrieved current_incr.0.6.1  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.22.0, dune-configurator.3.22.0  (cached)
-> retrieved dune-compiledb.0.6.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.10  (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 ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2  (cached)
-> installed cmdliner.1.3.0
-> retrieved jsonm.1.0.2  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mirage-crypto.1.1.0, mirage-crypto-ec.1.1.0, mirage-crypto-pk.1.1.0, mirage-crypto-rng.1.1.0, mirage-crypto-rng-lwt.1.1.0  (cached)
-> retrieved mirage-flow.5.0.0  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (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 optint.0.3.0  (cached)
-> retrieved parsexp.v0.15.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_sexp_conv.v0.15.1  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved prometheus.1.3, prometheus-app.1.3  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved res.5.0.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib.v0.15.1  (cached)
-> retrieved sexplib0.v0.15.1  (cached)
-> retrieved sqlite3.5.4.0  (cached)
-> retrieved stdint.0.7.2  (cached)
-> retrieved stdio.v0.15.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved tls.1.0.4, tls-mirage.1.0.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved x509.1.0.6  (cached)
-> retrieved zarith.1.14  (cached)
-> installed num.1.6
-> 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 ptime.1.2.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.22.0
-> installed duration.0.2.1
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed cstruct.6.2.0
-> installed current_incr.0.6.1
-> installed domain-name.0.5.0
-> installed eqaf.0.10
-> installed cppo.1.8.0
-> installed gmap.0.3.0
-> installed http.6.1.1
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed mirage-clock.4.2.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> installed magic-mime.1.3.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed res.5.0.2
-> installed result.1.5
-> installed sexplib0.v0.15.1
-> installed stdint.0.7.2
-> installed stdlib-shims.0.3.0
-> installed re.1.14.0
-> installed stringext.1.6.0
-> installed hex.1.5.0
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.2
-> installed ezjsonm.1.3.0
-> installed digestif.1.3.0
-> installed dune-configurator.3.22.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed mirage-crypto.1.1.0
-> installed kdf.1.0.0
-> installed lwt.5.9.2
-> installed cstruct-lwt.6.2.0
-> installed mirage-flow.5.0.0
-> installed mirage-kv.6.1.1
-> installed prometheus.1.3
-> installed uri.4.4.0
-> installed logs.0.8.0
-> installed mirage-crypto-rng.1.1.0
-> installed mirage-crypto-rng-lwt.1.1.0
-> installed mirage-crypto-pk.1.1.0
-> installed capnp-rpc.1.2.4
-> installed bos.0.2.1
-> installed base.v0.15.1
-> installed stdio.v0.15.0
-> installed parsexp.v0.15.0
-> installed sexplib.v0.15.1
-> installed dune-compiledb.0.6.0
-> installed mirage-crypto-ec.1.1.0
-> installed sqlite3.5.4.0
-> installed x509.1.0.6
-> installed capnp.3.6.0
-> installed ca-certs.1.0.1
-> installed ppxlib.0.35.0
-> installed tls.1.0.4
-> installed tls-mirage.1.0.4
-> installed capnp-rpc-lwt.1.2.4
-> installed capnp-rpc-net.1.2.4
-> installed ppx_sexp_conv.v0.15.1
-> installed ppx_deriving.6.0.3
-> installed ipaddr-sexp.5.6.2
-> installed uri-sexp.4.4.0
-> installed conduit.8.0.0
-> installed current.0.7.4
-> installed cohttp.6.1.1
-> installed conduit-lwt.8.0.0
-> installed extunix.0.4.3
-> installed capnp-rpc-unix.1.2.4
-> installed conduit-lwt-unix.8.0.0
-> installed cohttp-lwt.6.1.1
-> installed cohttp-lwt-unix.6.1.1
-> installed prometheus-app.1.3
-> installed current_rpc.0.7.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-26 15:30.11 ---> saved as "8bb7f3c5878fdb72e48ac04cad55070be586637b68d568cfb2a4327b30d128d1"

/home/opam: (env OPAMCRITERIA +removed,+count[version-lag,solution])

/home/opam: (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])

/home/opam: (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall current_rpc.0.7.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\" != 'current_rpc.0.7.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:
=== remove 12 packages
  - remove    angstrom                0.16.1             [conflicts with dune]
  - remove    bigstringaf             0.10.0             [conflicts with dune]
  - remove    csexp                   1.5.2              [conflicts with dune]
  - remove    digestif                1.3.0              [conflicts with dune]
  - remove    dune-compiledb          0.6.0              [conflicts with dune]
  - remove    ezjsonm                 1.3.0              [conflicts with dune]
  - remove    hex                     1.5.0              [conflicts with dune]
  - remove    http                    6.1.1              [conflicts with dune]
  - remove    kdf                     1.0.0              [conflicts with dune]
  - remove    ocaml-syntax-shims      1.0.0              [conflicts with dune]
  - remove    ohex                    0.2.0              [conflicts with dune]
  - remove    optint                  0.3.0              [conflicts with dune]
=== downgrade 73 packages
  - downgrade asn1-combinators        0.3.2 to 0.2.5     [uses dune]
  - downgrade base                    v0.15.1 to v0.14.1 [required by capnp]
  - downgrade base64                  3.5.2 to 3.1.0     [uses dune]
  - downgrade bos                     0.2.1 to 0.1.4     [required by current]
  - downgrade ca-certs                1.0.1 to 0.2.3     [uses dune]
  - downgrade capnp                   3.6.0 to 3.4.0     [required by current_rpc]
  - downgrade capnp-rpc               1.2.4 to 1.2.3     [required by current_rpc]
  - downgrade capnp-rpc-lwt           1.2.4 to 1.2.3     [required by current_rpc]
  - downgrade capnp-rpc-net           1.2.4 to 1.2.3     [uses capnp]
  - downgrade capnp-rpc-unix          1.2.4 to 1.2.3     [required by current_rpc]
  - downgrade cohttp                  6.1.1 to 4.1.2     [uses dune]
  - downgrade cohttp-lwt              6.1.1 to 4.1.2     [uses dune]
  - downgrade cohttp-lwt-unix         6.1.1 to 4.1.2     [uses dune]
  - downgrade conduit                 8.0.0 to 6.2.3     [uses dune]
  - downgrade conduit-lwt             8.0.0 to 6.2.3     [uses dune]
  - downgrade conduit-lwt-unix        8.0.0 to 6.2.3     [uses dune]
  - downgrade conf-capnproto          2 to 0             [required by capnp-rpc-net]
  - downgrade conf-libev              4-13 to 4-11       [required by lwt]
  - downgrade conf-pkg-config         4 to 1.0           [required by sqlite3]
  - downgrade cppo                    1.8.0 to 1.6.6     [uses dune]
  - downgrade cstruct                 6.2.0 to 6.0.0     [uses dune]
  - downgrade cstruct-lwt             6.2.0 to 3.7.0     [uses dune]
  - downgrade domain-name             0.5.0 to 0.3.0     [uses dune]
  - downgrade dune                    3.22.0 to 3.5.0    [required by current_rpc]
  - downgrade dune-configurator       3.22.0 to 2.5.1    [required by base]
  - downgrade eqaf                    0.10 to 0.8        [uses dune]
  - downgrade extunix                 0.4.3 to 0.1.5     [uses ocamlbuild]
  - downgrade fmt                     0.11.0 to 0.9.0    [required by current_rpc]
  - downgrade ipaddr                  5.6.2 to 5.6.0     [uses dune]
  - downgrade ipaddr-sexp             5.6.2 to 5.6.0     [uses dune]
  - downgrade logs                    0.8.0 to 0.7.0     [required by current_rpc]
  - downgrade lwt                     5.9.2 to 5.7.0     [required by current_rpc]
  - downgrade lwt-dllist              1.1.0 to 1.0.0     [uses dune]
  - downgrade macaddr                 5.6.2 to 5.6.0     [uses dune]
  - downgrade magic-mime              1.3.1 to 1.0.0     [uses ocamlbuild]
  - downgrade mirage-crypto           1.1.0 to 0.11.3    [uses dune]
  - downgrade mirage-crypto-ec        1.1.0 to 0.11.3    [uses dune]
  - downgrade mirage-crypto-pk        1.1.0 to 0.11.3    [uses dune]
  - downgrade mirage-crypto-rng       1.1.0 to 0.11.3    [uses dune]
  - downgrade mirage-crypto-rng-lwt   1.1.0 to 0.11.3    [uses dune]
  - downgrade mirage-flow             5.0.0 to 3.0.0     [uses dune]
  - downgrade mirage-kv               6.1.1 to 3.0.1     [uses dune]
  - downgrade mtime                   2.1.0 to 1.3.0     [uses ocamlbuild]
  - downgrade num                     1.6 to 1.5         [required by sexplib]
  - downgrade ocaml-compiler-libs     v0.12.4 to v0.12.0 [uses dune]
  - downgrade ocamlbuild              0.16.1 to 0.14.0   [required by bos]
  - downgrade ocamlfind               1.9.8 to 1.9.1     [required by bos]
  - downgrade ocplib-endian           1.2 to 1.0         [required by capnp]
  - downgrade parsexp                 v0.15.0 to v0.14.1 [uses base]
  - downgrade ppx_deriving            6.0.3 to 5.2       [uses dune]
  - downgrade ppx_sexp_conv           v0.15.1 to v0.14.3 [uses base]
  - downgrade ppxlib                  0.35.0 to 0.22.2   [uses dune]
  - downgrade prometheus              1.3 to 1.2         [uses dune]
  - downgrade prometheus-app          1.3 to 1.2         [required by current_rpc]
  - downgrade ptime                   1.2.0 to 0.8.5     [upstream or system changes]
  - downgrade re                      1.14.0 to 1.9.0    [uses dune]
  - downgrade res                     5.0.2 to 4.0.7     [required by capnp]
  - downgrade rresult                 0.7.0 to 0.6.0     [upstream or system changes]
  - downgrade sexplib                 v0.15.1 to v0.14.0 [uses dune]
  - downgrade sexplib0                v0.15.1 to v0.14.0 [required by base]
  - downgrade sqlite3                 5.4.0 to 3.0.0     [required by current]
  - downgrade stdint                  0.7.2 to 0.7.0     [required by current_rpc]
  - downgrade stdio                   v0.15.0 to v0.14.0 [required by capnp]
  - downgrade stdlib-shims            0.3.0 to 0.1.0     [uses dune]
  - downgrade stringext               1.6.0 to 1.4.0     [uses ocamlbuild]
  - downgrade tls                     1.0.4 to 0.17.3    [uses dune]
  - downgrade tls-mirage              1.0.4 to 0.17.3    [uses dune]
  - downgrade topkg                   1.1.1 to 1.0.8     [required by bos]
  - downgrade uri                     4.4.0 to 3.0.0     [uses dune]
  - downgrade uri-sexp                4.4.0 to 3.0.0     [uses dune]
  - downgrade uutf                    1.0.4 to 1.0.3     [uses ocamlbuild]
  - downgrade x509                    1.0.6 to 0.15.0    [uses dune]
  - downgrade zarith                  1.14 to 1.7-1      [uses ocamlfind]
=== recompile 10 packages
  - recompile base-bytes              base               [uses ocamlfind]
  - recompile current                 0.7.4              [uses dune]
  - recompile current_incr            0.6.1              [uses dune]
  - recompile current_rpc             0.7.4 (pinned)
  - recompile duration                0.2.1              [uses dune]
  - recompile gmap                    0.3.0              [uses dune]
  - recompile jsonm                   1.0.2              [uses ocamlbuild]
  - recompile mirage-clock            4.2.0              [uses dune]
  - recompile ppx_derivers            1.2.1              [uses dune]
  - recompile result                  1.5                [uses dune]
=== install 10 packages
  - install   bigarray-compat         1.0.0              [required by cstruct]
  - install   camlp4                  4.13+1             [required by extunix]
  - install   conf-perl               1                  [required by zarith]
  - install   conf-which              1                  [required by bos]
  - install   dune-private-libs       2.5.1              [required by dune-configurator]
  - install   hkdf                    1.0.4 (deprecated) [required by tls]
  - install   mirage-device           2.0.0 (deprecated) [required by mirage-kv]
  - install   ocaml-migrate-parsetree 2.2.0 (deprecated) [required by ppxlib]
  - install   pbkdf                   1.2.0              [required by x509]
  - install   seq                     0.3                [required by re]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asn1-combinators.0.2.5  (https://opam.ocaml.org/cache)
-> retrieved base.v0.14.1  (cached)
-> retrieved base64.3.1.0  (cached)
-> retrieved bigarray-compat.1.0.0  (cached)
-> retrieved bos.0.1.4  (cached)
-> retrieved ca-certs.0.2.3  (cached)
-> retrieved camlp4.4.13+1  (https://opam.ocaml.org/cache)
-> retrieved capnp.3.4.0  (cached)
-> retrieved capnp-rpc.1.2.3, capnp-rpc-lwt.1.2.3, capnp-rpc-net.1.2.3, capnp-rpc-unix.1.2.3  (cached)
-> retrieved cohttp.4.1.2, cohttp-lwt.4.1.2, cohttp-lwt-unix.4.1.2  (cached)
-> retrieved conduit.6.2.3, conduit-lwt.6.2.3, conduit-lwt-unix.6.2.3  (cached)
-> retrieved conf-libev.4-11  (cached)
-> retrieved cppo.1.6.6  (cached)
-> retrieved cstruct.6.0.0  (cached)
-> installed conf-perl.1
-> installed conf-which.1
-> retrieved cstruct-lwt.3.7.0  (cached)
-> retrieved current.0.7.4, current_rpc.0.7.4  (cached)
-> retrieved current_incr.0.6.1  (cached)
-> retrieved domain-name.0.3.0  (cached)
-> retrieved dune.3.5.0  (cached)
-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.8  (cached)
-> retrieved extunix.0.1.5  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hkdf.1.0.4  (cached)
-> retrieved ipaddr.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved lwt-dllist.1.0.0  (cached)
-> retrieved magic-mime.1.0.0  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mirage-crypto.0.11.3, mirage-crypto-ec.0.11.3, mirage-crypto-pk.0.11.3, mirage-crypto-rng.0.11.3, mirage-crypto-rng-lwt.0.11.3  (cached)
-> retrieved mirage-device.2.0.0  (cached)
-> retrieved mirage-flow.3.0.0  (cached)
-> retrieved mirage-kv.3.0.1  (cached)
-> retrieved mtime.1.3.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.12.0  (cached)
-> retrieved ocaml-migrate-parsetree.2.2.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved parsexp.v0.14.1  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.5.2  (cached)
-> retrieved ppx_sexp_conv.v0.14.3  (cached)
-> retrieved ppxlib.0.22.2  (cached)
-> retrieved prometheus.1.2, prometheus-app.1.2  (cached)
-> retrieved ptime.0.8.5  (cached)
-> retrieved re.1.9.0  (cached)
-> retrieved res.4.0.7  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.6.0  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved sexplib.v0.14.0  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved sqlite3.3.0.0  (https://opam.ocaml.org/cache)
-> retrieved stdint.0.7.0  (cached)
-> retrieved stdio.v0.14.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved stringext.1.4.0  (cached)
-> retrieved tls.0.17.3, tls-mirage.0.17.3  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uri.3.0.0, uri-sexp.3.0.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved x509.0.15.0  (cached)
-> retrieved zarith.1.7-1  (cached)
-> removed   current_rpc.0.7.4
-> removed   capnp-rpc-unix.1.2.4
-> removed   capnp-rpc-net.1.2.4
-> removed   capnp-rpc-lwt.1.2.4
-> removed   capnp.3.6.0
-> removed   capnp-rpc.1.2.4
-> removed   conf-capnproto.2
-> removed   cstruct-lwt.6.2.0
-> removed   current.0.7.4
-> removed   current_incr.0.6.1
-> removed   extunix.0.4.3
-> removed   lwt-dllist.1.1.0
-> removed   mirage-crypto-rng-lwt.1.1.0
-> removed   mtime.2.1.0
-> removed   ppx_deriving.6.0.3
-> removed   prometheus-app.1.3
-> removed   cohttp-lwt-unix.6.1.1
-> removed   cohttp-lwt.6.1.1
-> removed   cohttp.6.1.1
-> removed   conduit-lwt-unix.8.0.0
-> removed   ca-certs.1.0.1
-> removed   bos.0.2.1
-> removed   conduit-lwt.8.0.0
-> removed   conduit.8.0.0
-> removed   http.6.1.1
-> removed   ipaddr-sexp.5.6.2
-> removed   magic-mime.1.3.1
-> removed   prometheus.1.3
-> removed   re.1.14.0
-> removed   res.5.0.2
-> removed   result.1.5
-> removed   rresult.0.7.0
-> removed   sqlite3.5.4.0
-> removed   dune-compiledb.0.6.0
-> removed   ezjsonm.1.3.0
-> removed   hex.1.5.0
-> removed   jsonm.1.0.2
-> removed   sexplib.v0.15.1
-> removed   num.1.6
-> removed   parsexp.v0.15.0
-> removed   stdint.0.7.2
-> removed   stdio.v0.15.0
-> removed   tls-mirage.1.0.4
-> removed   mirage-clock.4.2.0
-> removed   mirage-flow.5.0.0
-> removed   cstruct.6.2.0
-> removed   mirage-kv.6.1.1
-> removed   optint.0.3.0
-> removed   tls.1.0.4
-> removed   uri-sexp.4.4.0
-> removed   ppx_sexp_conv.v0.15.1
-> removed   base.v0.15.1
-> removed   ppxlib.0.35.0
-> removed   ocaml-compiler-libs.v0.12.4
-> removed   ppx_derivers.1.2.1
-> removed   sexplib0.v0.15.1
-> removed   stdlib-shims.0.3.0
-> removed   uri.4.4.0
-> removed   angstrom.0.16.1
-> removed   bigstringaf.0.10.0
-> removed   ocaml-syntax-shims.1.0.0
-> removed   stringext.1.6.0
-> removed   uutf.1.0.4
-> removed   x509.1.0.6
-> removed   asn1-combinators.0.3.2
-> removed   base64.3.5.2
-> removed   gmap.0.3.0
-> removed   ipaddr.5.6.2
-> removed   domain-name.0.5.0
-> removed   kdf.1.0.0
-> removed   macaddr.5.6.2
-> removed   mirage-crypto-ec.1.1.0
-> removed   mirage-crypto-pk.1.1.0
-> removed   mirage-crypto-rng.1.1.0
-> removed   digestif.1.3.0
-> removed   duration.0.2.1
-> removed   logs.0.8.0
-> removed   fmt.0.11.0
-> removed   lwt.5.9.2
-> removed   conf-libev.4-13
-> removed   mirage-crypto.1.1.0
-> removed   dune-configurator.3.22.0
-> removed   csexp.1.5.2
-> removed   eqaf.0.10
-> removed   ocplib-endian.1.2
-> removed   base-bytes.base
-> removed   cppo.1.8.0
-> removed   ohex.0.2.0
-> removed   dune.3.22.0
-> removed   ptime.1.2.0
-> removed   topkg.1.1.1
-> removed   ocamlbuild.0.16.1
-> removed   zarith.1.14
-> removed   conf-pkg-config.4
-> removed   ocamlfind.1.9.8
-> installed conf-capnproto.0
-> installed conf-libev.4-11
-> installed conf-pkg-config.1.0
-> installed dune.3.5.0
-> installed num.1.5
-> installed ocamlbuild.0.14.0
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed bigarray-compat.1.0.0
-> installed cppo.1.6.6
-> installed current_incr.0.6.1
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed macaddr.5.6.0
-> installed mirage-clock.4.2.0
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed seq.0.3
-> installed sexplib0.v0.14.0
-> installed stdlib-shims.0.1.0
-> installed ocaml-compiler-libs.v0.12.0
-> installed stdint.0.7.0
-> installed cstruct.6.0.0
-> installed ocaml-migrate-parsetree.2.2.0
-> installed base64.3.1.0
-> installed eqaf.0.8
-> installed re.1.9.0
-> installed zarith.1.7-1
-> installed dune-private-libs.2.5.1
-> installed magic-mime.1.0.0
-> installed dune-configurator.2.5.1
-> installed ocplib-endian.1.0
-> installed res.4.0.7
-> installed mirage-crypto.0.11.3
-> installed sqlite3.3.0.0
-> installed hkdf.1.0.4
-> installed pbkdf.1.2.0
-> installed stringext.1.4.0
-> installed lwt.5.7.0
-> installed topkg.1.0.8
-> installed lwt-dllist.1.0.0
-> installed prometheus.1.2
-> installed cstruct-lwt.3.7.0
-> installed rresult.0.6.0
-> installed mtime.1.3.0
-> installed fmt.0.9.0
-> installed uutf.1.0.3
-> installed mirage-flow.3.0.0
-> installed ptime.0.8.5
-> installed mirage-device.2.0.0
-> installed domain-name.0.3.0
-> installed base.v0.14.1
-> installed mirage-kv.3.0.1
-> installed uri.3.0.0
-> installed ipaddr.5.6.0
-> installed stdio.v0.14.0
-> installed asn1-combinators.0.2.5
-> installed jsonm.1.0.2
-> installed logs.0.7.0
-> installed mirage-crypto-rng.0.11.3
-> installed parsexp.v0.14.1
-> installed ppxlib.0.22.2
-> installed capnp-rpc.1.2.3
-> installed mirage-crypto-pk.0.11.3
-> installed mirage-crypto-rng-lwt.0.11.3
-> installed sexplib.v0.14.0
-> installed bos.0.1.4
-> installed ppx_sexp_conv.v0.14.3
-> installed ppx_deriving.5.2
-> installed ipaddr-sexp.5.6.0
-> installed uri-sexp.3.0.0
-> installed mirage-crypto-ec.0.11.3
-> installed conduit.6.2.3
-> installed current.0.7.4
-> installed x509.0.15.0
-> installed cohttp.4.1.2
-> installed ca-certs.0.2.3
-> installed conduit-lwt.6.2.3
-> installed cohttp-lwt.4.1.2
-> installed tls.0.17.3
-> installed tls-mirage.0.17.3
-> installed conduit-lwt-unix.6.2.3
-> installed cohttp-lwt-unix.4.1.2
-> installed prometheus-app.1.2
-> installed capnp.3.4.0
-> installed capnp-rpc-lwt.1.2.3
-> installed capnp-rpc-net.1.2.3
-> installed camlp4.4.13+1
-> installed extunix.0.1.5
-> installed capnp-rpc-unix.1.2.3
-> installed current_rpc.0.7.4
Done.

<><> ocaml-migrate-parsetree.2.2.0 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.

<><> mirage-device.2.0.0 installed successfully <><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> mirage-device is deprecated

<><> hkdf.1.0.4 installed successfully ><><><><><><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2026-03-26 15:35.39 ---> saved as "c82815edae419e99b06de27b20ffc1829ccb1e130f4a257f36a1bdbba843cb5b"
Job succeeded
2026-03-26 15:36.09: Job succeeded