2025-10-13 03:59.29: New job: test mirage/arp https://github.com/mirage/arp.git#refs/pull/33/head (e59f5144f136dcaad3fcc0ee0421662846675705) (linux-x86_64:ubuntu-25.04-5.3_opam-2.4)Base: ocaml/opam:ubuntu-25.04-ocaml-5.3@sha256:b161be7c60f9b6ee9139d3f8ffb966f1e1710c11a1a8379dc4d2fa62c24eaf19Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/arp.git" && cd "arp" && git fetch origin "refs/pull/33/head" && git reset --hard e59f5144cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.04-ocaml-5.3@sha256:b161be7c60f9b6ee9139d3f8ffb966f1e1710c11a1a8379dc4d2fa62c24eaf19# ubuntu-25.04-5.3_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN 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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && 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-domains.base base-effects.base base-nnp.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.4.1 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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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-13 03:59.29: Using cache hint "mirage/arp-ocaml/opam:ubuntu-25.04-ocaml-5.3@sha256:b161be7c60f9b6ee9139d3f8ffb966f1e1710c11a1a8379dc4d2fa62c24eaf19-ubuntu-25.04-5.3_opam-2.4-7183776a7234af3d32a4b0497302031a"2025-10-13 03:59.29: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-5.3@sha256:b161be7c60f9b6ee9139d3f8ffb966f1e1710c11a1a8379dc4d2fa62c24eaf19)(comment ubuntu-25.04-5.3_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && 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.0.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.1 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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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-13 03:59.29: Waiting for resource in pool OCluster2025-10-13 03:59.30: Waiting for worker…2025-10-13 03:59.30: Got resource from pool OClusterBuilding on cleteHEAD is now at 72c1311 reenable entries_expire test for macOS and windowsHEAD is now at e59f514 reenable entries_expire test for macOS and windows(from ocaml/opam:ubuntu-25.04-ocaml-5.3@sha256:b161be7c60f9b6ee9139d3f8ffb966f1e1710c11a1a8379dc4d2fa62c24eaf19)2025-10-13 03:59.30 ---> using "b5d08b2c1d468bdf084d83f92b87da0a162be101d82446f9c77ac822687eb8f4" from cache/: (comment ubuntu-25.04-5.3_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-13 03:59.30 ---> using "836fa5d9f6d7a5b77c51a5215d0308a61c5ebff1b91761a2cb9b74cc40eb665f" 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-13 03:59.30 ---> using "95d4acefdf0e92b0bbca121389be9b680be5e94898f0dc04c700fe801920007b" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-84-genericThe OCaml toplevel, version 5.3.02.4.12025-10-13 03:59.30 ---> using "7ce08b612f57877940976a9a6666dd5db8716a7cf61be5d1e3242f311a5dd1b0" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-13 03:59.30 ---> using "61ab72321ba2bcb032ea5c4e1853c02fde01acccd7a2c58d423b82f0916be754" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbcac5d1731..1abfcdbf14 master -> origin/master241aae26db Merge pull request #28629 from dinosaure/release-alcotest-1.9.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-13 03:59.30 ---> using "d5d894b2a8eb035d09a264c7728e3447974f5d8273c949a8b0e41443a7b21bec" from cache/src: (copy (src arp.opam) (dst ./))2025-10-13 03:59.30 ---> using "53a7c2ff73b77395ea03420d2f76df159ed64092856aafcd7df3b79fef094a65" 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)2025-10-13 03:59.30 ---> using "b7641d6c463d3bb693255f069ca7e90a92d48fdb582b27bdfb7d5f6ca71499b2" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-13 03:59.30 ---> using "16d00e3ff9c097059d000fe7d84aef71fd0cbeefd4e260f387ae50c95c1a1006" from cache/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.0.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.1 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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease- Get:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]- Get:3 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]- Get:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]- Get:5 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [313 kB]- Get:6 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [285 kB]- Get:7 http://security.ubuntu.com/ubuntu plucky-security/multiverse amd64 Packages [30.6 kB]- Get:8 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [297 kB]- Get:9 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [209 kB]- Get:10 http://archive.ubuntu.com/ubuntu plucky-updates/multiverse amd64 Packages [30.8 kB]- Get:11 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [323 kB]- Get:12 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [457 kB]- Get:13 http://archive.ubuntu.com/ubuntu plucky-backports/universe amd64 Packages [3672 B]- Fetched 2328 kB in 0s (7183 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-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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).2025-10-13 03:59.30 ---> using "c8c5802ff871b39ef89b30a6c49a138bf8f6e241f9b56d1724c89719494ed08f" from cache/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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 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.4.1- 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.4.1 (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 mirage-net.4.0.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved mirage-sleep.4.1.0 (cached)-> retrieved mirage-vnetif.0.6.2 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (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.4.1-> 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-13 03:59.30 ---> using "742930abe55796df83d9ce7614e68e8532032a3d4e7309507f38fadf2eb16053" from cache/src: (copy (src .) (dst /src))2025-10-13 03:59.31 ---> saved as "e70cd8098e2ca5f3f611ad446b19f8058526cb3e977c8d0a0289eb56b69ee5fe"/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 `2X377NTY'.[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.059s. 39 tests run.(cd _build/default/test/mirage && ./tests.exe)Testing `arp'.This run has ID `OXS7FLTT'.[OK] arp 0 entries expire.Test Successful in 6.101s. 1 test run.tests.exe: [INFO] Connected Ethernet interface 02:50:00:00:00:01tests.exe: [INFO] Connected Ethernet interface 02:50:00:00:00:02tests.exe: [INFO] Sending gratuitous ARP for 192.168.3.1 (02:50:00:00:00:02)tests.exe: [INFO] Sending gratuitous ARP for 192.168.3.10 (02:50:00:00:00:01)tests.exe: [DEBUG] starting arp listener for 02:50:00:00:00:02tests.exe: [DEBUG] starting arp listener for 02:50:00:00:00:01tests.exe: [DEBUG] sending ARP request for 192.168.3.1 --> Pendingtests.exe: [DEBUG] frame received for arpv4tests.exe: [DEBUG] replying to ARP request for 192.168.3.1 from 192.168.3.10 (mac 02:50:00:00:00:01)tests.exe: [DEBUG] frame received for arpv4tests.exe: [DEBUG] ARP reply received for 192.168.3.1/02:50:00:00:00:02, adding cache entryASSERT mac matchtests.exe: [DEBUG] ARP entry 192.168.3.1 (mac 02:50:00:00:00:02) timed out --> Staletests.exe: [DEBUG] removing stale ARP entry 192.168.3.1 (mac 02:50:00:00:00:02)tests.exe: [DEBUG] sending ARP request for 192.168.3.1 --> PendingASSERT parsed packet comparison2025-10-13 03:59.38 ---> saved as "0474af501d8cb14776dc3d3d7c99a68119402dd425ab4499ebc6fe6457383b9a"Job succeeded2025-10-13 03:59.38: Job succeeded