Build:
  1. 0
2026-03-26 15:23.49: New job: test current_rpc.0.7.4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29606/head (4e07f997e5a403e3e284236003dd2dff6b1992f9)
                              on debian-13-ocaml-4.14-fp/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.14-fp@sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210
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
RUN (opam reinstall --with-test current_rpc.0.7.4) || true
RUN opam reinstall --with-test --verbose 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.49: Using cache hint "ocaml/opam:debian-13-ocaml-4.14-fp@sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210-current_rpc.0.7.4-4e07f997e5a403e3e284236003dd2dff6b1992f9"
2026-03-26 15:23.49: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-fp@sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210)
 (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"))
 (run (network host)
      (shell "(opam reinstall --with-test current_rpc.0.7.4) || true"))
 (run (shell  "opam reinstall --with-test --verbose 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.49: Waiting for resource in pool OCluster
2026-03-26 15:40.56: Waiting for worker…
2026-03-26 15:42.01: 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.14-fp@sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210)
2026-03-26 15:42.46 ---> saved as "57b503333b2e9d4238bcf5a9136daa2c4d78d096dc27ad32db03ebdbf11c478d"

/: (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:42.47 ---> saved as "34cc788b6652a08e66616979a941a2a3dd6093b0b8d3ef5a883bf99140b5e113"

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

Continue? [Y/n] y
Format upgrade done.
This 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-26 15:43.20 ---> saved as "60db9830bdc5a4777e605b2940f46b43ab30d406d5e33528e6944845d755d757"

/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.14
# invariant            ["ocaml-options-only-fp"]
# compiler-packages    ocaml-option-fp.1, ocaml-options-only-fp.1, ocaml-variants.4.14.2+options
# 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+options+fp
2026-03-26 15:43.21 ---> saved as "94fc4b16f8aa3f4ddccb841239a675eeaac36bf5e47a06170f7738146422e14b"

/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:43.31 ---> saved as "58ea70bc3a31cc6417bb266fd53a2e84fb9353cbf46d240bba0f8ad80f5023ba"

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-26 15:43.43 ---> saved as "b3e56f227ec4934469e5ecea698be6f6d827801a6bbf9e02e52b0a0e63c4a001"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-26 15:44.12 ---> saved as "3b3207fe3dd3707872ec1b97af158d257ee3aa0f92326e312dbf428be138f273"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [114 kB]
- Fetched 205 kB in 0s (1221 kB/s)
- Reading package lists...
- 
2026-03-26 15:44.14 ---> saved as "9f98b8f0460a66317a4ed84ff95200cc53636cad47e9b823f454f585b842feb5"

/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:44.15 ---> saved as "db6aa7f139e19f6fe6f9bb1da82438ce23b7bb3f47e1e43a55d6f589c14f8c6d"

/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.16.4        [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.10.0         [required by current_rpc]
  - install lwt                   6.1.1          [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-crypto         1.2.0          [required by capnp-rpc-net]
  - install mirage-crypto-ec      1.2.0          [required by tls]
  - install mirage-crypto-pk      1.2.0          [required by tls, tls-mirage]
  - install mirage-crypto-rng     1.2.0          [required by capnp-rpc-net, mirage-crypto-rng-lwt]
  - install mirage-crypto-rng-lwt 1.2.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 mirage-ptime          5.2.0          [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.16.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.16.0        [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.16.0        [required by dune-compiledb]
  - install sexplib0              v0.16.0        [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.16.0        [required by capnp]
  - install stdlib-shims          0.3.0          [required by ppxlib]
  - install stringext             1.6.0          [required by uri]
  - install tls                   2.0.4          [required by capnp-rpc-net]
  - install tls-mirage            2.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"
- 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) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../10-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../11-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../12-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 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+deb13u2) ...

<><> 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.16.4  (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
-> installed conf-sqlite3.1
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
-> retrieved current.0.7.4, current_rpc.0.7.4  (cached)
-> retrieved current_incr.0.6.1  (cached)
-> installed conf-libev.4-13
-> 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)
-> installed cmdliner.1.3.0
-> 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)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.6.1.1  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved mirage-crypto.1.2.0, mirage-crypto-ec.1.2.0, mirage-crypto-pk.1.2.0, mirage-crypto-rng.1.2.0, mirage-crypto-rng-lwt.1.2.0  (cached)
-> retrieved mirage-flow.5.0.0  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved mirage-ptime.5.2.0  (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.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (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.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (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 tls.2.0.4, tls-mirage.2.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 rresult.0.7.0
-> installed asetmap.0.8.1
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed uutf.1.0.4
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed jsonm.1.0.2
-> installed dune.3.22.0
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed base64.3.5.2
-> installed lwt-dllist.1.1.0
-> installed domain-name.0.5.0
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed cstruct.6.2.0
-> installed current_incr.0.6.1
-> installed eqaf.0.10
-> installed http.6.1.1
-> installed macaddr.5.6.2
-> installed magic-mime.1.3.1
-> installed mirage-ptime.5.2.0
-> installed ohex.0.2.0
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> installed cppo.1.8.0
-> installed res.5.0.2
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed ocaml-syntax-shims.1.0.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed hex.1.5.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.14.0
-> installed ocplib-endian.1.2
-> installed ezjsonm.1.3.0
-> installed stdint.0.7.2
-> installed ipaddr.5.6.2
-> installed digestif.1.3.0
-> installed dune-configurator.3.22.0
-> installed parsexp.v0.16.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed sexplib.v0.16.0
-> installed dune-compiledb.0.6.0
-> installed mirage-crypto.1.2.0
-> installed kdf.1.0.0
-> installed lwt.6.1.1
-> installed mirage-kv.6.1.1
-> installed mirage-flow.5.0.0
-> installed cstruct-lwt.6.2.0
-> installed uri.4.4.0
-> installed prometheus.1.3
-> installed sqlite3.5.4.0
-> installed logs.0.10.0
-> installed mirage-crypto-rng.1.2.0
-> installed mirage-crypto-rng-lwt.1.2.0
-> installed mirage-crypto-pk.1.2.0
-> installed base.v0.16.4
-> installed capnp-rpc.1.2.4
-> installed stdio.v0.16.0
-> installed bos.0.2.1
-> installed capnp.3.6.0
-> installed mirage-crypto-ec.1.2.0
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed capnp-rpc-lwt.1.2.4
-> installed tls.2.0.4
-> installed tls-mirage.2.0.4
-> installed capnp-rpc-net.1.2.4
-> installed ppxlib.0.35.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed uri-sexp.4.4.0
-> installed ipaddr-sexp.5.6.2
-> installed current.0.7.4
-> installed conduit.8.0.0
-> installed cohttp.6.1.1
-> installed conduit-lwt.8.0.0
-> installed extunix.0.4.3
-> installed cohttp-lwt.6.1.1
-> installed capnp-rpc-unix.1.2.4
-> installed conduit-lwt-unix.8.0.0
-> 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:47.27 ---> saved as "a4a6866952c9021b257a6ad2804325175c4f18bcb9f7b86bf656b6acea1f6188"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test current_rpc.0.7.4) || true"))
The following actions will be performed:
=== downgrade 3 packages
  - downgrade cohttp          6.1.1 to 5.3.1
  - downgrade cohttp-lwt      6.1.1 to 5.3.0 [uses cohttp]
  - downgrade cohttp-lwt-unix 6.1.1 to 5.3.0 [uses cohttp-lwt]
=== recompile 2 packages
  - recompile current_rpc     0.7.4 (pinned)
  - recompile prometheus-app  1.3            [uses cohttp-lwt]
=== upgrade 1 package
  - upgrade   http            6.1.1 to 6.2.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cohttp.5.3.1  (https://opam.ocaml.org/cache)
-> retrieved cohttp-lwt.5.3.0, cohttp-lwt-unix.5.3.0  (https://opam.ocaml.org/cache)
-> retrieved current_rpc.0.7.4  (https://github.com/ocurrent/ocurrent/releases/download/v0.7.4/ocurrent-0.7.4.tbz)
-> retrieved http.6.2.1  (https://opam.ocaml.org/cache)
-> retrieved prometheus-app.1.3  (https://opam.ocaml.org/cache)
-> removed   current_rpc.0.7.4
-> removed   prometheus-app.1.3
-> removed   cohttp-lwt-unix.6.1.1
-> removed   cohttp-lwt.6.1.1
-> removed   cohttp.6.1.1
-> removed   http.6.1.1
-> installed cohttp.5.3.1
-> installed http.6.2.1
-> installed cohttp-lwt.5.3.0
-> installed cohttp-lwt-unix.5.3.0
-> installed prometheus-app.1.3
[ERROR] The compilation of current_rpc.0.7.4 failed at "dune build -p current_rpc -j 71 @install @runtest".

#=== ERROR while compiling current_rpc.0.7.4 ==================================#
# context              2.5.0 | linux/x86_64 | ocaml-options-only-fp.1 | pinned(https://github.com/ocurrent/ocurrent/releases/download/v0.7.4/ocurrent-0.7.4.tbz)
# path                 ~/.opam/4.14/.opam-switch/build/current_rpc.0.7.4
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p current_rpc -j 71 @install @runtest
# exit-code            1
# env-file             ~/.opam/log/current_rpc-7-91b5d6.env
# output-file          ~/.opam/log/current_rpc-7-91b5d6.out
### output ###
# File "lib_rpc/test/dune", line 5, characters 2-14:
# 5 |   alcotest-lwt
#       ^^^^^^^^^^^^
# Error: Library "alcotest-lwt" not found.
# -> required by _build/default/lib_rpc/test/test_rpc.exe
# -> required by alias lib_rpc/test/runtest in lib_rpc/test/dune:18
# (cd _build/default/lib_rpc && /usr/bin/capnp compile -o /home/opam/.opam/4.14/bin/capnpc-ocaml schema.capnp)
# schema.capnp --> schema.mli schema.ml



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build current_rpc 0.7.4
+- 
+- The following changes have been performed
| - remove    current_rpc     0.7.4
| - downgrade cohttp          6.1.1 to 5.3.1
| - downgrade cohttp-lwt      6.1.1 to 5.3.0
| - downgrade cohttp-lwt-unix 6.1.1 to 5.3.0
| - recompile prometheus-app  1.3
| - upgrade   http            6.1.1 to 6.2.1
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260326154728.export"
Or you can retry to install your package selection with:
    /usr/bin/opam install --restore
2026-03-26 15:48.00 ---> saved as "25a76476e182d1e14757bbae1741a7d42c71d899b2bf978f82654363afcaad83"

/home/opam: (run (shell  "opam reinstall --with-test --verbose 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 1 package
  - install current_rpc 0.7.4 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/3: [current_rpc.0.7.4: extract]
-> retrieved current_rpc.0.7.4  (cached)
Processing  2/3: [current_rpc: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "current_rpc" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/current_rpc.0.7.4)
- File "lib_rpc/test/dune", line 5, characters 2-14:
- 5 |   alcotest-lwt
-       ^^^^^^^^^^^^
- Error: Library "alcotest-lwt" not found.
- -> required by _build/default/lib_rpc/test/test_rpc.exe
- -> required by alias lib_rpc/test/runtest in lib_rpc/test/dune:18
- (cd _build/default/lib_rpc && /usr/bin/capnp compile -o /home/opam/.opam/4.14/bin/capnpc-ocaml schema.capnp)
- schema.capnp --> schema.mli schema.ml
[ERROR] The compilation of current_rpc.0.7.4 failed at "dune build -p current_rpc -j 71 @install @runtest".

#=== ERROR while compiling current_rpc.0.7.4 ==================================#
# context              2.5.0 | linux/x86_64 | ocaml-options-only-fp.1 | pinned(https://github.com/ocurrent/ocurrent/releases/download/v0.7.4/ocurrent-0.7.4.tbz)
# path                 ~/.opam/4.14/.opam-switch/build/current_rpc.0.7.4
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p current_rpc -j 71 @install @runtest
# exit-code            1
# env-file             ~/.opam/log/current_rpc-6-af71c7.env
# output-file          ~/.opam/log/current_rpc-6-af71c7.out
### output ###
# File "lib_rpc/test/dune", line 5, characters 2-14:
# 5 |   alcotest-lwt
#       ^^^^^^^^^^^^
# Error: Library "alcotest-lwt" not found.
# -> required by _build/default/lib_rpc/test/test_rpc.exe
# -> required by alias lib_rpc/test/runtest in lib_rpc/test/dune:18
# (cd _build/default/lib_rpc && /usr/bin/capnp compile -o /home/opam/.opam/4.14/bin/capnpc-ocaml schema.capnp)
# schema.capnp --> schema.mli schema.ml



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build current_rpc 0.7.4
+- 
- No changes have been performed
# To update the current shell environment, run: eval $(opam env)
'opam reinstall --with-test --verbose current_rpc.0.7.4' failed.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall --with-test --verbose 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" failed with exit status 1
2026-03-26 15:48.53: Job failed: Failed: Build failed
2026-03-26 15:48.53: Log analysis:
2026-03-26 15:48.53: >>> 
[ERROR] The compilation of current_rpc.0.7.4 failed at "dune build -p current_rpc -j 71 @install @runtest".
 (score = 20)
2026-03-26 15:48.53: >>> 
# Error: Library "alcotest-lwt" not found.
 (score = 48)
2026-03-26 15:48.53: >>> 
[ERROR] The compilation of current_rpc.0.7.4 failed at "dune build -p current_rpc -j 71 @install @runtest".
 (score = 20)
2026-03-26 15:48.53: >>> 
# Error: Library "alcotest-lwt" not found.
 (score = 48)
2026-03-26 15:48.53: Library "alcotest-lwt" not found.