Organisationsmiragearp6b5100 ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-04-10 16:13.24: New job: test mirage/arp https://github.com/mirage/arp.git#refs/heads/main (6b5100fbbceb1caa5c8df26982f2bad1d1abf48f) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/arp.git" -b "main" && cd "arp" && git reset --hard 6b5100fb
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480
# debian-12-4.08_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 58906d6837efc7562b4259f5bd6ad130e46ca207 || git fetch origin master) && git reset -q --hard 58906d6837efc7562b4259f5bd6ad130e46ca207 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 arp.opam ./
RUN opam pin add -yn arp.dev './'
ENV DEPS="alcotest.1.0.0 astring.0.8.2 base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 cmdliner.1.0.3 conf-m4.1 cppo.1.6.1 cstruct.6.0.0 domain-name.0.3.0 dune.2.7.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.0 ethernet.3.0.0 fmt.0.8.7 ipaddr.4.0.0 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.4.2.0 macaddr.4.0.0 mirage-clock.3.0.1 mirage-device.2.0.0 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-time.2.0.1 mirage-time-unix.2.0.1 mirage-vnetif.0.5.0 mmap.1.0.2 num.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 parsexp.v0.12.0 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppxlib.0.16.0 re.1.7.2 result.1.5 seq.0.2.2 sexplib.v0.12.0 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.0.9.0 uuidm.0.9.6"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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


2024-04-10 16:13.24: Using cache hint "mirage/arp-ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480-debian-12-4.08_opam-2.1-4a8b93c61944d7b9ad7b6dcfc2e3738a"
2024-04-10 16:13.24: Using OBuilder spec:
((from ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480)
 (comment debian-12-4.08_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 58906d6837efc7562b4259f5bd6ad130e46ca207 || git fetch origin master) && git reset -q --hard 58906d6837efc7562b4259f5bd6ad130e46ca207 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src arp.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn arp.dev './'"))
 (env DEPS "alcotest.1.0.0 astring.0.8.2 base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 cmdliner.1.0.3 conf-m4.1 cppo.1.6.1 cstruct.6.0.0 domain-name.0.3.0 dune.2.7.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.0 ethernet.3.0.0 fmt.0.8.7 ipaddr.4.0.0 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.4.2.0 macaddr.4.0.0 mirage-clock.3.0.1 mirage-device.2.0.0 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-time.2.0.1 mirage-time-unix.2.0.1 mirage-vnetif.0.5.0 mmap.1.0.2 num.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 parsexp.v0.12.0 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppxlib.0.16.0 re.1.7.2 result.1.5 seq.0.2.2 sexplib.v0.12.0 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.0.9.0 uuidm.0.9.6")
 (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.1 --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"))
)


2024-04-10 16:13.24: Waiting for resource in pool OCluster
2024-04-10 18:42.40: Waiting for worker…
2024-04-10 18:44.25: Got resource from pool OCluster
Building on x86-bm-c17.sw.ocaml.org
All commits already cached
HEAD is now at 6b5100f Merge pull request #29 from hannesm/no-mirage-random


(from ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480)
Unable to find image 'ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480' locally
docker.io/ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480: Pulling from ocaml/opam
Digest: sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480
Status: Downloaded newer image for ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480
2024-04-10 18:44.25 ---> using "ca7a47bb337547622343e1e691b0c92596d0990b9ed28342fd47c7204c2b0a74" from cache


/: (comment debian-12-4.08_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-10 18:44.25 ---> using "9362e111b0c9aa6dec1dc253e7435efd8f1ac8f2d7d6e66c10d24bc4c57ad605" 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.1, 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] synchronised from file:///home/opam/opam-repository
2024-04-10 18:44.25 ---> using "d9b0dd4261d4b45d1d45fcc185429e91e6b23305997b0ad336885eac0d3204ff" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.08.1
2.1.5
2024-04-10 18:44.25 ---> using "6d08f9350fb9ef3e5cae7793dcb5f2ac075cfe0fc789bf328cd7ac0338e3980e" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-10 18:44.25 ---> using "44438eb632bedbdf12ad26788b4a274ef117e2313c1b08772cdb3a6d8d921790" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 58906d6837efc7562b4259f5bd6ad130e46ca207 || git fetch origin master) && git reset -q --hard 58906d6837efc7562b4259f5bd6ad130e46ca207 && git log --no-decorate -n1 --oneline && opam update -u"))
58906d6837 conf-m4: add FreeBSD comment


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-04-10 18:45.48 ---> saved as "54c242ab23012f41cfac219972fca7342aed94c33235e6af1a8b93016fcf5cd4"


