Organisationsmiragearp21c6f0 ()debian-13-5.3_opam-2.5

debian-13-5.3_opam-2.5

Link Copied
Code Copied

Logs

2026-01-16 11:41.35: New job: test mirage/arp https://github.com/mirage/arp.git#refs/pull/33/head (21c6f077b7ce8450e7ebf8dc624ab6d01a3b266f) (linux-x86_64:debian-13-5.3_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.3@sha256:d46aa1ad7e7af14675d98de3f22b6a570ad13dc72dca386d59b30d1586f38c9d
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/arp.git" && cd "arp" && git fetch origin "refs/pull/33/head" && git reset --hard 21c6f077
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.3@sha256:d46aa1ad7e7af14675d98de3f22b6a570ad13dc72dca386d59b30d1586f38c9d
# debian-13-5.3_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 arp.opam ./
RUN opam pin add -yn arp.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.21.0 dune-configurator.3.21.0 duration.0.2.1 ethernet.3.2.0 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.10.0 lru.0.3.1 lwt.6.0.0 macaddr.5.6.1 mirage-net.4.0.0 mirage-sleep.4.1.0 mirage-vnetif.0.6.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 psq.0.2.1 re.1.14.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y arp.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-16 11:41.35: Using cache hint "mirage/arp-ocaml/opam:debian-13-ocaml-5.3@sha256:d46aa1ad7e7af14675d98de3f22b6a570ad13dc72dca386d59b30d1586f38c9d-debian-13-5.3_opam-2.5-656730ff72573736d2b312e2b34a0cac"
2026-01-16 11:41.35: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:d46aa1ad7e7af14675d98de3f22b6a570ad13dc72dca386d59b30d1586f38c9d)
(comment debian-13-5.3_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src arp.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn arp.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.21.0 dune-configurator.3.21.0 duration.0.2.1 ethernet.3.2.0 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.10.0 lru.0.3.1 lwt.6.0.0 macaddr.5.6.1 mirage-net.4.0.0 mirage-sleep.4.1.0 mirage-vnetif.0.6.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 psq.0.2.1 re.1.14.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")
(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.5 --depext-only -y arp.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-16 11:41.35: Waiting for resource in pool OCluster
2026-01-16 16:17.02: Waiting for worker…
2026-01-16 16:19.37: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at 21c6f07 improve ARP cache logic


(from ocaml/opam:debian-13-ocaml-5.3@sha256:d46aa1ad7e7af14675d98de3f22b6a570ad13dc72dca386d59b30d1586f38c9d)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:d46aa1ad7e7af14675d98de3f22b6a570ad13dc72dca386d59b30d1586f38c9d' locally
docker.io/ocaml/opam@sha256:d46aa1ad7e7af14675d98de3f22b6a570ad13dc72dca386d59b30d1586f38c9d: Pulling from ocaml/opam
281b80c799de: Already exists
ce76feb86791: Already exists
7984eb0e5b45: Already exists
56c452a960b1: Already exists
b85825bef00a: Already exists
d6ff43dfb85c: Already exists
4197ec645389: Already exists
37cac33e41ff: Already exists
4cb993fb248e: Already exists
ca442870f91f: Already exists
b1d1a2fb5f4a: Already exists
0dea577b2801: Already exists
cc10daaea4fd: Already exists
5f878cb1723a: Already exists
8968959fa983: Already exists
5bdd9b9ed0e3: Already exists
55661c5b388f: Already exists
55661c5b388f: Already exists
92d1dc6907bd: Already exists
7100b414728b: Already exists
a6a54ddc9818: Already exists
a920ad627810: Already exists
4f4fb700ef54: Already exists
f7df7b6e19c0: Already exists
cd713d66718c: Already exists
6ed45ab2af86: Already exists
40598b80a8fe: Already exists
983f7969ff00: Already exists
40ec09ee09bd: Already exists
76a0afa38cd9: Already exists
1d5a564d139a: Already exists
82883b85a4f0: Already exists
1d8458efd73b: Already exists
2d80a9fac9ac: Already exists
4d69ee6ae94b: Already exists
ce8d28b713f1: Already exists
97580d938033: Already exists
da5fa40e04f8: Already exists
d7a499968f64: Already exists
28e5932c7c69: Already exists
81389c423fc3: Already exists
4d539b35ca4b: Already exists
174d636e7732: Already exists
97c418526f61: Already exists
5bd38d3521a2: Already exists
b0650f6f7eb5: Already exists
51f9b7dfdc0a: Already exists
508077ecb23e: Already exists
Digest: sha256:d46aa1ad7e7af14675d98de3f22b6a570ad13dc72dca386d59b30d1586f38c9d
Status: Downloaded newer image for ocaml/opam@sha256:d46aa1ad7e7af14675d98de3f22b6a570ad13dc72dca386d59b30d1586f38c9d
2026-01-16 16:19.38 ---> using "8f757df45728effe507eca56c86e1525d6f8aad30b62b4a9b59eae9c6cde42fb" from cache


/: (comment debian-13-5.3_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-01-16 16:19.38 ---> using "b04b528e62ea0538895a78a15a41e9f453d9f14477b7181a52d907c9b1c2f35a" 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-16 16:19.38 ---> using "bbf7aa515bbed8a5ca7725309b339923b9d8f46434fbf406906241fde3c6c50c" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 5.3.0
2.5.0
2026-01-16 16:19.38 ---> using "e0988c899051b72033c726186015288d182396fe909b49168ddfc9dccbef1bd3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-16 16:19.38 ---> using "cb572ce1b146de47b5ca5c1aabb25cc17821c4239558a2dbdc155e2668bedc8c" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
16d9c0eb87..3259a77d95  master     -> origin/master
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0


<><> 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-16 16:19.38 ---> using "b312ef370e55bac74e801cee487dfa58b2f84e3b456c9a9ba6dc8e67a8881a02" from cache


/src: (copy (src arp.opam) (dst ./))
2026-01-16 16:19.38 ---> using "745df4e01d71fb6751c63c68ef9a06d7ef097571c2436662fe0fc9058caca0e6" from cache


/src: (run (network host)
(shell "opam pin add -yn arp.dev './'"))
[arp.dev] synchronised (file:///src)
arp is now pinned to file:///src (version dev)
2026-01-16 16:19.38 ---> using "bac18fb0af0589bc0b3234e392bdfd8d5a80b5004331fd55f852beb5ba6970cd" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-16 16:19.38 ---> using "ab23a92c12d179874e833613b578ec2bad61aa46946b22fbea46bcb47c8e209c" from cache


/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.21.0 dune-configurator.3.21.0 duration.0.2.1 ethernet.3.2.0 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.10.0 lru.0.3.1 lwt.6.0.0 macaddr.5.6.1 mirage-net.4.0.0 mirage-sleep.4.1.0 mirage-vnetif.0.6.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 psq.0.2.1 re.1.14.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")


/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.5 --depext-only -y arp.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main amd64 Packages [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.9 kB]
- Fetched 9997 kB in 2s (4906 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[arp.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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
# To update the current shell environment, run: eval $(opam env)
2026-01-16 16:19.38 ---> using "6b8e8400409a8f6548f81eea24d0fe5b4cec0951aaca37e3dda13702e8c79495" from cache


/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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 34 packages
- install alcotest           1.9.1
- install astring            0.8.5
- install base-bytes         base
- install bos                0.2.1
- install cmdliner           2.1.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.21.0
- install dune-configurator  3.21.0
- install duration           0.2.1
- install ethernet           3.2.0
- install fmt                0.11.0
- install fpath              0.7.3
- install ipaddr             5.6.1
- install logs               0.10.0
- install lru                0.3.1
- install lwt                6.0.0
- install macaddr            5.6.1
- install mirage-net         4.0.0
- install mirage-sleep       4.1.0
- install mirage-vnetif      0.6.2
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install ocplib-endian      1.2
- install psq                0.2.1
- install re                 1.14.0
- install rresult            0.7.0
- install seq                base
- install stdlib-shims       0.3.0
- install topkg              1.1.1
- install uutf               1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.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  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved ethernet.3.2.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ipaddr.5.6.1, macaddr.5.6.1  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved mirage-sleep.4.1.0  (cached)
-> retrieved mirage-vnetif.0.6.2  (cached)
-> retrieved lwt.6.0.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed fmt.0.11.0
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.21.0
-> installed duration.0.2.1
-> installed domain-name.0.5.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed cppo.1.8.0
-> installed macaddr.5.6.1
-> installed psq.0.2.1
-> installed ocaml-syntax-shims.1.0.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed re.1.14.0
-> installed lru.0.3.1
-> installed ipaddr.5.6.1
-> installed alcotest.1.9.1
-> installed dune-configurator.3.21.0
-> installed lwt.6.0.0
-> installed mirage-net.4.0.0
-> installed mirage-sleep.4.1.0
-> installed logs.0.10.0
-> installed mirage-vnetif.0.6.2
-> installed ethernet.3.2.0
-> installed bos.0.2.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-16 16:21.00 ---> saved as "07abd117c19b5d14095579e1f3530573ff2aa016a65b340e3409ce6baf316b90"


/src: (copy (src .) (dst /src))
2026-01-16 16:21.01 ---> saved as "3330b15cdf18150ad1c4d7ef9a8c1f8296d4c5a46296980c967a12cb7deb2ba4"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./tests.exe)
Testing `ARP tests'.
This run has ID `9LJK6W64'.


[OK]          Coder            0   valid arp decoding.
[OK]          Coder            1   unhandled arp decoding.
[OK]          Coder            2   short arp decoding.
[OK]          Coder            3   invalid operation decoding.
[OK]          Coder            4   decoding is inverse of encoding.
[OK]          Coder            5   encode_into works.
[OK]          Coder            6   encode_into fails with small bufs.
[OK]          Handler          0   create raises.
[OK]          Handler          1   basic tests.
[OK]          Handler          2   remove test.
[OK]          Handler          3   remove no test.
[OK]          Handler          4   alias test.
[OK]          Handler          5   alias remove test.
[OK]          Handler          6   static test.
[OK]          Handler          7   static alias test.
[OK]          Handler          8   more tests.
[OK]          Handler          9   handle good.
[OK]          Handler         10   handle generates req.
[OK]          Handler         11   handle generates req, next doesn't.
[OK]          Handler         12   alias wakes.
[OK]          Handler         13   static wakes.
[OK]          Handler         14   handle timeout.
[OK]          Handler         15   request send before timeout.
[OK]          Handler         16   multiple requests are send.
[OK]          Handler         17   multiple requests are send 2.
[OK]          Handler         18   handle reply.
[OK]          Handler         19   handle garp.
[OK]          Handler         20   answers broadcast request.
[OK]          Handler         21   answers unicast request.
[OK]          Handler         22   not answering random request.
[OK]          Handler         23   ignoring random.
[OK]          Handler         24   reply does not harm static entries.
[OK]          Handler         25   reply is in cache.
[OK]          Handler         26   dynamic entry can be queried.
[OK]          Handler         27   reply times out.
[OK]          Handler         28   dynamic entry overriden by same.
[OK]          Handler         29   dynamic entry overriden by other.
[OK]          Handler         30   dynamic entry is not advertised.
[OK]          Handler         31   reply wakes tasks.
[OK]          Handler         32   stale to dynamic on same MAC reply.
[OK]          Handler         33   stale stays stale on different MAC reply.
[OK]          Handler         34   probing to dynamic on same MAC reply.
[OK]          Handler         35   probing to stale on different MAC reply.


Full test results in `/src/_build/default/test/_build/_tests/ARP tests'.
Test Successful in 0.102s. 43 tests run.
(cd _build/default/test/mirage && ./tests.exe)
Testing `arp'.
This run has ID `4GNMJSQ5'.


[OK]          arp          0   conversions neither lose nor gain information.
[OK]          arp          1   nonsense requests are ignored.
[OK]          arp          2   requests are responded to.
[OK]          arp          3   entries expire.
[OK]          arp          4   irrelevant requests are ignored.
[OK]          arp          5   set_ip sets ip, sends GARP.
[OK]          arp          6   add_ip, get_ip and remove_ip as advertised.
[OK]          arp          7   GARPs are heard and not cached.
[OK]          arp          8   unsolicited unicast replies are heard and no...
[OK]          arp          9   solicited unicast replies resolve pending th...
[OK]          arp         10   entries are replaced with new information.
[OK]          arp         11   unreachable IPs time out.
[OK]          arp         12   queries are tried repeatedly before timing out.


Full test results in `/src/_build/default/test/mirage/_build/_tests/arp'.
Test Successful in 5.728s. 13 tests run.
2026-01-16 16:21.09 ---> saved as "d28d07b43844d5e4c376c12d942cbee1897edbc6648d3c14b389f358222aba99"
Job succeeded
2026-01-16 16:21.09: Job succeeded