(for PR #29368)

2026-02-10 15:24.03: New job: build mirage-crypto-rng-mirage.2.0.3, lower-bounds, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29368/head (66e177c9ccf11298b53a7c2c24dada57dd487d9b)
                              on debian-13-ocaml-5.2/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-5.2@sha256:4db7c316503ce7a09ae859eb15aafa663e4591ab53932f33bbbb2946375e1380
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 mirage-crypto-rng-mirage.2.0.3 2.0.3
RUN 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
ENV OPAMCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMFIXUPCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMUPGRADECRITERIA="+removed,+count[version-lag,solution]"
RUN 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

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

2026-02-10 15:24.03: Using cache hint "ocaml/opam:debian-13-ocaml-5.2@sha256:4db7c316503ce7a09ae859eb15aafa663e4591ab53932f33bbbb2946375e1380-mirage-crypto-rng-mirage.2.0.3-66e177c9ccf11298b53a7c2c24dada57dd487d9b"
2026-02-10 15:24.03: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.2@sha256:4db7c316503ce7a09ae859eb15aafa663e4591ab53932f33bbbb2946375e1380)
 (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 mirage-crypto-rng-mirage.2.0.3 2.0.3"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "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"))
 (env OPAMCRITERIA +removed,+count[version-lag,solution])
 (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])
 (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall 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.03: Waiting for resource in pool OCluster
2026-02-10 15:24.06: Waiting for worker…
2026-02-10 15:28.57: Got resource from pool OCluster
Building on eumache
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-5.2@sha256:4db7c316503ce7a09ae859eb15aafa663e4591ab53932f33bbbb2946375e1380)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.2@sha256:4db7c316503ce7a09ae859eb15aafa663e4591ab53932f33bbbb2946375e1380' locally
docker.io/ocaml/opam@sha256:4db7c316503ce7a09ae859eb15aafa663e4591ab53932f33bbbb2946375e1380: Pulling from ocaml/opam
ef235bf1a09a: Already exists
58b06b604a42: Already exists
b55f23c32d5a: Already exists
aa415425edb7: Already exists
c4f39ed7469c: Already exists
ca248a2fdd5e: Already exists
74109c509b2f: Already exists
18c2fa2271cb: Already exists
37d4d41661a2: Already exists
0b2f35f78814: Already exists
e65f29522a9a: Already exists
603a51b67573: Already exists
89b2faa02f16: Already exists
e5f11471afd4: Already exists
d7b0e5daa224: Already exists
7bec4d50f3b2: Already exists
d3a70ed71f1c: Already exists
90de03d9b27a: Already exists
a28f685cf2db: Already exists
5bb5e02041c7: Already exists
74f9af816199: Already exists
74c2f6cb4138: Already exists
4f4fb700ef54: Already exists
5ce9bdcb2952: Already exists
bf18c14e9b34: Already exists
bb4b67501479: Already exists
89e7ed0468f5: Already exists
640077527026: Already exists
363b481ff012: Already exists
437bd8bc3ce9: Already exists
2bcf3429833a: Already exists
3e5fe21454e9: Already exists
f3afb11ae499: Already exists
c3a5b88f5e5f: Already exists
124a1dc355b1: Already exists
0a9982d37abd: Already exists
9b8b724665ed: Already exists
f81507befe71: Already exists
7984e4546bf9: Already exists
3579b890ab6e: Already exists
e83772930ba8: Already exists
ae210f88246e: Already exists
e035ef68bd1a: Already exists
10a755270a5b: Already exists
4e88e3f2e418: Already exists
2a347abb0f0e: Already exists
205140ded764: Already exists
9d67b414ca7f: Already exists
Digest: sha256:4db7c316503ce7a09ae859eb15aafa663e4591ab53932f33bbbb2946375e1380
Status: Downloaded newer image for ocaml/opam@sha256:4db7c316503ce7a09ae859eb15aafa663e4591ab53932f33bbbb2946375e1380
2026-02-10 15:29.15 ---> saved as "262e2e9a1f263a301af92c81a3ec80e6c72c0e5e6d4eb9e72b6a299adb3194e0"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-10 15:29.16 ---> saved as "c7bc9836a19562e17ffb47dd74e9364e74fef812cbbad22dbb4cfc722ce88bcc"

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

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

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-10 15:29.46 ---> saved as "b732040aa4bd246f1416839eca467cf4d8c1db237be4893747fac9ef08ba3d4c"

/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.2
# invariant            ["ocaml-base-compiler" {= "5.2.1"}]
# compiler-packages    ocaml-base-compiler.5.2.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.2/lib/ocaml/stublibs:/home/opam/.opam/5.2/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.2.1
2026-02-10 15:29.47 ---> saved as "b2efade8664bf559f9392a6902daffd108d8642e8f9ce59b4ab7f655190a4775"

