Organisationsrobur-coopdnsvizor862efd (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2026-03-14 15:35.48: New job: test robur-coop/dnsvizor https://github.com/robur-coop/dnsvizor.git#refs/heads/main (862efdab914961ab846377c77223b956eeaf2230) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/robur-coop/dnsvizor.git" -b "main" && cd "dnsvizor" && git reset --hard 862efdab
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e
# 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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 dnsvizor.opam dnsvizor-csr.opam ./
RUN opam pin add -yn dnsvizor.dev './' && \
opam pin add -yn dnsvizor-csr.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.8.0 angstrom.0.14.0 arp.4.0.0 asn1-combinators.0.3.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.3.0 bigarray-compat.1.0.0 bigstringaf.0.1.0 charrua.2.1.0 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 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 gmap.0.3.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 kdf.1.0.0 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-ec.1.2.0 mirage-crypto-pk.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 ptime.1.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 x509.1.0.6 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y dnsvizor.dev dnsvizor-csr.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-03-14 15:35.48: Using cache hint "robur-coop/dnsvizor-ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e-debian-13-4.14_opam-2.5-0b52a79c2f77c8cccb5ed85d7b70db62"
2026-03-14 15:35.48: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e)
(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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src dnsvizor.opam dnsvizor-csr.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn dnsvizor.dev './' && \
\nopam pin add -yn dnsvizor-csr.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.8.0 angstrom.0.14.0 arp.4.0.0 asn1-combinators.0.3.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.3.0 bigarray-compat.1.0.0 bigstringaf.0.1.0 charrua.2.1.0 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 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 gmap.0.3.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 kdf.1.0.0 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-ec.1.2.0 mirage-crypto-pk.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 ptime.1.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 x509.1.0.6 zarith.1.13")
(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 dnsvizor-csr.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-03-14 15:35.48: Waiting for resource in pool OCluster
2026-03-14 16:14.35: Waiting for worker…
2026-03-14 16:17.51: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 862efda Merge pull request #131 from robur-coop/fix-dns-10.2.4


(from ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e)
2026-03-14 16:17.52 ---> using "32cd5b5baf995c02200cf270da597dbb25becd220af2c200c00b8b241a742195" 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-03-14 16:17.52 ---> using "4f6fce958d04f3556d9966164b27c526850b5628d97aa27e8227ff9981dadf3b" 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-03-14 16:17.52 ---> using "b3d41437327cedff938f58dd906824b8c1107d34bcf5f841f652391a9fbc2673" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-101-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-03-14 16:17.52 ---> using "942017a51cbbb8dadbbb849e2bf72676b33a1a2fd2e059ea93f69cbfbbf3917c" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-03-14 16:17.52 ---> using "f93f55042adcd01845938c5eedad49ad8e941dac727eab4e47b378c7bcaa3d06" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ffb54b9bdd..f2e7a221a1  master     -> origin/master
31462e7d24 Merge pull request #29451 from dra27/relocatable-package


<><> 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.5.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-03-14 16:17.52 ---> using "928c9ef2f7b922e313f2ea0e15a3492c01a8dba5836ba82736d8baf934abd970" from cache


/src: (copy (src dnsvizor.opam dnsvizor-csr.opam) (dst ./))
2026-03-14 16:17.52 ---> saved as "d404ab9fcd20b168ceda8aa3f433a04a597f929e990cd662f7c7cd20f8b38e2f"


/src: (run (network host)
(shell  "opam pin add -yn dnsvizor.dev './' && \
\nopam pin add -yn dnsvizor-csr.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)
[NOTE] Package dnsvizor-csr does not exist in opam repositories registered in the current switch.
[dnsvizor-csr.dev] synchronised (file:///src)
dnsvizor-csr is now pinned to file:///src (version dev)
2026-03-14 16:17.55 ---> saved as "6c6db69d918d9df2a78e76e870b8693e432886058a1b62c05f355c943dfe10fb"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-14 16:17.56 ---> saved as "99f9cfbf07b90d6bec5826c2ca2eebc08df36625fcc3ac89281862d2ca76f69f"


/src: (env DEPS "alcotest.1.8.0 angstrom.0.14.0 arp.4.0.0 asn1-combinators.0.3.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.3.0 bigarray-compat.1.0.0 bigstringaf.0.1.0 charrua.2.1.0 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 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 gmap.0.3.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 kdf.1.0.0 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-ec.1.2.0 mirage-crypto-pk.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 ptime.1.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 x509.1.0.6 zarith.1.13")


/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 dnsvizor-csr.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 [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [111 kB]
- Fetched 10.0 MB in 1s (8848 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dnsvizor.dev] synchronised (file:///src)
[dnsvizor-csr.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).


The following system packages will first need to be installed:
libgmp-dev


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev"
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20623 files and directories currently installed.)
- Preparing to unpack .../libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
# To update the current shell environment, run: eval $(opam env)
2026-03-14 16:18.10 ---> saved as "8e950b4fec19fb0834814b5a280c7624116d90ee1018e0c03ce06532ff8578d9"


/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 64 packages
- install alcotest           1.8.0
- install angstrom           0.14.0
- install arp                4.0.0
- install asn1-combinators   0.3.1
- install astring            0.8.5
- install base-bytes         base
- install base64             3.3.0
- install bigarray-compat    1.0.0
- install bigstringaf        0.1.0
- install charrua            2.1.0
- install cmdliner           1.3.0
- install conf-gmp           5
- install conf-gmp-powm-sec  4
- 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 gmap               0.3.0
- install ipaddr             5.6.0
- install ipaddr-cstruct     5.6.0
- install jbuilder           1.0+beta20.1 (deprecated)
- install kdf                1.0.0
- 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-ec   1.2.0
- install mirage-crypto-pk   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 ptime              1.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
- install x509               1.0.6
- install zarith             1.13


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.8.0  (cached)
-> retrieved angstrom.0.14.0  (cached)
-> retrieved arp.4.0.0  (cached)
-> retrieved asn1-combinators.0.3.1  (cached)
-> retrieved base64.3.3.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bigarray-compat.1.0.0  (cached)
-> retrieved bigstringaf.0.1.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved cppo.1.6.1  (cached)
-> retrieved charrua.2.1.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> installed conf-gmp.5
-> retrieved cstruct.6.0.0  (cached)
-> retrieved cstruct-lwt.3.7.0  (cached)
-> retrieved domain-name.0.3.0  (cached)
-> installed conf-gmp-powm-sec.4
-> 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 gmap.0.3.0  (cached)
-> retrieved ipaddr.5.6.0, ipaddr-cstruct.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved lru.0.3.0  (cached)
-> retrieved lwt.5.4.0  (cached)
-> retrieved lwt-dllist.1.0.0  (cached)
-> retrieved metrics.0.4.1  (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 ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved psq.0.2.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved re.1.7.2  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved tcpip.9.0.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved mirage-crypto.1.2.0, mirage-crypto-ec.1.2.0, mirage-crypto-pk.1.2.0, mirage-crypto-rng.1.2.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved x509.1.0.6  (cached)
-> retrieved zarith.1.13  (cached)
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed zarith.1.13
-> 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 mtime.2.1.0
-> installed fmt.0.9.0
-> installed ptime.1.2.0
-> installed dune.3.5.0
-> installed ocplib-endian.1.0
-> installed asn1-combinators.0.3.1
-> installed astring.0.8.5
-> installed bigarray-compat.1.0.0
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed macaddr.5.6.0
-> installed metrics.0.4.1
-> installed mirage-mtime.5.0.0
-> installed mmap.1.1.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed randomconv.0.2.0
-> installed result.1.5
-> installed seq.0.3
-> installed stdlib-shims.0.1.0
-> installed domain-name.0.3.0
-> installed cstruct.6.0.0
-> installed macaddr-cstruct.5.6.0
-> installed psq.0.2.0
-> installed angstrom.0.14.0
-> installed ipaddr.5.6.0
-> installed lru.0.3.0
-> installed eqaf.0.8
-> installed ipaddr-cstruct.5.6.0
-> installed dune-private-libs.2.5.1
-> installed alcotest.1.8.0
-> installed digestif.1.3.0
-> installed dune-configurator.2.5.1
-> installed base64.3.3.0
-> installed mirage-crypto.1.2.0
-> installed kdf.1.0.0
-> installed lwt.5.4.0
-> installed mirage-flow.5.0.0
-> installed mirage-net.4.0.0
-> installed lwt-dllist.1.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 mirage-crypto-rng.1.2.0
-> installed arp.4.0.0
-> installed mirage-crypto-pk.1.2.0
-> installed tcpip.9.0.0
-> installed charrua.2.1.0
-> installed mirage-crypto-ec.1.2.0
-> installed x509.1.0.6
Done.


<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2026-03-14 16:18.54 ---> saved as "a0a24100be6c774438cbc3cc7f489cf4a2b1d3bc64983e0046e6f8f1d14efa19"


/src: (copy (src .) (dst /src))
2026-03-14 16:18.55 ---> saved as "6d3774426c851df258a3cdf771361e14bbd059f5d7231a1c2ba6210c83e046be"


/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 `IA8I14QZ'.


[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-03-14 16:18.57 ---> saved as "edb8f4b8999d32f747f2129e275566cb1fca6340050ed3dbb45a380d9a2e22b4"
Job succeeded
2026-03-14 16:18.57: Job succeeded