2026-04-29 12:52.01: New job: test mirage/arp https://github.com/mirage/arp.git#refs/heads/main (f277edb7ee0be8a9ec7b78d632c168db7f382b1d) (freebsd-x86_64:freebsd-15.0-4.14_opam-2.5) Base: freebsd-15.0-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/arp.git" -b "main" && cd "arp" && git reset --hard f277edb7 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-15.0-ocaml-4.14 # freebsd-15.0-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && 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.3.0 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 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.4.14.3 ocaml-base-compiler.4.14.3 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.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 $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 2026-04-29 12:52.01: Using cache hint "mirage/arp-freebsd-15.0-ocaml-4.14-freebsd-15.0-4.14_opam-2.5-a1700123e4179d9381157497ce92da39" 2026-04-29 12:52.01: Using OBuilder spec: ((from freebsd-15.0-ocaml-4.14) (comment freebsd-15.0-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && 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 (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.3.0 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 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.4.14.3 ocaml-base-compiler.4.14.3 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.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-04-29 12:52.01: Waiting for resource in pool OCluster 2026-04-29 19:20.42: Waiting for worker… 2026-04-29 20:14.41: Got resource from pool OCluster Building on rosemary All commits already cached HEAD is now at f277edb changes for 4.1.0 (from freebsd-15.0-ocaml-4.14) 2026-04-29 20:07.21 ---> using "72cdd96d2d21f8c55140a83e6aa1d871999cc103a298a3bf0e5db4a314024f45" from cache /: (comment freebsd-15.0-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam")) 2026-04-29 20:07.22 ---> using "4538f703783db625d7bb0efc9c3955070c7cf00e8ba9c026a6fd4f53f70a8773" from cache /src: (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. 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2026-04-29 20:07.22 ---> using "5b8ccc8e555d7cd0f1032f902b03180b4a94661bb370b5a12ce602073b7e0ee3" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 15.0-RELEASE-p6 The OCaml toplevel, version 4.14.3 2.5.0 2026-04-29 20:07.22 ---> using "63dbf484679c53eec2cd63fc0cfb2a328df30922e62a61c8641a841e6a756d1d" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-29 20:07.23 ---> using "58d88452eeb4eb022753991a08e7397c7288aff7a4440207912f07c2c5a346a8" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u")) dd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. 2026-04-29 20:07.23 ---> using "b86424885e2d1f3464d278e9aeb3653ed4634978aa54e70ce2975b6f13bac018" from cache /src: (copy (src arp.opam) (dst ./)) 2026-04-29 20:07.27 ---> saved as "ad7e56ef3d23e5a2a6d6a60b41e44b12a8f694e34c880e913d411cbe56588925" /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-04-29 20:07.31 ---> saved as "7a1ec0f545e449a025019ee4a27285cfe2d0ea248d06b46b2c185969538ce97d" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-29 20:07.33 ---> saved as "3dbaf090cbd8a0ecc0d5c53c2833fb2c550cbc6a800209a1954ddb9b1582228e" /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.3.0 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 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.4.14.3 ocaml-base-compiler.4.14.3 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.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")) [WARNING] Unknown update command for bsd, skipping system update <><> 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.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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). 2026-04-29 20:07.52 ---> saved as "0143cd20abcdefae79f8217033caed25eba652d2c38ad8530b71aa14d0b63f4c" /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.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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 ∗ alcotest 1.9.1 ∗ astring 0.8.5 ∗ base-bytes base ∗ bos 0.3.0 ∗ cmdliner 2.1.1 ∗ cppo 1.8.0 ∗ csexp 1.5.2 ∗ cstruct 6.2.0 ∗ domain-name 0.5.0 ∗ dune 3.22.2 ∗ dune-configurator 3.22.2 ∗ 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-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 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved bos.0.3.0 (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.1.1 (cached) ⬇ retrieved dune.3.22.2, dune-configurator.3.22.2 (cached) ⬇ retrieved duration.0.3.1 (cached) ⬇ retrieved domain-name.0.5.0 (cached) ⬇ retrieved cstruct.6.2.0 (cached) ⬇ retrieved fmt.0.11.0 (cached) ⬇ retrieved ethernet.3.2.0 (cached) ⬇ retrieved fpath.0.7.3 (cached) ⬇ retrieved logs.0.10.0 (cached) ⬇ retrieved lru.0.3.1 (cached) ⬇ retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached) ⬇ retrieved mirage-net.4.0.0 (cached) ⬇ retrieved lwt.6.1.2 (cached) ⬇ retrieved mirage-vnetif.0.6.2 (cached) ⬇ retrieved ocaml-syntax-shims.1.0.0 (cached) ⬇ retrieved mirage-sleep.4.1.0 (cached) ⬇ retrieved ocplib-endian.1.2 (cached) ⬇ retrieved ocamlfind.1.9.8 (cached) ⬇ retrieved psq.0.2.1 (cached) ⬇ retrieved ocamlbuild.0.16.1 (cached) ⬇ retrieved seq.base (cached) ∗ installed seq.base ⬇ retrieved stdlib-shims.0.3.0 (cached) ⬇ retrieved rresult.0.7.0 (cached) ⬇ retrieved re.1.14.0 (cached) ⬇ retrieved topkg.1.1.1 (cached) ⬇ retrieved uutf.1.0.4 (cached) ∗ installed cmdliner.2.1.1 ∗ installed ocamlfind.1.9.8 ∗ installed base-bytes.base ∗ installed ocamlbuild.0.16.1 ∗ installed topkg.1.1.1 ∗ 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.22.2 ∗ installed stdlib-shims.0.3.0 ∗ installed duration.0.3.1 ∗ installed domain-name.0.5.0 ∗ installed csexp.1.5.2 ∗ installed psq.0.2.1 ∗ installed ocaml-syntax-shims.1.0.0 ∗ installed macaddr.5.6.2 ∗ installed cstruct.6.2.0 ∗ installed cppo.1.8.0 ∗ installed lru.0.3.1 ∗ installed ocplib-endian.1.2 ∗ installed ipaddr.5.6.2 ∗ installed re.1.14.0 ∗ installed dune-configurator.3.22.2 ∗ 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.0 Done. 2026-04-29 20:10.36 ---> saved as "df49bbc5ca53b99111df4b8380dc954203fd7e45dd2e71f07453dea7fa92a424" /src: (copy (src .) (dst /src)) 2026-04-29 20:10.38 ---> saved as "bc82c8b3b8132e361bdf7f07f191caa89a6b9e220c05845dd732fc530ab60f80" /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 `CTRELUMF'. [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.168s. 39 tests run. (cd _build/default/test/mirage && ./tests.exe) Testing `arp'. This run has ID `SQM3KTH0'. [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.810s. 13 tests run. 2026-04-29 20:10.47 ---> saved as "a5708c266e224f53e85b1ca3047bee689639d95a1afce6112bababd12f77515e" Job succeeded 2026-04-29 20:18.09: Job succeeded