2025-10-17 09:41.12: New job: test mirage/arp https://github.com/mirage/arp.git#refs/pull/35/head (0da023057cecffcedee232b594be893de77baa79) (linux-x86_64:fedora-42-4.14_opam-2.4)Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/arp.git" && cd "arp" && git fetch origin "refs/pull/35/head" && git reset --hard 0da02305cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d# fedora-42-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && git log --no-decorate -n1 --oneline && 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-threads.base base-unix.base bos.0.2.1 cmdliner.2.0.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 ethernet.3.2.0 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 mirage-net.4.0.0 mirage-sleep.4.1.0 mirage-vnetif.0.6.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 rresult.0.7.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --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-BLOCK2025-10-17 09:41.12: Using cache hint "mirage/arp-ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d-fedora-42-4.14_opam-2.4-64cb886ccd09e27e763c18d30c3e9de8"2025-10-17 09:41.12: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d)(comment fedora-42-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && 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-threads.base base-unix.base bos.0.2.1 cmdliner.2.0.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 ethernet.3.2.0 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 mirage-net.4.0.0 mirage-sleep.4.1.0 mirage-vnetif.0.6.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 rresult.0.7.0 stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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")))2025-10-17 09:41.12: Waiting for resource in pool OCluster2025-10-17 09:41.12: Waiting for worker…2025-10-17 09:41.12: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 0da0230 arp_handler: use timeout based cache(from ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d)Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d' locallydocker.io/ocaml/opam@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d: Pulling from ocaml/opam547641975f96: Pulling fs layerb6223ca0397b: Pulling fs layerc88e95ea09ea: Pulling fs layerb43d6df84e10: Pulling fs layer38797415f476: Pulling fs layerea1ccf6ef272: Pulling fs layera4d131bfd45e: Pulling fs layerb6223ca0397b: Waiting53e40a84d9e4: Pulling fs layerb8fa4b80027d: Pulling fs layerb43d6df84e10: Waitingc88e95ea09ea: Waiting84365ccee7ad: Pulling fs layer38797415f476: Waiting547641975f96: Waiting85b21d6abc9b: Pulling fs layera20b9576cc04: Pulling fs layerc924f2c04050: Pulling fs layer96912334e16d: Pulling fs layerea1ccf6ef272: Waiting306bf1df8cdc: Pulling fs layer84365ccee7ad: Waitinga0357cad2b43: Pulling fs layer85b21d6abc9b: Waiting856921988f7d: Pulling fs layerb8fa4b80027d: Waitinga20b9576cc04: Waiting8dc84ea72184: Pulling fs layer96912334e16d: Waiting856921988f7d: Waitinga0357cad2b43: Waitingecdd0ca05718: Pulling fs layerb28e911b41a4: Pulling fs layerecdd0ca05718: Waiting4f4fb700ef54: Pulling fs layerb28e911b41a4: Waiting05616bcc80ee: Pulling fs layer68b897da4468: Pulling fs layer2583ba7818a9: Pulling fs layer6fc895f34b74: Pulling fs layere6ef6caa4663: Pulling fs layer2583ba7818a9: Waiting9c70aa04ece2: Pulling fs layere6ef6caa4663: Waitingf5cb4a38127b: Pulling fs layer89d5e872f6fb: Pulling fs layer9c70aa04ece2: Waitingf5cb4a38127b: Waiting6c25405fe545: Pulling fs layer943293daff0a: Pulling fs layere061e14fbee0: Pulling fs layer89d5e872f6fb: Waitingc166f792c849: Pulling fs layera7b2afffa380: Pulling fs layera1ec5145f36e: Pulling fs layerc166f792c849: Waitinge061e14fbee0: Waitingca4961de5036: Pulling fs layera7b2afffa380: Waitinga1ec5145f36e: Waitingef59d4736497: Pulling fs layer69173793b245: Pulling fs layeref59d4736497: Waiting7e397c036289: Pulling fs layerca4961de5036: Waiting132bff4d5c7a: Pulling fs layer2fc74dd97611: Pulling fs layer3117652a3c6a: Pulling fs layer7a9483eb8779: Pulling fs layer2fc74dd97611: Waiting132bff4d5c7a: Waiting7a9483eb8779: Waiting3117652a3c6a: Waiting547641975f96: Verifying Checksum547641975f96: Download completeb6223ca0397b: Verifying Checksumb6223ca0397b: Download completec88e95ea09ea: Verifying Checksumc88e95ea09ea: Download complete547641975f96: Pull completeb6223ca0397b: Pull completec88e95ea09ea: Pull completeb43d6df84e10: Verifying Checksumb43d6df84e10: Download complete38797415f476: Verifying Checksum38797415f476: Download completeea1ccf6ef272: Verifying Checksumea1ccf6ef272: Download complete53e40a84d9e4: Verifying Checksum53e40a84d9e4: Download completea4d131bfd45e: Verifying Checksuma4d131bfd45e: Download completeb8fa4b80027d: Verifying Checksumb8fa4b80027d: Download complete84365ccee7ad: Verifying Checksum84365ccee7ad: Download complete85b21d6abc9b: Verifying Checksum85b21d6abc9b: Download completea20b9576cc04: Verifying Checksuma20b9576cc04: Download completec924f2c04050: Download complete96912334e16d: Download complete306bf1df8cdc: Verifying Checksum306bf1df8cdc: Download completea0357cad2b43: Verifying Checksuma0357cad2b43: Download complete856921988f7d: Download complete8dc84ea72184: Download completeb28e911b41a4: Verifying Checksumb28e911b41a4: Download completeecdd0ca05718: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete05616bcc80ee: Download complete68b897da4468: Download complete2583ba7818a9: Verifying Checksum2583ba7818a9: Download complete6fc895f34b74: Download completee6ef6caa4663: Verifying Checksume6ef6caa4663: Download complete9c70aa04ece2: Verifying Checksum9c70aa04ece2: Download completef5cb4a38127b: Download complete6c25405fe545: Verifying Checksum6c25405fe545: Download complete89d5e872f6fb: Download complete943293daff0a: Verifying Checksum943293daff0a: Download completee061e14fbee0: Download completec166f792c849: Download completea1ec5145f36e: Download completeb43d6df84e10: Pull complete38797415f476: Pull completeea1ccf6ef272: Pull completea4d131bfd45e: Pull complete53e40a84d9e4: Pull completeb8fa4b80027d: Pull complete84365ccee7ad: Pull complete85b21d6abc9b: Pull completea20b9576cc04: Pull completec924f2c04050: Pull complete96912334e16d: Pull complete306bf1df8cdc: Pull completea0357cad2b43: Pull complete856921988f7d: Pull complete8dc84ea72184: Pull completeecdd0ca05718: Pull completeb28e911b41a4: Pull complete4f4fb700ef54: Pull complete05616bcc80ee: Pull complete68b897da4468: Pull complete2583ba7818a9: Pull complete6fc895f34b74: Pull completee6ef6caa4663: Pull complete9c70aa04ece2: Pull completef5cb4a38127b: Pull complete89d5e872f6fb: Pull complete6c25405fe545: Pull complete943293daff0a: Pull completee061e14fbee0: Pull completec166f792c849: Pull completeef59d4736497: Download complete69173793b245: Verifying Checksum69173793b245: Download complete7e397c036289: Verifying Checksum7e397c036289: Download complete132bff4d5c7a: Verifying Checksum132bff4d5c7a: Download complete2fc74dd97611: Verifying Checksum2fc74dd97611: Download completea7b2afffa380: Verifying Checksuma7b2afffa380: Download complete3117652a3c6a: Verifying Checksum3117652a3c6a: Download complete7a9483eb8779: Download completeca4961de5036: Verifying Checksumca4961de5036: Download completea7b2afffa380: Pull completea1ec5145f36e: Pull completeca4961de5036: Pull completeef59d4736497: Pull complete69173793b245: Pull complete7e397c036289: Pull complete132bff4d5c7a: Pull complete2fc74dd97611: Pull complete3117652a3c6a: Pull complete7a9483eb8779: Pull completeDigest: sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33dStatus: Downloaded newer image for ocaml/opam@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d2025-10-17 09:41.13 ---> using "e21b0f9762b6e571e0b89dbde098ca6c6fb19e60b42fe0d3ffaaac130921345d" from cache/: (comment fedora-42-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 42 - x86_64 100% | 53.4 KiB/s | 25.3 KiB | 00m00sFedora 42 openh264 (From Cisco) - x86_ 100% | 4.1 KiB/s | 986.0 B | 00m00sFedora 42 - x86_64 - Updates 100% | 127.1 KiB/s | 17.9 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2025-10-17 09:41.13 ---> using "fbfb2ad48691720b6564db4b736e1d4be93ea986229fef73b6538dc2384bed48" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-17 09:41.13 ---> using "d6fefd342841eef68581b250046862288602132baa8f77a52b8053fbfc9c3ec4" 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[NOTE] The 'jobs' option was reset, its value was 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-17 09:41.13 ---> using "1f716f63107930869881713bc9e9a8cc20fd1fe9bacd1f0c77b8137994885460" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.4.12025-10-17 09:41.13 ---> using "fa1e3c371e077a77bfdd7e9b675fc264609c257b2d763469ce7b5322c62d39ae" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-17 09:41.13 ---> using "acf79e4c87892220a9d53132c50886ac38fc2795f41dc7e57b282fbc576050ff" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbcac5d1731..5bf570252b master -> origin/master60c74a29f5 Merge pull request #28709 from hannesm/release-domain-name-v0.5.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-17 09:41.38 ---> saved as "fb35e9dc1fc9aced87a123a074901708c9b197c19c5cab25810a22e5ae233fc3"/src: (copy (src arp.opam) (dst ./))2025-10-17 09:41.38 ---> saved as "b8042fc4258f4d436231e734b7c54bd2b7f34e104bab89debb867c90449a159e"/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)2025-10-17 09:41.39 ---> saved as "8dbd070ee08477f096bcc3012b8bc447ccce356a74316094c7046389d07cec5b"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-17 09:41.39 ---> saved as "065181689f722b56054846713d5e3b34c99bd12d321fdd5e3dbae8cba52fc7fc"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.0.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 ethernet.3.2.0 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 mirage-net.4.0.0 mirage-sleep.4.1.0 mirage-vnetif.0.6.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 rresult.0.7.0 stdlib-shims.0.3.0 topkg.1.1.0 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.4 --depext-only -y arp.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Fedora 42 - x86_64 - Updates 100% | 41.8 KiB/s | 13.7 KiB | 00m00s- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[arp.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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).2025-10-17 09:41.52 ---> saved as "4ab9979b340bbd510726dc18b4f3db5996ed50472a154f734394da605f27a852"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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 31 packages- install alcotest 1.9.1- install astring 0.8.5- install base-bytes base- install bos 0.2.1- install cmdliner 2.0.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.20.2- install dune-configurator 3.20.2- 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.9.0- install lwt 5.9.2- 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 re 1.14.0- install rresult 0.7.0- install stdlib-shims 0.3.0- install topkg 1.1.0- 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.0.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.9.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved mirage-net.4.0.0 (cached)-> retrieved mirage-sleep.4.1.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 re.1.14.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed cmdliner.2.0.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.0-> 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.20.2-> installed duration.0.2.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed domain-name.0.5.0-> installed macaddr.5.6.1-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed ocplib-endian.1.2-> installed ipaddr.5.6.1-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed lwt.5.9.2-> installed mirage-net.4.0.0-> installed mirage-sleep.4.1.0-> installed logs.0.9.0-> installed mirage-vnetif.0.6.2-> installed ethernet.3.2.0-> installed bos.0.2.1Done.# To update the current shell environment, run: eval $(opam env)2025-10-17 09:42.40 ---> saved as "63fe33d648a6a52fe623a0b7bb7b000a3543a5065fc645506d9bce8fd16816a6"/src: (copy (src .) (dst /src))2025-10-17 09:42.41 ---> saved as "741111117207318dd43a23fb00b8a2321074d1332439d1338d033ce862843f2f"/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 `IZQGCP1V'.[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 0.066s. 39 tests run.(cd _build/default/test/mirage && ./tests.exe)Testing `arp'.This run has ID `4EEVXMI8'.[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.750s. 13 tests run.2025-10-17 09:42.48 ---> saved as "5dbfb87fd87aa9f47ae1aba705495d20250f587aec90f77610d395a661702f30"Job succeeded2025-10-17 09:42.48: Job succeeded