2026-02-19 14:23.51: New job: test robur-coop/dnsvizor https://github.com/robur-coop/dnsvizor.git#refs/heads/main (040850d905b1bd49696ba9ac768a833b4f81458f) (linux-x86_64:ubuntu-22.04-5.4_opam-2.5) Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c Opam project build To reproduce locally: git clone --recursive "https://github.com/robur-coop/dnsvizor.git" -b "main" && cd "dnsvizor" && git reset --hard 040850d9 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c # ubuntu-22.04-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 7c9fbf2fc9888b23a2b6547a53b0797d45cae51e || git fetch origin master) && git reset -q --hard 7c9fbf2fc9888b23a2b6547a53b0797d45cae51e && git log --no-decorate -n1 --oneline && opam update -u COPY --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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 charrua.3.1.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.21.1 dune-configurator.3.21.1 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.6.1.0 lwt-dllist.1.1.0 macaddr.5.6.1 macaddr-cstruct.5.6.1 metrics.0.5.0 mirage-crypto.2.0.3 mirage-crypto-rng.2.0.3 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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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.1 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y dnsvizor.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-02-19 14:23.51: Using cache hint "robur-coop/dnsvizor-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c-ubuntu-22.04-5.4_opam-2.5-56b25fb9ead4938bc10588391b48e2cb" 2026-02-19 14:23.51: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c) (comment ubuntu-22.04-5.4_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 7c9fbf2fc9888b23a2b6547a53b0797d45cae51e || git fetch origin master) && git reset -q --hard 7c9fbf2fc9888b23a2b6547a53b0797d45cae51e && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 charrua.3.1.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.21.1 dune-configurator.3.21.1 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.6.1.0 lwt-dllist.1.1.0 macaddr.5.6.1 macaddr-cstruct.5.6.1 metrics.0.5.0 mirage-crypto.2.0.3 mirage-crypto-rng.2.0.3 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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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.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.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-02-19 14:23.51: Waiting for resource in pool OCluster 2026-02-19 14:23.51: Waiting for worker… 2026-02-19 14:23.51: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 040850d Fix domain parsing (this directive must not slurp a newline) (#125) (from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c) Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c' locally docker.io/ocaml/opam@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c: Pulling from ocaml/opam 6f4ebca3e823: Pulling fs layer caab82817ff9: Pulling fs layer b93b3d1e6757: Pulling fs layer ae51728a0bd8: Pulling fs layer 0b95f5fc9ae9: Pulling fs layer 3248f3e4c391: Pulling fs layer 69537e10b624: Pulling fs layer ea8cb788d4e3: Pulling fs layer 58b1de7f4941: Pulling fs layer 6bbdcef06cb1: Pulling fs layer e4b6604f4c2d: Pulling fs layer 3b59f7d639bb: Pulling fs layer 1b5d332ce45f: Pulling fs layer aa549679fe6f: Pulling fs layer b884323c3a85: Pulling fs layer b2cd150723e3: Pulling fs layer 4bfbf57d5bd0: Pulling fs layer 4f4fb700ef54: Pulling fs layer f986b8f56bf0: Pulling fs layer df1539e3aab8: Pulling fs layer b64b0ad3a3ae: Pulling fs layer 0f47637a31a0: Pulling fs layer 51cccb0a2095: Pulling fs layer a26091b786e8: Pulling fs layer ae51728a0bd8: Waiting 9c303443cadd: Pulling fs layer 0b95f5fc9ae9: Waiting b8e866861940: Pulling fs layer 671ab58654e3: Pulling fs layer 58b1de7f4941: Waiting bf66cdd1b62b: Pulling fs layer 6bbdcef06cb1: Waiting 3248f3e4c391: Waiting 064251b2fa2c: Pulling fs layer e4b6604f4c2d: Waiting 7493d8981402: Pulling fs layer 3b59f7d639bb: Waiting 4f4fb700ef54: Waiting bef7700492bc: Pulling fs layer 1b5d332ce45f: Waiting f986b8f56bf0: Waiting 8523864f6a30: Pulling fs layer df1539e3aab8: Waiting aa549679fe6f: Waiting 26aa6518ceea: Pulling fs layer b64b0ad3a3ae: Waiting b884323c3a85: Waiting da62c1088fea: Pulling fs layer 584007fc22d6: Pulling fs layer 69537e10b624: Waiting 02340801d27b: Pulling fs layer b2cd150723e3: Waiting 0f47637a31a0: Waiting a26091b786e8: Waiting 65017da97e87: Pulling fs layer 51cccb0a2095: Waiting 13df4a69e9aa: Pulling fs layer b8e866861940: Waiting 5816dcb55b56: Pulling fs layer 4bfbf57d5bd0: Waiting d2c9ca0e2a18: Pulling fs layer bf66cdd1b62b: Waiting 671ab58654e3: Waiting 7493d8981402: Waiting 064251b2fa2c: Waiting bef7700492bc: Waiting 8523864f6a30: Waiting 65017da97e87: Waiting ea8cb788d4e3: Waiting 13df4a69e9aa: Waiting d2dc5c8d14bd: Pulling fs layer da62c1088fea: Waiting 1ac4163e1ac6: Pulling fs layer d2c9ca0e2a18: Waiting 02340801d27b: Waiting 584007fc22d6: Waiting 5816dcb55b56: Waiting d2dc5c8d14bd: Waiting 842f8eb24db1: Pulling fs layer d21152fa4af1: Pulling fs layer b7d177e3474f: Pulling fs layer b8115fa8a419: Pulling fs layer 1ac4163e1ac6: Waiting d21152fa4af1: Waiting b7d177e3474f: Waiting 842f8eb24db1: Waiting b8115fa8a419: Waiting b93b3d1e6757: Download complete 6f4ebca3e823: Verifying Checksum 6f4ebca3e823: Download complete 0b95f5fc9ae9: Verifying Checksum 0b95f5fc9ae9: Download complete ae51728a0bd8: Verifying Checksum ae51728a0bd8: Download complete ea8cb788d4e3: Verifying Checksum ea8cb788d4e3: Download complete 69537e10b624: Verifying Checksum 69537e10b624: Download complete 6f4ebca3e823: Pull complete 58b1de7f4941: Verifying Checksum 58b1de7f4941: Download complete caab82817ff9: Pull complete b93b3d1e6757: Pull complete e4b6604f4c2d: Verifying Checksum e4b6604f4c2d: Download complete 6bbdcef06cb1: Verifying Checksum 6bbdcef06cb1: Download complete 3248f3e4c391: Verifying Checksum 3248f3e4c391: Download complete 3b59f7d639bb: Verifying Checksum 3b59f7d639bb: Download complete 1b5d332ce45f: Download complete b884323c3a85: Download complete b2cd150723e3: Verifying Checksum b2cd150723e3: Download complete 4bfbf57d5bd0: Verifying Checksum 4bfbf57d5bd0: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete f986b8f56bf0: Verifying Checksum f986b8f56bf0: Download complete aa549679fe6f: Verifying Checksum aa549679fe6f: Download complete ae51728a0bd8: Pull complete df1539e3aab8: Verifying Checksum df1539e3aab8: Download complete b64b0ad3a3ae: Verifying Checksum b64b0ad3a3ae: Download complete 0f47637a31a0: Download complete 0b95f5fc9ae9: Pull complete a26091b786e8: Verifying Checksum a26091b786e8: Download complete 51cccb0a2095: Verifying Checksum 51cccb0a2095: Download complete b8e866861940: Verifying Checksum b8e866861940: Download complete 9c303443cadd: Verifying Checksum 9c303443cadd: Download complete 671ab58654e3: Verifying Checksum 671ab58654e3: Download complete 064251b2fa2c: Download complete bf66cdd1b62b: Verifying Checksum bf66cdd1b62b: Download complete bef7700492bc: Download complete 26aa6518ceea: Verifying Checksum 26aa6518ceea: Download complete 8523864f6a30: Verifying Checksum 8523864f6a30: Download complete 584007fc22d6: Verifying Checksum 584007fc22d6: Download complete 65017da97e87: Download complete 13df4a69e9aa: Verifying Checksum 13df4a69e9aa: Download complete 5816dcb55b56: Verifying Checksum 5816dcb55b56: Download complete d2c9ca0e2a18: Verifying Checksum d2c9ca0e2a18: Download complete d2dc5c8d14bd: Verifying Checksum d2dc5c8d14bd: Download complete 1ac4163e1ac6: Verifying Checksum 1ac4163e1ac6: Download complete 02340801d27b: Verifying Checksum 02340801d27b: Download complete d21152fa4af1: Verifying Checksum d21152fa4af1: Download complete b7d177e3474f: Download complete b8115fa8a419: Verifying Checksum b8115fa8a419: Download complete 3248f3e4c391: Pull complete 69537e10b624: Pull complete ea8cb788d4e3: Pull complete 58b1de7f4941: Pull complete 6bbdcef06cb1: Pull complete e4b6604f4c2d: Pull complete 3b59f7d639bb: Pull complete da62c1088fea: Verifying Checksum da62c1088fea: Download complete 1b5d332ce45f: Pull complete aa549679fe6f: Pull complete b884323c3a85: Pull complete b2cd150723e3: Pull complete 4bfbf57d5bd0: Pull complete 842f8eb24db1: Verifying Checksum 842f8eb24db1: Download complete 4f4fb700ef54: Pull complete f986b8f56bf0: Pull complete df1539e3aab8: Pull complete b64b0ad3a3ae: Pull complete 0f47637a31a0: Pull complete 51cccb0a2095: Pull complete a26091b786e8: Pull complete 9c303443cadd: Pull complete b8e866861940: Pull complete 671ab58654e3: Pull complete bf66cdd1b62b: Pull complete 064251b2fa2c: Pull complete 7493d8981402: Pull complete bef7700492bc: Pull complete 8523864f6a30: Pull complete 26aa6518ceea: Pull complete da62c1088fea: Pull complete 584007fc22d6: Pull complete 02340801d27b: Pull complete 65017da97e87: Pull complete 13df4a69e9aa: Pull complete 5816dcb55b56: Pull complete d2c9ca0e2a18: Pull complete d2dc5c8d14bd: Pull complete 1ac4163e1ac6: Pull complete 842f8eb24db1: Pull complete d21152fa4af1: Pull complete b7d177e3474f: Pull complete b8115fa8a419: Pull complete Digest: sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c Status: Downloaded newer image for ocaml/opam@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c 2026-02-19 14:23.52 ---> using "9e9bcdaaf3fac8c0a3bdd60676b1eb8003eca3a64414fbd27bba0c3fb2d5b56e" from cache /: (comment ubuntu-22.04-5.4_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-02-19 14:23.52 ---> using "a9e8837481ac3e0a749445f9abf76d194f700aeb5636fc4764e6fdac5a30f446" 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-02-19 14:24.03 ---> saved as "242e458e7baa10fc06cc93eecb21a062cae0579185d5b8cb336569c30149ee20" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-94-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-02-19 14:24.03 ---> saved as "e7d0758290e8df64336fd9ba07bcd8869e9e7a7973994ff0f4030c4c9252cbf4" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-19 14:24.03 ---> saved as "d788ce615549035993124780f82e2f1195afb0ce9be6d9cf4176a906a02218ee" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 7c9fbf2fc9888b23a2b6547a53b0797d45cae51e || git fetch origin master) && git reset -q --hard 7c9fbf2fc9888b23a2b6547a53b0797d45cae51e && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 340ee6fd1f..7c9fbf2fc9 master -> origin/master 7c9fbf2fc9 Merge pull request #29422 from reynir/release-charrua-V3.1.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-02-19 14:24.20 ---> saved as "65ce5a2084b91e5638ada14887d404680ceb5000a84410d4e1f7c5c2f71bea20" /src: (copy (src dnsvizor.opam) (dst ./)) 2026-02-19 14:24.20 ---> saved as "f63e3e065b2d32b9194909cfb42217f811ed18d0c514d7db77007dc267167af7" /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-02-19 14:24.22 ---> saved as "3f936c63300fe3987528a694860f6797d23f4f0afdcc3cdba6dbb30c20abef1d" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-19 14:24.22 ---> saved as "37b7be73dfb9b508651b8cb9a0428ef009bdbd7a2983a1e5e6a5fd5e8abb635a" /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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 charrua.3.1.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.21.1 dune-configurator.3.21.1 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.6.1.0 lwt-dllist.1.1.0 macaddr.5.6.1 macaddr-cstruct.5.6.1 metrics.0.5.0 mirage-crypto.2.0.3 mirage-crypto-rng.2.0.3 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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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.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.5 --depext-only -y dnsvizor.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease - Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3737 kB] - Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4070 kB] - Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6538 kB] - Get:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1301 kB] - Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1613 kB] - Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6749 kB] - Fetched 24.4 MB in 2s (10.5 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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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-02-19 14:24.34 ---> saved as "1ca0d18386d376cdae602bb8f4be6214b60b7661b65cc0b9f9a1d540c033dc95" /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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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.1.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.21.1 - install dune-configurator 3.21.1 - 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 6.1.0 - 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.3 - install mirage-crypto-rng 2.0.3 - 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 charrua.3.1.0 (cached) -> retrieved cmdliner.2.1.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.10.0 (cached) -> retrieved lru.0.3.1 (cached) -> retrieved lwt.6.1.0 (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 mirage-crypto.2.0.3, mirage-crypto-rng.2.0.3 (cached) -> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached) -> retrieved tcpip.9.0.1 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> installed cmdliner.2.1.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed mtime.2.1.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed dune.3.21.1 -> 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 lru.0.3.1 -> installed ipaddr.5.6.1 -> installed ipaddr-cstruct.5.6.1 -> installed digestif.1.3.0 -> installed alcotest.1.9.1 -> installed dune-configurator.3.21.1 -> installed bigstringaf.0.10.0 -> installed angstrom.0.16.1 -> installed mirage-crypto.2.0.3 -> installed lwt.6.1.0 -> installed cstruct-lwt.6.2.0 -> installed mirage-net.4.0.0 -> installed mirage-flow.5.0.0 -> installed mirage-sleep.4.1.0 -> installed logs.0.10.0 -> installed ethernet.3.2.0 -> installed mirage-crypto-rng.2.0.3 -> installed arp.4.1.0 -> installed tcpip.9.0.1 -> installed charrua.3.1.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-02-19 14:25.16 ---> saved as "9d07f7af7d9a3e4b20c8f86af82ed052fc0b0db54629ad4b39ac38a6cfbd9d17" /src: (copy (src .) (dst /src)) 2026-02-19 14:25.16 ---> saved as "81511dc4af29786b6ae3400540879fee7baca07f1e63c598227a42b9566363f4" /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 `AUKYZTD0'. [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. [OK] Configuration file tests 5 issue 124. Full test results in `/src/_build/default/test/_build/_tests/DNSvizor tests'. Test Successful in 0.002s. 28 tests run. 2026-02-19 14:25.17 ---> saved as "91ab1f0c961109dde5e617fa8de527b58f905d0e72ee79607c2bd1b0761ed427" Job succeeded 2026-02-19 14:25.19: Job succeeded