/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:29.57 ---> saved as "9afa58c8e222d5c0ace3c52cdf7ed9f147549097b54c8a80aa2c4c62eddf9649"

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-10 15:30.12 ---> saved as "7539d24928c8cd8116e860103280690f7af82d9d57e0d1b85602b6ed0f17ac12"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-10 15:30.34 ---> saved as "9242fcdd4791a16762a9aa44d64ab7f8cd18705d406ae252cba534e8502769ce"

/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 [104 kB]
- Fetched 195 kB in 0s (1863 kB/s)
- Reading package lists...
- 
2026-02-10 15:30.35 ---> saved as "701e81b24566220792239f2771e036e694521728dc89f50cdb5d4397d95484e0"

/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:30.37 ---> saved as "f0354dd68fdab780917ff5cb152fbc757fdf3dd6cfffbe618a47709e8fd44523"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "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"))
mirage-crypto-rng-mirage.2.0.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 25 packages
  - install base-bytes               base           [required by ocplib-endian]
  - install cmdliner                 2.1.0          [required by logs, mirage-runtime]
  - install cppo                     1.8.0          [required by lwt]
  - install csexp                    1.5.2          [required by dune-configurator]
  - install digestif                 1.3.0          [required by mirage-crypto-rng]
  - install domain-name              0.5.0          [required by ipaddr]
  - install dune                     3.21.0         [required by mirage-crypto-rng-mirage]
  - install dune-configurator        3.21.0         [required by mirage-crypto-rng]
  - install duration                 0.2.1          [required by mirage-crypto-rng-mirage]
  - install eqaf                     0.10           [required by digestif, mirage-crypto]
  - install ipaddr                   5.6.1          [required by mirage-runtime]
  - install logs                     0.10.0         [required by mirage-crypto-rng-mirage]
  - install lwt                      5.9.2          [required by mirage-crypto-rng-mirage]
  - install macaddr                  5.6.1          [required by ipaddr]
  - install mirage-crypto            2.0.3          [required by mirage-crypto-rng]
  - install mirage-crypto-rng        2.0.3          [required by mirage-crypto-rng-mirage]
  - install mirage-crypto-rng-mirage 2.0.3 (pinned)
  - install mirage-mtime             5.2.0          [required by mirage-crypto-rng-mirage]
  - install mirage-runtime           4.10.4         [required by mirage-crypto-rng-mirage]
  - install mirage-sleep             4.1.0          [required by mirage-crypto-rng-mirage]
  - install mtime                    2.1.0          [required by mirage-mtime]
  - install ocamlbuild               0.16.1         [required by logs]
  - install ocamlfind                1.9.8          [required by logs]
  - install ocplib-endian            1.2            [required by lwt]
  - install topkg                    1.1.1          [required by logs]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved ipaddr.5.6.1, macaddr.5.6.1  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.5.9.2  (cached)
-> installed cmdliner.2.1.0
-> retrieved mirage-crypto.2.0.3, mirage-crypto-rng.2.0.3, mirage-crypto-rng-mirage.2.0.3  (cached)
-> retrieved mirage-mtime.5.2.0  (cached)
-> retrieved mirage-runtime.4.10.4  (cached)
-> retrieved mirage-sleep.4.1.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved topkg.1.1.1  (cached)
-> 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 mirage-mtime.5.2.0
-> 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 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.10.4
-> installed mirage-crypto-rng.2.0.3
-> installed mirage-crypto-rng-mirage.2.0.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-10 15:31.33 ---> saved as "b2044f0094438abf62b35f2a2f84e85c8350c17805904e6c3d097d5f82468e9a"

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

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

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

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall 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"))
The following actions will be performed:
=== downgrade 18 packages
  - downgrade cmdliner                 2.1.0 to 1.0.4        [required by logs]
  - downgrade cppo                     1.8.0 to 1.6.7        [uses dune]
  - downgrade csexp                    1.5.2 to 1.3.1        [uses dune]
  - downgrade domain-name              0.5.0 to 0.3.0        [uses dune]
  - downgrade dune                     3.21.0 to 3.5.0       [required by mirage-crypto-rng-mirage]
  - downgrade dune-configurator        3.21.0 to 2.9.3       [uses dune]
  - downgrade eqaf                     0.10 to 0.9           [uses dune]
  - downgrade ipaddr                   5.6.1 to 5.6.0        [uses dune]
  - downgrade logs                     0.10.0 to 0.7.0       [required by mirage-crypto-rng-mirage]
  - downgrade lwt                      5.9.2 to 5.7.0        [required by mirage-crypto-rng-mirage]
  - downgrade macaddr                  5.6.1 to 5.6.0        [uses dune]
  - downgrade mirage-mtime             5.2.0 to 5.0.0        [required by mirage-crypto-rng-mirage]
  - downgrade mirage-runtime           4.10.4 to 4.0.0~beta3 [required by mirage-crypto-rng-mirage]
  - downgrade mirage-sleep             4.1.0 to 4.0.0        [required by mirage-crypto-rng-mirage]
  - downgrade ocamlbuild               0.16.1 to 0.14.3      [required by logs]
  - downgrade ocamlfind                1.9.8 to 1.9.6        [required by logs]
  - downgrade ocplib-endian            1.2 to 1.1            [uses dune]
  - downgrade topkg                    1.1.1 to 1.0.8        [required by logs]
