2025-09-22 12:27.56: New job: test robur-coop/dnsvizor https://github.com/robur-coop/dnsvizor.git#refs/heads/main (441b75e98cbbae81ee8b8999b1945447c7a26879) (linux-x86_64:ubuntu-25.04-4.14_opam-2.4)Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/robur-coop/dnsvizor.git" -b "main" && cd "dnsvizor" && git reset --hard 441b75e9cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d# ubuntu-25.04-4.14_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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && 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.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 csexp.1.5.2 domain-name.0.4.1 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 ipaddr.5.6.1 logs.0.9.0 macaddr.5.6.1 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 ohex.0.2.0 re.1.14.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 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-09-22 12:27.56: Using cache hint "robur-coop/dnsvizor-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d-ubuntu-25.04-4.14_opam-2.4-71ffdc180f9921c8a5fa53fa6ce5730d"2025-09-22 12:27.56: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d)(comment ubuntu-25.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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && 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.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 csexp.1.5.2 domain-name.0.4.1 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 ipaddr.5.6.1 logs.0.9.0 macaddr.5.6.1 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 ohex.0.2.0 re.1.14.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 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-09-22 12:27.56: Waiting for resource in pool OCluster2025-09-22 13:45.41: Waiting for worker…2025-09-22 13:49.13: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 441b75e README: adjust the mirage version(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d' locallydocker.io/ocaml/opam@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d: Pulling from ocaml/opam60fb2420030a: Pulling fs layer30a5b9bffc59: Pulling fs layere76e7b0fd035: Pulling fs layer87fd98c989d0: Pulling fs layerfc31fa993861: Pulling fs layerc75b71d41442: Pulling fs layer87fd98c989d0: Waiting9f08a6d6f6f5: Pulling fs layer3dfc106a9c15: Pulling fs layer1c3a6d2a01a7: Pulling fs layerc75b71d41442: Waitingfc31fa993861: Waiting2d648021ecec: Pulling fs layer3dfc106a9c15: Waiting9f08a6d6f6f5: Waitingffcf097292c2: Pulling fs layere1bcef442ada: Pulling fs layerffcf097292c2: Waiting61993b76460e: Pulling fs layere1bcef442ada: Waiting929a57e31854: Pulling fs layer826e2c54b1a9: Pulling fs layer929a57e31854: Waitingeec17caf12a0: Pulling fs layer826e2c54b1a9: Waiting9259e842febf: Pulling fs layereec17caf12a0: Waitingae77b4e577af: Pulling fs layer9259e842febf: Waiting61c1d61eb8ba: Pulling fs layerae77b4e577af: Waitingd7a0435c7be4: Pulling fs layer4f4fb700ef54: Pulling fs layer61c1d61eb8ba: Waiting67b39cdc1121: Pulling fs layerd7a0435c7be4: Waiting217bd9b7b99f: Pulling fs layer4f4fb700ef54: Waiting1c96670814d1: Pulling fs layer217bd9b7b99f: Waitingccd441a4e677: Pulling fs layer1c96670814d1: Waiting9e7324b47fd8: Pulling fs layer0ec34067023b: Pulling fs layerccd441a4e677: Waiting9e7324b47fd8: Waiting33125ff80400: Pulling fs layerb383373ace10: Pulling fs layer0ec34067023b: Waiting33125ff80400: Waiting447883287ba9: Pulling fs layercb78f5b619b6: Pulling fs layerd52ede671661: Pulling fs layer447883287ba9: Waitingcb78f5b619b6: Waitingfa458c0e5391: Pulling fs layereef4f5a958fd: Pulling fs layerfa458c0e5391: Waiting450c30b71c71: Pulling fs layereef4f5a958fd: Waiting2d3751651883: Pulling fs layer450c30b71c71: Waiting6d7ce401ccd8: Pulling fs layer2d3751651883: Waiting31c1aa1ff3db: Pulling fs layera1655bb63c33: Pulling fs layer31c1aa1ff3db: Waiting8d725d821777: Pulling fs layera1655bb63c33: Waiting91c567e53ac8: Pulling fs layer3c95a1616c24: Pulling fs layer91c567e53ac8: Waitingbd55d20213f1: Pulling fs layer8d725d821777: Waiting3c95a1616c24: Waitinge76e7b0fd035: Download complete30a5b9bffc59: Verifying Checksum30a5b9bffc59: Download complete60fb2420030a: Verifying Checksum60fb2420030a: Download completefc31fa993861: Verifying Checksumfc31fa993861: Download complete60fb2420030a: Pull complete30a5b9bffc59: Pull completee76e7b0fd035: Pull complete9f08a6d6f6f5: Verifying Checksum9f08a6d6f6f5: Download completec75b71d41442: Verifying Checksumc75b71d41442: Download complete1c3a6d2a01a7: Verifying Checksum1c3a6d2a01a7: Download complete2d648021ecec: Verifying Checksum2d648021ecec: Download complete3dfc106a9c15: Verifying Checksum3dfc106a9c15: Download completeffcf097292c2: Verifying Checksumffcf097292c2: Download completee1bcef442ada: Verifying Checksume1bcef442ada: Download complete61993b76460e: Verifying Checksum61993b76460e: Download complete929a57e31854: Verifying Checksum929a57e31854: Download complete826e2c54b1a9: Verifying Checksum826e2c54b1a9: Download completeeec17caf12a0: Verifying Checksumeec17caf12a0: Download completeae77b4e577af: Verifying Checksumae77b4e577af: Download complete87fd98c989d0: Verifying Checksum87fd98c989d0: Download complete9259e842febf: Download completed7a0435c7be4: Verifying Checksumd7a0435c7be4: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete61c1d61eb8ba: Download complete87fd98c989d0: Pull complete217bd9b7b99f: Verifying Checksum217bd9b7b99f: Download completefc31fa993861: Pull complete67b39cdc1121: Verifying Checksum67b39cdc1121: Download complete1c96670814d1: Verifying Checksum1c96670814d1: Download completeccd441a4e677: Download complete9e7324b47fd8: Verifying Checksum9e7324b47fd8: Download complete33125ff80400: Verifying Checksum33125ff80400: Download complete0ec34067023b: Verifying Checksum0ec34067023b: Download completeb383373ace10: Download complete447883287ba9: Verifying Checksum447883287ba9: Download completecb78f5b619b6: Verifying Checksumcb78f5b619b6: Download completefa458c0e5391: Verifying Checksumfa458c0e5391: Download completed52ede671661: Verifying Checksumd52ede671661: Download complete450c30b71c71: Verifying Checksum450c30b71c71: Download complete6d7ce401ccd8: Verifying Checksum6d7ce401ccd8: Download complete31c1aa1ff3db: Verifying Checksum31c1aa1ff3db: Download completea1655bb63c33: Download completec75b71d41442: Pull complete9f08a6d6f6f5: Pull complete3dfc106a9c15: Pull complete1c3a6d2a01a7: Pull complete2d648021ecec: Pull completeffcf097292c2: Pull completee1bcef442ada: Pull complete61993b76460e: Pull complete929a57e31854: Pull complete826e2c54b1a9: Pull completeeec17caf12a0: Pull complete9259e842febf: Pull completeae77b4e577af: Pull complete61c1d61eb8ba: Pull completed7a0435c7be4: Pull complete4f4fb700ef54: Pull complete67b39cdc1121: Pull complete217bd9b7b99f: Pull complete1c96670814d1: Pull completeccd441a4e677: Pull complete9e7324b47fd8: Pull complete0ec34067023b: Pull complete33125ff80400: Pull completeb383373ace10: Pull complete447883287ba9: Pull completecb78f5b619b6: Pull completed52ede671661: Pull completefa458c0e5391: Pull completeeef4f5a958fd: Verifying Checksumeef4f5a958fd: Download complete91c567e53ac8: Download complete3c95a1616c24: Verifying Checksum3c95a1616c24: Download completebd55d20213f1: Verifying Checksumbd55d20213f1: Download complete8d725d821777: Verifying Checksum8d725d821777: Download completeeef4f5a958fd: Pull complete450c30b71c71: Pull complete2d3751651883: Verifying Checksum2d3751651883: Download complete2d3751651883: Pull complete6d7ce401ccd8: Pull complete31c1aa1ff3db: Pull completea1655bb63c33: Pull complete8d725d821777: Pull complete91c567e53ac8: Pull complete3c95a1616c24: Pull completebd55d20213f1: Pull completeDigest: sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2dStatus: Downloaded newer image for ocaml/opam@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d2025-09-22 13:49.13 ---> using "6445603d95b4d6f8a0cc4b067867ad8502c05bb39a118c7268888ef8cc2c4e36" from cache/: (comment ubuntu-25.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-09-22 13:49.13 ---> using "7ad150f251741d606ac6503f344d72dcc5bd5f313a2335d5eee3c014aa99bfe6" 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[NOTE] The 'jobs' option was reset, its value was 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-22 13:49.13 ---> using "55855347ad7177e52ea1253facff35ea156ea33e15ee3e13029c016c8647e07c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-142-genericThe OCaml toplevel, version 4.14.22.4.12025-09-22 13:49.13 ---> using "dbe66741533320c831c671504bf8635a0466b82af65054bfe9bd11ea91bdcafc" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-22 13:49.13 ---> using "5ce0f42df606e17f242ff81fc5c610c3e8f7106af10cefe63952863c569c99c4" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD854fc71d55..3f21ebe342 master -> origin/master3f21ebe342 Merge pull request #28544 from vouillon/opam-publish-re.1.14.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-09-22 13:49.13 ---> using "fb30350db95f8ae9f29283ef94cbd8cec914d6d131a07fd3329803dcdf189cd0" from cache/src: (copy (src dnsvizor.opam) (dst ./))2025-09-22 13:49.13 ---> saved as "76a31eea85ebddbc0526305fbfa003f7e39196126ce471d7214fb4cbe0ec6056"/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-09-22 13:49.15 ---> saved as "cc3c13f118e41059467077246abfbf8df713a579faeebe7c21537976ea091c9b"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-22 13:49.15 ---> saved as "59628eddd93983a937c640f6383ef0d0d992e3d0073a650d11821e2c6bb275c8"/src: (env DEPS "alcotest.1.9.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 csexp.1.5.2 domain-name.0.4.1 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 ipaddr.5.6.1 logs.0.9.0 macaddr.5.6.1 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 ohex.0.2.0 re.1.14.0 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 dnsvizor.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease- Get:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]- Get:3 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]- Get:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]- Get:5 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [418 kB]- Get:6 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [263 kB]- Get:7 http://archive.ubuntu.com/ubuntu plucky-updates/multiverse amd64 Packages [30.8 kB]- Get:8 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [266 kB]- Get:9 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [253 kB]- Get:10 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [270 kB]- Get:11 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [151 kB]- Get:12 http://security.ubuntu.com/ubuntu plucky-security/multiverse amd64 Packages [30.6 kB]- Fetched 2060 kB in 0s (10.2 MB/s)- Reading package lists...-<><> 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-09-22 13:49.24 ---> saved as "a0d57c3763ad5a6e34e5158c0a1ea6c464331d9b52dd9d6e25c12e4bdaac71d0"/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 21 packages- install alcotest 1.9.0- install angstrom 0.16.1- install astring 0.8.5- install bigstringaf 0.10.0- install cmdliner 1.3.0- install csexp 1.5.2- install domain-name 0.4.1- install dune 3.20.2- install dune-configurator 3.20.2- install fmt 0.11.0- install ipaddr 5.6.1- install logs 0.9.0- install macaddr 5.6.1- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ohex 0.2.0- install re 1.14.0- install stdlib-shims 0.3.0- install topkg 1.1.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.0 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved domain-name.0.4.1 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ohex.0.2.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.1.3.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed logs.0.9.0-> installed dune.3.20.2-> installed ohex.0.2.0-> installed csexp.1.5.2-> installed domain-name.0.4.1-> installed macaddr.5.6.1-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed ipaddr.5.6.1-> installed alcotest.1.9.0-> installed dune-configurator.3.20.2-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1Done.# To update the current shell environment, run: eval $(opam env)2025-09-22 13:49.58 ---> saved as "5560ccc237d208544b580502d5340bbf2b8bb3c90a73288e5653c0e3f24069bc"/src: (copy (src .) (dst /src))2025-09-22 13:49.59 ---> saved as "18951ba7499f042e945e5847e23f21bfe0251314acba047a16f0e0944051e6e7"/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 `9JNJIWTE'.[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] Configuration file tests 0 First example.[OK] Configuration file tests 1 White space and comments.Full test results in `/src/_build/default/test/_build/_tests/DNSvizor tests'.Test Successful in 0.002s. 23 tests run.2025-09-22 13:50.00 ---> saved as "caabdda805d11534a6e03ea1a2276870b350e17bb8f268f77eb8a36204d09d4e"Job succeeded2025-09-22 13:50.00: Job succeeded