(not at the head of any monitored branch or PR)
2026-04-10 17:47.52: New job: test mirage-crypto-rng-async.0.11.3 with dune.3.22.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29704/head (3e0c395e7b1393a792367f8edca3654dac71e6fd)
                              on debian-13-ocaml-5.4/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/29704/head" && git reset --hard 3e0c395e
git fetch origin master
git merge --no-edit 9d8ceab8e9f49f5671cf459997c8a47cf0e675ca
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03
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 dune.3.22.2 3.22.2
RUN opam reinstall dune.3.22.2; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'dune.3.22.2' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam reinstall mirage-crypto-rng-async.0.11.3; \
    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" != 'mirage-crypto-rng-async.0.11.3' && 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 mirage-crypto-rng-async.0.11.3) || true
RUN opam reinstall --with-test --verbose mirage-crypto-rng-async.0.11.3; \
    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" != 'mirage-crypto-rng-async.0.11.3' && 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-04-10 17:47.52: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03-dune.3.22.2-mirage-crypto-rng-async.0.11.3-3e0c395e7b1393a792367f8edca3654dac71e6fd"
2026-04-10 17:47.52: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03)
 (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 dune.3.22.2 3.22.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dune.3.22.2;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'dune.3.22.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 (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall mirage-crypto-rng-async.0.11.3;\
             \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\" != 'mirage-crypto-rng-async.0.11.3' && 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 mirage-crypto-rng-async.0.11.3) || true"))
 (run (shell  "opam reinstall --with-test --verbose mirage-crypto-rng-async.0.11.3;\
             \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\" != 'mirage-crypto-rng-async.0.11.3' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-10 17:47.52: Waiting for resource in pool OCluster
2026-04-11 01:07.30: Waiting for worker…
2026-04-11 01:09.04: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 9d8ceab8e9 Merge pull request #29697 from filipeom/opam-publish-smtml.0.25.0
Updating 9d8ceab8e9..3e0c395e7b
Fast-forward
 packages/chrome-trace/chrome-trace.3.22.2/opam     | 39 +++++++++++
 .../dune-action-plugin.3.22.2/opam                 | 52 +++++++++++++++
 .../dune-action-trace.3.22.2/opam                  | 39 +++++++++++
 .../dune-build-info/dune-build-info.3.22.2/opam    | 45 +++++++++++++
 .../dune-configurator.3.22.2/opam                  | 49 ++++++++++++++
 packages/dune-glob/dune-glob.3.22.2/opam           | 42 ++++++++++++
 .../dune-private-libs.3.22.2/opam                  | 50 +++++++++++++++
 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.2/opam     | 41 ++++++++++++
 packages/dune-rpc/dune-rpc.3.22.2/opam             | 44 +++++++++++++
 packages/dune-site/dune-site.3.22.2/opam           | 37 +++++++++++
 packages/dune/dune.3.22.2/opam                     | 75 ++++++++++++++++++++++
 packages/dyn/dyn.3.22.2/opam                       | 40 ++++++++++++
 packages/fs-io/fs-io.3.22.2/opam                   | 39 +++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.22.2/opam         | 43 +++++++++++++
 packages/ordering/ordering.3.22.2/opam             | 38 +++++++++++
 packages/stdune/stdune.3.22.2/opam                 | 46 +++++++++++++
 packages/top-closure/top-closure.3.22.2/opam       | 38 +++++++++++
 packages/xdg/xdg.3.22.2/opam                       | 39 +++++++++++
 18 files changed, 796 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.22.2/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.2/opam
 create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.2/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.22.2/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.22.2/opam
 create mode 100644 packages/dune-glob/dune-glob.3.22.2/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.2/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.2/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.22.2/opam
 create mode 100644 packages/dune-site/dune-site.3.22.2/opam
 create mode 100644 packages/dune/dune.3.22.2/opam
 create mode 100644 packages/dyn/dyn.3.22.2/opam
 create mode 100644 packages/fs-io/fs-io.3.22.2/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.2/opam
 create mode 100644 packages/ordering/ordering.3.22.2/opam
 create mode 100644 packages/stdune/stdune.3.22.2/opam
 create mode 100644 packages/top-closure/top-closure.3.22.2/opam
 create mode 100644 packages/xdg/xdg.3.22.2/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03)
2026-04-11 01:09.09 ---> using "4e852d2e6c9ac39a43c0cb8d1ef92ecff46d16da630bff560bb4811e0bb278c3" 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-04-11 01:09.09 ---> using "c82a131037ae9ff29ac79f02306f126bd36264ccb683d2324f553289b0d4a496" 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-04-11 01:09.09 ---> using "983e4dc58d26f7046c0fe6fbe642bc66995d2abecd6409a14b0c538d3f1a7bd2" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-04-11 01:09.09 ---> using "8b346866360ce3a934df95a88d3a1520ccbf589f659a7e26aa97be0b96b1083a" 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-04-11 01:09.09 ---> using "8be7be6786c965fdad4454d936ba98cc5fa516f8de8fee90f280618661533faa" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-11 01:09.10 ---> using "c0553ba1781e82471f38f012874b6b7341f662c325cc75285bfd7972f7a6ff87" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-11 01:09.10 ---> using "e05b19873f9cb2918bf114246a81e8bf23cb51c80d627ed2b044915e44a942dd" from cache

/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 [121 kB]
- Fetched 211 kB in 0s (1725 kB/s)
- Reading package lists...
- 
2026-04-11 01:09.10 ---> using "dc69cd977951bdc4dffcc68622bf3ea65b4d02db568ca1f8bd5ab395f414a24f" from cache

/home/opam: (run (shell "opam pin add -k version -yn dune.3.22.2 3.22.2"))
dune is now pinned to version 3.22.2
2026-04-11 01:09.10 ---> using "d2dbab2e673d61aa25772ad855c91b371a83246b8bcc8859d8fc280f9fcf9826" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dune.3.22.2;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'dune.3.22.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
dune.3.22.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
  - install dune 3.22.2 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.2  (cached)
-> installed dune.3.22.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 01:09.10 ---> using "6f94ccb4a18327fa9742ec042c4183209005d455af95ec03af9e9453c8a8c9d1" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall mirage-crypto-rng-async.0.11.3;\
                        \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\" != 'mirage-crypto-rng-async.0.11.3' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
mirage-crypto-rng-async.0.11.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 90 packages
  - install async                       v0.17.0   [required by mirage-crypto-rng-async]
  - install async_kernel                v0.17.0   [required by async]
  - install async_log                   v0.17.0   [required by async]
  - install async_rpc_kernel            v0.17.0   [required by async]
  - install async_unix                  v0.17.0   [required by async]
  - install base                        v0.17.3   [required by core, core_kernel]
  - install base_bigstring              v0.17.0   [required by core]
  - install base_quickcheck             v0.17.1   [required by core]
  - install bin_prot                    v0.17.0-1 [required by core]
  - install capitalization              v0.17.0   [required by ppx_string_conv]
  - install core                        v0.17.2   [required by async]
  - install core_kernel                 v0.17.0   [required by async]
  - install core_unix                   v0.17.1   [required by async]
  - install csexp                       1.5.2     [required by dune-configurator]
  - install cstruct                     6.2.0     [required by mirage-crypto, mirage-crypto-rng]
  - install dune-configurator           3.22.2    [required by mirage-crypto-rng-async]
  - install duration                    0.2.1     [required by mirage-crypto-rng]
  - install eqaf                        0.9       [required by mirage-crypto]
  - install expect_test_helpers_core    v0.17.0   [required by core_unix]
  - install fieldslib                   v0.17.0   [required by core]
  - install fmt                         0.11.0    [required by logs]
  - install gel                         v0.17.0   [required by async_rpc_kernel]
  - install int_repr                    v0.17.0   [required by core_kernel]
  - install jane-street-headers         v0.17.0   [required by core]
  - install jst-config                  v0.17.0   [required by core]
  - install logs                        0.10.0    [required by mirage-crypto-rng-async]
  - install mirage-crypto               0.11.3    [required by mirage-crypto-rng-async]
  - install mirage-crypto-rng           0.11.3    [required by mirage-crypto-rng-async]
  - install mirage-crypto-rng-async     0.11.3
  - install num                         1.6       [required by sexplib]
  - install ocaml-compiler-libs         v0.17.0   [required by ppxlib]
  - install ocaml_intrinsics_kernel     v0.17.1   [required by base]
  - install ocamlbuild                  0.16.1    [required by logs]
  - install ocamlfind                   1.9.8     [required by logs]
  - install parsexp                     v0.17.0   [required by sexplib]
  - install ppx_assert                  v0.17.0   [required by core]
  - install ppx_base                    v0.17.0   [required by core]
  - install ppx_bench                   v0.17.1   [required by ppx_jane]
  - install ppx_bin_prot                v0.17.1   [required by ppx_jane]
  - install ppx_cold                    v0.17.0   [required by ppx_base]
  - install ppx_compare                 v0.17.0   [required by ppx_diff]
  - install ppx_custom_printf           v0.17.0   [required by ppx_jane]
  - install ppx_derivers                1.2.1     [required by ppxlib]
  - install ppx_diff                    v0.17.1   [required by core]
  - install ppx_disable_unused_warnings v0.17.0   [required by ppx_jane]
  - install ppx_enumerate               v0.17.0   [required by ppx_diff]
  - install ppx_expect                  v0.17.3   [required by ppx_jane]
  - install ppx_fields_conv             v0.17.0   [required by ppx_jane]
  - install ppx_fixed_literal           v0.17.0   [required by ppx_jane]
  - install ppx_globalize               v0.17.2   [required by ppx_base]
  - install ppx_hash                    v0.17.0   [required by core]
  - install ppx_here                    v0.17.0   [required by ppx_jane]
  - install ppx_ignore_instrumentation  v0.17.0   [required by ppx_jane]
  - install ppx_inline_test             v0.17.1   [required by core]
  - install ppx_jane                    v0.17.0   [required by async]
  - install ppx_let                     v0.17.1   [required by ppx_jane]
  - install ppx_log                     v0.17.0   [required by ppx_jane]
  - install ppx_module_timer            v0.17.0   [required by ppx_jane]
  - install ppx_optcomp                 v0.17.1   [required by core_kernel, core, async_unix]
  - install ppx_optional                v0.17.0   [required by ppx_jane]
  - install ppx_pipebang                v0.17.0   [required by ppx_jane]
  - install ppx_sexp_conv               v0.17.1   [required by core]
  - install ppx_sexp_message            v0.17.0   [required by core]
  - install ppx_sexp_value              v0.17.0   [required by ppx_jane]
  - install ppx_stable                  v0.17.1   [required by ppx_jane]
  - install ppx_stable_witness          v0.17.0   [required by ppx_jane]
  - install ppx_string                  v0.17.0   [required by ppx_jane]
  - install ppx_string_conv             v0.17.0   [required by ppx_jane]
  - install ppx_tydi                    v0.17.1   [required by ppx_jane]
  - install ppx_typerep_conv            v0.17.1   [required by ppx_jane]
  - install ppx_variants_conv           v0.17.1   [required by ppx_jane]
  - install ppxlib                      0.38.0    [required by ppx_diff]
  - install ppxlib_jane                 v0.17.4   [required by ppx_diff]
  - install protocol_version_header     v0.17.0   [required by async_rpc_kernel]
  - install re                          1.14.0    [required by expect_test_helpers_core]
  - install sexp_pretty                 v0.17.0   [required by expect_test_helpers_core]
  - install sexplib                     v0.17.0   [required by core]
  - install sexplib0                    v0.17.0   [required by base]
  - install spawn                       v0.17.0   [required by core_unix]
  - install splittable_random           v0.17.0   [required by core]
  - install stdio                       v0.17.0   [required by core]
  - install stdlib-shims                0.3.0     [required by ppxlib]
  - install textutils                   v0.17.0   [required by async]
  - install time_now                    v0.17.0   [required by core]
  - install timezone                    v0.17.0   [required by async_log]
  - install topkg                       1.1.1     [required by logs]
  - install typerep                     v0.17.1   [required by core]
  - install uopt                        v0.17.0   [required by core_kernel]
  - install uutf                        1.0.4     [required by textutils]
  - install variantslib                 v0.17.0   [required by core]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved async.v0.17.0  (cached)
-> retrieved async_kernel.v0.17.0  (cached)
-> retrieved async_log.v0.17.0  (cached)
-> retrieved async_rpc_kernel.v0.17.0  (cached)
-> retrieved async_unix.v0.17.0  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved base_bigstring.v0.17.0  (cached)
-> retrieved base_quickcheck.v0.17.1  (cached)
-> retrieved bin_prot.v0.17.0-1  (cached)
-> retrieved capitalization.v0.17.0  (cached)
-> retrieved core.v0.17.2  (cached)
-> retrieved core_kernel.v0.17.0  (cached)
-> retrieved core_unix.v0.17.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> installed csexp.1.5.2
-> retrieved dune-configurator.3.22.2  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved expect_test_helpers_core.v0.17.0  (cached)
-> retrieved fieldslib.v0.17.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gel.v0.17.0  (cached)
-> retrieved int_repr.v0.17.0  (cached)
-> retrieved jane-street-headers.v0.17.0  (cached)
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> installed duration.0.2.1
-> installed jane-street-headers.v0.17.0
-> retrieved mirage-crypto.0.11.3, mirage-crypto-rng.0.11.3, mirage-crypto-rng-async.0.11.3  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved ppx_assert.v0.17.0  (cached)
-> retrieved ppx_base.v0.17.0  (cached)
-> retrieved ppx_bench.v0.17.1  (cached)
-> retrieved ppx_bin_prot.v0.17.1  (cached)
-> retrieved ppx_cold.v0.17.0  (cached)
-> retrieved ppx_compare.v0.17.0  (cached)
-> retrieved ppx_custom_printf.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_diff.v0.17.1  (cached)
-> retrieved ppx_disable_unused_warnings.v0.17.0  (cached)
-> retrieved ppx_enumerate.v0.17.0  (cached)
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed dune-configurator.3.22.2
-> retrieved ppx_expect.v0.17.3  (cached)
-> retrieved ppx_fields_conv.v0.17.0  (cached)
-> retrieved ppx_fixed_literal.v0.17.0  (cached)
-> retrieved ppx_globalize.v0.17.2  (cached)
-> installed ppx_derivers.1.2.1
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_ignore_instrumentation.v0.17.0  (cached)
-> retrieved ppx_inline_test.v0.17.1  (cached)
-> retrieved ppx_jane.v0.17.0  (cached)
-> retrieved ppx_let.v0.17.1  (cached)
-> retrieved ppx_log.v0.17.0  (cached)
-> retrieved ppx_module_timer.v0.17.0  (cached)
-> retrieved ppx_optcomp.v0.17.1  (cached)
-> retrieved ppx_optional.v0.17.0  (cached)
-> retrieved ppx_pipebang.v0.17.0  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppx_sexp_message.v0.17.0  (cached)
-> retrieved ppx_sexp_value.v0.17.0  (cached)
-> retrieved ppx_stable.v0.17.1  (cached)
-> retrieved ppx_stable_witness.v0.17.0  (cached)
-> retrieved ppx_string.v0.17.0  (cached)
-> retrieved ppx_string_conv.v0.17.0  (cached)
-> retrieved ppx_tydi.v0.17.1  (cached)
-> retrieved ppx_typerep_conv.v0.17.1  (cached)
-> retrieved ppx_variants_conv.v0.17.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved protocol_version_header.v0.17.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexp_pretty.v0.17.0  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved spawn.v0.17.0  (cached)
-> retrieved splittable_random.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved textutils.v0.17.0  (cached)
-> retrieved time_now.v0.17.0  (cached)
-> retrieved timezone.v0.17.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved typerep.v0.17.1  (cached)
-> retrieved uopt.v0.17.0  (cached)
-> installed ocaml-compiler-libs.v0.17.0
-> retrieved uutf.1.0.4  (cached)
-> retrieved variantslib.v0.17.0  (cached)
-> installed stdlib-shims.0.3.0
-> installed spawn.v0.17.0
-> installed sexplib0.v0.17.0
-> installed num.1.6
-> installed re.1.14.0
-> installed parsexp.v0.17.0
-> installed ocamlfind.1.9.8
-> installed sexplib.v0.17.0
-> installed ocamlbuild.0.16.1
-> installed base.v0.17.3
-> installed fieldslib.v0.17.0
-> installed variantslib.v0.17.0
-> installed stdio.v0.17.0
-> installed typerep.v0.17.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed cstruct.6.2.0
-> installed logs.0.10.0
-> installed eqaf.0.9
-> installed mirage-crypto.0.11.3
-> installed mirage-crypto-rng.0.11.3
-> installed ppxlib.0.38.0
-> installed ppx_optcomp.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_tydi.v0.17.1
-> installed ppx_cold.v0.17.0
-> installed ppx_disable_unused_warnings.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_typerep_conv.v0.17.1
-> installed ppx_variants_conv.v0.17.1
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_stable.v0.17.1
-> installed ppx_pipebang.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_fixed_literal.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed ppx_optional.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_let.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_sexp_value.v0.17.0
-> installed ppx_sexp_message.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_custom_printf.v0.17.0
-> installed ppx_base.v0.17.0
-> installed capitalization.v0.17.0
-> installed jst-config.v0.17.0
-> installed sexp_pretty.v0.17.0
-> installed bin_prot.v0.17.0-1
-> installed ppx_string.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_bin_prot.v0.17.1
-> installed ppx_module_timer.v0.17.0
-> installed ppx_string_conv.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_bench.v0.17.1
-> installed ppx_expect.v0.17.3
-> installed splittable_random.v0.17.0
-> installed ppx_log.v0.17.0
-> installed base_quickcheck.v0.17.1
-> installed ppx_jane.v0.17.0
-> installed uopt.v0.17.0
-> installed gel.v0.17.0
-> installed int_repr.v0.17.0
-> installed base_bigstring.v0.17.0
-> installed ppx_diff.v0.17.1
-> installed core.v0.17.2
-> installed protocol_version_header.v0.17.0
-> installed expect_test_helpers_core.v0.17.0
-> installed timezone.v0.17.0
-> installed core_kernel.v0.17.0
-> installed async_kernel.v0.17.0
-> installed core_unix.v0.17.1
-> installed textutils.v0.17.0
-> installed async_rpc_kernel.v0.17.0
-> installed async_unix.v0.17.0
-> installed async_log.v0.17.0
-> installed async.v0.17.0
-> installed mirage-crypto-rng-async.0.11.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 01:11.54 ---> saved as "e416d4608019ce33e42f521d35a66ffc22144b3b9b5a53a677f1176d53da5496"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test mirage-crypto-rng-async.0.11.3) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile mirage-crypto-rng-async 0.11.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved mirage-crypto-rng-async.0.11.3  (https://opam.ocaml.org/cache)
-> removed   mirage-crypto-rng-async.0.11.3
-> installed mirage-crypto-rng-async.0.11.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 01:12.21 ---> saved as "2547bd34d34a2627eb8d28378ceee5e0871137f657caa20c3fee9797c032df19"

/home/opam: (run (shell  "opam reinstall --with-test --verbose mirage-crypto-rng-async.0.11.3;\
                        \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\" != 'mirage-crypto-rng-async.0.11.3' && 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 mirage-crypto-rng-async 0.11.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [mirage-crypto-rng-async.0.11.3: extract]
-> retrieved mirage-crypto-rng-async.0.11.3  (cached)
Processing  2/4: [mirage-crypto-rng-async: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "mirage-crypto-rng-async" "-j" "71" (CWD=/home/opam/.opam/5.4/.opam-switch/build/mirage-crypto-rng-async.0.11.3)
Processing  2/4: [mirage-crypto-rng-async: dune runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "mirage-crypto-rng-async" "-j" "71" (CWD=/home/opam/.opam/5.4/.opam-switch/build/mirage-crypto-rng-async.0.11.3)
- (cd _build/default/tests && ./test_entropy_collection_async.exe)
- reseeding: 00 08 02 7c f7 00 a7 75  fb 0e 01 c8 4a c5 5a ca
-            65 d1 8e d5 f1 d8 f5 da  cd e1 08 e6 6b ec 06 ee
-            8d f4 8e f6 9a ff 8b 0b  fb 16 ee 20 4b 24 9b 25
-            20 2b 76 35 83 3a ed 42  ce 4c c8 4f 37 5c 42 5d
-            b3 61 8f 67 bc 70 63 72  1c 77 23 82 6d 89 68 8e
-            4e 96 1c 9e 5d a5 13 aa  21 b1 2c b5 52 b9 ff bd
-            cb c4 bf c7 86 d3 14 dc  8f dc e5 dd c3 e1 fb e8
-            13 ec ac ec 31 ef c0 f9  ae ff ff 0b 73 19 80 1e
-            cc 26 2f 30 22 31 30 35  65 39 48 3e 53 45 f8 48
-            01 4c 4f 4c 33 4d 18 50  9c 50 0a 52 d8 56 37 61
-            84 65 c7 6a e8 73 e4 80  1d 84 d4 84 dd 87 a9 94
-            22 97 8d a1 e5 a6 75 b0  4c b2 23 ba b0 c0 cc c2
-            50 c9 05 cc 3b cc 28 cd  64 d0 f9 d1 a9 d9 4c df
-            5f ea 4b f2 02 08 57 74  5d 55 1f 7f 97 ec 03 80
-            8c 51 9e 8c b1 e4 f2 30  a3 62 aa 0a 65 37 ae 29
-            31 a1 f2 28 ef d7 8e a5  a7 87 2d f4 e9 5e 66 14
-            96 a8 28 5d 1f 59 9e 4c  a4 04 1e 0d b7 26 00 38
-            ef 53 80 dc d6 50 33 f6  ff eb 73 cc 0a d8 c8 6c
-            54 e0 88 5e 4d 84 be 89  63 00 b5 1d 6b ae b9 fb
-            ae 20 e1 bc 45 20 74 5f  d1 7d 82 75 e5 1f e3 54
-            c8 7c d6 90 21 f2 61 b0  28 28 1f bf 69 93 a1 cc
-            f9 c5 fc fa e7 15 36 0a  49 6a aa 0e ef 01 b9 a5
-            
- entropy sources: [2] timer [1] getrandom [0] rdrand 
- accumulate: (src: [2] timer) 03 69 46 a6
- accumulate: (src: [0] rdrand) 98 43 2e b9 f5 91 d7 d4
- accumulate: (src: [1] getrandom) c0 9d 0a 71 00 bc bc 27
- accumulate: (src: [2] timer) 6c f4 90 ac
- accumulate: (src: [2] timer) 11 a8 da b2
- accumulate: (src: [2] timer) b9 26 23 b9
- accumulate: (src: [2] timer) 96 d4 6a bf
- accumulate: (src: [2] timer) 94 6b b7 c5
- accumulate: (src: [2] timer) 19 54 fe cb
- accumulate: (src: [2] timer) 00 d1 45 d2
- accumulate: (src: [2] timer) 27 a5 8c d8
- accumulate: (src: [2] timer) 27 de d4 de
- accumulate: (src: [2] timer) 8a 7b 1c e5
- accumulate: (src: [2] timer) 8c 0b 63 eb
- accumulate: (src: [2] timer) d2 21 a9 f1
- accumulate: (src: [2] timer) 04 d6 ef f7
- accumulate: (src: [2] timer) e1 72 36 fe
- accumulate: (src: [2] timer) a7 fb 7d 04
- accumulate: (src: [2] timer) b4 5d c6 0a
- accumulate: (src: [2] timer) 46 ab 0d 11
- accumulate: (src: [2] timer) e7 53 57 17
- accumulate: (src: [2] timer) 66 b9 9f 1d
- accumulate: (src: [2] timer) 4f 21 73 23
- accumulate: (src: [0] rdrand) 3f b7 80 03 7d b5 16 f5
- accumulate: (src: [2] timer) d2 e9 c0 29
- accumulate: (src: [2] timer) 3b 97 08 30
- accumulate: (src: [2] timer) b2 ac 50 36
- accumulate: (src: [2] timer) d3 71 97 3c
- accumulate: (src: [2] timer) 22 9c de 42
- accumulate: (src: [2] timer) 1b 35 25 49
- accumulate: (src: [2] timer) f5 60 6d 4f
- accumulate: (src: [2] timer) 14 12 b5 55
- accumulate: (src: [2] timer) 1c 23 fc 5b
- accumulate: (src: [2] timer) 92 4f 44 62
- accumulate: (src: [2] timer) e2 c5 8c 68
- accumulate: (src: [2] timer) bd f7 d6 6e
- accumulate: (src: [2] timer) f3 55 1e 75
- accumulate: (src: [2] timer) a0 9a a4 7b
- accumulate: (src: [2] timer) 13 e6 ee 81
- accumulate: (src: [2] timer) a9 93 3e 88
- accumulate: (src: [2] timer) 25 7b 86 8e
- accumulate: (src: [2] timer) 73 71 e1 94
- accumulate: (src: [2] timer) cf 3e 2a 9b
- accumulate: (src: [2] timer) 2b 2b 9a a0
- accumulate: (src: [0] rdrand) e5 39 63 55 76 3a 05 29
- accumulate: (src: [2] timer) 8f 0a e4 a6
- accumulate: (src: [2] timer) 8a 37 2e ad
- accumulate: (src: [2] timer) 24 d3 76 b3
- accumulate: (src: [2] timer) 41 c4 bf b9
- accumulate: (src: [2] timer) 4c 0c 09 c0
- accumulate: (src: [2] timer) 67 1f 53 c6
- accumulate: (src: [2] timer) c7 c8 9b cc
- accumulate: (src: [2] timer) d4 b3 e4 d2
- accumulate: (src: [2] timer) 56 e3 2c d9
- accumulate: (src: [2] timer) 69 14 76 df
- accumulate: (src: [2] timer) 5d 1c bf e5
- accumulate: (src: [2] timer) d2 a9 07 ec
- accumulate: (src: [2] timer) bf 8f 4f f2
- accumulate: (src: [2] timer) fc c7 97 f8
- accumulate: (src: [2] timer) 7e cc e0 fe
- accumulate: (src: [2] timer) 6c 02 2c 05
- accumulate: (src: [2] timer) 0f f1 73 0b
- accumulate: (src: [2] timer) f5 79 bb 11
- accumulate: (src: [2] timer) bf 9a 03 18
- accumulate: (src: [2] timer) 9e 67 c7 1d
- accumulate: (src: [0] rdrand) 3c c6 e6 d0 02 ea 1d c9
- accumulate: (src: [2] timer) 0a b2 10 24
- accumulate: (src: [2] timer) e3 46 69 2a
- accumulate: (src: [2] timer) 7a 98 b0 30
- accumulate: (src: [2] timer) e1 09 f9 36
- accumulate: (src: [2] timer) 9b 32 40 3d
- accumulate: (src: [2] timer) 43 72 88 43
- accumulate: (src: [2] timer) b1 9c d1 49
- accumulate: (src: [2] timer) 0b 11 1b 50
- accumulate: (src: [2] timer) 40 29 64 56
- accumulate: (src: [2] timer) a4 23 ab 5c
- accumulate: (src: [2] timer) be 7f f2 62
- accumulate: (src: [2] timer) d7 78 3a 69
- accumulate: (src: [2] timer) 1f ac 82 6f
- accumulate: (src: [2] timer) b3 f7 c9 75
- accumulate: (src: [2] timer) 70 ed 10 7c
- accumulate: (src: [2] timer) 03 11 58 82
- accumulate: (src: [2] timer) de be a0 88
- accumulate: (src: [2] timer) 17 97 e9 8e
- accumulate: (src: [2] timer) fc 05 32 95
- accumulate: (src: [2] timer) fd e5 f0 9a
- accumulate: (src: [0] rdrand) 98 6c 99 e1 f8 b9 f7 db
- accumulate: (src: [2] timer) 84 f9 3a a1
- accumulate: (src: [2] timer) 2d 00 85 a7
- accumulate: (src: [2] timer) 0c 1d ce ad
- accumulate: (src: [2] timer) 69 54 15 b4
- accumulate: (src: [2] timer) 68 69 5e ba
- accumulate: (src: [2] timer) a3 1c a6 c0
- accumulate: (src: [2] timer) 5d f5 ee c6
- accumulate: (src: [2] timer) 9c fb 39 cd
- accumulate: (src: [2] timer) 34 75 82 d3
- accumulate: (src: [2] timer) e2 8c c8 d9
- accumulate: (src: [2] timer) 54 b8 0f e0
- accumulate: (src: [2] timer) e0 e3 57 e6
- accumulate: (src: [2] timer) b8 8e 9e ec
- accumulate: (src: [2] timer) ae 1b e5 f2
- accumulate: (src: [2] timer) dc 24 2c f9
- accumulate: (src: [2] timer) 35 78 74 ff
- accumulate: (src: [2] timer) 9b 37 bd 05
- accumulate: (src: [2] timer) e4 ee 04 0c
- accumulate: (src: [2] timer) 11 95 4c 12
- accumulate: (src: [2] timer) ac 16 1e 18
- accumulate: (src: [0] rdrand) 46 55 57 0e 94 f0 b6 c7
- accumulate: (src: [2] timer) 89 2e 68 1e
- accumulate: (src: [2] timer) 0f 9d af 24
- accumulate: (src: [2] timer) 1b 33 f8 2a
- accumulate: (src: [2] timer) e7 e7 40 31
- accumulate: (src: [2] timer) c6 0b 89 37
- accumulate: (src: [2] timer) 41 8e d0 3d
- accumulate: (src: [2] timer) 14 df 18 44
- accumulate: (src: [2] timer) 61 aa 60 4a
- accumulate: (src: [2] timer) dc f0 a7 50
- accumulate: (src: [2] timer) ab f5 ee 56
- accumulate: (src: [2] timer) cc 6f 35 5d
- accumulate: (src: [2] timer) 12 55 7c 63
- accumulate: (src: [2] timer) ed 00 c2 69
- accumulate: (src: [2] timer) 2d d1 08 70
- accumulate: (src: [2] timer) 92 34 4f 76
- accumulate: (src: [2] timer) f2 84 95 7c
- accumulate: (src: [2] timer) 51 c7 db 82
- accumulate: (src: [2] timer) ad e4 22 89
- accumulate: (src: [2] timer) f4 29 6c 8f
- accumulate: (src: [2] timer) 10 20 48 95
- accumulate: (src: [0] rdrand) ca dd 34 74 75 de 8c d7
- accumulate: (src: [2] timer) 2f 0f 92 9b
- accumulate: (src: [2] timer) 92 ba d9 a1
- accumulate: (src: [2] timer) 0b e6 3b a8
- accumulate: (src: [2] timer) 11 c5 85 ae
- accumulate: (src: [2] timer) 6a 80 1f b5
- accumulate: (src: [2] timer) 12 17 68 bb
- accumulate: (src: [2] timer) aa 28 b2 c1
- accumulate: (src: [2] timer) b4 50 fb c7
- accumulate: (src: [2] timer) e5 b7 53 ce
- accumulate: (src: [2] timer) ef a3 9c d4
- accumulate: (src: [2] timer) 49 72 e6 da
- accumulate: (src: [2] timer) 90 83 30 e1
- accumulate: (src: [2] timer) cb 4a 7f e7
- accumulate: (src: [2] timer) 99 4a cf ed
- accumulate: (src: [2] timer) f8 17 18 f4
- accumulate: (src: [2] timer) 00 03 61 fa
- accumulate: (src: [2] timer) f5 4c a9 00
- accumulate: (src: [2] timer) 9b dd f3 06
- accumulate: (src: [2] timer) 3f 79 3e 0d
- accumulate: (src: [2] timer) 2d b4 70 12
- accumulate: (src: [0] rdrand) fb 91 4f 78 8d fa 10 c7
- accumulate: (src: [2] timer) 07 0d b9 18
- accumulate: (src: [2] timer) a3 95 00 1f
- accumulate: (src: [2] timer) 48 63 48 25
- accumulate: (src: [2] timer) 27 d4 8e 2b
- accumulate: (src: [2] timer) 83 ab d6 31
- accumulate: (src: [2] timer) 13 2b 1e 38
- accumulate: (src: [2] timer) a3 0e 65 3e
- accumulate: (src: [2] timer) ba 3c ad 44
- accumulate: (src: [2] timer) a6 bb f3 4a
- accumulate: (src: [2] timer) e7 d7 3a 51
- accumulate: (src: [2] timer) 3a 7e 81 57
- accumulate: (src: [2] timer) af 83 c8 5d
- accumulate: (src: [2] timer) 4b 8a 0f 64
- accumulate: (src: [2] timer) c5 80 56 6a
- accumulate: (src: [2] timer) d4 4e 9d 70
- accumulate: (src: [2] timer) 90 71 e5 76
- accumulate: (src: [2] timer) c7 7a 2c 7d
- accumulate: (src: [2] timer) 5b fc 73 83
- accumulate: (src: [2] timer) 16 8c bc 89
- accumulate: (src: [2] timer) 43 41 9e 8f
- accumulate: (src: [0] rdrand) 30 f0 1b 52 b8 bf db 38
- accumulate: (src: [2] timer) 29 ea ed 95
- accumulate: (src: [2] timer) 7f d2 36 9c
- accumulate: (src: [2] timer) ff fb 7d a2
- accumulate: (src: [2] timer) 36 1d c5 a8
- accumulate: (src: [2] timer) 23 3d 0c af
- accumulate: (src: [2] timer) 04 02 54 b5
- accumulate: (src: [2] timer) 03 b2 9b bb
- accumulate: (src: [2] timer) 33 c3 0b c2
- accumulate: (src: [2] timer) 5e 02 53 c8
- accumulate: (src: [2] timer) c0 06 9b ce
- accumulate: (src: [2] timer) 3e 82 e3 d4
- accumulate: (src: [2] timer) 59 3e 2a db
- accumulate: (src: [2] timer) 29 81 71 e1
- accumulate: (src: [2] timer) 9f ec b9 e7
- accumulate: (src: [2] timer) 9b 30 01 ee
- accumulate: (src: [2] timer) 81 44 49 f4
- accumulate: (src: [2] timer) a2 d3 8f fa
- accumulate: (src: [2] timer) 9c d7 d6 00
- accumulate: (src: [2] timer) 4f bc 1d 07
- accumulate: (src: [2] timer) 54 b3 c7 0c
- accumulate: (src: [0] rdrand) 2b 92 a1 49 5d 6e a3 da
- accumulate: (src: [2] timer) b1 7c 10 13
- accumulate: (src: [2] timer) 53 33 57 19
- accumulate: (src: [2] timer) 41 31 9e 1f
- accumulate: (src: [2] timer) 4b 3d e5 25
- accumulate: (src: [2] timer) 37 73 2c 2c
- accumulate: (src: [2] timer) f5 5b 73 32
- accumulate: (src: [2] timer) 97 9e b9 38
- accumulate: (src: [2] timer) 3d b9 00 3f
- accumulate: (src: [2] timer) 27 e8 53 45
- accumulate: (src: [2] timer) ec 32 9b 4b
- accumulate: (src: [2] timer) 54 8c e2 51
- accumulate: (src: [2] timer) 64 80 29 58
- accumulate: (src: [2] timer) 65 1d 70 5e
- accumulate: (src: [2] timer) 9b 5e b6 64
- accumulate: (src: [2] timer) 19 4d fe 6a
- accumulate: (src: [2] timer) 73 7b 45 71
- accumulate: (src: [2] timer) 75 d8 8c 77
- accumulate: (src: [2] timer) 57 9b d4 7d
- accumulate: (src: [2] timer) ad a0 1b 84
- accumulate: (src: [2] timer) b7 d8 f1 89
- accumulate: (src: [0] rdrand) fa 2b a6 94 dd 66 eb ee
- accumulate: (src: [1] getrandom) 9a d3 c9 a3 69 61 ce 52
-> compiled  mirage-crypto-rng-async.0.11.3
-> removed   mirage-crypto-rng-async.0.11.3
-> installed mirage-crypto-rng-async.0.11.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 01:12.46 ---> saved as "bf7bd1bf085e6928eef400d0d327f879a0aa04f10d6dfa6decc36deb3d7d24fc"
Job succeeded
2026-04-11 01:12.54: Job succeeded