Organisationsmiragemirage-net-solo5cda84f ()debian-13-4.12_opam-2.4

debian-13-4.12_opam-2.4

Link Copied
Code Copied

Logs

2026-01-07 15:22.27: New job: test mirage/mirage-net-solo5 https://github.com/mirage/mirage-net-solo5.git#refs/pull/48/head (cda84fec8f897997d5f730af829183472ca6a7b5) (linux-x86_64:debian-13-4.12_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-4.12@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-net-solo5.git" && cd "mirage-net-solo5" && git fetch origin "refs/pull/48/head" && git reset --hard cda84fec
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.12@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a
# debian-13-4.12_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-net-solo5.opam ./
RUN opam pin add -yn mirage-net-solo5.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 ipaddr.5.6.1 logs.0.8.0 lwt.5.9.2 macaddr.5.6.1 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.7.0 mirage-sleep.4.1.0 mirage-solo5.0.10.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 topkg.1.1.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y mirage-net-solo5.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-01-07 15:22.27: Using cache hint "mirage/mirage-net-solo5-ocaml/opam:debian-13-ocaml-4.12@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a-debian-13-4.12_opam-2.4-2a8c08ffd58e6466af992a4b3cf9e6ad"
2026-01-07 15:22.27: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.12@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a)
(comment debian-13-4.12_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src mirage-net-solo5.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn mirage-net-solo5.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 ipaddr.5.6.1 logs.0.8.0 lwt.5.9.2 macaddr.5.6.1 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.7.0 mirage-sleep.4.1.0 mirage-solo5.0.10.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 topkg.1.1.1")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y mirage-net-solo5.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-01-07 15:22.27: Waiting for resource in pool OCluster
2026-01-07 19:11.24: Waiting for worker…
2026-01-07 19:12.51: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialised empty Git repository in /var/cache/obuilder/ocluster/git/mirage-net-solo5.git-50ac8960100fdd334000804c99844019c4fa0d23/.git/
HEAD is now at cda84fe Hack it so we only have one listener at a time


(from ocaml/opam:debian-13-ocaml-4.12@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.12@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a' locally
docker.io/ocaml/opam@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a: Pulling from ocaml/opam
2981f7e8980b: Pulling fs layer
9c63e1c4ba84: Pulling fs layer
02578b9c9f1b: Pulling fs layer
3801cb7ba5e6: Pulling fs layer
1c4cdedd39f1: Pulling fs layer
40f6006c5f5a: Pulling fs layer
c451a17216ec: Pulling fs layer
e4104b8f72ee: Pulling fs layer
7c7dbc5e7919: Pulling fs layer
aa82be714e7c: Pulling fs layer
922520f12384: Pulling fs layer
1c4cdedd39f1: Waiting
9bfea042cef8: Pulling fs layer
9c63e1c4ba84: Download complete
1244979f7c21: Pulling fs layer
02578b9c9f1b: Download complete
3801cb7ba5e6: Waiting
7583a0e34f94: Pulling fs layer
7c7dbc5e7919: Waiting
14bef3f2665a: Pulling fs layer
3a4b42ce6cb5: Pulling fs layer
40f6006c5f5a: Waiting
c451a17216ec: Waiting
e4104b8f72ee: Waiting
b0a08a900877: Pulling fs layer
1244979f7c21: Waiting
16ac87e68d60: Pulling fs layer
aa82be714e7c: Waiting
74ac6e8c9b82: Pulling fs layer
9bfea042cef8: Waiting
922520f12384: Waiting
b41290a57dc5: Pulling fs layer
3a4b42ce6cb5: Waiting
7583a0e34f94: Waiting
592e5bcb7159: Pulling fs layer
14bef3f2665a: Waiting
74ac6e8c9b82: Waiting
4f4fb700ef54: Pulling fs layer
b41290a57dc5: Waiting
b0a08a900877: Waiting
1db0705661a3: Pulling fs layer
16ac87e68d60: Waiting
592e5bcb7159: Waiting
76bb8e35b9cc: Pulling fs layer
4f4fb700ef54: Waiting
3bc9d98c3b49: Pulling fs layer
1db0705661a3: Waiting
76bb8e35b9cc: Waiting
7096ef42e6c0: Pulling fs layer
cd0e70de8125: Pulling fs layer
3bc9d98c3b49: Waiting
7096ef42e6c0: Waiting
23ffab57f98e: Pulling fs layer
cd0e70de8125: Waiting
b974353d8023: Pulling fs layer
c74fba566723: Pulling fs layer
23ffab57f98e: Waiting
5ad399846f45: Pulling fs layer
b974353d8023: Waiting
3e7203fa3980: Pulling fs layer
c74fba566723: Waiting
0b8915d2a92b: Pulling fs layer
5ad399846f45: Waiting
e68c7a56c438: Pulling fs layer
9024d680a167: Pulling fs layer
3c7c73421b6e: Pulling fs layer
e68c7a56c438: Waiting
0b8915d2a92b: Waiting
7134fa9b4278: Pulling fs layer
9024d680a167: Waiting
3e7203fa3980: Waiting
3c7c73421b6e: Waiting
9d94fb523099: Pulling fs layer
7134fa9b4278: Waiting
20d06dbdae7e: Pulling fs layer
9d94fb523099: Waiting
b9a45e537661: Pulling fs layer
20d06dbdae7e: Waiting
2ede2ddc2495: Pulling fs layer
90618cb27e55: Pulling fs layer
f8c1ae88daf6: Pulling fs layer
b9a45e537661: Waiting
4afa8689ae83: Pulling fs layer
90618cb27e55: Waiting
2ede2ddc2495: Waiting
4afa8689ae83: Waiting
f8c1ae88daf6: Waiting
1c4cdedd39f1: Download complete
3801cb7ba5e6: Verifying Checksum
3801cb7ba5e6: Download complete
2981f7e8980b: Download complete
e4104b8f72ee: Verifying Checksum
e4104b8f72ee: Download complete
c451a17216ec: Verifying Checksum
c451a17216ec: Download complete
7c7dbc5e7919: Verifying Checksum
7c7dbc5e7919: Download complete
aa82be714e7c: Verifying Checksum
aa82be714e7c: Download complete
922520f12384: Download complete
9bfea042cef8: Verifying Checksum
9bfea042cef8: Download complete
1244979f7c21: Download complete
7583a0e34f94: Verifying Checksum
7583a0e34f94: Download complete
14bef3f2665a: Verifying Checksum
14bef3f2665a: Download complete
b0a08a900877: Download complete
3a4b42ce6cb5: Download complete
2981f7e8980b: Pull complete
16ac87e68d60: Verifying Checksum
16ac87e68d60: Download complete
9c63e1c4ba84: Pull complete
02578b9c9f1b: Pull complete
40f6006c5f5a: Verifying Checksum
40f6006c5f5a: Download complete
74ac6e8c9b82: Download complete
3801cb7ba5e6: Pull complete
1c4cdedd39f1: Pull complete
b41290a57dc5: Download complete
592e5bcb7159: Verifying Checksum
592e5bcb7159: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
1db0705661a3: Verifying Checksum
1db0705661a3: Download complete
76bb8e35b9cc: Download complete
3bc9d98c3b49: Verifying Checksum
3bc9d98c3b49: Download complete
7096ef42e6c0: Download complete
cd0e70de8125: Download complete
23ffab57f98e: Download complete
c74fba566723: Download complete
b974353d8023: Download complete
5ad399846f45: Download complete
3e7203fa3980: Verifying Checksum
3e7203fa3980: Download complete
0b8915d2a92b: Download complete
e68c7a56c438: Download complete
3c7c73421b6e: Download complete
9d94fb523099: Download complete
20d06dbdae7e: Download complete
b9a45e537661: Verifying Checksum
b9a45e537661: Download complete
9024d680a167: Download complete
7134fa9b4278: Verifying Checksum
7134fa9b4278: Download complete
40f6006c5f5a: Pull complete
c451a17216ec: Pull complete
e4104b8f72ee: Pull complete
7c7dbc5e7919: Pull complete
aa82be714e7c: Pull complete
922520f12384: Pull complete
9bfea042cef8: Pull complete
90618cb27e55: Verifying Checksum
90618cb27e55: Download complete
1244979f7c21: Pull complete
7583a0e34f94: Pull complete
14bef3f2665a: Pull complete
3a4b42ce6cb5: Pull complete
b0a08a900877: Pull complete
f8c1ae88daf6: Download complete
4afa8689ae83: Download complete
16ac87e68d60: Pull complete
74ac6e8c9b82: Pull complete
b41290a57dc5: Pull complete
592e5bcb7159: Pull complete
4f4fb700ef54: Pull complete
1db0705661a3: Pull complete
76bb8e35b9cc: Pull complete
3bc9d98c3b49: Pull complete
7096ef42e6c0: Pull complete
cd0e70de8125: Pull complete
23ffab57f98e: Pull complete
b974353d8023: Pull complete
c74fba566723: Pull complete
5ad399846f45: Pull complete
3e7203fa3980: Pull complete
0b8915d2a92b: Pull complete
e68c7a56c438: Pull complete
2ede2ddc2495: Verifying Checksum
2ede2ddc2495: Download complete
9024d680a167: Pull complete
3c7c73421b6e: Pull complete
7134fa9b4278: Pull complete
9d94fb523099: Pull complete
20d06dbdae7e: Pull complete
b9a45e537661: Pull complete
2ede2ddc2495: Pull complete
90618cb27e55: Pull complete
f8c1ae88daf6: Pull complete
4afa8689ae83: Pull complete
Digest: sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a
Status: Downloaded newer image for ocaml/opam@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a
2026-01-07 19:12.52 ---> using "c6b8ba26269bede3ec915c3d1cb4e21bf07ca291d8c3b0f2ea655411615b77d4" from cache


/: (comment debian-13-4.12_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2026-01-07 19:12.52 ---> using "c0cd2fba0907a86cc9c71cce10bb7cc29b16f68887950186a401f764b04c8a9f" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then 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-01-07 19:12.52 ---> using "590049f02a82e80407a427e2cfcf2e26906769ff1e957f1efdf5f3a9b2f7a5df" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 4.12.1
2.4.1
2026-01-07 19:12.52 ---> using "2af5ea08c29e1a57ede610a50d11b6b301633761e4da5911c50e04c9a1dda605" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-07 19:12.52 ---> using "d5191a541b526edc4ea871760fd03a8d0d9cfef81b82a0b7c87c4ded07af167f" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee48e882f0..2dee2fe30d  master     -> origin/master
2dee2fe30d Merge pull request #29195 from raphael-proust/lwt-fix-ocamlfind-dep-constraint


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-01-07 19:12.52 ---> using "fbb6f88ff4a94457fb110367bb89f7d5b14210f7b4c573b30bfaf2606d6fa0d2" from cache


/src: (copy (src mirage-net-solo5.opam) (dst ./))
2026-01-07 19:12.52 ---> saved as "6c886394c597a6470b9ddbf4f23bb45524161856ecf81ef446cf2e017371d6e6"


/src: (run (network host)
(shell "opam pin add -yn mirage-net-solo5.dev './'"))
[mirage-net-solo5.dev] synchronised (file:///src)
mirage-net-solo5 is now pinned to file:///src (version dev)
2026-01-07 19:12.56 ---> saved as "3310e7b51a5348629cf001bba473218682ea14a13517561de8f5579f76a58d9f"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-07 19:12.56 ---> saved as "c2c48610a4f594d80c50a8532cf52dfbc26ae265c4aa7ca3a4c2b65c05318e2b"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 ipaddr.5.6.1 logs.0.8.0 lwt.5.9.2 macaddr.5.6.1 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.7.0 mirage-sleep.4.1.0 mirage-solo5.0.10.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 topkg.1.1.1")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y mirage-net-solo5.dev $DEPS"))
+ /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 [94.2 kB]
- Fetched 185 kB in 0s (668 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-net-solo5.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.12.1).
[NOTE] Package ocaml is already installed (current version is 4.12.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2026-01-07 19:13.22 ---> saved as "1d2e00dce4cf7c245f3d0cc2ebc9deae736c70e5346108efe63d95275a2bd75c"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.12.1).
[NOTE] Package ocaml is already installed (current version is 4.12.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 25 packages
- install base-bytes        base
- install bheap             2.0.0
- install cmdliner          1.3.0
- install cppo              1.8.0
- install csexp             1.5.2
- install cstruct           6.2.0
- install domain-name       0.5.0
- install dune              3.20.2
- install dune-configurator 3.20.2
- install duration          0.2.1
- install fmt               0.11.0
- install ipaddr            5.6.1
- install logs              0.8.0
- install lwt               5.9.2
- install macaddr           5.6.1
- install metrics           0.5.0
- install metrics-lwt       0.5.0
- install mirage-net        4.0.0
- install mirage-runtime    4.7.0
- install mirage-sleep      4.1.0
- install mirage-solo5      0.10.0
- install ocamlbuild        0.16.1
- install ocamlfind         1.9.8
- install ocplib-endian     1.2
- install topkg             1.1.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bheap.2.0.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved ipaddr.5.6.1, macaddr.5.6.1  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved metrics.0.5.0, metrics-lwt.0.5.0  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved mirage-sleep.4.1.0  (cached)
-> retrieved mirage-runtime.4.7.0  (cached)
-> retrieved mirage-solo5.0.10.0  (https://opam.ocaml.org/cache)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed dune.3.20.2
-> installed bheap.2.0.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed domain-name.0.5.0
-> installed cppo.1.8.0
-> installed duration.0.2.1
-> installed macaddr.5.6.1
-> installed metrics.0.5.0
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.1
-> installed dune-configurator.3.20.2
-> installed lwt.5.9.2
-> installed mirage-net.4.0.0
-> installed mirage-sleep.4.1.0
-> installed logs.0.8.0
-> installed metrics-lwt.0.5.0
-> installed mirage-runtime.4.7.0
-> installed mirage-solo5.0.10.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-07 19:16.15 ---> saved as "eb30039e4eccbbb19f7ba018d5cd87533846165c5c83ebe50786915232bb679c"


/src: (copy (src .) (dst /src))
2026-01-07 19:16.15 ---> saved as "0d92ab1c0c5b970f49e398833b5c4bfdb38970aa7f6d30beeab6e4b07a53ec0b"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-01-07 19:16.16 ---> saved as "ae53927ace8b371b35177d18a2acaa39122b7ec8de8355c2247ea9bcb2d0dd32"
Job succeeded
2026-01-07 19:16.16: Job succeeded