=== recompile 6 packages
  - recompile base-bytes               base                  [uses ocamlfind]
  - recompile digestif                 1.3.0                 [uses dune]
  - recompile duration                 0.2.1                 [uses dune]
  - recompile mirage-crypto            2.0.3                 [uses dune]
  - recompile mirage-crypto-rng        2.0.3                 [uses dune]
  - recompile mirage-crypto-rng-mirage 2.0.3 (pinned)
=== install 10 packages
  - install   astring                  0.8.5                 [required by domain-name]
  - install   base                     v0.15.1               [required by parsexp]
  - install   cstruct                  3.3.0                 [required by eqaf]
  - install   fmt                      0.9.0                 [required by logs]
  - install   functoria-runtime        4.0.0~beta3           [required by mirage-runtime]
  - install   num                      1.5                   [required by sexplib]
  - install   parsexp                  v0.15.0               [required by sexplib]
  - install   result                   1.5                   [required by dune-configurator]
  - install   sexplib                  v0.15.1               [required by cstruct]
  - install   sexplib0                 v0.15.1               [required by sexplib]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.15.1  (cached)
-> retrieved cmdliner.1.0.4  (cached)
-> retrieved cppo.1.6.7  (cached)
-> retrieved csexp.1.3.1  (cached)
-> retrieved cstruct.3.3.0  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-name.0.3.0  (cached)
-> retrieved dune.3.5.0  (cached)
-> retrieved dune-configurator.2.9.3  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved functoria-runtime.4.0.0~beta3, mirage-runtime.4.0.0~beta3  (cached)
-> retrieved ipaddr.5.6.0, macaddr.5.6.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved mirage-crypto.2.0.3, mirage-crypto-rng.2.0.3, mirage-crypto-rng-mirage.2.0.3  (cached)
-> retrieved mirage-mtime.5.0.0  (cached)
-> retrieved mirage-sleep.4.0.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.1  (cached)
-> retrieved parsexp.v0.15.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved sexplib.v0.15.1  (cached)
-> retrieved sexplib0.v0.15.1  (cached)
-> retrieved topkg.1.0.8  (cached)
-> installed num.1.5
-> removed   mirage-crypto-rng-mirage.2.0.3
-> removed   mirage-crypto-rng.2.0.3
-> removed   digestif.1.3.0
-> removed   mirage-crypto.2.0.3
-> removed   eqaf.0.10
-> removed   mirage-mtime.5.2.0
-> removed   mirage-runtime.4.10.4
-> removed   ipaddr.5.6.1
-> removed   domain-name.0.5.0
-> removed   logs.0.10.0
-> removed   cmdliner.2.1.0
-> removed   macaddr.5.6.1
-> removed   mirage-sleep.4.1.0
-> removed   duration.0.2.1
-> removed   lwt.5.9.2
-> removed   dune-configurator.3.21.0
-> removed   csexp.1.5.2
-> removed   ocplib-endian.1.2
-> removed   base-bytes.base
-> removed   cppo.1.8.0
-> removed   dune.3.21.0
-> removed   topkg.1.1.1
-> removed   ocamlbuild.0.16.1
-> removed   ocamlfind.1.9.8
-> installed dune.3.5.0
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed duration.0.2.1
-> installed macaddr.5.6.0
-> installed mirage-mtime.5.0.0
-> installed result.1.5
-> installed sexplib0.v0.15.1
-> installed cppo.1.6.7
-> installed csexp.1.3.1
-> installed ocplib-endian.1.1
-> installed cmdliner.1.0.4
-> installed dune-configurator.2.9.3
-> installed lwt.5.7.0
-> installed topkg.1.0.8
-> installed mirage-sleep.4.0.0
-> installed fmt.0.9.0
-> installed functoria-runtime.4.0.0~beta3
-> installed astring.0.8.5
-> installed domain-name.0.3.0
-> installed base.v0.15.1
-> installed ipaddr.5.6.0
-> installed logs.0.7.0
-> installed mirage-runtime.4.0.0~beta3
-> installed parsexp.v0.15.0
-> installed sexplib.v0.15.1
-> installed cstruct.3.3.0
-> installed eqaf.0.9
-> installed digestif.1.3.0
-> installed mirage-crypto.2.0.3
-> installed mirage-crypto-rng.2.0.3
-> installed mirage-crypto-rng-mirage.2.0.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-10 15:32.29 ---> saved as "73854d3e44c7cf4c760aef92f74432a8e7c86096c938c4664a95ca358a599747"
Job succeeded
2026-02-10 15:32.33: Job succeeded