Build:
- 0
2026-03-11 13:27.26: New job: build charrua.3.1.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29538/head (70d04665d9ebd0c0072a7a3382e8ce42cac63af6)
on fedora-42-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/29538/head" && git reset --hard 70d04665
git fetch origin master
git merge --no-edit 3c0d72031e829cf7ddad3a74f39a8b01fe2bf302
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da
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.3.1.1 3.1.1
RUN opam reinstall charrua.3.1.1; \
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 "\"fedora-42\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'charrua.3.1.1' && 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-03-11 13:27.26: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da-charrua.3.1.1-70d04665d9ebd0c0072a7a3382e8ce42cac63af6"
2026-03-11 13:27.26: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da)
(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.3.1.1 3.1.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall charrua.3.1.1;\
\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 \"\\\"fedora-42\\\"\"; 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.3.1.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-11 13:27.26: Waiting for resource in pool OCluster
2026-03-11 13:27.29: Waiting for worker…
2026-03-11 13:28.02: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 3c0d72031e Merge pull request #29534 from filipeom/opam-publish-smtml.0.23.0
Updating 3c0d72031e..70d04665d9
Fast-forward
packages/charrua-client/charrua-client.3.1.1/opam | 54 ++++++++++++++++++++++
packages/charrua-server/charrua-server.3.1.1/opam | 56 +++++++++++++++++++++++
packages/charrua-unix/charrua-unix.3.1.1/opam | 44 ++++++++++++++++++
packages/charrua/charrua.3.1.1/opam | 56 +++++++++++++++++++++++
4 files changed, 210 insertions(+)
create mode 100644 packages/charrua-client/charrua-client.3.1.1/opam
create mode 100644 packages/charrua-server/charrua-server.3.1.1/opam
create mode 100644 packages/charrua-unix/charrua-unix.3.1.1/opam
create mode 100644 packages/charrua/charrua.3.1.1/opam
(from ocaml/opam:fedora-42-ocaml-4.14@sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da' locally
docker.io/ocaml/opam@sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da: Pulling from ocaml/opam
bcbfb8588268: Pulling fs layer
a63ad0cf811e: Pulling fs layer
26762bf4e806: Pulling fs layer
14827f2f8794: Pulling fs layer
849012283632: Pulling fs layer
425fb6fec6ea: Pulling fs layer
a3a231378de2: Pulling fs layer
e4aa6ada67a1: Pulling fs layer
fa5dc5ca76a9: Pulling fs layer
a63ad0cf811e: Waiting
beb8f28f6403: Pulling fs layer
26762bf4e806: Waiting
14827f2f8794: Waiting
d9073b6f4f34: Pulling fs layer
849012283632: Waiting
425fb6fec6ea: Waiting
a3a231378de2: Waiting
cc61720b498b: Pulling fs layer
ec16e13560a9: Pulling fs layer
e4aa6ada67a1: Waiting
fa5dc5ca76a9: Waiting
c915edff33e9: Pulling fs layer
47777bb2b205: Pulling fs layer
fdfa6e41431a: Pulling fs layer
b8e7506942e5: Pulling fs layer
c815a02c550d: Pulling fs layer
0471d25f745f: Pulling fs layer
f847762d1393: Pulling fs layer
4f4fb700ef54: Pulling fs layer
02f11825812a: Pulling fs layer
5f52b149c240: Pulling fs layer
e26940ad43ab: Pulling fs layer
bcdaa287b766: Pulling fs layer
001da6cbc747: Pulling fs layer
beb8f28f6403: Waiting
d9073b6f4f34: Waiting
cc61720b498b: Waiting
0ade5152d5a1: Pulling fs layer
ec16e13560a9: Waiting
bcbfb8588268: Waiting
19cc0ca1cdac: Pulling fs layer
c915edff33e9: Waiting
a5bce2399eb8: Pulling fs layer
47777bb2b205: Waiting
b8e7506942e5: Waiting
e69f527a5db8: Pulling fs layer
f847762d1393: Waiting
1b3444ad203f: Pulling fs layer
c815a02c550d: Waiting
4f4fb700ef54: Waiting
52c403230724: Pulling fs layer
02f11825812a: Waiting
fdfa6e41431a: Waiting
3fa0159df738: Pulling fs layer
0471d25f745f: Waiting
bcdaa287b766: Waiting
20ee17bfd1e1: Pulling fs layer
5f52b149c240: Waiting
e26940ad43ab: Waiting
0ade5152d5a1: Waiting
de0a57e48266: Pulling fs layer
e69f527a5db8: Waiting
0e6a1b38bd96: Pulling fs layer
19cc0ca1cdac: Waiting
52c403230724: Waiting
001da6cbc747: Waiting
e867e2bef61d: Pulling fs layer
3fa0159df738: Waiting
a5d06b20b20b: Pulling fs layer
e867e2bef61d: Waiting
9036bb3a5517: Pulling fs layer
6727305d8458: Pulling fs layer
a5d06b20b20b: Waiting
9036bb3a5517: Waiting
995dda69cc16: Pulling fs layer
b74f58638dc8: Pulling fs layer
2775868513f5: Pulling fs layer
20ee17bfd1e1: Waiting
b74f58638dc8: Waiting
6727305d8458: Waiting
2775868513f5: Waiting
995dda69cc16: Waiting
a63ad0cf811e: Download complete
bcbfb8588268: Download complete
849012283632: Verifying Checksum
849012283632: Download complete
bcbfb8588268: Pull complete
425fb6fec6ea: Download complete
a63ad0cf811e: Pull complete
26762bf4e806: Verifying Checksum
26762bf4e806: Download complete
a3a231378de2: Download complete
e4aa6ada67a1: Verifying Checksum
e4aa6ada67a1: Download complete
fa5dc5ca76a9: Verifying Checksum
fa5dc5ca76a9: Download complete
beb8f28f6403: Verifying Checksum
beb8f28f6403: Download complete
d9073b6f4f34: Verifying Checksum
d9073b6f4f34: Download complete
cc61720b498b: Verifying Checksum
cc61720b498b: Download complete
c915edff33e9: Download complete
ec16e13560a9: Verifying Checksum
ec16e13560a9: Download complete
26762bf4e806: Pull complete
47777bb2b205: Verifying Checksum
47777bb2b205: Download complete
fdfa6e41431a: Verifying Checksum
fdfa6e41431a: Download complete
b8e7506942e5: Verifying Checksum
b8e7506942e5: Download complete
c815a02c550d: Verifying Checksum
c815a02c550d: Download complete
0471d25f745f: Download complete
f847762d1393: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
02f11825812a: Download complete
5f52b149c240: Verifying Checksum
5f52b149c240: Download complete
e26940ad43ab: Verifying Checksum
e26940ad43ab: Download complete
bcdaa287b766: Verifying Checksum
bcdaa287b766: Download complete
001da6cbc747: Download complete
0ade5152d5a1: Verifying Checksum
0ade5152d5a1: Download complete
19cc0ca1cdac: Download complete
14827f2f8794: Verifying Checksum
14827f2f8794: Download complete
a5bce2399eb8: Verifying Checksum
a5bce2399eb8: Download complete
52c403230724: Download complete
e69f527a5db8: Download complete
1b3444ad203f: Download complete
3fa0159df738: Verifying Checksum
3fa0159df738: Download complete
de0a57e48266: Download complete
e867e2bef61d: Download complete
a5d06b20b20b: Download complete
9036bb3a5517: Download complete
20ee17bfd1e1: Verifying Checksum
20ee17bfd1e1: Download complete
6727305d8458: Verifying Checksum
6727305d8458: Download complete
995dda69cc16: Download complete
b74f58638dc8: Verifying Checksum
b74f58638dc8: Download complete
2775868513f5: Verifying Checksum
2775868513f5: Download complete
14827f2f8794: Pull complete
849012283632: Pull complete
425fb6fec6ea: Pull complete
a3a231378de2: Pull complete
e4aa6ada67a1: Pull complete
fa5dc5ca76a9: Pull complete
beb8f28f6403: Pull complete
d9073b6f4f34: Pull complete
cc61720b498b: Pull complete
ec16e13560a9: Pull complete
c915edff33e9: Pull complete
47777bb2b205: Pull complete
fdfa6e41431a: Pull complete
b8e7506942e5: Pull complete
c815a02c550d: Pull complete
0471d25f745f: Pull complete
f847762d1393: Pull complete
4f4fb700ef54: Pull complete
02f11825812a: Pull complete
5f52b149c240: Pull complete
e26940ad43ab: Pull complete
bcdaa287b766: Pull complete
001da6cbc747: Pull complete
0ade5152d5a1: Pull complete
19cc0ca1cdac: Pull complete
a5bce2399eb8: Pull complete
e69f527a5db8: Pull complete
1b3444ad203f: Pull complete
52c403230724: Pull complete
3fa0159df738: Pull complete
0e6a1b38bd96: Verifying Checksum
0e6a1b38bd96: Download complete
20ee17bfd1e1: Pull complete
de0a57e48266: Pull complete
0e6a1b38bd96: Pull complete
e867e2bef61d: Pull complete
a5d06b20b20b: Pull complete
9036bb3a5517: Pull complete
6727305d8458: Pull complete
995dda69cc16: Pull complete
b74f58638dc8: Pull complete
2775868513f5: Pull complete
Digest: sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da
Status: Downloaded newer image for ocaml/opam@sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da
2026-03-11 13:33.19 ---> saved as "4f4aad99373b064eb667a9f696f7c6d39ac750bdfb8a8b7f98f15f1c5afd5dcd"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-11 13:33.21 ---> saved as "20911cbf85592b0aa5ed4677b5b9647deace104570a70f76f53a37b2c5f407b7"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-11 13:33.45 ---> saved as "79891501f4b82044246c3ac06abe2b77b5f7f723a65768644cbac1b80c9a4a6a"
/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=fedora os-version=42
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-03-11 13:33.46 ---> saved as "86fdaa4d94cc0167852d981a6632d1a6a972fe820c609ef5da3f8897f3d62697"
/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-03-11 13:33.56 ---> saved as "5ce81cfef8afd01e5edf9f9f60c77f2ae3ca7012d095529f484ea8d19002ab99"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-11 13:34.21 ---> saved as "8e21a399ce3eefae2af596cf54b64b350f0d9d062a050e13c271decc6d4a1dc2"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-11 13:34.40 ---> saved as "f8dcd15428f4b7d9a7dee9be63752ae8cce1fab5c5128f396e2735145d4b659e"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 42 - x86_64 - Updates 100% | 51.6 KiB/s | 5.9 KiB | 00m00s
- Failed to download metadata
- Error loading local metadata for repository "updates"
- Librepo error: Checksum error /var/cache/libdnf5/updates-79babcf8637033ce/repodata/76b16cda07e7d67736669122a2d010945fa0c57180fc1241236892a4ae3612e0-primary.xml.zck: Unable to validate zchunk checksums
Fatal error: System package update failed with exit code 1 at command:
sudo yum makecache
2026-03-11 13:34.41 ---> saved as "307d1ae8d5e3bf80eda0ff97870a802c5f67c566c0d16834640713e735e827e7"
/home/opam: (run (shell "opam pin add -k version -yn charrua.3.1.1 3.1.1"))
charrua is now pinned to version 3.1.1
2026-03-11 13:34.42 ---> saved as "31f21e245a8e0bf7e37def02d1f28da494bfa8dcdfb3a8176b3fbeb2cc75038e"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall charrua.3.1.1;\
\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 \"\\\"fedora-42\\\"\"; 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.3.1.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
charrua.3.1.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 41 packages
- install arp 4.1.0 [required by tcpip]
- install base-bytes base [required by ocplib-endian]
- install charrua 3.1.1 (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]
- 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.21.1 [required by charrua]
- install dune-configurator 3.21.1 [required by mirage-crypto-rng]
- install duration 0.2.1 [required by tcpip]
- 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]
- install ipaddr 5.6.2 [required by charrua]
- install ipaddr-cstruct 5.6.2 [required by tcpip]
- install logs 0.10.0 [required by ethernet, tcpip]
- install lru 0.3.1 [required by tcpip]
- install lwt 6.1.1 [required by ethernet, tcpip]
- install lwt-dllist 1.1.0 [required by tcpip]
- install macaddr 5.6.2 [required by charrua]
- install macaddr-cstruct 5.6.2 [required by tcpip]
- install metrics 0.5.0 [required by tcpip]
- install mirage-crypto 2.0.3 [required by mirage-crypto-rng]
- install mirage-crypto-rng 2.0.3 [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 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 tcpip]
- install seq base [required by psq]
- install tcpip 9.0.1 [required by charrua]
- install topkg 1.1.1 [required by fmt, logs]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved arp.4.1.0 (cached)
-> retrieved charrua.3.1.1 (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.21.1, dune-configurator.3.21.1 (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.2, ipaddr-cstruct.5.6.2, macaddr.5.6.2, macaddr-cstruct.5.6.2 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lru.0.3.1 (cached)
-> retrieved lwt.6.1.1 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved metrics.0.5.0 (cached)
-> installed cmdliner.2.1.0
-> retrieved mirage-crypto.2.0.3, mirage-crypto-rng.2.0.3 (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)
-> installed seq.base
-> retrieved tcpip.9.0.1 (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 fmt.0.11.0
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed domain-name.0.5.0
-> installed duration.0.2.1
-> installed eqaf.0.10
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed metrics.0.5.0
-> installed mirage-mtime.5.2.0
-> installed ohex.0.2.0
-> installed psq.0.2.1
-> installed randomconv.0.2.0
-> installed ocplib-endian.1.2
-> installed macaddr-cstruct.5.6.2
-> installed lru.0.3.1
-> installed ipaddr.5.6.2
-> installed ipaddr-cstruct.5.6.2
-> installed digestif.1.3.0
-> installed dune-configurator.3.21.1
-> installed mirage-crypto.2.0.3
-> installed lwt.6.1.1
-> 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.3
-> installed arp.4.1.0
-> installed tcpip.9.0.1
-> installed charrua.3.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-11 13:35.21 ---> saved as "8c83ff071bdbab08a86c55a608092ff276db624917378dc514597574b57ea9bb"
Job succeeded
2026-03-11 13:35.27: Job succeeded