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:debian-13-4.09_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.09@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813Opam 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:debian-13-ocaml-4.09@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813# debian-13-4.09_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 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.8.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.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.11.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 $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:debian-13-ocaml-4.09@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813-debian-13-4.09_opam-2.4-7fe6d79c0a4974a04861b3cc5efad9fa"2025-10-17 09:41.12: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.09@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813)(comment debian-13-4.09_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.8.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.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.11.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-10-17 09:41.12: Waiting for resource in pool OCluster2025-10-17 09:41.12: Waiting for worker…2025-10-17 09:41.13: 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:debian-13-ocaml-4.09@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813)Unable to find image 'ocaml/opam:debian-13-ocaml-4.09@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813' locallydocker.io/ocaml/opam@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813: Pulling from ocaml/opamcae3b572364a: Pulling fs layer820d433882fc: Pulling fs layer8f6112f72fa5: Pulling fs layerf06108004adb: Pulling fs layerf34ea90e6bf7: Pulling fs layerb44a65709156: Pulling fs layer4c25908bbac9: Pulling fs layerf06108004adb: Waitingf76df728146d: Pulling fs layer1fee769dfcf3: Pulling fs layerf34ea90e6bf7: Waitingb44a65709156: Waiting9089a7f69af3: Pulling fs layer4c25908bbac9: Waiting6f758b47b2a0: Pulling fs layer16b225bbb395: Pulling fs layerabbf3ec39b68: Pulling fs layer9089a7f69af3: Waiting1a61521655a9: Pulling fs layer16b225bbb395: Waiting6a8565a9e443: Pulling fs layer6f758b47b2a0: Waitingc059a4cbd7b9: Pulling fs layer1fee769dfcf3: Waiting3a00fdc9e291: Pulling fs layerc059a4cbd7b9: Waitinga0b62589bd38: Pulling fs layer3a00fdc9e291: Waiting6e8d713bf843: Pulling fs layera0b62589bd38: Waitingbca1fd5341ba: Pulling fs layer6e8d713bf843: Waiting34b9849c2772: Pulling fs layerbca1fd5341ba: Waiting4f4fb700ef54: Pulling fs layerd8d3d0744e38: Pulling fs layer34b9849c2772: Waiting788c7ce0e0e5: Pulling fs layer4f4fb700ef54: Waitinga297eab0ca3b: Pulling fs layer2e79af39acdb: Pulling fs layer8858e600236c: Pulling fs layer9efe23d1fe7d: Pulling fs layer8858e600236c: Waiting47d185934312: Pulling fs layer64a949a6caff: Pulling fs layer47d185934312: Waitingc9d6a7c18bb1: Pulling fs layer9efe23d1fe7d: Waiting64a949a6caff: Waitinge4fde4815f0c: Pulling fs layerd1f759c16950: Pulling fs layerf3dd45bf195f: Pulling fs layere4fde4815f0c: Waitingd1f759c16950: Waiting3985a6049101: Pulling fs layerf3dd45bf195f: Waitingaae849592418: Pulling fs layer3985a6049101: Waiting6173459dc6b2: Pulling fs layer7f16ef63bee0: Pulling fs layerfe355de6a899: Pulling fs layerb0bc5a15bc9d: Pulling fs layerabc4a9858046: Pulling fs layer6173459dc6b2: Waiting7f16ef63bee0: Waitingb0bc5a15bc9d: Waiting48194d740918: Pulling fs layer32807745f23c: Pulling fs layer48194d740918: Waitingded03aa9a71c: Pulling fs layerabc4a9858046: Waitingded03aa9a71c: Waiting8f6112f72fa5: Download complete820d433882fc: Verifying Checksum820d433882fc: Download completecae3b572364a: Verifying Checksumcae3b572364a: Download completecae3b572364a: Pull complete820d433882fc: Pull complete8f6112f72fa5: Pull completef34ea90e6bf7: Verifying Checksumf34ea90e6bf7: Download complete4c25908bbac9: Verifying Checksum4c25908bbac9: Download completef76df728146d: Verifying Checksumf76df728146d: Download complete1fee769dfcf3: Verifying Checksum1fee769dfcf3: Download complete9089a7f69af3: Verifying Checksum9089a7f69af3: Download complete6f758b47b2a0: Verifying Checksum6f758b47b2a0: Download complete16b225bbb395: Verifying Checksum16b225bbb395: Download completeabbf3ec39b68: Verifying Checksumabbf3ec39b68: Download complete1a61521655a9: Verifying Checksum1a61521655a9: Download complete6a8565a9e443: Download completec059a4cbd7b9: Verifying Checksumc059a4cbd7b9: Download complete3a00fdc9e291: Verifying Checksum3a00fdc9e291: Download completea0b62589bd38: Verifying Checksuma0b62589bd38: Download complete6e8d713bf843: Download completef06108004adb: Download completebca1fd5341ba: Download completef06108004adb: Pull completef34ea90e6bf7: Pull complete4f4fb700ef54: Download completed8d3d0744e38: Verifying Checksumd8d3d0744e38: Download complete788c7ce0e0e5: Verifying Checksum788c7ce0e0e5: Download complete34b9849c2772: Download completea297eab0ca3b: Verifying Checksuma297eab0ca3b: Download complete2e79af39acdb: Download complete8858e600236c: Download complete9efe23d1fe7d: Download complete47d185934312: Verifying Checksum47d185934312: Download complete64a949a6caff: Verifying Checksum64a949a6caff: Download completee4fde4815f0c: Verifying Checksume4fde4815f0c: Download completec9d6a7c18bb1: Download completed1f759c16950: Download completef3dd45bf195f: Download completeaae849592418: Verifying Checksumaae849592418: Download complete6173459dc6b2: Verifying Checksum6173459dc6b2: Download complete7f16ef63bee0: Download completefe355de6a899: Download completeb0bc5a15bc9d: Verifying Checksumb0bc5a15bc9d: Download complete3985a6049101: Download complete48194d740918: Download complete32807745f23c: Verifying Checksum32807745f23c: Download completeded03aa9a71c: Verifying Checksumded03aa9a71c: Download completeb44a65709156: Verifying Checksumb44a65709156: Download completeb44a65709156: Pull complete4c25908bbac9: Pull completef76df728146d: Pull complete1fee769dfcf3: Pull complete9089a7f69af3: Pull complete6f758b47b2a0: Pull complete16b225bbb395: Pull completeabbf3ec39b68: Pull complete1a61521655a9: Pull complete6a8565a9e443: Pull completec059a4cbd7b9: Pull complete3a00fdc9e291: Pull completea0b62589bd38: Pull complete6e8d713bf843: Pull completebca1fd5341ba: Pull complete34b9849c2772: Pull complete4f4fb700ef54: Pull completed8d3d0744e38: Pull complete788c7ce0e0e5: Pull completea297eab0ca3b: Pull complete2e79af39acdb: Pull complete8858e600236c: Pull complete9efe23d1fe7d: Pull complete47d185934312: Pull complete64a949a6caff: Pull completec9d6a7c18bb1: Pull completee4fde4815f0c: Pull completed1f759c16950: Pull completef3dd45bf195f: Pull completeabc4a9858046: Verifying Checksumabc4a9858046: Download complete3985a6049101: Pull completeaae849592418: Pull complete6173459dc6b2: Pull complete7f16ef63bee0: Pull completefe355de6a899: Pull completeb0bc5a15bc9d: Pull completeabc4a9858046: Pull complete48194d740918: Pull complete32807745f23c: Pull completeded03aa9a71c: Pull completeDigest: sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813Status: Downloaded newer image for ocaml/opam@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff698132025-10-17 09:41.14 ---> using "1f5f752d6fe2e9d2389be97f468e29013b1f7bee304f743b5fa4ce0538d87397" from cache/: (comment debian-13-4.09_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-17 09:41.14 ---> saved as "087a118c2857b0c9374e64b33025ff7fe30efb4476cb6564e4a8ac3d184e170b"/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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-17 09:41.41 ---> saved as "1ab5044821b1b1b34c5caa21ec1d966968436bc17957e789ed07f322f3f65c24"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.09.12.4.12025-10-17 09:41.42 ---> saved as "81bd5ab43eee27d22f3c072caf298b3b314c8083d01719d6b617d1f3e621a3fe"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-17 09:41.42 ---> saved as "8076d81ba6abd8df0b02692373d7fd13877642972dfa3e0055daf15ed2551da6"/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_HEAD1abfcdbf14..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:42.04 ---> saved as "b7f8aae3aa2d8ee7684dd9c7ef150b997bc2d40a3c5ba560d959c85837605b6c"/src: (copy (src arp.opam) (dst ./))2025-10-17 09:42.04 ---> saved as "36414ed3f033d02af178343cd4b4a83220ea1386cd897fc061f5f69ad414e9ab"/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:42.06 ---> saved as "56d7f8a9878990a99e229e60635acbf04b4902a007cdfdb0c9dfc1f8724fcd0b"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-17 09:42.06 ---> saved as "6469ee92c50679e1edd7958b3418575c4f8b4d19829b15bad6bdebd7d0b6cae9"/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.8.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.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.11.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://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [53.8 kB]- Fetched 145 kB in 0s (1779 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[arp.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).[NOTE] Package ocaml is already installed (current version is 4.09.1).[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:42.19 ---> saved as "fbb6fcf8f0ae02535cba39fbfc6a3e85506dab4b178e28778aa5af822fd308c0"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).[NOTE] Package ocaml is already installed (current version is 4.09.1).[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 32 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.8.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.11.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.8.0 (cached)-> retrieved ipaddr.5.6.1, macaddr.5.6.1 (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 re.1.11.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> 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.11.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.8.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:43.08 ---> saved as "b34192231449889d6a6ca0eb048e5146751f8587a1acec9b4287c931c2b43401"/src: (copy (src .) (dst /src))2025-10-17 09:43.08 ---> saved as "d3647c97c1a0cc383d30d2923d57a3d28b2e6197bc343b1a21fdb3df9239f5f2"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/4.09/bin/ocamldep.opt -modules -impl src/arp_handler.ml) > _build/default/src/.arp.objs/arp_handler.impl.dFile "src/arp_handler.ml", line 36, characters 7-9:36 | type !+'a t =^^Error: Syntax error: 'end' expectedFile "src/arp_handler.ml", line 19, characters 11-17:19 | module M = struct^^^^^^This 'struct' might be unmatched"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-10-17 09:43.09: Job failed: Failed: Build failed