Organisationsrobur-coopdnsvizor912178 ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2026-01-20 14:59.56: New job: test robur-coop/dnsvizor https://github.com/robur-coop/dnsvizor.git#refs/heads/main (91217878a5f23f8a734b243333be333320af6c1c) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/robur-coop/dnsvizor.git" -b "main" && cd "dnsvizor" && git reset --hard 91217878
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa
# debian-13-4.14_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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && 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.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 $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-01-20 14:59.56: Using cache hint "robur-coop/dnsvizor-ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa-debian-13-4.14_opam-2.5-c175434aa576d8b38f787840f82f292d"
2026-01-20 14:59.56: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa)
(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-20 14:59.56: Waiting for resource in pool OCluster
2026-01-20 14:59.57: Waiting for worker…
2026-01-20 14:59.58: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 9121787 Merge pull request #121 from robur-coop/buffer-10-queries


(from ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa' locally
docker.io/ocaml/opam@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa: Pulling from ocaml/opam
281b80c799de: Already exists
ce76feb86791: Already exists
7984eb0e5b45: Already exists
56c452a960b1: Already exists
b85825bef00a: Already exists
d6ff43dfb85c: Already exists
4197ec645389: Already exists
37cac33e41ff: Already exists
4cb993fb248e: Already exists
ca442870f91f: Already exists
b1d1a2fb5f4a: Already exists
0dea577b2801: Already exists
cc10daaea4fd: Already exists
5f878cb1723a: Already exists
8968959fa983: Already exists
5bdd9b9ed0e3: Already exists
55661c5b388f: Already exists
55661c5b388f: Already exists
92d1dc6907bd: Already exists
7100b414728b: Already exists
a6a54ddc9818: Already exists
a920ad627810: Already exists
4f4fb700ef54: Already exists
f7df7b6e19c0: Already exists
cd713d66718c: Already exists
6ed45ab2af86: Already exists
40598b80a8fe: Already exists
983f7969ff00: Already exists
40ec09ee09bd: Already exists
76a0afa38cd9: Already exists
1d5a564d139a: Already exists
82883b85a4f0: Already exists
1d8458efd73b: Already exists
2d80a9fac9ac: Already exists
4d69ee6ae94b: Already exists
ce8d28b713f1: Already exists
97580d938033: Already exists
da5fa40e04f8: Already exists
d7a499968f64: Already exists
28e5932c7c69: Already exists
81389c423fc3: Already exists
fd0f9d83fc4c: Pulling fs layer
a1ba3ff55715: Pulling fs layer
8a64be1e983f: Pulling fs layer
f7b330997686: Pulling fs layer
f7b330997686: Waiting
a1ba3ff55715: Download complete
8a64be1e983f: Verifying Checksum
8a64be1e983f: Download complete
f7b330997686: Verifying Checksum
f7b330997686: Download complete
fd0f9d83fc4c: Verifying Checksum
fd0f9d83fc4c: Download complete
fd0f9d83fc4c: Pull complete
a1ba3ff55715: Pull complete
8a64be1e983f: Pull complete
f7b330997686: Pull complete
Digest: sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa
Status: Downloaded newer image for ocaml/opam@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa
2026-01-20 15:00.01 ---> using "2ecda48447fc68e8dcd256d2898af0a11126a077e05d747a0dcdff2845100de1" 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-20 15:00.01 ---> using "9a501423837f3b7cd29263c2665fda7a785c699269851f9bce1471b992089a6c" 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-01-20 15:00.01 ---> using "bee04af3017513529e2d8e33622d28122c2b06e49f6a076ef12c875cdf9b6dff" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-01-20 15:00.01 ---> using "442697f7960d1c3737cfdf48497c826cef87632b95a07c8d651ed94f26cc1429" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-20 15:00.01 ---> using "9e562d5c3e1f825c4658b4f3d0d0f2201a745812196eceab31bebeb8e3196a46" 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_HEAD
16d9c0eb87..1c997ec9e6  master     -> origin/master
2dee2fe30d Merge pull request #29195 from raphael-proust/lwt-fix-ocamlfind-dep-constraint


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything 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-20 15:00.01 ---> using "0118c796afa7ed9bbeb3c9135d922fbb12b08d701160f340865a8e5da27788f1" from cache


/src: (copy (src dnsvizor.opam) (dst ./))
2026-01-20 15:00.02 ---> saved as "33d7c67b3abcf3727e110d8a12bea803034a6d9cdd5b756f852459e5b9a89e4f"


/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-20 15:00.03 ---> saved as "a8967e4b1e2c8cf55df2a14e19f6133aabf9be540555e8aa9792117850f535cd"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-20 15:00.04 ---> saved as "29a6ae63a1c52d437f8c6d2bd6b4a1118c797c0626c25ec236ea141e06112603"


/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"
- 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 [96.1 kB]
- Fetched 9998 kB in 1s (9305 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-20 15:00.13 ---> saved as "79bdd6fc833889e39a46da2212c2da4d01eb8b6d4b6dd959dbbc3262dc5cd017"


/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 cmdliner.1.3.0  (cached)
-> retrieved charrua.2.1.0  (cached)
-> retrieved cstruct.6.0.0  (cached)
-> retrieved cstruct-lwt.3.7.0  (cached)
-> retrieved domain-name.0.3.0  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1  (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-crypto.1.2.0, mirage-crypto-rng.1.2.0  (cached)
-> 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 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 uutf.1.0.3
-> installed dune.3.5.0
-> installed astring.0.8.5
-> installed fmt.0.9.0
-> installed mtime.2.1.0
-> installed bigarray-compat.1.0.0
-> installed randomconv.0.2.0
-> installed duration.0.2.1
-> installed ohex.0.2.0
-> installed seq.0.3
-> installed macaddr.5.6.0
-> installed mmap.1.1.0
-> installed result.1.5
-> installed stdlib-shims.0.1.0
-> installed domain-name.0.3.0
-> installed mirage-mtime.5.0.0
-> installed ocplib-endian.1.0
-> installed angstrom.0.14.0
-> installed cstruct.6.0.0
-> installed ipaddr.5.6.0
-> installed metrics.0.4.1
-> installed ocaml-syntax-shims.1.0.0
-> installed psq.0.2.0
-> installed macaddr-cstruct.5.6.0
-> installed ipaddr-cstruct.5.6.0
-> installed lru.0.3.0
-> installed eqaf.0.8
-> installed dune-private-libs.2.5.1
-> installed alcotest.1.8.0
-> installed digestif.1.3.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 cstruct-lwt.3.7.0
-> installed mirage-net.4.0.0
-> installed mirage-flow.5.0.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.0
Done.


<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2026-01-20 15:00.49 ---> saved as "91f8a03d9c3fda44b25c4aa206dc1b2e58098290e4f51b39401569782663268b"


/src: (copy (src .) (dst /src))
2026-01-20 15:00.49 ---> saved as "bd38d840c3cedf9b30f8de6bdd8895ce40954b29967c28bbf9b1841498f7c1a9"


/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 this
library 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 this
library 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 this
library 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 this
library 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 this
library 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 this
library 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 this
library 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 this
library provides.
(cd _build/default/test && ./config_tests.exe)
Testing `DNSvizor tests'.
This run has ID `LEXQLFH9'.


[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-20 15:00.50 ---> saved as "d5af4335352747909d306eff8b892a6d76ec00fe0ffe68e30df1ba6a14cba97c"
Job succeeded
2026-01-20 15:00.51: Job succeeded