(not at the head of any monitored branch or PR)
2026-03-10 09:00.09: New job: test ocluster.0.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29530/head (3af7d0a25910b3d20c909e559efb484eb6a78128)
                              on ubuntu-24.04-ocaml-4.14/riscv64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29530/head" && git reset --hard 3af7d0a2
git fetch origin master
git merge --no-edit 3c70647a78a7fd22066fca4f17f7ca4514500663
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:8d0071c48b623695c81dfcb3cba2ec2d6c693760ec440dd21e8c9840206ffd7e
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 ocluster.0.2 0.2
RUN opam reinstall ocluster.0.2; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-24.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ocluster.0.2' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test ocluster.0.2) || true
RUN opam reinstall --with-test --verbose ocluster.0.2; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-24.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ocluster.0.2' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-03-10 09:00.09: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:8d0071c48b623695c81dfcb3cba2ec2d6c693760ec440dd21e8c9840206ffd7e-ocluster.0.2-3af7d0a25910b3d20c909e559efb484eb6a78128"
2026-03-10 09:00.09: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:8d0071c48b623695c81dfcb3cba2ec2d6c693760ec440dd21e8c9840206ffd7e)
 (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 ocluster.0.2 0.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ocluster.0.2;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-24.04\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ocluster.0.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test ocluster.0.2) || true"))
 (run (shell  "opam reinstall --with-test --verbose ocluster.0.2;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-24.04\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ocluster.0.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-03-10 09:00.09: Waiting for resource in pool OCluster
2026-03-10 09:00.15: Waiting for worker…
2026-03-10 13:44.40: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
All commits already cached
Updating files:  14% (2714/18405)
Updating files:  15% (2761/18405)
Updating files:  16% (2945/18405)
Updating files:  17% (3129/18405)
Updating files:  18% (3313/18405)
Updating files:  19% (3497/18405)
Updating files:  20% (3681/18405)
Updating files:  21% (3866/18405)
Updating files:  22% (4050/18405)
Updating files:  23% (4234/18405)
Updating files:  24% (4418/18405)
Updating files:  25% (4602/18405)
Updating files:  26% (4786/18405)
Updating files:  27% (4970/18405)
Updating files:  28% (5154/18405)
Updating files:  28% (5173/18405)
Updating files:  29% (5338/18405)
Updating files:  30% (5522/18405)
Updating files:  31% (5706/18405)
Updating files:  32% (5890/18405)
Updating files:  33% (6074/18405)
Updating files:  34% (6258/18405)
Updating files:  35% (6442/18405)
Updating files:  36% (6626/18405)
Updating files:  37% (6810/18405)
Updating files:  38% (6994/18405)
Updating files:  39% (7178/18405)
Updating files:  40% (7362/18405)
Updating files:  40% (7470/18405)
Updating files:  41% (7547/18405)
Updating files:  42% (7731/18405)
Updating files:  43% (7915/18405)
Updating files:  44% (8099/18405)
Updating files:  45% (8283/18405)
Updating files:  46% (8467/18405)
Updating files:  47% (8651/18405)
Updating files:  48% (8835/18405)
Updating files:  49% (9019/18405)
Updating files:  50% (9203/18405)
Updating files:  51% (9387/18405)
Updating files:  52% (9571/18405)
Updating files:  53% (9755/18405)
Updating files:  53% (9758/18405)
Updating files:  54% (9939/18405)
Updating files:  55% (10123/18405)
Updating files:  56% (10307/18405)
Updating files:  57% (10491/18405)
Updating files:  58% (10675/18405)
Updating files:  59% (10859/18405)
Updating files:  60% (11043/18405)
Updating files:  61% (11228/18405)
Updating files:  62% (11412/18405)
Updating files:  63% (11596/18405)
Updating files:  64% (11780/18405)
Updating files:  65% (11964/18405)
Updating files:  65% (12037/18405)
Updating files:  66% (12148/18405)
Updating files:  67% (12332/18405)
Updating files:  68% (12516/18405)
Updating files:  69% (12700/18405)
Updating files:  70% (12884/18405)
Updating files:  71% (13068/18405)
Updating files:  72% (13252/18405)
Updating files:  73% (13436/18405)
Updating files:  74% (13620/18405)
Updating files:  75% (13804/18405)
Updating files:  76% (13988/18405)
Updating files:  77% (14172/18405)
Updating files:  77% (14256/18405)
Updating files:  78% (14356/18405)
Updating files:  79% (14540/18405)
Updating files:  80% (14724/18405)
Updating files:  81% (14909/18405)
Updating files:  82% (15093/18405)
Updating files:  83% (15277/18405)
Updating files:  84% (15461/18405)
Updating files:  85% (15645/18405)
Updating files:  86% (15829/18405)
Updating files:  87% (16013/18405)
Updating files:  87% (16125/18405)
Updating files:  88% (16197/18405)
Updating files:  89% (16381/18405)
Updating files:  90% (16565/18405)
Updating files:  91% (16749/18405)
Updating files:  92% (16933/18405)
Updating files:  93% (17117/18405)
Updating files:  94% (17301/18405)
Updating files:  95% (17485/18405)
Updating files:  96% (17669/18405)
Updating files:  97% (17853/18405)
Updating files:  97% (18032/18405)
Updating files:  98% (18037/18405)
Updating files:  99% (18221/18405)
Updating files: 100% (18405/18405)
Updating files: 100% (18405/18405), done.
HEAD is now at 3c70647a78 Merge pull request #29507 from NathanReb/release-ppxlib-0-38-0-5-5-preview
Updating 3c70647a78..3af7d0a259
Fast-forward
 packages/bimage-lwt/bimage-lwt.0.3.0/opam    | 6 +++++-
 packages/bimage-lwt/bimage-lwt.0.3.1/opam    | 6 +++++-
 packages/bimage-lwt/bimage-lwt.0.4.0/opam    | 6 +++++-
 packages/caqti-lwt/caqti-lwt.0.11.0/opam     | 4 +++-
 packages/caqti-lwt/caqti-lwt.1.0.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.2.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.3.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.6.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.7.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.8.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.9.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.2.0.1/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.2.1.1/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.2.2.4/opam      | 6 +++++-
 packages/fuseau-lwt/fuseau-lwt.0.1/opam      | 6 +++++-
 packages/lambda-term/lambda-term.1.13/opam   | 6 +++++-
 packages/lambda-term/lambda-term.2.0.1/opam  | 6 +++++-
 packages/lambda-term/lambda-term.2.0.2/opam  | 6 +++++-
 packages/lambda-term/lambda-term.2.0.3/opam  | 6 +++++-
 packages/lambda-term/lambda-term.2.0/opam    | 6 +++++-
 packages/lambda-term/lambda-term.3.0.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.0.1/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.1.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.2.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.3.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.3.1/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.3.2/opam  | 6 +++++-
 packages/lwt_domain/lwt_domain.0.1.0/opam    | 6 +++++-
 packages/lwt_domain/lwt_domain.0.2.0/opam    | 6 +++++-
 packages/lwt_domain/lwt_domain.0.3.0/opam    | 6 +++++-
 packages/lwt_eio/lwt_eio.0.1/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.2/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.3/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.4/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.5.1/opam          | 6 +++++-
 packages/lwt_eio/lwt_eio.0.5/opam            | 6 +++++-
 packages/lwt_glib/lwt_glib.1.0.1/opam        | 6 +++++-
 packages/lwt_glib/lwt_glib.1.1.0/opam        | 6 +++++-
 packages/lwt_glib/lwt_glib.1.1.1/opam        | 6 +++++-
 packages/lwt_log/lwt_log.1.1.0/opam          | 6 +++++-
 packages/lwt_log/lwt_log.1.1.1/opam          | 6 +++++-
 packages/lwt_log/lwt_log.1.1.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.0.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.0.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.1.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.3/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.4/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.3/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.1.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.8.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.8.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.9.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.9.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.9.3/opam          | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.10/opam | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.6/opam  | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.7/opam  | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.8/opam  | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.9/opam  | 6 +++++-
 packages/mwt/mwt.0.1.0/opam                  | 6 +++++-
 packages/nocrypto/nocrypto.0.5.4-1/opam      | 6 +++++-
 packages/nocrypto/nocrypto.0.5.4-2/opam      | 6 +++++-
 packages/ocluster/ocluster.0.1/opam          | 4 +++-
 packages/ocluster/ocluster.0.2.1/opam        | 6 +++++-
 packages/ocluster/ocluster.0.2/opam          | 4 +++-
 packages/ocluster/ocluster.0.3.0/opam        | 6 +++++-
 packages/picos/picos.0.3.0/opam              | 6 +++++-
 packages/picos/picos.0.4.0/opam              | 6 +++++-
 packages/picos_lwt/picos_lwt.0.5.0/opam      | 6 +++++-
 packages/picos_lwt/picos_lwt.0.6.0/opam      | 6 +++++-
 packages/tezt/tezt.2.0.0/opam                | 6 +++++-
 packages/tezt/tezt.3.0.0/opam                | 4 +++-
 packages/tezt/tezt.3.1.0/opam                | 4 +++-
 packages/tezt/tezt.3.1.1/opam                | 4 +++-
 packages/tezt/tezt.4.0.0/opam                | 4 +++-
 packages/tezt/tezt.4.1.0/opam                | 4 +++-
 packages/tezt/tezt.4.2.0/opam                | 4 +++-
 packages/tezt/tezt.4.3.0/opam                | 4 +++-
 84 files changed, 400 insertions(+), 84 deletions(-)

(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:8d0071c48b623695c81dfcb3cba2ec2d6c693760ec440dd21e8c9840206ffd7e)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:8d0071c48b623695c81dfcb3cba2ec2d6c693760ec440dd21e8c9840206ffd7e' locally
docker.io/ocaml/opam@sha256:8d0071c48b623695c81dfcb3cba2ec2d6c693760ec440dd21e8c9840206ffd7e: Pulling from ocaml/opam
f2683d5e2cbe: Already exists
02751ff4abc9: Already exists
e713ceb278b3: Already exists
756895a86a0b: Already exists
1a06c92bb812: Already exists
3c8248524df4: Already exists
69e0b9988875: Already exists
86e3068c9b9c: Already exists
8c27b312abe2: Already exists
daf2913223bd: Already exists
8c34bc9ec7ad: Already exists
cf593a3cf665: Already exists
34b57fe326ab: Already exists
ba2fd5c779ba: Already exists
a485987ec570: Already exists
9d309df9529a: Already exists
0536f64225da: Already exists
0536f64225da: Already exists
ce9e29f4d188: Already exists
a93d42988756: Already exists
28157b6d8c2f: Already exists
41973de8e3d5: Already exists
4f4fb700ef54: Already exists
0f37346a9ccb: Already exists
408fa26e5246: Already exists
abd5ecb90bdb: Already exists
b9b2a4deef0d: Already exists
a765421f304f: Already exists
049386d3400e: Already exists
c72b37197e1f: Already exists
da3f3feedbc9: Already exists
b523f5dfe651: Already exists
4f9bec3428d5: Already exists
8a016a7b87b7: Already exists
1fbad9fb68da: Already exists
c0d58e4028cd: Already exists
b68e79efa0bb: Already exists
61e0e1f2ea0e: Already exists
fc2b004f5c89: Already exists
07beef5e9f02: Already exists
b726b31b9dc0: Already exists
144918b87d7b: Pulling fs layer
289e65ed1a37: Pulling fs layer
5e6f6c00428e: Pulling fs layer
a62539be5098: Pulling fs layer
a62539be5098: Waiting
289e65ed1a37: Verifying Checksum
289e65ed1a37: Download complete
5e6f6c00428e: Verifying Checksum
5e6f6c00428e: Download complete
a62539be5098: Verifying Checksum
a62539be5098: Download complete
144918b87d7b: Verifying Checksum
144918b87d7b: Download complete
144918b87d7b: Pull complete
289e65ed1a37: Pull complete
5e6f6c00428e: Pull complete
a62539be5098: Pull complete
Digest: sha256:8d0071c48b623695c81dfcb3cba2ec2d6c693760ec440dd21e8c9840206ffd7e
Status: Downloaded newer image for ocaml/opam@sha256:8d0071c48b623695c81dfcb3cba2ec2d6c693760ec440dd21e8c9840206ffd7e
2026-03-10 13:44.51 ---> using "ea217873466a32995897219deecbfb415f5b65e57327eb6d6896918b841e3329" 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-10 13:44.51 ---> using "1d9d8bb73c574e4bf8c49f0e16cd2d73a709eb545df83e8ec4216b08e7dd779d" 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-10 13:44.51 ---> using "e4aaa80b431300b138a1ad34bb1021bcb96de2357df7d00318313658f7b87b41" 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=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 3
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-03-10 13:44.51 ---> using "984c3ad735e69406573e706cd6e5591fcd2dd04d05210e93bab09f234173355c" 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-10 13:44.51 ---> using "ba45d311c07b4e21005eba9633c486473005a530f8a9e3b883ad7d6112a67255" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-10 13:44.57 ---> using "1a093ce709f000eb40c48ddd9f559933571e8040a605181a7e936eb9c95398b2" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-10 13:44.57 ---> using "44b92555550603816615697be89542e7456f732b437943b991784984dcd7cbc7" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [11.0 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1523 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [939 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [972 kB]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted riscv64 Packages [8714 B]
- Get:10 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [608 kB]
- Fetched 4439 kB in 3s (1514 kB/s)
- Reading package lists...
- 
2026-03-10 13:44.57 ---> using "40f6ea21a457fe6387384f865953795d01bbe4435c2b22d5082cb5bd5fc4ba23" from cache

/home/opam: (run (shell "opam pin add -k version -yn ocluster.0.2 0.2"))
ocluster is now pinned to version 0.2
2026-03-10 13:44.57 ---> using "7e77b5597c85eca49332c20bdf8c2ea97130d0d56ed18d3b5debd5a9b02d69f6" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ocluster.0.2;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-24.04\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ocluster.0.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ocluster.0.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 130 packages
  - install angstrom            0.16.1             [required by uri]
  - install asetmap             0.8.1              [required by capnp-rpc-net, capnp-rpc-lwt, prometheus-app]
  - install asn1-combinators    0.2.6              [required by capnp-rpc-net]
  - install astring             0.8.5              [required by obuilder, capnp-rpc-net, capnp-rpc-lwt, etc.]
  - install base                v0.16.4            [required by ppx_expect]
  - install base-bytes          base               [required by extunix]
  - install base64              3.5.2              [required by capnp-rpc-net, capnp-rpc-unix]
  - install bigstringaf         0.10.0             [required by angstrom]
  - install bos                 0.2.1              [required by ca-certs]
  - install ca-certs            0.2.3              [required by conduit-lwt-unix]
  - install camlp-streams       5.0.1              [required by tar]
  - install capnp               3.6.0              [required by capnp-rpc-lwt, capnp-rpc-net]
  - install capnp-rpc           1.2.2              [required by capnp-rpc-lwt, capnp-rpc-net]
  - install capnp-rpc-lwt       1.2.2              [required by ocluster]
  - install capnp-rpc-net       1.2.2              [required by ocluster]
  - install capnp-rpc-unix      1.2.2              [required by ocluster]
  - install checkseum           0.5.2              [required by decompress]
  - install cmdliner            1.3.0              [required by ocluster]
  - install cohttp              5.3.1              [required by cohttp-lwt]
  - install cohttp-lwt          5.3.0              [required by cohttp-lwt-unix, prometheus-app]
  - install cohttp-lwt-unix     5.3.0              [required by ocluster]
  - install conduit             6.1.0              [required by conduit-lwt]
  - install conduit-lwt         6.1.0              [required by cohttp-lwt-unix]
  - install conduit-lwt-unix    6.1.0              [required by cohttp-lwt-unix]
  - install conf-capnproto      2                  [required by capnp-rpc-lwt, capnp-rpc-net]
  - install conf-gmp            5                  [required by zarith]
  - install conf-gmp-powm-sec   4                  [required by mirage-crypto-pk]
  - install conf-libev          4-13               [required by ocluster]
  - install conf-pkg-config     4                  [required by mirage-crypto]
  - 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]
  - install cstruct-lwt         6.2.0              [required by capnp-rpc-unix]
  - install cstruct-sexp        6.2.0              [required by tls]
  - install decompress          1.5.3              [required by tar]
  - install digestif            1.3.0              [required by ocluster]
  - install domain-name         0.5.0              [required by tls]
  - install dune                3.5.0              [required by ocluster]
  - install dune-build-info     3.13.1             [required by ocluster]
  - install dune-compiledb      0.6.0              [required by sqlite3]
  - install dune-configurator   3.13.1             [required by extunix, mirage-crypto, mirage-crypto-rng, sqlite3]
  - install duration            0.2.1              [required by mirage-crypto-rng]
  - install eqaf                0.9                [required by digestif]
  - install extunix             0.4.3              [required by ocluster]
  - install ezjsonm             1.3.0              [required by dune-compiledb]
  - install fmt                 0.11.0             [required by ocluster]
  - install fpath               0.7.3              [required by ocluster]
  - install gmap                0.3.0              [required by x509]
  - install hex                 1.5.0              [required by ezjsonm]
  - install hkdf                1.0.4 (deprecated) [required by tls]
  - install ipaddr              5.6.2              [required by tls, conduit-lwt-unix]
  - install ipaddr-sexp         5.6.2              [required by tls, conduit-lwt-unix]
  - install jane-street-headers v0.16.0            [required by time_now]
  - install jsonm               1.0.2              [required by cohttp]
  - install jst-config          v0.16.0            [required by time_now]
  - install logs                0.10.0             [required by ocluster]
  - install lwt                 5.9.1              [required by ocluster]
  - install lwt-dllist          1.1.0              [required by ocluster]
  - 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       0.10.7             [required by ocluster]
  - install mirage-crypto-ec    0.10.7             [required by tls]
  - install mirage-crypto-pk    0.10.7             [required by tls, tls-mirage]
  - install mirage-crypto-rng   0.10.7             [required by capnp-rpc-net, capnp-rpc-unix]
  - install mirage-flow         3.0.0              [required by capnp-rpc-net, capnp-rpc-unix]
  - install mirage-kv           6.1.1              [required by tls-mirage]
  - install mirage-no-solo5     1 (deprecated)     [required by mirage-crypto-pk]
  - install mirage-no-xen       1 (deprecated)     [required by mirage-crypto-pk]
  - install mtime               2.1.0              [required by mirage-crypto-rng]
  - install num                 1.6                [required by sexplib]
  - install obuilder            0.5                [required by ocluster]
  - install obuilder-spec       0.5                [required by obuilder]
  - 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 asetmap, astring]
  - install ocamlfind           1.9.8              [required by asetmap, astring]
  - install ocluster            0.2 (pinned)
  - install ocluster-api        0.2                [required by ocluster]
  - install ocplib-endian       1.2                [required by capnp]
  - install optint              0.3.0              [required by mirage-kv]
  - install parsexp             v0.16.0            [required by sexplib]
  - install pbkdf               1.2.0              [required by x509]
  - install ppx_assert          v0.16.0            [required by jst-config]
  - install ppx_base            v0.16.0            [required by time_now]
  - install ppx_cold            v0.16.0            [required by ppx_base]
  - install ppx_compare         v0.16.0            [required by ppx_base]
  - install ppx_cstruct         6.2.0              [required by tls]
  - install ppx_derivers        1.2.1              [required by ppx_deriving]
  - install ppx_deriving        6.0.3              [required by obuilder, ocluster-api]
  - install ppx_deriving_yojson 3.9.1              [required by ocluster-api]
  - install ppx_enumerate       v0.16.0            [required by ppx_base]
  - install ppx_expect          v0.16.2            [required by ocluster]
  - install ppx_globalize       v0.16.0            [required by ppx_base]
  - install ppx_hash            v0.16.0            [required by ppx_base]
  - install ppx_here            v0.16.0            [required by ppx_expect]
  - install ppx_inline_test     v0.16.0            [required by ppx_expect]
  - install ppx_optcomp         v0.16.0            [required by time_now]
  - install ppx_sexp_conv       v0.16.0            [required by ocluster]
  - install ppxlib              0.33.0             [required by ppx_expect]
  - install prometheus          1.3                [required by ocluster]
  - install prometheus-app      1.3                [required by ocluster]
  - install psq                 0.2.1              [required by ocluster]
  - install ptime               1.2.0              [required by capnp-rpc-net]
  - install re                  1.12.0             [required by ppx_expect, prometheus-app]
  - install res                 5.0.2              [required by capnp]
  - install result              1.5                [required by capnp]
  - install rresult             0.7.0              [required by bos]
  - install seq                 base               [required by psq]
  - install sexplib             v0.16.0            [required by obuilder]
  - install sexplib0            v0.16.0            [required by cohttp-lwt]
  - install sha                 1.15.4             [required by obuilder]
  - install sqlite3             5.4.0              [required by ocluster]
  - install stdint              0.7.2              [required by capnp, capnp-rpc]
  - install stdio               v0.16.0            [required by ppx_expect]
  - install stdlib-shims        0.3.0              [required by sha]
  - install stringext           1.6.0              [required by uri]
  - install tar                 2.6.0              [required by tar-unix]
  - install tar-unix            2.6.0              [required by obuilder]
  - install time_now            v0.16.0            [required by ppx_inline_test]
  - install tls                 0.15.4             [required by capnp-rpc-net]
  - install tls-mirage          0.15.4             [required by capnp-rpc-net]
  - install topkg               1.1.1              [required by asetmap, astring]
  - install uri                 4.4.0              [required by capnp-rpc-lwt, capnp-rpc-net]
  - install uri-sexp            4.4.0              [required by cohttp]
  - install uutf                1.0.4              [required by jsonm, ezjsonm]
  - install x509                0.16.5             [required by capnp-rpc-net]
  - install yojson              3.0.0              [required by obuilder]
  - install zarith              1.14               [required by asn1-combinators]

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"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libcapnp-1.0.1:riscv64.
- (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 ... 16249 files and directories currently installed.)
- Preparing to unpack .../00-libcapnp-1.0.1_1.0.1-4_riscv64.deb ...
- Unpacking libcapnp-1.0.1:riscv64 (1.0.1-4) ...
- Selecting previously unselected package capnproto.
- Preparing to unpack .../01-capnproto_1.0.1-4_riscv64.deb ...
- Unpacking capnproto (1.0.1-4) ...
- Selecting previously unselected package libssl-dev:riscv64.
- Preparing to unpack .../02-libssl-dev_3.0.13-0ubuntu3.7_riscv64.deb ...
- Unpacking libssl-dev:riscv64 (3.0.13-0ubuntu3.7) ...
- Selecting previously unselected package libcapnp-dev:riscv64.
- Preparing to unpack .../03-libcapnp-dev_1.0.1-4_riscv64.deb ...
- Unpacking libcapnp-dev:riscv64 (1.0.1-4) ...
- Selecting previously unselected package libev4t64:riscv64.
- Preparing to unpack .../04-libev4t64_1%3a4.33-2.1build1_riscv64.deb ...
- Unpacking libev4t64:riscv64 (1:4.33-2.1build1) ...
- Selecting previously unselected package libgmpxx4ldbl:riscv64.
- Preparing to unpack .../05-libgmpxx4ldbl_2%3a6.3.0+dfsg-2ubuntu6.1_riscv64.deb ...
- Unpacking libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Selecting previously unselected package libgmp-dev:riscv64.
- Preparing to unpack .../06-libgmp-dev_2%3a6.3.0+dfsg-2ubuntu6.1_riscv64.deb ...
- Unpacking libgmp-dev:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Selecting previously unselected package libpkgconf3:riscv64.
- Preparing to unpack .../07-libpkgconf3_1.8.1-2build1_riscv64.deb ...
- Unpacking libpkgconf3:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package libsqlite3-dev:riscv64.
- Preparing to unpack .../08-libsqlite3-dev_3.45.1-1ubuntu2.5_riscv64.deb ...
- Unpacking libsqlite3-dev:riscv64 (3.45.1-1ubuntu2.5) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../09-pkgconf-bin_1.8.1-2build1_riscv64.deb ...
- Unpacking pkgconf-bin (1.8.1-2build1) ...
- Selecting previously unselected package pkgconf:riscv64.
- Preparing to unpack .../10-pkgconf_1.8.1-2build1_riscv64.deb ...
- Unpacking pkgconf:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package pkg-config:riscv64.
- Preparing to unpack .../11-pkg-config_1.8.1-2build1_riscv64.deb ...
- Unpacking pkg-config:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package libev-dev:riscv64.
- Preparing to unpack .../12-libev-dev_1%3a4.33-2.1build1_riscv64.deb ...
- Unpacking libev-dev:riscv64 (1:4.33-2.1build1) ...
- Setting up libev4t64:riscv64 (1:4.33-2.1build1) ...
- Setting up libcapnp-1.0.1:riscv64 (1.0.1-4) ...
- Setting up capnproto (1.0.1-4) ...
- Setting up libpkgconf3:riscv64 (1.8.1-2build1) ...
- Setting up libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Setting up libsqlite3-dev:riscv64 (3.45.1-1ubuntu2.5) ...
- Setting up libssl-dev:riscv64 (3.0.13-0ubuntu3.7) ...
- Setting up pkgconf-bin (1.8.1-2build1) ...
- Setting up libev-dev:riscv64 (1:4.33-2.1build1) ...
- Setting up libcapnp-dev:riscv64 (1.0.1-4) ...
- Setting up libgmp-dev:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Setting up pkgconf:riscv64 (1.8.1-2build1) ...
- Setting up pkg-config:riscv64 (1.8.1-2build1) ...
- Processing triggers for libc-bin (2.39-0ubuntu8.7) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved asetmap.0.8.1  (cached)
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ca-certs.0.2.3  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved capnp.3.6.0  (cached)
-> retrieved capnp-rpc.1.2.2, capnp-rpc-lwt.1.2.2, capnp-rpc-net.1.2.2, capnp-rpc-unix.1.2.2  (https://opam.ocaml.org/cache)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cohttp.5.3.1  (cached)
-> retrieved cohttp-lwt.5.3.0, cohttp-lwt-unix.5.3.0  (cached)
-> retrieved conduit.6.1.0, conduit-lwt.6.1.0, conduit-lwt-unix.6.1.0  (https://opam.ocaml.org/cache)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved conf-libev.4-13  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-capnproto.2
-> installed conf-gmp.5
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp-powm-sec.4
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-sexp.6.2.0, ppx_cstruct.6.2.0  (cached)
-> installed conf-sqlite3.1
-> retrieved decompress.1.5.3  (cached)
-> installed conf-libev.4-13
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.5.0  (https://opam.ocaml.org/cache)
-> installed cmdliner.1.3.0
-> retrieved dune-build-info.3.13.1, dune-configurator.3.13.1  (https://opam.ocaml.org/cache)
-> retrieved dune-compiledb.0.6.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved extunix.0.4.3  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved hkdf.1.0.4  (cached)
-> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2  (cached)
-> retrieved jane-street-headers.v0.16.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.5.9.1  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mirage-crypto.0.10.7, mirage-crypto-ec.0.10.7, mirage-crypto-pk.0.10.7, mirage-crypto-rng.0.10.7  (cached)
-> retrieved mirage-flow.3.0.0  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> installed mirage-no-solo5.1
-> installed mirage-no-xen.1
-> retrieved mtime.2.1.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved obuilder.0.5, obuilder-spec.0.5  (https://opam.ocaml.org/cache)
-> 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 ocluster.0.2, ocluster-api.0.2  (https://opam.ocaml.org/cache)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_deriving_yojson.3.9.1  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_expect.v0.16.2  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.33.0  (https://opam.ocaml.org/cache)
-> retrieved prometheus.1.3, prometheus-app.1.3  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.12.0  (https://opam.ocaml.org/cache)
-> retrieved res.5.0.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved sqlite3.5.4.0  (cached)
-> retrieved stdint.0.7.2  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved tar.2.6.0, tar-unix.2.6.0  (cached)
-> retrieved time_now.v0.16.0  (cached)
-> retrieved tls.0.15.4, tls-mirage.0.15.4  (cached)
-> installed num.1.6
-> 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.0.16.5  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed seq.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed asetmap.0.8.1
-> installed astring.0.8.5
-> installed fmt.0.11.0
-> installed fpath.0.7.3
-> installed mtime.2.1.0
-> installed rresult.0.7.0
-> installed ptime.1.2.0
-> installed uutf.1.0.4
-> installed dune.3.5.0
-> installed base64.3.5.2
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed jsonm.1.0.2
-> installed cstruct.6.2.0
-> installed cppo.1.8.0
-> installed domain-name.0.5.0
-> installed asn1-combinators.0.2.6
-> installed duration.0.2.1
-> installed eqaf.0.9
-> installed dune-build-info.3.13.1
-> installed gmap.0.3.0
-> installed hex.1.5.0
-> installed jane-street-headers.v0.16.0
-> installed lwt-dllist.1.1.0
-> installed dune-configurator.3.13.1
-> installed macaddr.5.6.2
-> installed bigstringaf.0.10.0
-> installed magic-mime.1.3.1
-> installed mirage-clock.4.2.0
-> installed ipaddr.5.6.2
-> installed digestif.1.3.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ocplib-endian.1.2
-> installed optint.0.3.0
-> installed mirage-crypto.0.10.7
-> installed angstrom.0.16.1
-> installed hkdf.1.0.4
-> installed pbkdf.1.2.0
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed checkseum.0.5.2
-> installed res.5.0.2
-> installed re.1.12.0
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed decompress.1.5.3
-> installed stdint.0.7.2
-> installed ezjsonm.1.3.0
-> installed lwt.5.9.1
-> installed stdlib-shims.0.3.0
-> installed cstruct-lwt.6.2.0
-> installed logs.0.10.0
-> installed parsexp.v0.16.0
-> installed mirage-flow.3.0.0
-> installed capnp-rpc.1.2.2
-> installed mirage-crypto-rng.0.10.7
-> installed bos.0.2.1
-> installed mirage-kv.6.1.1
-> installed mirage-crypto-pk.0.10.7
-> installed base.v0.16.4
-> installed prometheus.1.3
-> installed sexplib.v0.16.0
-> installed sha.1.15.4
-> installed cstruct-sexp.6.2.0
-> installed dune-compiledb.0.6.0
-> installed stdio.v0.16.0
-> installed mirage-crypto-ec.0.10.7
-> installed sqlite3.5.4.0
-> installed stringext.1.6.0
-> installed tar.2.6.0
-> installed uri.4.4.0
-> installed tar-unix.2.6.0
-> installed x509.0.16.5
-> installed capnp.3.6.0
-> installed ca-certs.0.2.3
-> installed yojson.3.0.0
-> installed capnp-rpc-lwt.1.2.2
-> installed ppxlib.0.33.0
-> installed ppx_cold.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_cstruct.6.2.0
-> installed ppx_deriving.6.0.3
-> installed ppx_enumerate.v0.16.0
-> installed ppx_globalize.v0.16.0
-> installed extunix.0.4.3
-> installed ppx_optcomp.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_deriving_yojson.3.9.1
-> installed ppx_sexp_conv.v0.16.0
-> installed ipaddr-sexp.5.6.2
-> installed ocluster-api.0.2
-> installed obuilder-spec.0.5
-> installed conduit.6.1.0
-> installed ppx_hash.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed conduit-lwt.6.1.0
-> installed ppx_base.v0.16.0
-> installed obuilder.0.5
-> installed jst-config.v0.16.0
-> installed uri-sexp.4.4.0
-> installed time_now.v0.16.0
-> installed tls.0.15.4
-> installed cohttp.5.3.1
-> installed tls-mirage.0.15.4
-> installed conduit-lwt-unix.6.1.0
-> installed capnp-rpc-net.1.2.2
-> installed cohttp-lwt.5.3.0
-> installed capnp-rpc-unix.1.2.2
-> installed ppx_inline_test.v0.16.0
-> installed cohttp-lwt-unix.5.3.0
-> installed prometheus-app.1.3
-> installed ppx_expect.v0.16.2
-> installed ocluster.0.2
Done.

<><> mirage-no-xen.1 installed successfully <><><><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.

<><> mirage-no-solo5.1 installed successfully <><><><><><><><><><><><><><><><><>
=> Note: This package 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-10 13:44.57 ---> using "fc7b9188886c4f99b80e395c0d40ec740d22f2053486f24c0ca1d07c8930fdde" from cache

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test ocluster.0.2) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile ocluster         0.2 (pinned)
=== install 18 packages
  - install   alcotest         1.9.1        [required by ocluster]
  - install   alcotest-lwt     1.9.1        [required by ocluster]
  - install   bigarray-compat  1.1.0        [required by ctypes]
  - install   cf               0.5.0        [required by cf-lwt]
  - install   cf-lwt           0.5.0        [required by irmin-watcher]
  - install   conf-git         1.1          [required by current_git]
  - install   conf-libffi      2.0.0        [required by ctypes-foreign]
  - install   ctypes           0.23.0       [required by cf, fsevents]
  - install   ctypes-foreign   0.23.0       [required by cf]
  - install   current          0.7.3        [required by current_ocluster]
  - install   current_git      0.7.3        [required by current_ocluster]
  - install   current_incr     0.6.1        [required by current]
  - install   current_ocluster 0.2          [required by ocluster]
  - install   fsevents         0.3.0        [required by fsevents-lwt]
  - install   fsevents-lwt     0.3.0        [required by irmin-watcher]
  - install   inotify          2.5          [required by irmin-watcher]
  - install   integers         0.7.0        [required by ctypes]
  - install   irmin-watcher    0.5.0        [required by current_git]

The following system packages will first need to be installed:
    libffi-dev

<><> 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" "libffi-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libffi-dev:riscv64.
- (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 ... 16640 files and directories currently installed.)
- Preparing to unpack .../libffi-dev_3.4.6-1build1_riscv64.deb ...
- Unpacking libffi-dev:riscv64 (3.4.6-1build1) ...
- Setting up libffi-dev:riscv64 (3.4.6-1build1) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1  (https://opam.ocaml.org/cache)
-> retrieved bigarray-compat.1.1.0  (https://opam.ocaml.org/cache)
-> retrieved cf.0.5.0, cf-lwt.0.5.0  (https://opam.ocaml.org/cache)
-> installed conf-git.1.1
-> installed conf-libffi.2.0.0
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (https://opam.ocaml.org/cache)
-> installed bigarray-compat.1.1.0
-> retrieved current.0.7.3, current_git.0.7.3  (https://opam.ocaml.org/cache)
-> retrieved current_incr.0.6.1  (https://opam.ocaml.org/cache)
-> retrieved current_ocluster.0.2, ocluster.0.2  (https://opam.ocaml.org/cache)
-> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0  (https://opam.ocaml.org/cache)
-> retrieved inotify.2.5  (https://opam.ocaml.org/cache)
-> installed current_incr.0.6.1
-> retrieved integers.0.7.0  (https://opam.ocaml.org/cache)
-> retrieved irmin-watcher.0.5.0  (https://opam.ocaml.org/cache)
-> installed alcotest.1.9.1
-> installed inotify.2.5
-> installed alcotest-lwt.1.9.1
-> removed   ocluster.0.2
-> installed integers.0.7.0
-> installed current.0.7.3
-> installed ctypes.0.23.0
-> installed ctypes-foreign.0.23.0
-> installed cf.0.5.0
-> installed fsevents.0.3.0
-> installed cf-lwt.0.5.0
-> installed fsevents-lwt.0.3.0
-> installed irmin-watcher.0.5.0
-> installed current_git.0.7.3
-> installed current_ocluster.0.2
-> installed ocluster.0.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-10 13:47.39 ---> saved as "6fc4375666c5b25e1f6a34dec4a530c540495b1e325c8283df3426a112d27ef3"

/home/opam: (run (shell  "opam reinstall --with-test --verbose ocluster.0.2;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-24.04\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ocluster.0.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile ocluster 0.2 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [ocluster: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocluster" "-j" "3" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ocluster.0.2)
- (cd _build/default/test && ./test.exe)
- Testing `build-scheduler'.
- This run has ID `QIPF6HWN'.
- 
-   [OK]          main            0   simple.
-   [OK]          main            1   simple_custom.
-   [OK]          main            2   fails.
-   [OK]          main            3   await_builder.
-   [OK]          main            4   already_registered.
-   [OK]          main            5   builder_capacity.
-   [OK]          main            6   network.
-   [OK]          main            7   worker_disconnects.
-   [OK]          main            8   client_disconnects.
-   [OK]          main            9   cancel.
-   [OK]          main           10   cancel_ticket.
-   [OK]          main           11   cancel_ticket_late.
-   [OK]          main           12   release_ticket.
-   [OK]          main           13   release_ticket_late.
-   [OK]          main           14   drain.
-   [OK]          main           15   drain_crash.
-   [OK]          main           16   admin.
-   [OK]          main           17   clients.
-   [OK]          plugin          0   simple.
-   [OK]          plugin          1   simple_custom.
-   [OK]          plugin          2   disconnect_while_queued.
-   [OK]          plugin          3   two_jobs.
-   [OK]          plugin          4   cancel_rate_limit.
- 
- Full test results in `~/.opam/4.14/.opam-switch/build/ocluster.0.2/_build/default/test/_build/_tests/build-scheduler'.
- Test Successful in 0.541s. 23 tests run.
-> compiled  ocluster.0.2
-> removed   ocluster.0.2
-> installed ocluster.0.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-10 13:48.45 ---> saved as "24a38d8ba4e6c8bc0d54ae5cd7572be62f47f8fa2fda2b6f731924dfdf9a7ffa"
Job succeeded
2026-03-10 13:49.20: Job succeeded