2026-01-09 21:46.12: New job: test robur-coop/dnsvizor https://github.com/robur-coop/dnsvizor.git#refs/heads/main (57dbfa7208c765ba531995d9638f4a68b4cc6c15) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/robur-coop/dnsvizor.git" -b "main" && cd "dnsvizor" && git reset --hard 57dbfa72cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14# debian-13-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && 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.8.0 angstrom.0.14.0 arp.4.0.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 bigstringaf.0.1.0 charrua.2.1.0 cmdliner.1.3.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.7.0 digestif.1.3.0 domain-name.0.3.0 dune.3.5.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 eqaf.0.8 ethernet.3.2.0 fmt.0.9.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.0 lru.0.3.0 lwt.5.4.0 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mirage-crypto.1.2.0 mirage-crypto-rng.1.2.0 mirage-flow.5.0.0 mirage-mtime.5.0.0 mirage-net.4.0.0 mirage-sleep.4.0.0 mmap.1.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.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 psq.0.2.0 randomconv.0.2.0 re.1.7.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 tcpip.9.0.0 topkg.1.0.8 uutf.1.0.3"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --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-BLOCK2026-01-09 21:46.12: Using cache hint "robur-coop/dnsvizor-ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14-debian-13-4.14_opam-2.5-c175434aa576d8b38f787840f82f292d"2026-01-09 21:46.12: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14)(comment debian-13-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/bin/opam-2.5 /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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && 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.8.0 angstrom.0.14.0 arp.4.0.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 bigstringaf.0.1.0 charrua.2.1.0 cmdliner.1.3.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.7.0 digestif.1.3.0 domain-name.0.3.0 dune.3.5.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 eqaf.0.8 ethernet.3.2.0 fmt.0.9.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.0 lru.0.3.0 lwt.5.4.0 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mirage-crypto.1.2.0 mirage-crypto-rng.1.2.0 mirage-flow.5.0.0 mirage-mtime.5.0.0 mirage-net.4.0.0 mirage-sleep.4.0.0 mmap.1.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.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 psq.0.2.0 randomconv.0.2.0 re.1.7.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 tcpip.9.0.0 topkg.1.0.8 uutf.1.0.3")(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 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")))2026-01-09 21:46.12: Waiting for resource in pool OCluster2026-01-10 00:07.03: Waiting for worker…2026-01-10 00:07.55: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 57dbfa7 Merge pull request #113 from robur-coop/charrua.3.0.0(from ocaml/opam:debian-13-ocaml-4.14@sha256:6684ec7e7cdd02e0b2c7fc3c7525f043345eebbc5d208af18fb8d563e8ecab14)2026-01-10 00:07.56 ---> using "7cdb5ae7d995ccdc01b290a0409b89e6bad28fbd46597d36a8f537f23e744091" from cache/: (comment debian-13-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/bin/opam-2.5 /usr/bin/opam"))2026-01-10 00:07.56 ---> using "b792bcd452573cb22ffd08a2002315e47055333144d423d7f86a5af498cef4ac" 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] Initialised2026-01-10 00:07.56 ---> using "6b8678085862c20eab774658387f0eed5e2d531514fa5eca88ccc842348eb3ee" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 4.14.22.5.02026-01-10 00:07.56 ---> using "28d61b9b6766208951277795f7e0ee6bb1afeeacd02fb888b380dc54727b5a8a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-10 00:07.56 ---> using "f03a959f496bb58df006c3c0f25058a0367a536463da271ee672705db2ea00dd" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee48e882f0..a6b2f19780 master -> origin/master2dee2fe30d Merge pull request #29195 from raphael-proust/lwt-fix-ocamlfind-dep-constraint<><> 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.4.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)2026-01-10 00:07.56 ---> using "fbb576c3d8cd7786a7f3c171251a3b53f32c0a59adc4838fd1c17b751778fb83" from cache/src: (copy (src dnsvizor.opam) (dst ./))2026-01-10 00:07.56 ---> saved as "bc211aa7a95d5a761d2ee0c06ed107d0358dc141adc6f55f650c9d058dc819a6"/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)2026-01-10 00:07.57 ---> saved as "3b36d063624e5dc0f06f9f4cfcbf3ab1a36d513bde606291655b947eb99c2607"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-10 00:07.58 ---> saved as "d9361dac03489bcc5d4103f4466c0fc4f9a15c0dffd2c8fae1d68bda0d84b72b"/src: (env DEPS "alcotest.1.8.0 angstrom.0.14.0 arp.4.0.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 bigstringaf.0.1.0 charrua.2.1.0 cmdliner.1.3.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.7.0 digestif.1.3.0 domain-name.0.3.0 dune.3.5.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 eqaf.0.8 ethernet.3.2.0 fmt.0.9.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.0 lru.0.3.0 lwt.5.4.0 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mirage-crypto.1.2.0 mirage-crypto-rng.1.2.0 mirage-flow.5.0.0 mirage-mtime.5.0.0 mirage-net.4.0.0 mirage-sleep.4.0.0 mmap.1.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.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 psq.0.2.0 randomconv.0.2.0 re.1.7.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 tcpip.9.0.0 topkg.1.0.8 uutf.1.0.3")/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 dnsvizor.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 [94.5 kB]- Fetched 185 kB in 0s (2189 kB/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).# To update the current shell environment, run: eval $(opam env)2026-01-10 00:08.06 ---> saved as "faee7c35f9f42999bebd768abb6a20f981bc119979abbfc54346dd4f545c9274"/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 53 packages- install alcotest 1.8.0- install angstrom 0.14.0- install arp 4.0.0- install astring 0.8.5- install base-bytes base- install bigarray-compat 1.0.0- install bigstringaf 0.1.0- install charrua 2.1.0- install cmdliner 1.3.0- install cppo 1.6.1- install cstruct 6.0.0- install cstruct-lwt 3.7.0- install digestif 1.3.0- install domain-name 0.3.0- install dune 3.5.0- install dune-configurator 2.5.1- install dune-private-libs 2.5.1- install duration 0.2.1- install eqaf 0.8- install ethernet 3.2.0- install fmt 0.9.0- install ipaddr 5.6.0- install ipaddr-cstruct 5.6.0- install jbuilder 1.0+beta20.1 (deprecated)- install logs 0.7.0- install lru 0.3.0- install lwt 5.4.0- install lwt-dllist 1.0.0- install macaddr 5.6.0- install macaddr-cstruct 5.6.0- install metrics 0.4.1- install mirage-crypto 1.2.0- install mirage-crypto-rng 1.2.0- install mirage-flow 5.0.0- install mirage-mtime 5.0.0- install mirage-net 4.0.0- install mirage-sleep 4.0.0- install mmap 1.1.0- install mtime 2.1.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.14.0- install ocamlfind 1.9.1- install ocplib-endian 1.0- install ohex 0.2.0- install psq 0.2.0- install randomconv 0.2.0- install re 1.7.2- install result 1.5- install seq 0.3- install stdlib-shims 0.1.0- install tcpip 9.0.0- install topkg 1.0.8- install uutf 1.0.3<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.8.0 (cached)-> retrieved angstrom.0.14.0 (cached)-> retrieved arp.4.0.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bigarray-compat.1.0.0 (cached)-> retrieved bigstringaf.0.1.0 (cached)-> retrieved cppo.1.6.1 (cached)-> retrieved charrua.2.1.0 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved cstruct.6.0.0 (cached)-> retrieved cstruct-lwt.3.7.0 (cached)-> retrieved domain-name.0.3.0 (cached)-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved dune.3.5.0 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved eqaf.0.8 (cached)-> retrieved ethernet.3.2.0 (cached)-> retrieved fmt.0.9.0 (cached)-> retrieved ipaddr.5.6.0, ipaddr-cstruct.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.0 (cached)-> retrieved logs.0.7.0 (cached)-> retrieved lru.0.3.0 (cached)-> retrieved lwt-dllist.1.0.0 (cached)-> retrieved metrics.0.4.1 (cached)-> retrieved jbuilder.1.0+beta20.1 (cached)-> retrieved lwt.5.4.0 (cached)-> installed cmdliner.1.3.0-> retrieved mirage-flow.5.0.0 (cached)-> retrieved mirage-mtime.5.0.0 (cached)-> retrieved mirage-net.4.0.0 (cached)-> retrieved mirage-sleep.4.0.0 (cached)-> retrieved mmap.1.1.0 (cached)-> retrieved mirage-crypto.1.2.0, mirage-crypto-rng.1.2.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocplib-endian.1.0 (cached)-> retrieved ocamlbuild.0.14.0 (cached)-> retrieved ocamlfind.1.9.1 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved psq.0.2.0 (cached)-> retrieved randomconv.0.2.0 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.0.3 (cached)-> retrieved stdlib-shims.0.1.0 (cached)-> retrieved re.1.7.2 (cached)-> retrieved uutf.1.0.3 (cached)-> retrieved tcpip.9.0.0 (cached)-> retrieved topkg.1.0.8 (cached)-> installed ocamlfind.1.9.1-> installed base-bytes.base-> installed ocamlbuild.0.14.0-> installed jbuilder.1.0+beta20.1-> installed bigstringaf.0.1.0-> installed re.1.7.2-> installed cppo.1.6.1-> installed topkg.1.0.8-> installed dune.3.5.0-> installed astring.0.8.5-> installed fmt.0.9.0-> installed mtime.2.1.0-> installed uutf.1.0.3-> installed bigarray-compat.1.0.0-> installed duration.0.2.1-> installed randomconv.0.2.0-> installed macaddr.5.6.0-> installed mmap.1.1.0-> installed ohex.0.2.0-> installed result.1.5-> installed seq.0.3-> installed stdlib-shims.0.1.0-> installed domain-name.0.3.0-> installed metrics.0.4.1-> installed mirage-mtime.5.0.0-> installed cstruct.6.0.0-> installed psq.0.2.0-> installed angstrom.0.14.0-> installed ocplib-endian.1.0-> installed eqaf.0.8-> installed ipaddr.5.6.0-> installed lru.0.3.0-> installed macaddr-cstruct.5.6.0-> installed ocaml-syntax-shims.1.0.0-> installed dune-private-libs.2.5.1-> installed digestif.1.3.0-> installed ipaddr-cstruct.5.6.0-> installed alcotest.1.8.0-> installed dune-configurator.2.5.1-> installed mirage-crypto.1.2.0-> installed lwt.5.4.0-> installed lwt-dllist.1.0.0-> installed mirage-flow.5.0.0-> installed mirage-net.4.0.0-> installed cstruct-lwt.3.7.0-> installed mirage-sleep.4.0.0-> installed logs.0.7.0-> installed ethernet.3.2.0-> installed arp.4.0.0-> installed mirage-crypto-rng.1.2.0-> installed tcpip.9.0.0-> installed charrua.2.1.0Done.<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2026-01-10 00:08.36 ---> saved as "2816733d66ca7788070b3734e8baf52dfdab9b2747d7e51737f8f6572d09d8ef"/src: (copy (src .) (dst /src))2026-01-10 00:08.37 ---> saved as "34949a1669363a322eedfe89b796f320015b4a84d7ad799e99c85f3b2bd0aaee"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "/home/opam/.opam/4.14/lib/bigstringaf/bigstringaf.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/re.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/glob/re.glob.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/perl/re.perl.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/posix/re.posix.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/str/re.str.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.(cd _build/default/test && ./config_tests.exe)Testing `DNSvizor tests'.This run has ID `7M8HBDAW'.[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.[OK] Configuration file tests 3 carpie.net configuration.[OK] Configuration file tests 4 netbeez configuration.Full test results in `/src/_build/default/test/_build/_tests/DNSvizor tests'.Test Successful in 0.002s. 27 tests run.2026-01-10 00:08.38 ---> saved as "93752d8b4d33c4dad1d32d396055a78d088abe1471f5809d42097a47de8fa867"Job succeeded2026-01-10 00:08.38: Job succeeded