2025-10-13 03:44.37: New job: test mirage/arp https://github.com/mirage/arp.git#refs/pull/33/head (1a72d112909330ba466cd4030ad1682b3fcdaa8f) (openbsd-amd64:openbsd-77-amd64-4.14_opam-2.4)Base: openbsd-77-amd64-ocaml-4.14Opam 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 1a72d112cat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-77-amd64-ocaml-4.14# openbsd-77-amd64-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN doas ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN 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 /home/opam/src/./RUN opam pin add -yn arp.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./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.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.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 . /home/opam/srcRUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-13 03:44.37: Using cache hint "mirage/arp-openbsd-77-amd64-ocaml-4.14-openbsd-77-amd64-4.14_opam-2.4-71b6fcd9106ec9296d482265b281f660"2025-10-13 03:44.37: Using OBuilder spec:((from openbsd-77-amd64-ocaml-4.14)(comment openbsd-77-amd64-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "doas 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"))(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 /home/opam/src/./))(run (network host)(shell "opam pin add -yn arp.dev '/home/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./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.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.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 /home/opam/src))(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-10-13 03:44.37: Waiting for resource in pool OCluster2025-10-13 03:44.37: Waiting for worker…2025-10-13 03:44.55: Got resource from pool OClusterBuilding on oreganoAll commits already cachedHEAD is now at 1a72d11 reenable entries_expire test for macOS and windows(from openbsd-77-amd64-ocaml-4.14)2025-10-13 03:44.55 ---> using "00579f8dea230f94ca5972e50ed0dc70167d1c0e96cfe76e645642677774f17f" from cache/: (comment openbsd-77-amd64-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "doas ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-13 03:44.55 ---> using "8054e5d0929fce63b2e622c1fc2caefa9b5f6e503f9fc7599e0bc40c0bb8a3e7" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using 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.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from file:///home/opam/opam-repository2025-10-13 03:44.55 ---> using "8a35e9584a9ed6dcc739329957f608077d9c3bd6b56dee5b8d5c3bdd8dab57f7" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.7The OCaml toplevel, version 4.14.22.4.12025-10-13 03:44.55 ---> using "b0cd4eee5840b9ccd2075fddbf7c93660c8c159436f71f3bf2f9c12998bdaf67" from cache/: (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_HEADf6368c68f9..241aae26db master -> origin/master241aae26db Merge pull request #28629 from dinosaure/release-alcotest-1.9.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from 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-13 03:44.55 ---> using "e9963cd6c9aa27f568178d25d95b774fad2eb677103cf2cfab04df9786796737" from cache/: (copy (src arp.opam) (dst /home/opam/src/./))2025-10-13 03:44.55 ---> using "13bc42b62b82bad847a49cce67216801dd6bf9bbf94002a65261236fab4abb67" from cache/: (run (network host)(shell "opam pin add -yn arp.dev '/home/opam/src/./'"))[arp.dev] synchronised (file:///home/opam/src)arp is now pinned to file:///home/opam/src (version dev)2025-10-13 03:44.55 ---> using "196495c83d9bd9ca49cd8bca856d665e1a6a2eeefe7e64f8d6ac437664def4e0" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2025-10-13 03:44.55 ---> using "ecff0abd8636b6676e69ffa55e9a19e3cce8908e9e01d788c326c398d72d1242" from cache/: (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.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.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"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[arp.dev] synchronised (file:///home/opam/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-13 03:44.55 ---> using "9a12b34995725564b316943cc26b7e292ca8199e3586fb53967c5cf7cbb15a71" from cache/: (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.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 bos.0.2.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved domain-name.0.4.1 (cached)-> retrieved cstruct.6.2.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 ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved re.1.14.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 dune.3.20.2-> installed ocamlbuild.0.16.1-> installed cppo.1.8.0-> installed csexp.1.5.2-> installed domain-name.0.4.1-> installed dune-configurator.3.20.2-> installed duration.0.2.1-> installed macaddr.5.6.1-> installed ocaml-syntax-shims.1.0.0-> installed ipaddr.5.6.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed ocplib-endian.1.2-> installed topkg.1.1.0-> installed lwt.5.9.2-> installed astring.0.8.5-> installed fmt.0.11.0-> installed fpath.0.7.3-> installed cstruct.6.2.0-> installed logs.0.9.0-> installed mirage-net.4.0.0-> installed mirage-sleep.4.1.0-> installed ethernet.3.2.0-> installed mirage-vnetif.0.6.2-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed bos.0.2.1-> installed alcotest.1.9.1Done.# To update the current shell environment, run: eval $(opam env)2025-10-13 03:44.55 ---> using "91b0ef502c93916caf158516cf57cadf565c2120e2f29c5c9f884c451da80fab" from cache/: (copy (src .) (dst /home/opam/src))2025-10-13 03:45.36 ---> saved as "37818af245f409324cc9dd3a98a2635f26a7e188f9634fee8c6d470eeb282b52"/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./tests.exe)Testing `ARP tests'.This run has ID `P6QSAAM1'.[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.228s. 39 tests run.File "test/mirage/dune", line 2, characters 7-12:2 | (name tests)^^^^^(cd _build/default/test/mirage && ./tests.exe)Testing `arp'.This run has ID `JQ1KGQ80'.[OK] arp 0 conversions neither lose nor gain information.[OK] arp 1 nonsense requests are ignored.[OK] arp 2 requests are responded to.[FAIL] arp 3 entries expire.ASSERT serialize/deserializetests.exe: [INFO] Connected Ethernet interface 02:50:00:00:00:01tests.exe: [INFO] Connected Ethernet interface 02:50:00:00:00:02tests.exe: [INFO] Connected Ethernet interface 02:50:00:00:00:03tests.exe: [INFO] Sending gratuitous ARP for 192.168.3.1 (02:50:00:00:00:01)tests.exe: [DEBUG] starting arp listener for 02:50:00:00:00:01tests.exe: [DEBUG] frame received for arpv4tests.exe: [INFO] Failed to parse ARP frame ARP message has unsupported operation 3tests.exe: [DEBUG] frame received for arpv4tests.exe: [INFO] Failed to parse ARP frame ARP message has unsupported operation 65535tests.exe: [DEBUG] frame received for arpv4tests.exe: [INFO] Failed to parse ARP frame ARP message has unsupported operation 255tests.exe: [DEBUG] frame received for arpv4tests.exe: [INFO] Failed to parse ARP frame ARP message has unsupported operation 256tests.exe: [DEBUG] frame received for arpv4tests.exe: [INFO] Failed to parse ARP frame ARP message has unsupported operation 257tests.exe: [DEBUG] frame received for arpv4tests.exe: [INFO] Failed to parse ARP frame ARP message has unsupported operation 0tests.exe: [DEBUG] sending ARP request for 192.168.3.10 --> PendingASSERT parsed packet comparisontests.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] resending ARP request for 192.168.3.10 (5 left)tests.exe: [DEBUG] resending ARP request for 192.168.3.10 (4 left)tests.exe: [DEBUG] resending ARP request for 192.168.3.10 (3 left)tests.exe: [DEBUG] resending ARP request for 192.168.3.10 (2 left)tests.exe: [DEBUG] resending ARP request for 192.168.3.10 (1 left)tests.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)ASSERT parsed packet comparisontests.exe: [INFO] ARP timeout after 5 retries for 192.168.3.10tests.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] request for stale entry 192.168.3.1/02:50:00:00:00:02 --> ProbingASSERT entry in cache when it shouldn't be 192.168.3.1tests.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:01)tests.exe: [INFO] Sending gratuitous ARP for 192.168.3.10 (02:50:00:00:00:02)tests.exe: [DEBUG] starting arp listener for 02:50:00:00:00:01tests.exe: [DEBUG] frame received for arpv4tests.exe: [DEBUG] ignoring ARP request for 0.0.0.0 from 192.168.3.10 (mac 02:50:00:00:00:02)tests.exe: [DEBUG] frame received for arpv4tests.exe: [DEBUG] ignoring ARP request for 255.255.255.255 from 192.168.3.10 (mac 02:50:00:00:00:02)tests.exe: [DEBUG] sending unicast ARP probe for 192.168.3.1/02:50:00:00:00:02 (5 left)ASSERT parsed packet comparisonFatal error: exception Alcotest assertion failureFile "test/mirage/tests.ml", line 87, character 8:FAIL parsed packet comparisonExpected: `ARP request from 02:50:00:00:00:01 to ff:ff:ff:ff:ff:ff, who has 192.168.3.1 tell 192.168.3.10'Received: `ARP request from 02:50:00:00:00:01 to 02:50:00:00:00:02, who has 192.168.3.1 tell 192.168.3.10'Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 216, characters 4-261Called from Dune__exe__Tests.single_check.(fun) in file "test/mirage/tests.ml", line 87, characters 8-39Called from Basic_backend.Make.create.listener_callback.(fun) in file "src/vnetif/basic_backend.ml", line 71, characters 20-28Called from Lwt.Concurrent_composition.async in file "src/core/lwt.ml", line 2524, characters 10-14"cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-10-13 03:46.27: Job failed: Failed: Build failed