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:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/arp.git" -b "main" && cd "arp" && git reset --hard f277edb7cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111# debian-13-5.5_riscv64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e 10b9bc82426ac6d613a21b70509373ed5b785d42 || git fetch origin master) && git reset -q --hard 10b9bc82426ac6d613a21b70509373ed5b785d42 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-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 OCluster2026-06-26 16:01.48: Waiting for worker…2026-06-26 22:55.42: Got resource from pool OClusterBuilding on riscv-qemu-navajo-27hint: Using 'master' as the name for the initial branch. This default branch namehint: will change to "main" in Git 3.0. To configure the initial branch namehint: 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' andhint: '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' locallydocker.io/ocaml/opam@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111: Pulling from ocaml/opam5d8285550722: Pulling fs layera44534316ae1: Pulling fs layer8f6c0f6fd7f4: Pulling fs layerd3cd9ccb7f42: Pulling fs layer9283915bce3c: Pulling fs layer08f014a3c1e9: Pulling fs layer21f89444e2c7: Pulling fs layera22396c7b2e8: Pulling fs layer1a813672e600: Pulling fs layera9b397ad0c9f: Pulling fs layerdc663b1a4563: Pulling fs layer6f3f21bd5a2a: Pulling fs layer7fd017dd3de0: Pulling fs layer264b93ba6956: Pulling fs layerf14afe7dac01: Pulling fs layerf4815e65d53d: Pulling fs layer88620af90ff5: Pulling fs layerba61830b098d: Pulling fs layer4f4fb700ef54: Pulling fs layer18a3ea756c71: Pulling fs layer3c0cf53d758a: Pulling fs layer01798b3efeb4: Pulling fs layere27365945df1: Pulling fs layer611387e3fe2f: Pulling fs layer0b0d5be280c3: Pulling fs layer9d871c9a1c5e: Pulling fs layer157390685fdf: Pulling fs layere39667ddf2b5: Pulling fs layer23b1160432a3: Pulling fs layer7a93ffb18421: Pulling fs layer576d5322ac3b: Pulling fs layer4b8db0f87d6e: Pulling fs layerb159708ab9de: Pulling fs layeredd5acc31bfe: Pulling fs layer04fcaeb0c71f: Pulling fs layeraecf56ebc668: Pulling fs layer0c4dce3c73a9: Pulling fs layerd74b5b7a32b6: Pulling fs layer134238d1e80b: Pulling fs layer0e9b33b2c46f: Pulling fs layer8317fb0f98fe: Pulling fs layerab751bbfd899: Pulling fs layer0e564b0ba511: Pulling fs layercc6a652e4633: Pulling fs layer5b5e04c300be: Pulling fs layer46edfa3ac778: Pulling fs layer7e0fde4c4c00: Pulling fs layer3c0cf53d758a: Download complete611387e3fe2f: Download complete23b1160432a3: Download complete0c4dce3c73a9: Download completeb159708ab9de: Download complete04fcaeb0c71f: Download completed3cd9ccb7f42: Download complete264b93ba6956: Download completef14afe7dac01: Download complete4f4fb700ef54: Already exists18a3ea756c71: Download complete7e0fde4c4c00: Download completee27365945df1: Download complete4b8db0f87d6e: Download completedc663b1a4563: Download complete0b0d5be280c3: Download complete576d5322ac3b: Download completecc6a652e4633: Download completeedd5acc31bfe: Download completed74b5b7a32b6: Download complete1a813672e600: Download complete88620af90ff5: Download complete9d871c9a1c5e: Download complete0e9b33b2c46f: Download completef4815e65d53d: Download complete7a93ffb18421: Download complete0e564b0ba511: Download completeab751bbfd899: Download complete46edfa3ac778: Download completeba61830b098d: Download complete01798b3efeb4: Download complete157390685fdf: Download completee39667ddf2b5: Download completeaecf56ebc668: Download complete21f89444e2c7: Download complete08f014a3c1e9: Download completea44534316ae1: Download complete8f6c0f6fd7f4: Download completea22396c7b2e8: Download complete6f3f21bd5a2a: Download complete9283915bce3c: Download completea9b397ad0c9f: Download complete5d8285550722: Download complete5b5e04c300be: Download complete8317fb0f98fe: Download complete7fd017dd3de0: Download complete134238d1e80b: Download completef4815e65d53d: Pull complete5d8285550722: Pull completed3cd9ccb7f42: Pull completea9b397ad0c9f: Pull completedc663b1a4563: Pull complete7fd017dd3de0: Pull complete8f6c0f6fd7f4: Pull completea22396c7b2e8: Pull complete6f3f21bd5a2a: Pull complete9283915bce3c: Pull complete08f014a3c1e9: Pull completea44534316ae1: Pull complete21f89444e2c7: Pull complete9d871c9a1c5e: Pull complete157390685fdf: Pull completee39667ddf2b5: Pull completef14afe7dac01: Pull complete0b0d5be280c3: Pull complete1a813672e600: Pull complete88620af90ff5: Pull completeba61830b098d: Pull complete01798b3efeb4: Pull complete3c0cf53d758a: Pull complete611387e3fe2f: Pull complete23b1160432a3: Pull complete4f4fb700ef54: Pull complete18a3ea756c71: Pull completee27365945df1: Pull complete576d5322ac3b: Pull complete7a93ffb18421: Pull complete0c4dce3c73a9: Pull complete4b8db0f87d6e: Pull completecc6a652e4633: Pull completed74b5b7a32b6: Pull complete134238d1e80b: Pull complete0e9b33b2c46f: Pull complete8317fb0f98fe: Pull complete0e564b0ba511: Pull completeab751bbfd899: Pull completeb159708ab9de: Pull completeedd5acc31bfe: Pull complete04fcaeb0c71f: Pull completeaecf56ebc668: Pull complete5b5e04c300be: Pull complete46edfa3ac778: Pull complete7e0fde4c4c00: Pull complete264b93ba6956: Pull completeDigest: sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111Status: Downloaded newer image for ocaml/opam@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce1112026-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_HEADb85f65c75d..10b9bc8242 master -> origin/master10b9bc8242 Merge pull request #30143 from shonfeder/bound-on-dune-3-242026-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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-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-genericThe OCaml toplevel, version 5.5.02.5.12026-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-repositoryThe 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.3Done.<><> 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.0Done.# 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 succeeded2026-06-27 00:03.47: Job succeeded