Organisationsmiragearp21c6f0 ()debian-13-5.4_x86_32_opam-2.5

debian-13-5.4_x86_32_opam-2.5

Logs

Show full logs
2026-01-16 14:01.27: New job: test mirage/arp https://github.com/mirage/arp.git#refs/pull/33/head (21c6f077b7ce8450e7ebf8dc624ab6d01a3b266f) (linux-x86_64:debian-13-5.4_x86_32_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6
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.4@sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6
# debian-13-5.4_x86_32_opam-2.5
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 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 14:01.27: Using cache hint "mirage/arp-ocaml/opam:debian-13-ocaml-5.4@sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6-debian-13-5.4_x86_32_opam-2.5-4907453709c344238c1b62858ba6872b"
2026-01-16 14:01.27: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6)
 (comment debian-13-5.4_x86_32_opam-2.5)
 (user (uid 1000) (gid 1000))
 (shell /usr/bin/linux32 /bin/sh -c)
 (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.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 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 14:01.27: Waiting for resource in pool OCluster
2026-01-16 19:41.47: Waiting for worker…
2026-01-16 19:46.40: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 21c6f07 improve ARP cache logic

(from ocaml/opam:debian-13-ocaml-5.4@sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6' locally
docker.io/ocaml/opam@sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6: Pulling from ocaml/opam
7ba68d5e03a0: Already exists
1a92a756293b: Pulling fs layer
2b48d46f078b: Pulling fs layer
c621c09b189b: Pulling fs layer
32f3ba7ab793: Pulling fs layer
7d548d90d2e6: Pulling fs layer
47e0db8920f7: Pulling fs layer
3005f82609ce: Pulling fs layer
4d4a0851ffff: Pulling fs layer
32f3ba7ab793: Waiting
47e0db8920f7: Waiting
fbd77c799b6d: Pulling fs layer
7d548d90d2e6: Waiting
3005f82609ce: Waiting
45f199f25bab: Pulling fs layer
fbd77c799b6d: Waiting
302e107b493e: Pulling fs layer
45f199f25bab: Waiting
3adf920685a2: Pulling fs layer
302e107b493e: Waiting
9e627f7d336a: Pulling fs layer
e507051a156a: Pulling fs layer
3adf920685a2: Waiting
9e627f7d336a: Waiting
8bc7f297c75b: Pulling fs layer
e507051a156a: Waiting
367b3e4c885a: Pulling fs layer
e8da7facf14d: Pulling fs layer
d2aedec2aee7: Pulling fs layer
8bc7f297c75b: Waiting
9a7c70a70566: Pulling fs layer
e8da7facf14d: Waiting
367b3e4c885a: Waiting
d2aedec2aee7: Waiting
248bac1a37be: Pulling fs layer
9a7c70a70566: Waiting
6eeb3205f2a1: Pulling fs layer
248bac1a37be: Waiting
4f4fb700ef54: Pulling fs layer
f2ebb779349c: Pulling fs layer
739491ef9b38: Pulling fs layer
6eeb3205f2a1: Waiting
4f4fb700ef54: Waiting
1757ee195ab5: Pulling fs layer
f2ebb779349c: Waiting
daaa5c986635: Pulling fs layer
739491ef9b38: Waiting
1757ee195ab5: Waiting
e7c5cdfdd8ab: Pulling fs layer
daaa5c986635: Waiting
f9c7ebe56fda: Pulling fs layer
ad15e6ede39d: Pulling fs layer
f9c7ebe56fda: Waiting
87de0eff9869: Pulling fs layer
79bef189e5a9: Pulling fs layer
48838cbe0af0: Pulling fs layer
ad15e6ede39d: Waiting
79bef189e5a9: Waiting
0f3b41686569: Pulling fs layer
87de0eff9869: Waiting
48838cbe0af0: Waiting
a64cabba2e9b: Pulling fs layer
0f3b41686569: Waiting
d88b22d80a9b: Pulling fs layer
a64cabba2e9b: Waiting
3baeaf770822: Pulling fs layer
d88b22d80a9b: Waiting
e6a355e9e672: Pulling fs layer
3baeaf770822: Waiting
dad9f6189378: Pulling fs layer
e6a355e9e672: Waiting
2ee86ee89865: Pulling fs layer
dad9f6189378: Waiting
43558c27d25b: Pulling fs layer
2ee86ee89865: Waiting
0e2aedb9b174: Pulling fs layer
43558c27d25b: Waiting
8d7428b47caa: Pulling fs layer
0e2aedb9b174: Waiting
c7877a1d0060: Pulling fs layer
8d7428b47caa: Waiting
56950ef670f5: Pulling fs layer
c7877a1d0060: Waiting
e7dc5ceceff5: Pulling fs layer
56950ef670f5: Waiting
b48406fd5019: Pulling fs layer
e7dc5ceceff5: Waiting
04fa19dab50a: Pulling fs layer
b48406fd5019: Waiting
04fa19dab50a: Waiting
2b48d46f078b: Verifying Checksum
2b48d46f078b: Download complete
1a92a756293b: Verifying Checksum
1a92a756293b: Download complete
1a92a756293b: Pull complete
2b48d46f078b: Pull complete
32f3ba7ab793: Download complete
c621c09b189b: Verifying Checksum
c621c09b189b: Download complete
47e0db8920f7: Verifying Checksum
47e0db8920f7: Download complete
3005f82609ce: Verifying Checksum
3005f82609ce: Download complete
c621c09b189b: Pull complete
32f3ba7ab793: Pull complete
fbd77c799b6d: Verifying Checksum
fbd77c799b6d: Download complete
45f199f25bab: Verifying Checksum
45f199f25bab: Download complete
7d548d90d2e6: Verifying Checksum
7d548d90d2e6: Download complete
302e107b493e: Verifying Checksum
302e107b493e: Download complete
4d4a0851ffff: Verifying Checksum
4d4a0851ffff: Download complete
9e627f7d336a: Verifying Checksum
9e627f7d336a: Download complete
3adf920685a2: Verifying Checksum
3adf920685a2: Download complete
e507051a156a: Verifying Checksum
e507051a156a: Download complete
8bc7f297c75b: Verifying Checksum
8bc7f297c75b: Download complete
367b3e4c885a: Download complete
e8da7facf14d: Download complete
d2aedec2aee7: Verifying Checksum
d2aedec2aee7: Download complete
9a7c70a70566: Download complete
6eeb3205f2a1: Download complete
248bac1a37be: Download complete
f2ebb779349c: Download complete
739491ef9b38: Verifying Checksum
739491ef9b38: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
e7c5cdfdd8ab: Verifying Checksum
e7c5cdfdd8ab: Download complete
daaa5c986635: Verifying Checksum
daaa5c986635: Download complete
1757ee195ab5: Verifying Checksum
1757ee195ab5: Download complete
f9c7ebe56fda: Verifying Checksum
f9c7ebe56fda: Download complete
ad15e6ede39d: Verifying Checksum
ad15e6ede39d: Download complete
87de0eff9869: Verifying Checksum
87de0eff9869: Download complete
79bef189e5a9: Verifying Checksum
79bef189e5a9: Download complete
48838cbe0af0: Download complete
0f3b41686569: Download complete
a64cabba2e9b: Verifying Checksum
a64cabba2e9b: Download complete
3baeaf770822: Verifying Checksum
3baeaf770822: Download complete
dad9f6189378: Verifying Checksum
dad9f6189378: Download complete
2ee86ee89865: Download complete
43558c27d25b: Verifying Checksum
43558c27d25b: Download complete
0e2aedb9b174: Download complete
8d7428b47caa: Verifying Checksum
8d7428b47caa: Download complete
c7877a1d0060: Verifying Checksum
c7877a1d0060: Download complete
56950ef670f5: Verifying Checksum
56950ef670f5: Download complete
e7dc5ceceff5: Download complete
b48406fd5019: Verifying Checksum
b48406fd5019: Download complete
04fa19dab50a: Verifying Checksum
04fa19dab50a: Download complete
7d548d90d2e6: Pull complete
47e0db8920f7: Pull complete
3005f82609ce: Pull complete
4d4a0851ffff: Pull complete
fbd77c799b6d: Pull complete
45f199f25bab: Pull complete
302e107b493e: Pull complete
3adf920685a2: Pull complete
e6a355e9e672: Verifying Checksum
e6a355e9e672: Download complete
9e627f7d336a: Pull complete
e507051a156a: Pull complete
8bc7f297c75b: Pull complete
367b3e4c885a: Pull complete
e8da7facf14d: Pull complete
d2aedec2aee7: Pull complete
9a7c70a70566: Pull complete
248bac1a37be: Pull complete
6eeb3205f2a1: Pull complete
4f4fb700ef54: Pull complete
f2ebb779349c: Pull complete
739491ef9b38: Pull complete
1757ee195ab5: Pull complete
daaa5c986635: Pull complete
e7c5cdfdd8ab: Pull complete
f9c7ebe56fda: Pull complete
ad15e6ede39d: Pull complete
87de0eff9869: Pull complete
79bef189e5a9: Pull complete
48838cbe0af0: Pull complete
0f3b41686569: Pull complete
a64cabba2e9b: Pull complete
d88b22d80a9b: Verifying Checksum
d88b22d80a9b: Download complete
d88b22d80a9b: Pull complete
3baeaf770822: Pull complete
e6a355e9e672: Pull complete
dad9f6189378: Pull complete
2ee86ee89865: Pull complete
43558c27d25b: Pull complete
0e2aedb9b174: Pull complete
8d7428b47caa: Pull complete
c7877a1d0060: Pull complete
56950ef670f5: Pull complete
e7dc5ceceff5: Pull complete
b48406fd5019: Pull complete
04fa19dab50a: Pull complete
Digest: sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6
Status: Downloaded newer image for ocaml/opam@sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6
2026-01-16 19:46.40 ---> using "f3ef0252fc1e953b02452ab482b941502fd748c852c73ed37b10d1b93fa1b752" from cache

/: (comment debian-13-5.4_x86_32_opam-2.5)

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

/: (shell /usr/bin/linux32 /bin/sh -c)

/: (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 19:46.40 ---> using "c345ec37c2e8be9462ae5f66cf9a04ce835146322e5958323f4175d3eaeb116f" 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 19:46.40 ---> using "16ec65c644e14f87f9dac3ef42ca8b85bdb666e5aa59823a0764968db7d4be1f" from cache

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

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-01-16 19:46.40 ---> using "05beb63a5122afe2bf9c4968ebfb09fe8358c0c42cd5165e9b3c5815f9e079ab" 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
   a6b2f19780..92679ed614  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

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-01-16 19:46.40 ---> using "8a154cace4c5c6117a3e6603228a56839e12bf44df287111c606d05bbe146e38" from cache

/src: (copy (src arp.opam) (dst ./))
2026-01-16 19:46.40 ---> using "e279d2398f3bbabb83846f253f6b6e90060491811b8bed5e9ace354bb7dba47a" 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 19:46.42 ---> saved as "a72aa34594604ee09ff44d2445a8090722c205ffef7fbe12d297d5ee8a790c58"

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

/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.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 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 i386 Packages [9429 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main i386 Packages [87.7 kB]
- Fetched 9748 kB in 5s (2112 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-option-bytecode-only 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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 19:47.08 ---> saved as "611b85e0da7810739d1cbe434515ce23fc0bd13ced34077435eb89acaa35b60b"

/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-option-bytecode-only 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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 lwt.6.0.0  (cached)
-> retrieved mirage-vnetif.0.6.2  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (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 uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.21.0
-> installed duration.0.2.1
-> installed macaddr.5.6.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed domain-name.0.5.0
-> installed psq.0.2.1
-> installed re.1.14.0
-> installed lru.0.3.1
-> installed cppo.1.8.0
-> installed ipaddr.5.6.1
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.21.0
-> installed ocaml-syntax-shims.1.0.0
-> installed alcotest.1.9.1
-> installed lwt.6.0.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-vnetif.0.6.2
-> installed bos.0.2.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-16 19:50.10 ---> saved as "8424dcaba7f301c05088c1c486df8147c94c944a68641a81d5426dfbae9fb296"

/src: (copy (src .) (dst /src))
2026-01-16 19:50.10 ---> saved as "2f9c09edcfea2199cc2dbbe725676b195b0de7fd10d423159ecb150e8cdeac08"

/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 `P5H3QTSW'.

  [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.624s. 43 tests run.
(cd _build/default/test/mirage && ./tests.exe)
Testing `arp'.
This run has ID `8WXTC7DV'.

  [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.739s. 13 tests run.
2026-01-16 19:50.20 ---> saved as "b6e977826e028e92bf6182616d3a36a1ac80001484ed2472978c7029b039f1f6"
Job succeeded
2026-01-16 19:50.20: Job succeeded