(not at the head of any monitored branch or PR)
2026-02-10 15:24.05: New job: test mirage-crypto-rng-mirage.2.0.3, using opam 2.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29368/head (66e177c9ccf11298b53a7c2c24dada57dd487d9b)
                              on debian-13-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29368/head" && git reset --hard 66e177c9
git fetch origin master
git merge --no-edit f4c12add9cacd610d7ec6cc9fcb057902ca0a0f6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn mirage-crypto-rng-mirage.2.0.3 2.0.3
RUN opam depext mirage-crypto-rng-mirage.2.0.3 && opam reinstall mirage-crypto-rng-mirage.2.0.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-mirage.2.0.3' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam depext --with-test mirage-crypto-rng-mirage.2.0.3 && opam reinstall --with-test mirage-crypto-rng-mirage.2.0.3) || true
RUN opam depext --with-test mirage-crypto-rng-mirage.2.0.3 && opam reinstall --with-test --verbose mirage-crypto-rng-mirage.2.0.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-mirage.2.0.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-02-10 15:24.05: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633-mirage-crypto-rng-mirage.2.0.3-66e177c9ccf11298b53a7c2c24dada57dd487d9b"
2026-02-10 15:24.05: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "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 depext -u || true"))
 (run (shell "opam pin add -k version -yn mirage-crypto-rng-mirage.2.0.3 2.0.3"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam depext mirage-crypto-rng-mirage.2.0.3 && opam reinstall mirage-crypto-rng-mirage.2.0.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-mirage.2.0.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 depext --with-test mirage-crypto-rng-mirage.2.0.3 && opam reinstall --with-test mirage-crypto-rng-mirage.2.0.3) || true"))
 (run (shell  "opam depext --with-test mirage-crypto-rng-mirage.2.0.3 && opam reinstall --with-test --verbose mirage-crypto-rng-mirage.2.0.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-mirage.2.0.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-02-10 15:24.05: Waiting for resource in pool OCluster
2026-02-10 15:36.42: Waiting for worker…
2026-02-10 15:39.49: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at f4c12add9c Merge pull request #29362 from xvw/fix-primavera-ownership
Updating f4c12add9c..66e177c9cc
Fast-forward
 .../mirage-crypto-ec/mirage-crypto-ec.2.0.3/opam   | 62 ++++++++++++++++++++++
 .../mirage-crypto-pk/mirage-crypto-pk.2.0.3/opam   | 43 +++++++++++++++
 .../mirage-crypto-rng-miou-unix.2.0.3/opam         | 39 ++++++++++++++
 .../mirage-crypto-rng-mirage.2.0.3/opam            | 40 ++++++++++++++
 .../mirage-crypto-rng-mkernel.2.0.3/opam           | 38 +++++++++++++
 .../mirage-crypto-rng/mirage-crypto-rng.2.0.3/opam | 42 +++++++++++++++
 packages/mirage-crypto/mirage-crypto.2.0.3/opam    | 39 ++++++++++++++
 7 files changed, 303 insertions(+)
 create mode 100644 packages/mirage-crypto-ec/mirage-crypto-ec.2.0.3/opam
 create mode 100644 packages/mirage-crypto-pk/mirage-crypto-pk.2.0.3/opam
 create mode 100644 packages/mirage-crypto-rng-miou-unix/mirage-crypto-rng-miou-unix.2.0.3/opam
 create mode 100644 packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.2.0.3/opam
 create mode 100644 packages/mirage-crypto-rng-mkernel/mirage-crypto-rng-mkernel.2.0.3/opam
 create mode 100644 packages/mirage-crypto-rng/mirage-crypto-rng.2.0.3/opam
 create mode 100644 packages/mirage-crypto/mirage-crypto.2.0.3/opam

(from ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633)
2026-02-10 15:40.18 ---> using "d6079ab6cce1b58b34ac9b5ed11aa86b7980ab728c75f5a6ba9271e98dc1ac1c" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2026-02-10 15:40.18 ---> using "0b67f23dfefec5ba3e50da7b15b5b005e035a700d7156a35a97d7f54648aefa3" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.

[WARNING] Recommended dependencies -- most packages rely on these:
  - m4

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-02-10 15:40.18 ---> using "687d42d18e1f0d83126b6886564b9f4f41a8da92203c5a21775f77361f6516d6" from cache

/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version      2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b) 
# self-upgrade      no
# system            arch=x86_64 os=linux os-distribution=debian os-version=13
# solver            builtin-mccs+glpk
# install-criteria  -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria  -removed,-count[version-lag,solution],-new
# jobs              71
# repositories      1 (version-controlled)
# pinned            1 (version)
# current-switch    4.14
2026-02-10 15:40.18 ---> using "1a312237e6cc317162bf6e7c10f0ca280a9c903bfe96f1b5ff573baf72b38463" 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-02-10 15:40.18 ---> using "fbb61444c2f0aa9a7b16e970009a0bb8e791b4932a513f59e5ee3ea339cb39a0" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-10 15:40.59 ---> saved as "84add13be922b3cd7d5b96f18da3868015f229d09e564050540c27749192f43e"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-02-10 15:41.11 ---> saved as "3eea11089702eb56f7e6abb89e03a1ae78938d5766b11dc0138ee0fc014b0547"

/home/opam: (run (network host)
                 (shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "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 [104 kB]
Fetched 195 kB in 0s (1684 kB/s)
Reading package lists...
# OS package update successful
2026-02-10 15:41.13 ---> saved as "4cad074a8be52c3e9ac3d19c3599822b22d685033c2fbeee72290f3e0c3edafd"

/home/opam: (run (shell "opam pin add -k version -yn mirage-crypto-rng-mirage.2.0.3 2.0.3"))
mirage-crypto-rng-mirage is now pinned to version 2.0.3
2026-02-10 15:41.13 ---> saved as "2557b2ce2ac359a5b5cfc2a986166cdb931991bbd576d1c6e17a24c8fb03deaf"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext mirage-crypto-rng-mirage.2.0.3 && opam reinstall mirage-crypto-rng-mirage.2.0.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-mirage.2.0.3' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
mirage-crypto-rng-mirage.2.0.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install ocamlbuild               0.16.1 [required by logs]
  - install cmdliner                 1.3.0  [required by logs, mirage-runtime]
  - install dune                     3.21.0 [required by mirage-crypto-rng-mirage]
  - install ocamlfind                1.9.8  [required by logs]
  - install macaddr                  5.6.1  [required by ipaddr]
  - install eqaf                     0.10   [required by digestif, mirage-crypto]
  - install duration                 0.2.1  [required by mirage-crypto-rng-mirage]
  - install domain-name              0.5.0  [required by ipaddr]
  - install csexp                    1.5.2  [required by dune-configurator]
  - install cppo                     1.8.0  [required by lwt]
  - install topkg                    1.1.1  [required by logs]
  - install base-bytes               base   [required by ocplib-endian]
  - install digestif                 1.3.0  [required by mirage-crypto-rng]
  - install ipaddr                   5.6.1  [required by mirage-runtime]
  - install dune-configurator        3.21.0 [required by mirage-crypto-rng]
  - install mtime                    2.1.0  [required by mirage-mtime]
  - install ocplib-endian            1.2    [required by lwt]
  - install mirage-crypto            2.0.3  [required by mirage-crypto-rng]
  - install mirage-mtime             5.2.0  [required by mirage-crypto-rng-mirage]
  - install lwt                      5.9.2  [required by mirage-crypto-rng-mirage]
  - install mirage-sleep             4.1.0  [required by mirage-crypto-rng-mirage]
  - install logs                     0.10.0 [required by mirage-crypto-rng-mirage]
  - install mirage-runtime           4.7.0  [required by mirage-crypto-rng-mirage]
  - install mirage-crypto-rng        2.0.3  [required by mirage-crypto-rng-mirage]
  - install mirage-crypto-rng-mirage 2.0.3*
===== 25 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[cmdliner.1.3.0] found in cache
[cppo.1.8.0] found in cache
[csexp.1.5.2] found in cache
[digestif.1.3.0] found in cache
[domain-name.0.5.0] found in cache
[dune.3.21.0] found in cache
[dune-configurator.3.21.0] found in cache
[duration.0.2.1] found in cache
[eqaf.0.10] found in cache
[ipaddr.5.6.1] found in cache
[logs.0.10.0] found in cache
[lwt.5.9.2] found in cache
[macaddr.5.6.1] found in cache
[mirage-crypto.2.0.3] found in cache
[mirage-crypto-rng.2.0.3] found in cache
[mirage-crypto-rng-mirage.2.0.3] found in cache
[mirage-mtime.5.2.0] found in cache
[mirage-runtime.4.7.0] found in cache
[mirage-sleep.4.1.0] found in cache
[mtime.2.1.0] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
[ocplib-endian.1.2] found in cache
[topkg.1.1.1] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed mtime.2.1.0
-> installed dune.3.21.0
-> installed duration.0.2.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed domain-name.0.5.0
-> installed eqaf.0.10
-> installed macaddr.5.6.1
-> installed mirage-mtime.5.2.0
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.1
-> installed digestif.1.3.0
-> installed dune-configurator.3.21.0
-> installed mirage-crypto.2.0.3
-> installed lwt.5.9.2
-> installed mirage-sleep.4.1.0
-> installed logs.0.10.0
-> installed mirage-runtime.4.7.0
-> installed mirage-crypto-rng.2.0.3
-> installed mirage-crypto-rng-mirage.2.0.3
Done.
# Run eval $(opam env) to update the current shell environment
2026-02-10 15:41.57 ---> saved as "a022b90e4d50ae8303faf926ead5bbc45e49924b824ac47a8d773e71f4a23811"

/home/opam: (run (network host)
                 (shell "(opam depext --with-test mirage-crypto-rng-mirage.2.0.3 && opam reinstall --with-test mirage-crypto-rng-mirage.2.0.3) || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following actions will be performed:
  - install   mirage-unix              5.0.1  [required by mirage-crypto-rng-mirage]
  - install   ohex                     0.2.0  [required by mirage-crypto-rng-mirage]
  - recompile mirage-crypto-rng-mirage 2.0.3*
===== 2 to install | 1 to recompile =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[mirage-unix.5.0.1] downloaded from cache at https://opam.ocaml.org/cache
[ohex.0.2.0] downloaded from cache at https://opam.ocaml.org/cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed ohex.0.2.0
-> removed   mirage-crypto-rng-mirage.2.0.3
-> installed mirage-unix.5.0.1
-> installed mirage-crypto-rng-mirage.2.0.3
Done.
# Run eval $(opam env) to update the current shell environment
2026-02-10 15:42.14 ---> saved as "2c24964857ef1eea9527cf72256a9f93b4dc5aad4e2d1e0785897807b094b635"

/home/opam: (run (shell  "opam depext --with-test mirage-crypto-rng-mirage.2.0.3 && opam reinstall --with-test --verbose mirage-crypto-rng-mirage.2.0.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-mirage.2.0.3' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following actions will be performed:
  - recompile mirage-crypto-rng-mirage 2.0.3*

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/3: [mirage-crypto-rng-mirage: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "mirage-crypto-rng-mirage" "-j" "71" (CWD=/home/opam/.opam/4.14/.opam-switch/build/mirage-crypto-rng-mirage.2.0.3)
Processing  1/3: [mirage-crypto-rng-mirage: dune runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "mirage-crypto-rng-mirage" "-j" "71" (CWD=/home/opam/.opam/4.14/.opam-switch/build/mirage-crypto-rng-mirage.2.0.3)
- (cd _build/default/tests && ./test_entropy_collection.exe)
- reseeding:
- 000000  0008 7707 d7ce 59c0  da6b 0108 f18d c8cf  ..w...Y..k......
- 000010  719e 1c1e 02c8 084a  c258 2e5a d65d fc60  q......J.X.Z.].`
- 000020  d062 7c67 2c6d 4e6f  ca74 3676 f879 527d  .b|g,mNo.t6v.yR}
- 000030  8e7f 7285 fc87 7c8e  a692 1e97 329c ce9c  ..r...|.....2...
- 000040  889e b2a2 44a7 a6ac  dead 04b1 d8b2 9eb7  ....D...........
- 000050  82bd 26c0 a8c0 e0c1  06c5 dac6 a0cb 9ed1  ..&.............
- 000060  5cd4 2cd5 4ed7 b0dc  02de 76e1 00e4 34e4  \.,.N.....v...4.
- 000070  d0e4 a4e6 36eb 7ef0  82f1 26f4 8ef4 acf5  ....6.~...&.....
- 000080  84f8 88f9 2cfc aefc  00fe 5a01 ca03 fc09  ....,.....Z.....
- 000090  560d ac0f c415 b618  081a 7c1d 2020 8820  V.........|.  . 
- 0000a0  8c21 3024 b224 0426  7829 022c 502c 062d  .!0$.$.&x).,P,.-
- 0000b0  f42e d433 203a c83d  d440 5a42 3646 f849  ...3 :.=.@ZB6F.I
- 0000c0  524d a84f a655 7e58  8259 0c5c 5a5c 445d  RM.O.U~X.Y.\Z\D]
- 0000d0  805f 4a65 8667 506d  a66f a475 7c78 0308  ._Je.gPm.o.u|x..
- 0000e0  d79d b01e 637d e556                       ....c}.V
- 
- accumulate: (src: [0] rdrand) 0523 dbae 52f0 251f  
- entropy sources: [0] rdrand [1] timer 
- accumulate: (src: [1] timer) 5cb2 25f9 
- accumulate: (src: [0] rdrand) 51e1 fda0 57c5 bab6  
- accumulate: (src: [1] timer) 2cee ff93 
- accumulate: (src: [0] rdrand) b6cd b3c2 d41d 5b63  
- accumulate: (src: [1] timer) 60fd e82e 
-> compiled  mirage-crypto-rng-mirage.2.0.3
-> removed   mirage-crypto-rng-mirage.2.0.3
-> installed mirage-crypto-rng-mirage.2.0.3
Done.
# Run eval $(opam env) to update the current shell environment
2026-02-10 15:42.26 ---> saved as "c518cfa5c115d737b231278d21745411aefb9c225c8f0d5dee7481829d1a1634"
Job succeeded
2026-02-10 15:43.16: Job succeeded