2025-10-28 09:58.51: New job: test robur-coop/dnsvizor https://github.com/robur-coop/dnsvizor.git#refs/heads/main (8550ca047450bf2c9b48400b109fccd3681bfa0a) (linux-x86_64:fedora-42-4.14_opam-2.4)Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/robur-coop/dnsvizor.git" -b "main" && cd "dnsvizor" && git reset --hard 8550ca04cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d# fedora-42-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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 67d7ae91e5c5f3643a0baeae6111b4b6ab71e7c6 || git fetch origin master) && git reset -q --hard 67d7ae91e5c5f3643a0baeae6111b4b6ab71e7c6 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 dnsvizor.opam ./RUN opam pin add -yn dnsvizor.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 arp.4.1.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 charrua.2.1.1 cmdliner.2.0.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 logs.0.9.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 macaddr.5.6.1 macaddr-cstruct.5.6.1 metrics.0.5.0 mirage-crypto.2.0.2 mirage-crypto-rng.2.0.2 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-sleep.4.1.0 mtime.2.1.0 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 ohex.0.2.0 psq.0.2.1 randomconv.0.2.0 re.1.14.0 seq.base stdlib-shims.0.3.0 tcpip.9.0.1 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 dnsvizor.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-28 09:58.51: Using cache hint "robur-coop/dnsvizor-ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d-fedora-42-4.14_opam-2.4-c6c2e868390581555096a42121b565a3"2025-10-28 09:58.51: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d)(comment fedora-42-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(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 67d7ae91e5c5f3643a0baeae6111b4b6ab71e7c6 || git fetch origin master) && git reset -q --hard 67d7ae91e5c5f3643a0baeae6111b4b6ab71e7c6 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src dnsvizor.opam) (dst ./))(run (network host)(shell "opam pin add -yn dnsvizor.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 angstrom.0.16.1 arp.4.1.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 charrua.2.1.1 cmdliner.2.0.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 logs.0.9.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 macaddr.5.6.1 macaddr-cstruct.5.6.1 metrics.0.5.0 mirage-crypto.2.0.2 mirage-crypto-rng.2.0.2 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-sleep.4.1.0 mtime.2.1.0 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 ohex.0.2.0 psq.0.2.1 randomconv.0.2.0 re.1.14.0 seq.base stdlib-shims.0.3.0 tcpip.9.0.1 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 dnsvizor.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-28 09:58.51: Waiting for resource in pool OCluster2025-10-28 09:58.51: Waiting for worker…2025-10-28 09:59.47: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 8550ca0 Merge pull request #95 from robur-coop/minor(from ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d)Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d' locallydocker.io/ocaml/opam@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d: Pulling from ocaml/opam547641975f96: Pulling fs layerb6223ca0397b: Pulling fs layerc88e95ea09ea: Pulling fs layerb43d6df84e10: Pulling fs layer38797415f476: Pulling fs layerea1ccf6ef272: Pulling fs layera4d131bfd45e: Pulling fs layer53e40a84d9e4: Pulling fs layerb8fa4b80027d: Pulling fs layer84365ccee7ad: Pulling fs layer85b21d6abc9b: Pulling fs layera20b9576cc04: Pulling fs layerc924f2c04050: Pulling fs layer96912334e16d: Pulling fs layer306bf1df8cdc: Pulling fs layera0357cad2b43: Pulling fs layerb43d6df84e10: Waiting856921988f7d: Pulling fs layer8dc84ea72184: Pulling fs layer38797415f476: Waitingecdd0ca05718: Pulling fs layerb28e911b41a4: Pulling fs layerea1ccf6ef272: Waiting4f4fb700ef54: Pulling fs layer84365ccee7ad: Waiting05616bcc80ee: Pulling fs layera4d131bfd45e: Waiting68b897da4468: Pulling fs layer2583ba7818a9: Pulling fs layer53e40a84d9e4: Waiting6fc895f34b74: Pulling fs layer85b21d6abc9b: Waitinge6ef6caa4663: Pulling fs layerc924f2c04050: Waitinga20b9576cc04: Waiting9c70aa04ece2: Pulling fs layerb8fa4b80027d: Waitingf5cb4a38127b: Pulling fs layera0357cad2b43: Waiting89d5e872f6fb: Pulling fs layer96912334e16d: Waiting8dc84ea72184: Waiting6c25405fe545: Pulling fs layer943293daff0a: Pulling fs layer306bf1df8cdc: Waitinge061e14fbee0: Pulling fs layer6fc895f34b74: Waitingecdd0ca05718: Waitinge6ef6caa4663: Waitingf5cb4a38127b: Waiting9c70aa04ece2: Waiting2583ba7818a9: Waiting68b897da4468: Waiting05616bcc80ee: Waitingb28e911b41a4: Waitingc166f792c849: Pulling fs layer6c25405fe545: Waitinga7b2afffa380: Pulling fs layer943293daff0a: Waitinga1ec5145f36e: Pulling fs layerc166f792c849: Waitingca4961de5036: Pulling fs layera7b2afffa380: Waiting4f4fb700ef54: Waitingef59d4736497: Pulling fs layer69173793b245: Pulling fs layer7e397c036289: Pulling fs layeref59d4736497: Waiting132bff4d5c7a: Pulling fs layerca4961de5036: Waiting69173793b245: Waiting7e397c036289: Waiting2fc74dd97611: Pulling fs layer3117652a3c6a: Pulling fs layer132bff4d5c7a: Waiting2fc74dd97611: Waiting7a9483eb8779: Pulling fs layer3117652a3c6a: Waiting7a9483eb8779: Waitingb6223ca0397b: Verifying Checksumb6223ca0397b: Download completec88e95ea09ea: Verifying Checksumc88e95ea09ea: Download complete547641975f96: Verifying Checksum547641975f96: Download complete38797415f476: Verifying Checksum38797415f476: Download completeea1ccf6ef272: Verifying Checksumea1ccf6ef272: Download completea4d131bfd45e: Verifying Checksuma4d131bfd45e: Download complete53e40a84d9e4: Verifying Checksum53e40a84d9e4: Download completeb8fa4b80027d: Verifying Checksumb8fa4b80027d: Download complete84365ccee7ad: Verifying Checksum84365ccee7ad: Download complete85b21d6abc9b: Verifying Checksum85b21d6abc9b: Download complete547641975f96: Pull completeb6223ca0397b: Pull completec924f2c04050: Verifying Checksumc924f2c04050: Download completea20b9576cc04: Download complete96912334e16d: Download completeb43d6df84e10: Verifying Checksumb43d6df84e10: Download complete306bf1df8cdc: Verifying Checksum306bf1df8cdc: Download completea0357cad2b43: Verifying Checksuma0357cad2b43: Download complete856921988f7d: Verifying Checksum856921988f7d: Download complete8dc84ea72184: Verifying Checksum8dc84ea72184: Download completeecdd0ca05718: Verifying Checksumecdd0ca05718: Download completeb28e911b41a4: Verifying Checksumb28e911b41a4: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completec88e95ea09ea: Pull complete05616bcc80ee: Verifying Checksum05616bcc80ee: Download complete68b897da4468: Verifying Checksum68b897da4468: Download complete6fc895f34b74: Verifying Checksum6fc895f34b74: Download completee6ef6caa4663: Verifying Checksume6ef6caa4663: Download complete9c70aa04ece2: Download completef5cb4a38127b: Verifying Checksumf5cb4a38127b: Download complete6c25405fe545: Download complete89d5e872f6fb: Verifying Checksum89d5e872f6fb: Download complete943293daff0a: Verifying Checksum943293daff0a: Download completee061e14fbee0: Verifying Checksume061e14fbee0: Download completec166f792c849: Verifying Checksumc166f792c849: Download completea1ec5145f36e: Download completeef59d4736497: Verifying Checksumef59d4736497: Download complete69173793b245: Verifying Checksum69173793b245: Download complete7e397c036289: Verifying Checksum7e397c036289: Download complete132bff4d5c7a: Verifying Checksum132bff4d5c7a: Download complete2fc74dd97611: Verifying Checksum2fc74dd97611: Download completeca4961de5036: Verifying Checksumca4961de5036: Download completea7b2afffa380: Verifying Checksuma7b2afffa380: Download completeb43d6df84e10: Pull complete3117652a3c6a: Download complete38797415f476: Pull completeea1ccf6ef272: Pull completea4d131bfd45e: Pull complete53e40a84d9e4: Pull completeb8fa4b80027d: Pull complete84365ccee7ad: Pull complete85b21d6abc9b: Pull completea20b9576cc04: Pull completec924f2c04050: Pull complete96912334e16d: Pull complete306bf1df8cdc: Pull completea0357cad2b43: Pull complete856921988f7d: Pull complete8dc84ea72184: Pull completeecdd0ca05718: Pull completeb28e911b41a4: Pull complete4f4fb700ef54: Pull complete05616bcc80ee: Pull complete68b897da4468: Pull complete2583ba7818a9: Pull complete6fc895f34b74: Pull completee6ef6caa4663: Pull complete9c70aa04ece2: Pull completef5cb4a38127b: Pull complete89d5e872f6fb: Pull complete6c25405fe545: Pull complete943293daff0a: Pull completee061e14fbee0: Pull completec166f792c849: Pull completea7b2afffa380: Pull completea1ec5145f36e: Pull completeca4961de5036: Pull completeef59d4736497: Pull complete69173793b245: Pull complete7e397c036289: Pull complete132bff4d5c7a: Pull complete2fc74dd97611: Pull complete3117652a3c6a: Pull complete7a9483eb8779: Pull completeDigest: sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33dStatus: Downloaded newer image for ocaml/opam@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d2025-10-28 10:06.01 ---> saved as "e21b0f9762b6e571e0b89dbde098ca6c6fb19e60b42fe0d3ffaaac130921345d"/: (comment fedora-42-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 42 - x86_64 100% | 56.9 KiB/s | 24.3 KiB | 00m00sFedora 42 - x86_64 - Updates 100% | 32.6 KiB/s | 6.8 KiB | 00m00sFedora 42 openh264 (From Cisco) - x86_ 100% | 8.3 KiB/s | 986.0 B | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2025-10-28 10:09.18 ---> saved as "fbfb2ad48691720b6564db4b736e1d4be93ea986229fef73b6538dc2384bed48"/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-28 10:12.19 ---> saved as "d6fefd342841eef68581b250046862288602132baa8f77a52b8053fbfc9c3ec4"/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-28 10:15.36 ---> saved as "1f716f63107930869881713bc9e9a8cc20fd1fe9bacd1f0c77b8137994885460"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 4.14.22.4.12025-10-28 10:17.51 ---> saved as "fa1e3c371e077a77bfdd7e9b675fc264609c257b2d763469ce7b5322c62d39ae"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-28 10:19.19 ---> saved as "acf79e4c87892220a9d53132c50886ac38fc2795f41dc7e57b282fbc576050ff"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 67d7ae91e5c5f3643a0baeae6111b4b6ab71e7c6 || git fetch origin master) && git reset -q --hard 67d7ae91e5c5f3643a0baeae6111b4b6ab71e7c6 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbcac5d1731..7f9c784b97 master -> origin/master67d7ae91e5 Merge pull request #28738 from hannesm/release-arp-v4.1.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-28 10:21.54 ---> saved as "bf78c2a2ff26cdc15a4989981a87c131dc41ffcafca44e352d2dd27eacf1d68a"/src: (copy (src dnsvizor.opam) (dst ./))2025-10-28 10:23.17 ---> saved as "3fe10c4e0392f623d133e1344ef46f818b5edd548c867eec01d6f4e97d98354c"/src: (run (network host)(shell "opam pin add -yn dnsvizor.dev './'"))[NOTE] Package dnsvizor does not exist in opam repositories registered in the current switch.[dnsvizor.dev] synchronised (file:///src)dnsvizor is now pinned to file:///src (version dev)2025-10-28 10:24.41 ---> saved as "91e981d923b43fe91d99004247b6095831103ff3dfd538f55c58199903eeb376"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-28 10:26.03 ---> saved as "a7a4ee7676a3aebef177a417b1cb4da97fad593c76ff0d8fcdff1fa37187bb2a"/src: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 arp.4.1.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 charrua.2.1.1 cmdliner.2.0.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 logs.0.9.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 macaddr.5.6.1 macaddr-cstruct.5.6.1 metrics.0.5.0 mirage-crypto.2.0.2 mirage-crypto-rng.2.0.2 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-sleep.4.1.0 mtime.2.1.0 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 ohex.0.2.0 psq.0.2.1 randomconv.0.2.0 re.1.14.0 seq.base stdlib-shims.0.3.0 tcpip.9.0.1 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 dnsvizor.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[dnsvizor.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-10-28 10:28.56 ---> saved as "a30723ced1be7a0e1c1dd62afb7ab008da30379ca2755fbf69e47412d4434ffd"/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 49 packages- install alcotest 1.9.1- install angstrom 0.16.1- install arp 4.1.0- install astring 0.8.5- install base-bytes base- install bigstringaf 0.10.0- install charrua 2.1.1- install cmdliner 2.0.0- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install cstruct-lwt 6.2.0- install digestif 1.3.0- install domain-name 0.5.0- install dune 3.20.2- install dune-configurator 3.20.2- install duration 0.2.1- install eqaf 0.10- install ethernet 3.2.0- install fmt 0.11.0- install ipaddr 5.6.1- install ipaddr-cstruct 5.6.1- install logs 0.9.0- install lru 0.3.1- install lwt 5.9.2- install lwt-dllist 1.1.0- install macaddr 5.6.1- install macaddr-cstruct 5.6.1- install metrics 0.5.0- install mirage-crypto 2.0.2- install mirage-crypto-rng 2.0.2- install mirage-flow 5.0.0- install mirage-mtime 5.2.0- install mirage-net 4.0.0- install mirage-sleep 4.1.0- install mtime 2.1.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ohex 0.2.0- install psq 0.2.1- install randomconv 0.2.0- install re 1.14.0- install seq base- install stdlib-shims 0.3.0- install tcpip 9.0.1- install topkg 1.1.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved arp.4.1.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved charrua.2.1.1 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)-> retrieved domain-name.0.5.0 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved ethernet.3.2.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved ipaddr.5.6.1, ipaddr-cstruct.5.6.1, macaddr.5.6.1, macaddr-cstruct.5.6.1 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved lru.0.3.1 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved metrics.0.5.0 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved mirage-flow.5.0.0 (cached)-> retrieved mirage-mtime.5.2.0 (cached)-> retrieved mirage-net.4.0.0 (cached)-> retrieved mirage-sleep.4.1.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved randomconv.0.2.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved mirage-crypto.2.0.2, mirage-crypto-rng.2.0.2 (cached)-> retrieved re.1.14.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved tcpip.9.0.1 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved uutf.1.0.4 (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 uutf.1.0.4-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> 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 eqaf.0.10-> installed lwt-dllist.1.1.0-> installed macaddr.5.6.1-> installed metrics.0.5.0-> installed mirage-mtime.5.2.0-> installed ocaml-syntax-shims.1.0.0-> installed ohex.0.2.0-> installed psq.0.2.1-> installed randomconv.0.2.0-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed ocplib-endian.1.2-> installed macaddr-cstruct.5.6.1-> installed ipaddr.5.6.1-> installed lru.0.3.1-> installed ipaddr-cstruct.5.6.1-> installed digestif.1.3.0-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed mirage-crypto.2.0.2-> installed lwt.5.9.2-> installed mirage-net.4.0.0-> installed mirage-flow.5.0.0-> installed cstruct-lwt.6.2.0-> installed mirage-sleep.4.1.0-> installed logs.0.9.0-> installed ethernet.3.2.0-> installed mirage-crypto-rng.2.0.2-> installed arp.4.1.0-> installed tcpip.9.0.1-> installed charrua.2.1.1Done.# To update the current shell environment, run: eval $(opam env)2025-10-28 10:31.45 ---> saved as "2dea95bea08b3fb445d68f11906b9375deea1d825bc4eadc073ac3866bcd8c4c"/src: (copy (src .) (dst /src))2025-10-28 10:32.57 ---> saved as "ff48c277435b42499f58219d3489b09354533cb0d2b0a966ac1769ecc69f9d8c"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./config_tests.exe)Testing `DNSvizor tests'.This run has ID `P4YT1YIZ'.[OK] Config tests 0 DHCP range.[OK] Config tests 1 DHCP range with netmask.[OK] Config tests 2 DHCP range static.[OK] Config tests 3 DHCP host thedoctor.[OK] Config tests 4 DHCP host tardis.[OK] Config tests 5 DHCP host sonicscrewdri...[OK] Config tests 6 DHCP host apollon.[OK] Config tests 7 First dhcp-host from dn...[OK] Config tests 8 Second dhcp-host from d...[OK] Config tests 9 Third dhcp-host from dn...[OK] Config tests 10 Fourth dhcp-host from d...[OK] Config tests 11 Fifth dhcp-host from dn...[OK] Config tests 12 Sixth dhcp-host from dn...[OK] Config tests 13 Eigth dhcp-host from dn...[OK] Config tests 14 Ninth dhcp-host from dn...[OK] Config tests 15 Tenth dhcp-host from dn...[OK] Config tests 16 Eleventh dhcp-host from...[OK] Config tests 17 Twelvth dhcp-host from ...[OK] Config tests 18 Domain from example.[OK] Config tests 19 Domain from manpage.[OK] Config tests 20 Domain with ip range.[OK] Config tests 21 DHCP option router.[OK] Configuration file tests 0 First example.[OK] Configuration file tests 1 White space and comments.[OK] Configuration file tests 2 dhcp-option.Full test results in `/src/_build/default/test/_build/_tests/DNSvizor tests'.Test Successful in 0.002s. 25 tests run.2025-10-28 10:33.49 ---> saved as "66baddc42e70a5a83fb1a9e50bbf9d492a5442840dfc7ffdc65da53005dcffc1"Job succeeded2025-10-28 10:33.51: Job succeeded