2025-12-09 11:58.17: New job: test robur-coop/dnsvizor https://github.com/robur-coop/dnsvizor.git#refs/heads/main (548fd42479491b9e8ac4b6bc4aacd74c1358fcc7) (linux-x86_64:debian-13-4.14+flambda_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:c0132800519177111093418adecc0114ce4f7b20f0256065ab21290aedc2d2a1Opam project buildTo reproduce locally:git clone --recursive "https://github.com/robur-coop/dnsvizor.git" -b "main" && cd "dnsvizor" && git reset --hard 548fd424cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:c0132800519177111093418adecc0114ce4f7b20f0256065ab21290aedc2d2a1# debian-13-4.14+flambda_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 c444c74a9d19960c83a7ddcec2049a265ba35ec2 || git fetch origin master) && git reset -q --hard c444c74a9d19960c83a7ddcec2049a265ba35ec2 && 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.3.0.0 cmdliner.2.1.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.10.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-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options 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.1 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-12-09 11:58.17: Using cache hint "robur-coop/dnsvizor-ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:c0132800519177111093418adecc0114ce4f7b20f0256065ab21290aedc2d2a1-debian-13-4.14+flambda_opam-2.4-c45cf3276ff357908770ebdb24c371cd"2025-12-09 11:58.17: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:c0132800519177111093418adecc0114ce4f7b20f0256065ab21290aedc2d2a1)(comment debian-13-4.14+flambda_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 c444c74a9d19960c83a7ddcec2049a265ba35ec2 || git fetch origin master) && git reset -q --hard c444c74a9d19960c83a7ddcec2049a265ba35ec2 && 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.3.0.0 cmdliner.2.1.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.10.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-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options 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.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.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-12-09 11:58.17: Waiting for resource in pool OCluster2025-12-09 23:47.27: Waiting for worker…2025-12-10 00:03.41: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 548fd42 use freebsd-14-3 on cirrus(from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:c0132800519177111093418adecc0114ce4f7b20f0256065ab21290aedc2d2a1)2025-12-10 00:03.42 ---> using "bc52becb934c2c8b6aa339ef8d5ea7d7abf05d4bc4028f96af43403e53b1e68d" from cache/: (comment debian-13-4.14+flambda_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-12-10 00:03.42 ---> using "9d7ee45d49c44612f964299137e1ae0c7ba4a7bc392bface327ed93284fc2dab" 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.Continue? [Y/n] yThis 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-12-10 00:03.42 ---> using "2f1cfa414ab6d58aafdaa607a2c669fa892149cd8a1181c65c6908138daafb16" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-86-genericThe OCaml toplevel, version 4.14.22.4.12025-12-10 00:03.42 ---> using "b3f1e02ca9f010263f59ec1b00ee9c74ca47e43ff0775d6d4b8ac85cb99532c0" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-10 00:03.42 ---> using "8a94a56ebf9776b06fc6d8460788621b5b9dbc0dce9e01545328fd99c50d6951" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c444c74a9d19960c83a7ddcec2049a265ba35ec2 || git fetch origin master) && git reset -q --hard c444c74a9d19960c83a7ddcec2049a265ba35ec2 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD21f97b2e6d..d684c896eb master -> origin/masterc444c74a9d Merge pull request #29044 from reynir/release-charrua-v3.0.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.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)2025-12-10 00:03.42 ---> using "f908f2d053cb3784bfc72e8abeb8d2eb0f0a249bbe3363b38431037f982cee54" from cache/src: (copy (src dnsvizor.opam) (dst ./))2025-12-10 00:03.42 ---> using "0eecbdbb8313ce70099e7137b7be76c02d8e62573947cd2c2010ec1104238849" from cache/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-12-10 00:03.42 ---> using "08ed6db6d84e70d28e153a0f2e80688c18769d02de62a30d43ef0365f27881a2" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-10 00:03.42 ---> using "964c6f361854fc5abe0147db89974460ddc02c325d53da89dc2240817aa38cf6" from cache/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.3.0.0 cmdliner.2.1.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.10.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-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options 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.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.4 --depext-only -y dnsvizor.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main amd64 Packages [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [81.7 kB]- Fetched 9983 kB in 2s (4658 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[dnsvizor.dev] synchronised (file:///src)[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).[NOTE] Package ocaml-config is already installed (current version is 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-12-10 00:03.42 ---> using "e2baf7d7126fea784adaea060eeb4aac8896b5c3cf4ba711e8f4e198fab8f9f1" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).[NOTE] Package ocaml-config is already installed (current version is 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 3.0.0- install cmdliner 2.1.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.10.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.1- 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 csexp.1.5.2 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)-> retrieved domain-name.0.5.0 (cached)-> retrieved charrua.3.0.0 (https://opam.ocaml.org/cache)-> 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.10.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 re.1.14.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved tcpip.9.0.1 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved mirage-crypto.2.0.2, mirage-crypto-rng.2.0.2 (cached)-> installed cmdliner.2.1.0-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed uutf.1.0.4-> installed astring.0.8.5-> installed dune.3.20.2-> installed duration.0.2.1-> installed lwt-dllist.1.1.0-> installed randomconv.0.2.0-> installed stdlib-shims.0.3.0-> installed macaddr.5.6.1-> installed ohex.0.2.0-> installed mirage-mtime.5.2.0-> installed domain-name.0.5.0-> installed psq.0.2.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed eqaf.0.10-> installed metrics.0.5.0-> installed ocaml-syntax-shims.1.0.0-> installed ipaddr.5.6.1-> installed lru.0.3.1-> installed macaddr-cstruct.5.6.1-> installed re.1.14.0-> installed ocplib-endian.1.2-> installed ipaddr-cstruct.5.6.1-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed digestif.1.3.0-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed mirage-crypto.2.0.2-> installed lwt.5.9.2-> installed mirage-flow.5.0.0-> installed mirage-net.4.0.0-> installed cstruct-lwt.6.2.0-> installed mirage-sleep.4.1.0-> installed logs.0.10.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.3.0.0Done.# To update the current shell environment, run: eval $(opam env)2025-12-10 00:05.05 ---> saved as "ef52e577713a4ec8eb4c4ea86b0f6a446dbc725761edf8ddd677a6cce9a292b2"/src: (copy (src .) (dst /src))2025-12-10 00:05.05 ---> saved as "5f6144167240b2d78d40918ceb53ee30a77b8455b4518a4e3e61d971149a6a09"/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 `KGHRBPCC'.[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.005s. 27 tests run.2025-12-10 00:05.10 ---> saved as "a216462771fbc229a3609d8d3cf354a063ebeb7652ce142705fb5e313e6e7a24"Job succeeded2025-12-10 00:05.10: Job succeeded