Build:
  1. 0
2025-12-08 19:14.28: New job: build charrua-client.3.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29044/head (2a3be08d8bafb9cc5ffead436c54c8fff1cb7c52)
                              on ubuntu-24.04-ocaml-5.4/riscv64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29044/head" && git reset --hard 2a3be08d
git fetch origin master
git merge --no-edit 4c9d80b7312698c8f185350873cbec03fdf0471a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:46761f0894db464f46819c301417cc3a81e45b978c93686138a575f96a57a08d
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 charrua-client.3.0.0 3.0.0
RUN opam reinstall charrua-client.3.0.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-24.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'charrua-client.3.0.0' && 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 .

2025-12-08 19:14.28: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:46761f0894db464f46819c301417cc3a81e45b978c93686138a575f96a57a08d-charrua-client.3.0.0-2a3be08d8bafb9cc5ffead436c54c8fff1cb7c52"
2025-12-08 19:14.28: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:46761f0894db464f46819c301417cc3a81e45b978c93686138a575f96a57a08d)
 (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 charrua-client.3.0.0 3.0.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall charrua-client.3.0.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-24.04\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'charrua-client.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-12-08 19:14.28: Waiting for resource in pool OCluster
2025-12-08 20:43.34: Waiting for worker…
2025-12-09 02:40.10: Got resource from pool OCluster
Building on riscv-bm-04.sw.ci.dev
All commits already cached
Updating files:  14% (2707/18989)
Updating files:  15% (2849/18989)
Updating files:  16% (3039/18989)
Updating files:  17% (3229/18989)
Updating files:  18% (3419/18989)
Updating files:  19% (3608/18989)
Updating files:  20% (3798/18989)
Updating files:  21% (3988/18989)
Updating files:  22% (4178/18989)
Updating files:  23% (4368/18989)
Updating files:  24% (4558/18989)
Updating files:  25% (4748/18989)
Updating files:  26% (4938/18989)
Updating files:  26% (5066/18989)
Updating files:  27% (5128/18989)
Updating files:  28% (5317/18989)
Updating files:  29% (5507/18989)
Updating files:  30% (5697/18989)
Updating files:  31% (5887/18989)
Updating files:  32% (6077/18989)
Updating files:  33% (6267/18989)
Updating files:  34% (6457/18989)
Updating files:  35% (6647/18989)
Updating files:  36% (6837/18989)
Updating files:  37% (7026/18989)
Updating files:  38% (7216/18989)
Updating files:  39% (7406/18989)
Updating files:  39% (7423/18989)
Updating files:  40% (7596/18989)
Updating files:  41% (7786/18989)
Updating files:  42% (7976/18989)
Updating files:  43% (8166/18989)
Updating files:  44% (8356/18989)
Updating files:  45% (8546/18989)
Updating files:  46% (8735/18989)
Updating files:  47% (8925/18989)
Updating files:  48% (9115/18989)
Updating files:  49% (9305/18989)
Updating files:  50% (9495/18989)
Updating files:  51% (9685/18989)
Updating files:  51% (9822/18989)
Updating files:  52% (9875/18989)
Updating files:  53% (10065/18989)
Updating files:  54% (10255/18989)
Updating files:  55% (10444/18989)
Updating files:  56% (10634/18989)
Updating files:  57% (10824/18989)
Updating files:  58% (11014/18989)
Updating files:  59% (11204/18989)
Updating files:  60% (11394/18989)
Updating files:  61% (11584/18989)
Updating files:  62% (11774/18989)
Updating files:  63% (11964/18989)
Updating files:  63% (12129/18989)
Updating files:  64% (12153/18989)
Updating files:  65% (12343/18989)
Updating files:  66% (12533/18989)
Updating files:  67% (12723/18989)
Updating files:  68% (12913/18989)
Updating files:  69% (13103/18989)
Updating files:  70% (13293/18989)
Updating files:  71% (13483/18989)
Updating files:  72% (13673/18989)
Updating files:  73% (13862/18989)
Updating files:  74% (14052/18989)
Updating files:  75% (14242/18989)
Updating files:  76% (14432/18989)
Updating files:  76% (14489/18989)
Updating files:  77% (14622/18989)
Updating files:  78% (14812/18989)
Updating files:  79% (15002/18989)
Updating files:  80% (15192/18989)
Updating files:  81% (15382/18989)
Updating files:  82% (15571/18989)
Updating files:  83% (15761/18989)
Updating files:  84% (15951/18989)
Updating files:  85% (16141/18989)
Updating files:  86% (16331/18989)
Updating files:  87% (16521/18989)
Updating files:  88% (16711/18989)
Updating files:  88% (16800/18989)
Updating files:  89% (16901/18989)
Updating files:  90% (17091/18989)
Updating files:  91% (17280/18989)
Updating files:  92% (17470/18989)
Updating files:  93% (17660/18989)
Updating files:  94% (17850/18989)
Updating files:  95% (18040/18989)
Updating files:  96% (18230/18989)
Updating files:  97% (18420/18989)
Updating files:  98% (18610/18989)
Updating files:  99% (18800/18989)
Updating files:  99% (18919/18989)
Updating files: 100% (18989/18989)
Updating files: 100% (18989/18989), done.
HEAD is now at 4c9d80b731 Merge pull request #29031 from NielsMommen/release-ppx_parser-0.2.1
Updating 4c9d80b731..2a3be08d8b
Fast-forward
 packages/charrua-client/charrua-client.3.0.0/opam | 54 ++++++++++++++++++++++
 packages/charrua-server/charrua-server.3.0.0/opam | 56 +++++++++++++++++++++++
 packages/charrua-unix/charrua-unix.3.0.0/opam     | 44 ++++++++++++++++++
 packages/charrua/charrua.3.0.0/opam               | 56 +++++++++++++++++++++++
 4 files changed, 210 insertions(+)
 create mode 100644 packages/charrua-client/charrua-client.3.0.0/opam
 create mode 100644 packages/charrua-server/charrua-server.3.0.0/opam
 create mode 100644 packages/charrua-unix/charrua-unix.3.0.0/opam
 create mode 100644 packages/charrua/charrua.3.0.0/opam

(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:46761f0894db464f46819c301417cc3a81e45b978c93686138a575f96a57a08d)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:46761f0894db464f46819c301417cc3a81e45b978c93686138a575f96a57a08d' locally
docker.io/ocaml/opam@sha256:46761f0894db464f46819c301417cc3a81e45b978c93686138a575f96a57a08d: Pulling from ocaml/opam
4f36e1b0a2cc: Already exists
098daf70de3d: Already exists
758ab8b63934: Already exists
2c3001da9383: Already exists
d1e544e2bf20: Already exists
07eb37e6905e: Already exists
743b4f46b59a: Already exists
974635abc407: Already exists
3608d428b828: Already exists
8fdb88d337bc: Already exists
6d01428f22f5: Already exists
3440f45543df: Already exists
2fef6106eea2: Already exists
38126aa57e8f: Already exists
4f2267fc49a7: Already exists
039cf494c75f: Already exists
23605413d0a9: Already exists
23605413d0a9: Already exists
d5f20336d745: Already exists
4d5faef675e5: Already exists
2ddd5080f7c3: Already exists
a720d69b377e: Already exists
4f4fb700ef54: Already exists
073b798caeff: Already exists
ff01ada8f7a3: Already exists
e0009be52e79: Already exists
a7d7539cf0ea: Already exists
be3637f79514: Already exists
00dd48253690: Already exists
71ecb8109677: Already exists
cf2f1cf043bd: Already exists
7ef3ac6cf5c4: Already exists
01f8103b2442: Already exists
663f0f0540bb: Already exists
ccb4cfeaadd6: Already exists
3dccbeef5d43: Already exists
7c5aa913a034: Already exists
2156cfcb7d21: Already exists
399d9c63f66b: Already exists
1c95bf164677: Already exists
c1983a8f3401: Already exists
192272efa56a: Pulling fs layer
0b721d5a059c: Pulling fs layer
90502ae4d4a3: Pulling fs layer
4cacfebe5ea2: Pulling fs layer
98082c71d94f: Pulling fs layer
7b1354c55422: Pulling fs layer
03689cb1a25c: Pulling fs layer
03689cb1a25c: Waiting
7b1354c55422: Waiting
98082c71d94f: Waiting
4cacfebe5ea2: Waiting
0b721d5a059c: Verifying Checksum
0b721d5a059c: Download complete
192272efa56a: Download complete
90502ae4d4a3: Verifying Checksum
90502ae4d4a3: Download complete
192272efa56a: Pull complete
0b721d5a059c: Pull complete
98082c71d94f: Verifying Checksum
98082c71d94f: Download complete
7b1354c55422: Verifying Checksum
7b1354c55422: Download complete
90502ae4d4a3: Pull complete
4cacfebe5ea2: Verifying Checksum
4cacfebe5ea2: Download complete
4cacfebe5ea2: Pull complete
98082c71d94f: Pull complete
7b1354c55422: Pull complete
03689cb1a25c: Pull complete
Digest: sha256:46761f0894db464f46819c301417cc3a81e45b978c93686138a575f96a57a08d
Status: Downloaded newer image for ocaml/opam@sha256:46761f0894db464f46819c301417cc3a81e45b978c93686138a575f96a57a08d
2025-12-09 02:40.22 ---> using "28b9f8c7deabd8f513c02139ec0b2dcfa41b67254f3688f494dd43e452cbcac7" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-09 02:40.22 ---> using "8931ec3216afc8c65ba19a16af8a02b9fd31b5df718235c295e4f3b091b4650a" 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
2025-12-09 02:40.22 ---> using "aec64ed4f82497f3eefd6f9f9a61f755b86931d94a29181e919243900b8915ab" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 3
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, 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.0
2025-12-09 02:40.22 ---> using "d024a8efaa380edaee3441a569d4260bae5c49f88ff92ea9a5e0bcc06d738982" 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/"))
2025-12-09 02:40.22 ---> using "c8808c73196a2ff567da9c76a02a384db5fd6f7bbeb637728fb4045bb715fbf2" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-09 02:40.28 ---> using "93ef31a271b21f2b7e9ba0f7ac7477857af0654d249335a6dfd9226699332afb" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-09 02:40.28 ---> using "9c2233cdf7e65c96c6848745fc4667ad5a9353301f2d0424d5fbf22b76b39a86" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1461 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [888 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [567 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [920 kB]
- Fetched 4214 kB in 3s (1663 kB/s)
- Reading package lists...
- 
2025-12-09 02:40.28 ---> using "37bec7a9fb63fc7f5bed0ddeffa5a384e68984409df70e49b7b506c2fe2d46f5" from cache

/home/opam: (run (shell "opam pin add -k version -yn charrua-client.3.0.0 3.0.0"))
charrua-client is now pinned to version 3.0.0
2025-12-09 02:40.32 ---> saved as "0f09790d89d60e91becfaee9a314f4dd2e7423836c9dd92ff68002dd59a473ab"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall charrua-client.3.0.0;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-24.04\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'charrua-client.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
charrua-client.3.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 42 packages
  - install arp               4.1.0          [required by charrua-client]
  - install base-bytes        base           [required by ocplib-endian]
  - install charrua           3.0.0          [required by charrua-client]
  - install charrua-client    3.0.0 (pinned)
  - install cmdliner          2.1.0          [required by tcpip]
  - install cppo              1.8.0          [required by lwt]
  - install csexp             1.5.2          [required by dune-configurator]
  - install cstruct           6.2.0          [required by charrua-client]
  - install cstruct-lwt       6.2.0          [required by tcpip]
  - install digestif          1.3.0          [required by mirage-crypto-rng]
  - install domain-name       0.5.0          [required by ipaddr]
  - install dune              3.20.2         [required by charrua-client]
  - install dune-configurator 3.20.2         [required by mirage-crypto-rng]
  - install duration          0.2.1          [required by charrua-client]
  - install eqaf              0.10           [required by digestif, mirage-crypto]
  - install ethernet          3.2.0          [required by charrua-client]
  - install fmt               0.11.0         [required by charrua-client]
  - install ipaddr            5.6.1          [required by charrua-client]
  - install ipaddr-cstruct    5.6.1          [required by tcpip]
  - install logs              0.10.0         [required by charrua-client]
  - install lru               0.3.1          [required by arp]
  - install lwt               5.9.2          [required by charrua-client]
  - install lwt-dllist        1.1.0          [required by tcpip]
  - install macaddr           5.6.1          [required by charrua-client]
  - install macaddr-cstruct   5.6.1          [required by tcpip]
  - install metrics           0.5.0          [required by tcpip]
  - install mirage-crypto     2.0.2          [required by mirage-crypto-rng]
  - install mirage-crypto-rng 2.0.2          [required by charrua-client]
  - install mirage-flow       5.0.0          [required by tcpip]
  - install mirage-mtime      5.2.0          [required by charrua-client]
  - install mirage-net        4.0.0          [required by charrua-client]
  - install mirage-sleep      4.1.0          [required by charrua-client]
  - install mtime             2.1.0          [required by mirage-mtime]
  - install ocamlbuild        0.16.1         [required by fmt, logs]
  - install ocamlfind         1.9.8          [required by fmt, logs]
  - install ocplib-endian     1.2            [required by lwt]
  - install ohex              0.2.0          [required by charrua]
  - install psq               0.2.1          [required by lru]
  - install randomconv        0.2.0          [required by charrua-client]
  - install seq               base           [required by psq]
  - install tcpip             9.0.1          [required by charrua-client]
  - install topkg             1.1.1          [required by fmt, logs]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved arp.4.1.0  (cached)
-> retrieved charrua.3.0.0, charrua-client.3.0.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved ethernet.3.2.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved ipaddr.5.6.1, ipaddr-cstruct.5.6.1, macaddr.5.6.1, macaddr-cstruct.5.6.1  (cached)
-> retrieved logs.0.10.0  (cached)
-> installed cmdliner.2.1.0
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved metrics.0.5.0  (cached)
-> retrieved mirage-crypto.2.0.2, mirage-crypto-rng.2.0.2  (cached)
-> retrieved mirage-flow.5.0.0  (cached)
-> retrieved mirage-mtime.5.2.0  (cached)
-> retrieved mirage-net.4.0.0  (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 ohex.0.2.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved tcpip.9.0.1  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed seq.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed cppo.1.8.0
-> installed domain-name.0.5.0
-> installed duration.0.2.1
-> installed lwt-dllist.1.1.0
-> installed eqaf.0.10
-> installed macaddr.5.6.1
-> installed metrics.0.5.0
-> installed ipaddr.5.6.1
-> installed macaddr-cstruct.5.6.1
-> installed dune-configurator.3.20.2
-> installed ipaddr-cstruct.5.6.1
-> installed mirage-mtime.5.2.0
-> installed ocplib-endian.1.2
-> installed ohex.0.2.0
-> installed digestif.1.3.0
-> installed psq.0.2.1
-> installed randomconv.0.2.0
-> installed lru.0.3.1
-> installed mirage-crypto.2.0.2
-> installed lwt.5.9.2
-> installed mirage-flow.5.0.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-net.4.0.0
-> installed mirage-sleep.4.1.0
-> installed logs.0.10.0
-> installed ethernet.3.2.0
-> installed mirage-crypto-rng.2.0.2
-> installed arp.4.1.0
-> installed tcpip.9.0.1
-> installed charrua.3.0.0
-> installed charrua-client.3.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-09 02:47.20 ---> saved as "775ca3df4087a8b1ad882a9b36a6c3c38f7034f0561d5ab8026794bcbbdff23e"
Job succeeded
2025-12-09 02:47.55: Job succeeded