2025-11-05 03:33.25: New job: test mirage/arp https://github.com/mirage/arp.git#refs/pull/33/head (0df529607b268426e9a4451b1657896c4c161bcc) (linux-x86_64:ubuntu-22.04-4.14_opam-2.4) Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:43b87691df712f1e0b198f3885f3e8c38123af655c1676c1510655563047a6f8 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/arp.git" && cd "arp" && git fetch origin "refs/pull/33/head" && git reset --hard 0df52960 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:43b87691df712f1e0b198f3885f3e8c38123af655c1676c1510655563047a6f8 # ubuntu-22.04-4.14_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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 --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 lru.0.3.1 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 psq.0.2.1 re.1.14.0 rresult.0.7.0 seq.base 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 $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 2025-11-05 03:33.25: Using cache hint "mirage/arp-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:43b87691df712f1e0b198f3885f3e8c38123af655c1676c1510655563047a6f8-ubuntu-22.04-4.14_opam-2.4-28f10c67b9b49ec094a2e57382c1ba38" 2025-11-05 03:33.25: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:43b87691df712f1e0b198f3885f3e8c38123af655c1676c1510655563047a6f8) (comment ubuntu-22.04-4.14_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 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 lru.0.3.1 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 psq.0.2.1 re.1.14.0 rresult.0.7.0 seq.base 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-11-05 03:33.25: Waiting for resource in pool OCluster 2025-11-05 03:33.25: Waiting for worker… 2025-11-05 03:33.26: Got resource from pool OCluster Building on eumache All commits already cached HEAD is now at 0df5296 fix macos (from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:43b87691df712f1e0b198f3885f3e8c38123af655c1676c1510655563047a6f8) 2025-11-05 03:33.26 ---> using "602c3dd53a5ac0daa7ef2fb29407afd726886fc92b663f13b0c9526233d0e6cf" from cache /: (comment ubuntu-22.04-4.14_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-11-05 03:33.26 ---> using "2ef10d4f2c4f8a2275d25608c377987bed576d4367652733485d370c5b9e2c29" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-11-05 03:33.26 ---> using "14d490916e21d37b26855f290e22eaca7ca75a24ff036658810f1655b612ec73" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-11-05 03:33.26 ---> using "29ffc8643b8849f8e57d301b23dbfbacf20424be3033038c7bdad6da582554a4" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-11-05 03:33.26 ---> using "f485acf75407424c2e32eaa8fe44b14a99baa54713479a16dd9728151e8f986a" 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")) 60c74a29f5 Merge pull request #28709 from hannesm/release-domain-name-v0.5.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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-11-05 03:33.26 ---> using "e4c6ef9de81fb2aaf24015a3f0e8516c7d01a07ff1077b58853da948d065e3d1" from cache /src: (copy (src arp.opam) (dst ./)) 2025-11-05 03:33.26 ---> using "f19ddbdf2a4079c5d5091e203919da7b3faa711b21c4c8c13a6534cfa39bee9f" 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-11-05 03:33.26 ---> using "819d30d943a1dfa65993c805de57516c50e56ec5e1e6c9ba4bde88766ded03b2" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-11-05 03:33.26 ---> using "95025a5752a0e4dc948d92ff82583bd53f559f82644975ef573a0a70730563de" from cache /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 lru.0.3.1 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 psq.0.2.1 re.1.14.0 rresult.0.7.0 seq.base 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 jammy InRelease - Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1594 kB] - Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3855 kB] - Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6161 kB] - Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5963 kB] - Get:9 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1289 kB] - Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3520 kB] - Fetched 22.8 MB in 3s (6929 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 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-11-05 03:33.26 ---> using "e67c8f41fe8b973ee45f96d9fcd3c7d56e8f4fddab45941c580e37faa6d43b93" 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 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 34 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 lru 0.3.1 - 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 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.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 logs.0.9.0 (cached) -> retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached) -> retrieved lru.0.3.1 (cached) -> retrieved mirage-net.4.0.0 (cached) -> retrieved mirage-sleep.4.1.0 (cached) -> retrieved lwt.5.9.2 (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 psq.0.2.1 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> 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 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 psq.0.2.1 -> installed re.1.14.0 -> installed stdlib-shims.0.3.0 -> installed ocplib-endian.1.2 -> installed lru.0.3.1 -> 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.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-11-05 03:33.26 ---> using "8b0abe76e0d77bd74f990521bcf417c41ef901d9aad3e11a6743d7dbc33c044a" from cache /src: (copy (src .) (dst /src)) 2025-11-05 03:33.27 ---> saved as "f2a89fa2f4c127690b2addbad52b34eb02bfa9c0bc4603a0e37436e98a88db40" /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 `IBCCLYM7'. [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. [OK] Handler 32 stale to dynamic on same MAC reply. [OK] Handler 33 stale stays stale on different MAC reply. [OK] Handler 34 probing to dynamic on same MAC reply. [OK] Handler 35 probing to stale on different MAC reply. Full test results in `/src/_build/default/test/_build/_tests/ARP tests'. Test Successful in 0.065s. 43 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 `EVZ5SO1O'. [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. [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. ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] arp 3 entries expire. │ └──────────────────────────────────────────────────────────────────────────────┘ tests.exe: [EXEC:83] ['uname' '-s'] tests.exe: [INFO] Connected Ethernet interface 02:50:00:00:00:01 tests.exe: [INFO] Connected Ethernet interface 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] sending ARP request for 192.168.3.1 --> Pending tests.exe: [DEBUG] starting arp listener for 02:50:00:00:00:01 tests.exe: [DEBUG] resending ARP request for 192.168.3.1 (2 left) tests.exe: [DEBUG] resending ARP request for 192.168.3.1 (1 left) tests.exe: [INFO] ARP timeout after 2 retries for 192.168.3.1 tests.exe: [INFO] Sending gratuitous ARP for 192.168.3.1 (02:50:00:00:00:02) tests.exe: [DEBUG] frame received for arpv4 tests.exe: [DEBUG] Set IP for 02:50:00:00:00:02 to 192.168.3.1 tests.exe: [DEBUG] Listener table contents after IP set on claimant: mac 02:50:00:00:00:01 ip 192.168.3.10 entries 1 timeout 800 retries 2 192.168.3.10 at 02:50:00:00:00:01 (static advertising) tests.exe: [DEBUG] sending ARP request for 192.168.3.1 --> Pending tests.exe: [DEBUG] resending ARP request for 192.168.3.1 (2 left) tests.exe: [DEBUG] resending ARP request for 192.168.3.1 (1 left) tests.exe: [INFO] ARP timeout after 2 retries for 192.168.3.1 tests.exe: [WARNING] Timeout querying 192.168.3.1. Table contents: mac 02:50:00:00:00:01 ip 192.168.3.10 entries 1 timeout 800 retries 2 192.168.3.10 at 02:50:00:00:00:01 (static advertising) ASSERT ARP query failed when success was mandatory FAIL ARP query failed when success was mandatory Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13 Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23 Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35 Logs saved to `/src/_build/default/test/mirage/_build/_tests/arp/arp.003.output'. ────────────────────────────────────────────────────────────────────────────── Full test results in `/src/_build/default/test/mirage/_build/_tests/arp'. 1 failure! in 0.633s. 13 tests run. "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-11-05 03:33.29: Job failed: Failed: Build failed