Build:
- 0
2025-12-08 19:14.28: New job: build charrua-unix.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-unix.3.0.0 3.0.0
RUN opam reinstall charrua-unix.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-unix.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-unix.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-unix.3.0.0 3.0.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall charrua-unix.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-unix.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:23.58: Got resource from pool OCluster
Building on riscv-bm-04.sw.ci.dev
Updating files: 14% (2663/19002)
Updating files: 15% (2851/19002)
Updating files: 16% (3041/19002)
Updating files: 17% (3231/19002)
Updating files: 18% (3421/19002)
Updating files: 19% (3611/19002)
Updating files: 20% (3801/19002)
Updating files: 21% (3991/19002)
Updating files: 22% (4181/19002)
Updating files: 23% (4371/19002)
Updating files: 24% (4561/19002)
Updating files: 25% (4751/19002)
Updating files: 26% (4941/19002)
Updating files: 26% (5130/19002)
Updating files: 27% (5131/19002)
Updating files: 28% (5321/19002)
Updating files: 29% (5511/19002)
Updating files: 30% (5701/19002)
Updating files: 31% (5891/19002)
Updating files: 32% (6081/19002)
Updating files: 33% (6271/19002)
Updating files: 34% (6461/19002)
Updating files: 35% (6651/19002)
Updating files: 36% (6841/19002)
Updating files: 37% (7031/19002)
Updating files: 38% (7221/19002)
Updating files: 39% (7411/19002)
Updating files: 39% (7481/19002)
Updating files: 40% (7601/19002)
Updating files: 41% (7791/19002)
Updating files: 42% (7981/19002)
Updating files: 43% (8171/19002)
Updating files: 44% (8361/19002)
Updating files: 45% (8551/19002)
Updating files: 46% (8741/19002)
Updating files: 47% (8931/19002)
Updating files: 48% (9121/19002)
Updating files: 49% (9311/19002)
Updating files: 50% (9501/19002)
Updating files: 50% (9549/19002)
Updating files: 51% (9692/19002)
Updating files: 52% (9882/19002)
Updating files: 53% (10072/19002)
Updating files: 54% (10262/19002)
Updating files: 55% (10452/19002)
Updating files: 56% (10642/19002)
Updating files: 57% (10832/19002)
Updating files: 58% (11022/19002)
Updating files: 59% (11212/19002)
Updating files: 60% (11402/19002)
Updating files: 61% (11592/19002)
Updating files: 62% (11782/19002)
Updating files: 62% (11857/19002)
Updating files: 63% (11972/19002)
Updating files: 64% (12162/19002)
Updating files: 65% (12352/19002)
Updating files: 66% (12542/19002)
Updating files: 67% (12732/19002)
Updating files: 68% (12922/19002)
Updating files: 69% (13112/19002)
Updating files: 70% (13302/19002)
Updating files: 71% (13492/19002)
Updating files: 72% (13682/19002)
Updating files: 73% (13872/19002)
Updating files: 74% (14062/19002)
Updating files: 74% (14184/19002)
Updating files: 75% (14252/19002)
Updating files: 76% (14442/19002)
Updating files: 77% (14632/19002)
Updating files: 78% (14822/19002)
Updating files: 79% (15012/19002)
Updating files: 80% (15202/19002)
Updating files: 81% (15392/19002)
Updating files: 82% (15582/19002)
Updating files: 83% (15772/19002)
Updating files: 84% (15962/19002)
Updating files: 85% (16152/19002)
Updating files: 86% (16342/19002)
Updating files: 86% (16530/19002)
Updating files: 87% (16532/19002)
Updating files: 88% (16722/19002)
Updating files: 89% (16912/19002)
Updating files: 90% (17102/19002)
Updating files: 91% (17292/19002)
Updating files: 92% (17482/19002)
Updating files: 93% (17672/19002)
Updating files: 94% (17862/19002)
Updating files: 95% (18052/19002)
Updating files: 96% (18242/19002)
Updating files: 97% (18432/19002)
Updating files: 98% (18622/19002)
Updating files: 99% (18812/19002)
Updating files: 99% (18888/19002)
Updating files: 100% (19002/19002)
Updating files: 100% (19002/19002), done.
HEAD is now at a9b8a0d0db [new release] dune (17 packages) (3.21.0~alpha2)
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:24.23 ---> 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:24.23 ---> 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:24.23 ---> 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:24.23 ---> 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:24.23 ---> using "c8808c73196a2ff567da9c76a02a384db5fd6f7bbeb637728fb4045bb715fbf2" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-09 02:24.48 ---> saved as "93ef31a271b21f2b7e9ba0f7ac7477857af0654d249335a6dfd9226699332afb"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-09 02:26.25 ---> saved as "9c2233cdf7e65c96c6848745fc4667ad5a9353301f2d0424d5fbf22b76b39a86"
/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:26.34 ---> saved as "37bec7a9fb63fc7f5bed0ddeffa5a384e68984409df70e49b7b506c2fe2d46f5"
/home/opam: (run (shell "opam pin add -k version -yn charrua-unix.3.0.0 3.0.0"))
charrua-unix is now pinned to version 3.0.0
2025-12-09 02:26.36 ---> saved as "e362f4f9963c33713e7ad02bdac04114f153603380f986fa7df72873f79a5d33"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall charrua-unix.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-unix.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-unix.3.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 61 packages
- install arp 4.1.0 [required by tcpip]
- install base-bytes base [required by ocplib-endian]
- install charrua 3.0.0 [required by charrua-unix]
- install charrua-server 3.0.0 [required by charrua-unix]
- install charrua-unix 3.0.0 (pinned)
- install cmdliner 2.1.0 [required by charrua-unix]
- 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-server, charrua, cstruct-unix]
- install cstruct-lwt 6.2.0 [required by charrua-unix]
- install cstruct-unix 6.2.0 [required by charrua-unix]
- 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-unix]
- install dune-configurator 3.20.2 [required by mirage-crypto-rng]
- install duration 0.2.1 [required by charrua-unix]
- install eqaf 0.10 [required by digestif, mirage-crypto]
- install ethernet 3.2.0 [required by charrua]
- install fmt 0.11.0 [required by charrua-unix]
- install ipaddr 5.6.1 [required by charrua-unix]
- install ipaddr-cstruct 5.6.1 [required by tcpip]
- install logs 0.10.0 [required by charrua-unix]
- install lru 0.3.1 [required by tcpip]
- install lwt 5.9.2 [required by charrua-unix]
- install lwt-dllist 1.1.0 [required by tcpip]
- install lwt_log 1.1.2 [required by charrua-unix]
- install macaddr 5.6.1 [required by charrua-server, charrua, tuntap]
- install macaddr-cstruct 5.6.1 [required by tcpip]
- install menhir 20250912 [required by charrua-server]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by menhir]
- install menhirSdk 20250912 [required by menhir]
- 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 tcpip]
- install mirage-flow 5.0.0 [required by tcpip]
- install mirage-mtime 5.2.0 [required by tcpip]
- install mirage-net 4.0.0 [required by ethernet, tcpip]
- install mirage-sleep 4.1.0 [required by tcpip]
- install mtime 2.1.0 [required by charrua-unix]
- install num 1.6 [required by sexplib]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- 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 parsexp v0.17.0 [required by sexplib]
- install ppx_cstruct 6.2.0 [required by rawlink]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.37.0 [required by ppx_cstruct]
- install psq 0.2.1 [required by lru]
- install randomconv 0.2.0 [required by tcpip]
- install rawlink 2.1 [required by rawlink-lwt]
- install rawlink-lwt 2.1 [required by charrua-unix]
- install seq base [required by psq]
- install sexplib v0.17.0 [required by ppx_cstruct]
- install sexplib0 v0.17.0 [required by ppxlib, sexplib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install tcpip 9.0.1 [required by charrua-unix]
- install topkg 1.1.1 [required by fmt, logs]
- install tuntap 2.0.1 [required by charrua-unix]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved arp.4.1.0 (cached)
-> retrieved charrua.3.0.0, charrua-server.3.0.0, charrua-unix.3.0.0 (https://github.com/mirage/charrua/releases/download/v3.0.0/charrua-3.0.0.tbz)
-> 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, cstruct-unix.6.2.0, ppx_cstruct.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)
-> retrieved lru.0.3.1 (cached)
-> installed cmdliner.2.1.0
-> retrieved lwt.5.9.2 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved lwt_log.1.1.2 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (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 num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.17.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 parsexp.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved randomconv.0.2.0 (cached)
-> retrieved rawlink.2.1, rawlink-lwt.2.1 (cached)
-> retrieved seq.base (cached)
-> retrieved sexplib.v0.17.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved tcpip.9.0.1 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved tuntap.2.0.1 (cached)
-> installed num.1.6
-> 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 cstruct-unix.6.2.0
-> installed duration.0.2.1
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.1
-> installed eqaf.0.10
-> installed menhirCST.20250912
-> installed ipaddr.5.6.1
-> installed macaddr-cstruct.5.6.1
-> installed dune-configurator.3.20.2
-> installed ipaddr-cstruct.5.6.1
-> installed menhirSdk.20250912
-> installed metrics.0.5.0
-> installed menhirLib.20250912
-> installed mirage-mtime.5.2.0
-> installed digestif.1.3.0
-> installed mirage-crypto.2.0.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed ohex.0.2.0
-> installed ppx_derivers.1.2.1
-> installed ocplib-endian.1.2
-> installed randomconv.0.2.0
-> installed psq.0.2.1
-> installed sexplib0.v0.17.0
-> installed lru.0.3.1
-> installed parsexp.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed lwt.5.9.2
-> installed sexplib.v0.17.0
-> installed cstruct-lwt.6.2.0
-> installed logs.0.10.0
-> installed lwt_log.1.1.2
-> installed mirage-crypto-rng.2.0.2
-> installed mirage-flow.5.0.0
-> installed mirage-net.4.0.0
-> installed mirage-sleep.4.1.0
-> installed ethernet.3.2.0
-> installed tuntap.2.0.1
-> installed arp.4.1.0
-> installed tcpip.9.0.1
-> installed charrua.3.0.0
-> installed menhir.20250912
-> installed charrua-server.3.0.0
-> installed ppxlib.0.37.0
-> installed ppx_cstruct.6.2.0
-> installed rawlink.2.1
-> installed rawlink-lwt.2.1
-> installed charrua-unix.3.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-09 02:37.50 ---> saved as "a3851d16b500f5201caf19ad4d8ac85e04d914542feed2d306021794203dd398"
Job succeeded
2025-12-09 02:38.25: Job succeeded