2026-06-26 09:18.53: New job: test mirage/arp https://github.com/mirage/arp.git#refs/heads/main (f277edb7ee0be8a9ec7b78d632c168db7f382b1d) (linux-riscv64:debian-13-5.5_riscv64_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/arp.git" -b "main" && cd "arp" && git reset --hard f277edb7 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111 # debian-13-5.5_riscv64_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 cd ~/opam-repository && (git cat-file -e 10b9bc82426ac6d613a21b70509373ed5b785d42 || git fetch origin master) && git reset -q --hard 10b9bc82426ac6d613a21b70509373ed5b785d42 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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.3.0 cmdliner.2.1.1 compiler-cloning.enabled cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.23.1 dune-configurator.3.23.1 duration.0.3.1 ethernet.3.2.0 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.2 logs.0.10.0 lru.0.3.1 lwt.6.1.2 macaddr.5.6.2 mirage-net.4.0.0 mirage-sleep.4.1.0 mirage-vnetif.0.6.2 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 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-06-26 09:18.53: Using cache hint "mirage/arp-ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111-debian-13-5.5_riscv64_opam-2.5-4cf831a407d2bdca6c02153584c73507" 2026-06-26 09:18.53: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111) (comment debian-13-5.5_riscv64_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 (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 10b9bc82426ac6d613a21b70509373ed5b785d42 || git fetch origin master) && git reset -q --hard 10b9bc82426ac6d613a21b70509373ed5b785d42 && git log --no-decorate -n1 --oneline")) (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 "opam update -u")) (copy (src arp.opam) (dst ./)) (run (network host) (shell "opam pin add -yn arp.dev './'")) (run (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.3.0 cmdliner.2.1.1 compiler-cloning.enabled cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.23.1 dune-configurator.3.23.1 duration.0.3.1 ethernet.3.2.0 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.2 logs.0.10.0 lru.0.3.1 lwt.6.1.2 macaddr.5.6.2 mirage-net.4.0.0 mirage-sleep.4.1.0 mirage-vnetif.0.6.2 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 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-06-26 09:18.53: Waiting for resource in pool OCluster 2026-06-26 16:01.48: Waiting for worker… 2026-06-26 22:55.42: Got resource from pool OCluster Building on riscv-qemu-navajo-27 hint: Using 'master' as the name for the initial branch. This default branch name hint: will change to "main" in Git 3.0. To configure the initial branch name hint: to use in all of your new repositories, which will suppress this warning, hint: 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> hint: hint: Disable this message with "git config set advice.defaultBranchName false" Initialized empty Git repository in /var/cache/obuilder/ocluster/git/arp.git-2b736b2f22fe05028398550ff2979ab1afe3a12a/.git/ HEAD is now at f277edb changes for 4.1.0 (from ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111) Unable to find image 'ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111' locally docker.io/ocaml/opam@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111: Pulling from ocaml/opam 5d8285550722: Pulling fs layer a44534316ae1: Pulling fs layer 8f6c0f6fd7f4: Pulling fs layer d3cd9ccb7f42: Pulling fs layer 9283915bce3c: Pulling fs layer 08f014a3c1e9: Pulling fs layer 21f89444e2c7: Pulling fs layer a22396c7b2e8: Pulling fs layer 1a813672e600: Pulling fs layer a9b397ad0c9f: Pulling fs layer dc663b1a4563: Pulling fs layer 6f3f21bd5a2a: Pulling fs layer 7fd017dd3de0: Pulling fs layer 264b93ba6956: Pulling fs layer f14afe7dac01: Pulling fs layer f4815e65d53d: Pulling fs layer 88620af90ff5: Pulling fs layer ba61830b098d: Pulling fs layer 4f4fb700ef54: Pulling fs layer 18a3ea756c71: Pulling fs layer 3c0cf53d758a: Pulling fs layer 01798b3efeb4: Pulling fs layer e27365945df1: Pulling fs layer 611387e3fe2f: Pulling fs layer 0b0d5be280c3: Pulling fs layer 9d871c9a1c5e: Pulling fs layer 157390685fdf: Pulling fs layer e39667ddf2b5: Pulling fs layer 23b1160432a3: Pulling fs layer 7a93ffb18421: Pulling fs layer 576d5322ac3b: Pulling fs layer 4b8db0f87d6e: Pulling fs layer b159708ab9de: Pulling fs layer edd5acc31bfe: Pulling fs layer 04fcaeb0c71f: Pulling fs layer aecf56ebc668: Pulling fs layer 0c4dce3c73a9: Pulling fs layer d74b5b7a32b6: Pulling fs layer 134238d1e80b: Pulling fs layer 0e9b33b2c46f: Pulling fs layer 8317fb0f98fe: Pulling fs layer ab751bbfd899: Pulling fs layer 0e564b0ba511: Pulling fs layer cc6a652e4633: Pulling fs layer 5b5e04c300be: Pulling fs layer 46edfa3ac778: Pulling fs layer 7e0fde4c4c00: Pulling fs layer 3c0cf53d758a: Download complete 611387e3fe2f: Download complete 23b1160432a3: Download complete 0c4dce3c73a9: Download complete b159708ab9de: Download complete 04fcaeb0c71f: Download complete d3cd9ccb7f42: Download complete 264b93ba6956: Download complete f14afe7dac01: Download complete 4f4fb700ef54: Already exists 18a3ea756c71: Download complete 7e0fde4c4c00: Download complete e27365945df1: Download complete 4b8db0f87d6e: Download complete dc663b1a4563: Download complete 0b0d5be280c3: Download complete 576d5322ac3b: Download complete cc6a652e4633: Download complete edd5acc31bfe: Download complete d74b5b7a32b6: Download complete 1a813672e600: Download complete 88620af90ff5: Download complete 9d871c9a1c5e: Download complete 0e9b33b2c46f: Download complete f4815e65d53d: Download complete 7a93ffb18421: Download complete 0e564b0ba511: Download complete ab751bbfd899: Download complete 46edfa3ac778: Download complete ba61830b098d: Download complete 01798b3efeb4: Download complete 157390685fdf: Download complete e39667ddf2b5: Download complete aecf56ebc668: Download complete 21f89444e2c7: Download complete 08f014a3c1e9: Download complete a44534316ae1: Download complete 8f6c0f6fd7f4: Download complete a22396c7b2e8: Download complete 6f3f21bd5a2a: Download complete 9283915bce3c: Download complete a9b397ad0c9f: Download complete 5d8285550722: Download complete 5b5e04c300be: Download complete 8317fb0f98fe: Download complete 7fd017dd3de0: Download complete 134238d1e80b: Download complete f4815e65d53d: Pull complete 5d8285550722: Pull complete d3cd9ccb7f42: Pull complete a9b397ad0c9f: Pull complete dc663b1a4563: Pull complete 7fd017dd3de0: Pull complete 8f6c0f6fd7f4: Pull complete a22396c7b2e8: Pull complete 6f3f21bd5a2a: Pull complete 9283915bce3c: Pull complete 08f014a3c1e9: Pull complete a44534316ae1: Pull complete 21f89444e2c7: Pull complete 9d871c9a1c5e: Pull complete 157390685fdf: Pull complete e39667ddf2b5: Pull complete f14afe7dac01: Pull complete 0b0d5be280c3: Pull complete 1a813672e600: Pull complete 88620af90ff5: Pull complete ba61830b098d: Pull complete 01798b3efeb4: Pull complete 3c0cf53d758a: Pull complete 611387e3fe2f: Pull complete 23b1160432a3: Pull complete 4f4fb700ef54: Pull complete 18a3ea756c71: Pull complete e27365945df1: Pull complete 576d5322ac3b: Pull complete 7a93ffb18421: Pull complete 0c4dce3c73a9: Pull complete 4b8db0f87d6e: Pull complete cc6a652e4633: Pull complete d74b5b7a32b6: Pull complete 134238d1e80b: Pull complete 0e9b33b2c46f: Pull complete 8317fb0f98fe: Pull complete 0e564b0ba511: Pull complete ab751bbfd899: Pull complete b159708ab9de: Pull complete edd5acc31bfe: Pull complete 04fcaeb0c71f: Pull complete aecf56ebc668: Pull complete 5b5e04c300be: Pull complete 46edfa3ac778: Pull complete 7e0fde4c4c00: Pull complete 264b93ba6956: Pull complete Digest: sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111 Status: Downloaded newer image for ocaml/opam@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111 2026-06-26 22:56.11 ---> using "abda6c898290fbf724a812b8e5adcee51509e8308c979cd32fba27ae644f7181" from cache /: (comment debian-13-5.5_riscv64_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-06-26 22:56.11 ---> using "fb2c59f120512fa46b0b05174d5bb9341050635536b109d154f0ef5c50e26dd3" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 10b9bc82426ac6d613a21b70509373ed5b785d42 || git fetch origin master) && git reset -q --hard 10b9bc82426ac6d613a21b70509373ed5b785d42 && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD b85f65c75d..10b9bc8242 master -> origin/master 10b9bc8242 Merge pull request #30143 from shonfeder/bound-on-dune-3-24 2026-06-26 22:56.11 ---> using "89aada2ff312a17fa33f83c87624ae97e85d991e0a3604bbb9e618acfe619a1d" 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.1 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-06-26 22:56.11 ---> using "0e7b8cfa99ca0502bd41054be2d6cabd21af5353c68497e383a63674bfc7fb50" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 7.0.0-14-generic The OCaml toplevel, version 5.5.0 2.5.1 2026-06-26 22:56.11 ---> using "defa534bf4d932f75bc266964b79eddca1b3f18a32ff6fd8735e578dadbbad0e" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-26 22:56.11 ---> using "84237fde952ce07a83921a1ee81d46442aeb249a821b5117a65795a82a1080ac" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository The following actions will be performed: === recompile 7 packages - recompile base-domains base [uses ocaml] - recompile base-effects base [uses ocaml] - recompile base-nnp base [uses base-domains] - recompile ocaml 5.5.0 [uses ocaml-base-compiler] - recompile ocaml-base-compiler 5.5.0 (pinned) [uses ocaml-compiler] - recompile ocaml-compiler 5.5.0 [upstream or system changes] - recompile opam-depext 1.2.3 [uses ocaml] === install 1 package - install compiler-cloning enabled [required by ocaml-compiler] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml.5.5.0 (cached) -> removed base-effects.base -> removed base-nnp.base -> removed base-domains.base -> installed compiler-cloning.enabled -> retrieved ocaml-compiler.5.5.0 (cached) -> retrieved opam-depext.1.2.3 (cached) -> removed opam-depext.1.2.3 -> removed ocaml.5.5.0 -> removed ocaml-base-compiler.5.5.0 -> removed ocaml-compiler.5.5.0 -> installed ocaml-compiler.5.5.0 -> installed ocaml-base-compiler.5.5.0 -> installed ocaml.5.5.0 -> installed base-domains.base -> installed base-effects.base -> installed base-nnp.base -> installed opam-depext.1.2.3 Done. <><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><> => opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead <><> ocaml-compiler.5.5.0 installed successfully ><><><><><><><><><><><><><><><> => This switch had to be compiled from sources, but future switches with the 🐌 same compiler version and configuration should assemble instantly. # To update the current shell environment, run: eval $(opam env) 2026-06-26 22:56.11 ---> using "3b619838d11e2f44d9504a7e864b647c19ac6be0c1f43a7000bf0f4d6bf30963" from cache /src: (copy (src arp.opam) (dst ./)) 2026-06-26 22:56.14 ---> saved as "59f6208825a98a4cf9245999aa78c8223a5746c191f270ab6755a6d1cc535259" /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-06-26 22:57.06 ---> saved as "224e40c9e24cbf3fcd244908a11c8dd3b6c7baa437224922c40515035b5788f7" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-26 22:57.09 ---> saved as "c56cb5b90c86ca8d36c4b5e6b128f17a5d3498eb5c6d12709b88ce725aa3114e" /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.3.0 cmdliner.2.1.1 compiler-cloning.enabled cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.23.1 dune-configurator.3.23.1 duration.0.3.1 ethernet.3.2.0 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.2 logs.0.10.0 lru.0.3.1 lwt.6.1.2 macaddr.5.6.2 mirage-net.4.0.0 mirage-sleep.4.1.0 mirage-vnetif.0.6.2 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 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" - 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 riscv64 Packages [213 kB] - Fetched 304 kB in 5s (56.1 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-compiler is already installed (current version is 5.5.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0). [NOTE] Package ocaml is already installed (current version is 5.5.0). [NOTE] Package compiler-cloning is already installed (current version is enabled). [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-06-26 23:01.26 ---> saved as "6570c96fdbc0c8f03873cd5c8cde1a712d3d0ecd0ab569f5cb453c6510e25b51" /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-compiler is already installed (current version is 5.5.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0). [NOTE] Package ocaml is already installed (current version is 5.5.0). [NOTE] Package compiler-cloning is already installed (current version is enabled). [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.3.0 - install cmdliner 2.1.1 - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install domain-name 0.5.0 - install dune 3.23.1 - install dune-configurator 3.23.1 - install duration 0.3.1 - install ethernet 3.2.0 - install fmt 0.11.0 - install fpath 0.7.3 - install ipaddr 5.6.2 - install logs 0.10.0 - install lru 0.3.1 - install lwt 6.1.2 - install macaddr 5.6.2 - 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.3.0 (cached) -> retrieved cmdliner.2.1.1 (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.3.1 (cached) -> retrieved ethernet.3.2.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved ipaddr.5.6.2, macaddr.5.6.2 (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.1.2 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved mirage-vnetif.0.6.2 (https://opam.ocaml.org/cache) -> 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) -> 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.23.1, dune-configurator.3.23.1 (cached) -> installed cmdliner.2.1.1 -> installed ocamlbuild.0.16.1 -> installed seq.base -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.1 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed rresult.0.7.0 -> installed fpath.0.7.3 -> installed uutf.1.0.4 -> installed dune.3.23.1 -> installed csexp.1.5.2 -> installed cstruct.6.2.0 -> installed cppo.1.8.0 -> installed domain-name.0.5.0 -> installed duration.0.3.1 -> installed macaddr.5.6.2 -> installed ocplib-endian.1.2 -> installed ipaddr.5.6.2 -> installed dune-configurator.3.23.1 -> installed psq.0.2.1 -> installed ocaml-syntax-shims.1.0.0 -> installed lru.0.3.1 -> installed stdlib-shims.0.3.0 -> installed re.1.14.0 -> installed alcotest.1.9.1 -> installed lwt.6.1.2 -> 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.3.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-06-27 00:02.01 ---> saved as "35b02a1e530245ff8921c87982e11ca94843f92cfadebf3578ed5eaffbd08cd5" /src: (copy (src .) (dst /src)) 2026-06-27 00:02.06 ---> saved as "cc0c8324f67b48b9b18951980646779a69009fadc23d9adbd8aa9861b5af7832" /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 `XIYFWXQU'. [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. Full test results in `/src/_build/default/test/_build/_tests/ARP tests'. Test Successful in 3.573s. 39 tests run. (cd _build/default/test/mirage && ./tests.exe) Testing `arp'. This run has ID `Y4S7JU6O'. [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 6.270s. 13 tests run. 2026-06-27 00:03.47 ---> saved as "b03ab7c7a4d1a70afacde26cb319fb39f060a61fe2bf50268e2237de879c4479" Job succeeded 2026-06-27 00:03.47: Job succeeded