/src: (copy (src arp.opam) (dst ./))
2024-04-10 18:45.48 ---> saved as "ff8b3ec513f7847c259e785b6f670bbab67599dee479aa79190ba85e6a6f1967"


/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)
2024-04-10 18:45.50 ---> saved as "c96df7f1bf0e19b4400eb8df48acf0687eeccc17be95abfce93c5883c9dccd5c"


/src: (env DEPS "alcotest.1.0.0 astring.0.8.2 base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 cmdliner.1.0.3 conf-m4.1 cppo.1.6.1 cstruct.6.0.0 domain-name.0.3.0 dune.2.7.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.0 ethernet.3.0.0 fmt.0.8.7 ipaddr.4.0.0 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.4.2.0 macaddr.4.0.0 mirage-clock.3.0.1 mirage-device.2.0.0 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-time.2.0.1 mirage-time-unix.2.0.1 mirage-vnetif.0.5.0 mmap.1.0.2 num.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 parsexp.v0.12.0 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppxlib.0.16.0 re.1.7.2 result.1.5 seq.0.2.2 sexplib.v0.12.0 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.0.9.0 uuidm.0.9.6")


/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.1 --depext-only -y arp.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [150 kB]
- Fetched 253 kB in 0s (1020 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[arp.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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 system packages will first need to be installed:
    m4


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed


2024-04-10 18:46.17 ---> saved as "563e009019538a993004da9dc6aa0e035a12101c1a167707f31557ba4c35f787"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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 conf-m4                 1
  - install jbuilder                1.0+beta20.1
  - install ocamlbuild              0.14.0
  - install dune                    2.7.0
  - install cmdliner                1.0.3
  - install ocamlfind               1.8.0
  - install ppx_derivers            1.0
  - install ocaml-compiler-libs     v0.11.0
  - install stdlib-shims            0.1.0
  - install sexplib0                v0.12.0
  - install seq                     0.2.2
  - install result                  1.5
  - install ocaml-migrate-parsetree 2.0.0
  - install mmap                    1.0.2
  - install mirage-clock            3.0.1
  - install macaddr                 4.0.0
  - install dune-private-libs       2.3.0
  - install bigarray-compat         1.0.0
  - install num                     1.0
  - install base-bytes              base
  - install topkg                   0.9.0
  - install ppxlib                  0.16.0
  - install dune-configurator       2.3.0
  - install cstruct                 6.0.0
  - install re                      1.7.2
  - install cppo                    1.6.1
  - install uuidm                   0.9.6
  - install fmt                     0.8.7
  - install duration                0.1.0
  - install astring                 0.8.2
  - install base                    v0.12.2
  - install ocplib-endian           1.0
  - install lwt                     4.2.0
  - install domain-name             0.3.0
  - install alcotest                1.0.0
  - install parsexp                 v0.12.0
  - install mirage-time             2.0.1
  - install mirage-device           2.0.0
  - install logs                    0.6.3
  - install ipaddr                  4.0.0
  - install sexplib                 v0.12.0
  - install mirage-time-unix        2.0.1
  - install mirage-net              3.0.1
  - install ppx_cstruct             6.0.0
  - install mirage-profile          0.9.0
  - install mirage-vnetif           0.5.0
  - install ethernet                3.0.0
===== 47 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.2  (cached)
-> retrieved base.v0.12.2  (cached)
-> retrieved bigarray-compat.1.0.0  (cached)
-> retrieved alcotest.1.0.0  (cached)
-> retrieved cmdliner.1.0.3  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-m4.1
-> retrieved cstruct.6.0.0  (cached)
-> retrieved domain-name.0.3.0  (cached)
-> retrieved dune-configurator.2.3.0  (cached)
-> retrieved dune.2.7.0  (cached)
-> retrieved dune-private-libs.2.3.0  (cached)
-> retrieved duration.0.1.0  (cached)
-> retrieved ethernet.3.0.0  (cached)
-> retrieved fmt.0.8.7  (cached)
-> retrieved ipaddr.4.0.0  (cached)
-> retrieved logs.0.6.3  (cached)
-> retrieved lwt.4.2.0  (cached)
-> retrieved macaddr.4.0.0  (cached)
-> retrieved mirage-clock.3.0.1  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved mirage-device.2.0.0  (cached)
-> retrieved mirage-net.3.0.1  (cached)
-> retrieved mirage-profile.0.9.0  (cached)
-> retrieved mirage-time.2.0.1  (cached)
-> retrieved mirage-time-unix.2.0.1  (cached)
-> retrieved mirage-vnetif.0.5.0  (cached)
-> retrieved mmap.1.0.2  (cached)
-> retrieved num.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocaml-migrate-parsetree.2.0.0  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved parsexp.v0.12.0  (cached)
-> retrieved ppx_cstruct.6.0.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved re.1.7.2  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved sexplib.v0.12.0  (cached)
-> retrieved ppxlib.0.16.0  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved uuidm.0.9.6  (cached)
-> retrieved topkg.0.9.0  (cached)
-> installed cmdliner.1.0.3
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed num.1.0
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed cppo.1.6.1
-> installed ocaml-compiler-libs.v0.11.0
-> installed re.1.7.2
-> installed dune.2.7.0
-> installed bigarray-compat.1.0.0
-> installed mirage-clock.3.0.1
-> installed mmap.1.0.2
-> installed macaddr.4.0.0
-> installed result.1.5
-> installed stdlib-shims.0.1.0
-> installed seq.0.2.2
-> installed sexplib0.v0.12.0
-> installed cstruct.6.0.0
-> installed ocaml-migrate-parsetree.2.0.0
-> installed dune-private-libs.2.3.0
-> installed ocplib-endian.1.0
-> installed dune-configurator.2.3.0
-> installed lwt.4.2.0
-> installed topkg.0.9.0
-> installed mirage-time.2.0.1
-> installed duration.0.1.0
-> installed mirage-time-unix.2.0.1
-> installed uuidm.0.9.6
-> installed fmt.0.8.7
-> installed mirage-device.2.0.0
-> installed mirage-net.3.0.1
-> installed astring.0.8.2
-> installed domain-name.0.3.0
-> installed alcotest.1.0.0
-> installed logs.0.6.3
-> installed ipaddr.4.0.0
-> installed base.v0.12.2
-> installed parsexp.v0.12.0
-> installed sexplib.v0.12.0
-> installed ppxlib.0.16.0
-> installed ppx_cstruct.6.0.0
-> installed mirage-profile.0.9.0
-> installed mirage-vnetif.0.5.0
-> installed ethernet.3.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-10 18:47.43 ---> saved as "cbcacf3acf94db96b44391f2f22ff96311efaef0f00c8996e7e1b16d67505b36"


/src: (copy (src .) (dst /src))
2024-04-10 18:47.43 ---> saved as "b4b3041f39de30469ab64f26d7d83b7ec64431c26127f147aa541250f7537621"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.08/lib/re/re.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/glob/re.glob.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/perl/re.perl.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/posix/re.posix.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/str/re.str.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
       tests alias test/runtest
Testing ARP tests.
This run has ID `C6E903ED-A545-4AF3-9DA5-10392AC3490D`.
[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.
The full test results are available in `/src/_build/default/test/_build/_tests/C6E903ED-A545-4AF3-9DA5-10392AC3490D`.
Test Successful in 0.000s. 39 tests run.
       tests alias test/mirage/runtest
Testing arp.
This run has ID `1EB65830-9DC7-4FA2-8269-9943581CD750`.
[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 not cached.
[OK]                arp          9   solicited unicast replies resolve pending threads.
[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.
The full test results are available in `/src/_build/default/test/mirage/_build/_tests/1EB65830-9DC7-4FA2-8269-9943581CD750`.
Test Successful in 6.000s. 13 tests run.
ASSERT parsed packet comparison
ASSERT parsed packet comparison
2024-04-10 18:47.50 ---> saved as "067e628fe181f4c54f6912133ada0488c696018bbe39c6ac8439955ec1a7d795"
Job succeeded
2024-04-10 18:47.51: Job succeeded