Organisationsrobur-coopdnsvizor8b73b4 ()ubuntu-22.04-4.14_opam-2.4

ubuntu-22.04-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-11-28 07:28.29: New job: test robur-coop/dnsvizor https://github.com/robur-coop/dnsvizor.git#refs/heads/main (8b73b4983813c474acd5c148e6d8d60e07f4dfec) (linux-x86_64:ubuntu-22.04-4.14_opam-2.4)
Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/robur-coop/dnsvizor.git" -b "main" && cd "dnsvizor" && git reset --hard 8b73b498
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723
# ubuntu-22.04-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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-threads.base base-unix.base bigstringaf.0.10.0 charrua.2.1.1 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-base-compiler.4.14.2 ocaml-config.2 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.4 --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


2025-11-28 07:28.29: Using cache hint "robur-coop/dnsvizor-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723-ubuntu-22.04-4.14_opam-2.4-8927df81316bd4e41d16ed15af00e85e"
2025-11-28 07:28.29: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723)
(comment ubuntu-22.04-4.14_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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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.2.1.1 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-base-compiler.4.14.2 ocaml-config.2 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.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-11-28 07:28.29: Waiting for resource in pool OCluster
2025-11-28 07:52.20: Waiting for worker…
2025-11-28 07:57.04: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 8b73b49 Merge pull request #104 from robur-coop/netbeez


(from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723' locally
docker.io/ocaml/opam@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723: Pulling from ocaml/opam
7e49dc6156b0: Pulling fs layer
5b9b1a0eb9f0: Pulling fs layer
39de8fe3fa1a: Pulling fs layer
6d9e9792a3e4: Pulling fs layer
9982f8f74828: Pulling fs layer
cb53ddb9c7ff: Pulling fs layer
6ca4a944ed5d: Pulling fs layer
dc1e39449744: Pulling fs layer
28e5525f5e3e: Pulling fs layer
190837da2626: Pulling fs layer
0dda72a640a0: Pulling fs layer
68597843ffd8: Pulling fs layer
6d9e9792a3e4: Waiting
59d78f277710: Pulling fs layer
9982f8f74828: Waiting
cb53ddb9c7ff: Waiting
a3bd35546b90: Pulling fs layer
6c011c78d239: Pulling fs layer
6ca4a944ed5d: Waiting
26c7c4223e1f: Pulling fs layer
dc1e39449744: Waiting
28e5525f5e3e: Waiting
a3bd35546b90: Waiting
4f4fb700ef54: Pulling fs layer
68597843ffd8: Waiting
6c011c78d239: Waiting
0ede47092c2f: Pulling fs layer
26c7c4223e1f: Waiting
59d78f277710: Waiting
968332282b04: Pulling fs layer
8d75d29da602: Pulling fs layer
190837da2626: Waiting
0dda72a640a0: Waiting
97fa719c3e94: Pulling fs layer
37ba2a552cc4: Pulling fs layer
d68fd23eb213: Pulling fs layer
4f4fb700ef54: Waiting
0ede47092c2f: Waiting
968332282b04: Waiting
270136b3ddde: Pulling fs layer
8d75d29da602: Waiting
37ba2a552cc4: Waiting
6aaf02491cf6: Pulling fs layer
d68fd23eb213: Waiting
97fa719c3e94: Waiting
270136b3ddde: Waiting
9f82d52cf09b: Pulling fs layer
6aaf02491cf6: Waiting
01a6be59f79c: Pulling fs layer
9f82d52cf09b: Waiting
f41be054474a: Pulling fs layer
01a6be59f79c: Waiting
69c362cbbb1a: Pulling fs layer
9283ce2cc594: Pulling fs layer
4d64f5be11ad: Pulling fs layer
cba509fe7f1e: Pulling fs layer
f41be054474a: Waiting
69c362cbbb1a: Waiting
9e8b588e1294: Pulling fs layer
a463c5aa27d9: Pulling fs layer
9283ce2cc594: Waiting
4d64f5be11ad: Waiting
cba509fe7f1e: Waiting
9de8f96c8d93: Pulling fs layer
9e8b588e1294: Waiting
a463c5aa27d9: Waiting
6064abc3f4c1: Pulling fs layer
9de8f96c8d93: Waiting
10eae62fe436: Pulling fs layer
bf967208a3c8: Pulling fs layer
6064abc3f4c1: Waiting
8314d80bf40a: Pulling fs layer
10eae62fe436: Waiting
bf967208a3c8: Waiting
0e359094c96e: Pulling fs layer
9eec512ab335: Pulling fs layer
8314d80bf40a: Waiting
0e359094c96e: Waiting
636310f9a939: Pulling fs layer
636310f9a939: Waiting
9eec512ab335: Waiting
39de8fe3fa1a: Verifying Checksum
39de8fe3fa1a: Download complete
5b9b1a0eb9f0: Verifying Checksum
5b9b1a0eb9f0: Download complete
9982f8f74828: Download complete
7e49dc6156b0: Verifying Checksum
7e49dc6156b0: Download complete
6ca4a944ed5d: Verifying Checksum
6ca4a944ed5d: Download complete
6d9e9792a3e4: Verifying Checksum
6d9e9792a3e4: Download complete
7e49dc6156b0: Pull complete
5b9b1a0eb9f0: Pull complete
39de8fe3fa1a: Pull complete
dc1e39449744: Verifying Checksum
dc1e39449744: Download complete
28e5525f5e3e: Verifying Checksum
28e5525f5e3e: Download complete
190837da2626: Verifying Checksum
190837da2626: Download complete
0dda72a640a0: Verifying Checksum
0dda72a640a0: Download complete
68597843ffd8: Verifying Checksum
68597843ffd8: Download complete
6d9e9792a3e4: Pull complete
9982f8f74828: Pull complete
a3bd35546b90: Verifying Checksum
a3bd35546b90: Download complete
59d78f277710: Verifying Checksum
59d78f277710: Download complete
6c011c78d239: Download complete
26c7c4223e1f: Download complete
4f4fb700ef54: Download complete
968332282b04: Verifying Checksum
968332282b04: Download complete
0ede47092c2f: Verifying Checksum
0ede47092c2f: Download complete
8d75d29da602: Verifying Checksum
8d75d29da602: Download complete
37ba2a552cc4: Verifying Checksum
37ba2a552cc4: Download complete
97fa719c3e94: Download complete
270136b3ddde: Verifying Checksum
270136b3ddde: Download complete
d68fd23eb213: Verifying Checksum
d68fd23eb213: Download complete
6aaf02491cf6: Download complete
9f82d52cf09b: Download complete
01a6be59f79c: Verifying Checksum
01a6be59f79c: Download complete
f41be054474a: Verifying Checksum
f41be054474a: Download complete
69c362cbbb1a: Verifying Checksum
69c362cbbb1a: Download complete
4d64f5be11ad: Verifying Checksum
4d64f5be11ad: Download complete
9283ce2cc594: Verifying Checksum
cba509fe7f1e: Verifying Checksum
cba509fe7f1e: Download complete
a463c5aa27d9: Download complete
9de8f96c8d93: Verifying Checksum
9de8f96c8d93: Download complete
6064abc3f4c1: Verifying Checksum
6064abc3f4c1: Download complete
10eae62fe436: Download complete
bf967208a3c8: Verifying Checksum
bf967208a3c8: Download complete
cb53ddb9c7ff: Download complete
0e359094c96e: Download complete
8314d80bf40a: Verifying Checksum
8314d80bf40a: Download complete
9eec512ab335: Download complete
636310f9a939: Download complete
9e8b588e1294: Verifying Checksum
9e8b588e1294: Download complete
cb53ddb9c7ff: Pull complete
6ca4a944ed5d: Pull complete
dc1e39449744: Pull complete
28e5525f5e3e: Pull complete
190837da2626: Pull complete
0dda72a640a0: Pull complete
68597843ffd8: Pull complete
59d78f277710: Pull complete
a3bd35546b90: Pull complete
6c011c78d239: Pull complete
26c7c4223e1f: Pull complete
4f4fb700ef54: Pull complete
0ede47092c2f: Pull complete
968332282b04: Pull complete
8d75d29da602: Pull complete
97fa719c3e94: Pull complete
37ba2a552cc4: Pull complete
d68fd23eb213: Pull complete
270136b3ddde: Pull complete
6aaf02491cf6: Pull complete
9f82d52cf09b: Pull complete
01a6be59f79c: Pull complete
f41be054474a: Pull complete
69c362cbbb1a: Pull complete
9283ce2cc594: Pull complete
4d64f5be11ad: Pull complete
cba509fe7f1e: Pull complete
9e8b588e1294: Pull complete
a463c5aa27d9: Pull complete
9de8f96c8d93: Pull complete
6064abc3f4c1: Pull complete
10eae62fe436: Pull complete
bf967208a3c8: Pull complete
8314d80bf40a: Pull complete
0e359094c96e: Pull complete
9eec512ab335: Pull complete
636310f9a939: Pull complete
Digest: sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723
Status: Downloaded newer image for ocaml/opam@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723
2025-11-28 08:17.34 ---> using "f95cadcefb5e76597def8103e41424f6cfa5e7a6b6fbe8791fb2ec4d52cc7f31" from cache


/: (comment ubuntu-22.04-4.14_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-11-28 08:17.34 ---> using "ecaf949f7f0c49479f68dcf7a0a93af6b081cf5e43ab8924da88ee2c326b8000" 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
2025-11-28 08:17.34 ---> using "3e463ffa8d2750faae2bd1466ef2e647ef1ce14012a29a17f940b7fdd1ed7887" 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.4.1
2025-11-28 08:17.34 ---> using "86edd9fdfe9ac6b29d2e8a9e922daaa2f3fa65895a6ec19a54578d744ec47597" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-11-28 08:17.34 ---> using "05115033ccbb7ac23081a7824108c5f0060c49fd7c1355f6c7b022f39090ffea" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee3428377a..eb45f7ec86  master     -> origin/master
8a324a5b99 Add: cmdliner.2.1.0 (#28962)


<><> 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)
2025-11-28 08:17.34 ---> using "3f3885b0abe218a0969bc65bd27a9d379fc259640e57b14fcfec4894dfb62564" from cache


/src: (copy (src dnsvizor.opam) (dst ./))
2025-11-28 08:17.34 ---> using "c79e98c94930a39b023a1dcdc93c4c6a4128cd90928299d2a71ff34d7dd4946b" 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-11-28 08:17.34 ---> using "f5a6902ab5e552a8109fd1528e09335f0b2908fcfb95935e092ab15a0efcd9b5" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-11-28 08:17.34 ---> using "bed4b0dd8cb7a13110b5152a44a686866706f77557f2093e692571f2f5b15cb7" 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.2.1.1 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-base-compiler.4.14.2 ocaml-config.2 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.4 --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://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3539 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:5 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1290 kB]
- Get:6 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6008 kB]
- Get:7 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3876 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1596 kB]
- Fetched 16.7 MB in 2s (9229 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).
2025-11-28 08:17.34 ---> using "e86d3fcebcccbc5692482ce4ccfa2350b4bcf68c29109bf8c0b0cfcbebc09a36" from cache


/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 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            2.1.1
- 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 charrua.2.1.1  (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.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 dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved mirage-crypto.2.0.2, mirage-crypto-rng.2.0.2  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved tcpip.9.0.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.1  (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.20.2
-> installed lwt-dllist.1.1.0
-> 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 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.20.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed mirage-crypto.2.0.2
-> installed lwt.5.9.2
-> installed mirage-net.4.0.0
-> installed mirage-flow.5.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.2.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-28 08:17.34 ---> using "2fa5297c3593e9b85761ef914e9fdd84f75dc8ebe4e7695705c5569e55085631" from cache


/src: (copy (src .) (dst /src))
2025-11-28 08:17.34 ---> saved as "9b1be3059a13c904dd1feb57cfe991b3ce1340e0bb97b88328c2937365680ab5"


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


[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   smaller carpie.net conf...
[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.
2025-11-28 08:17.35 ---> saved as "36d74bcc12824108c5dcc4f25da14d0c97004fa6fbacf87fdff7f56d34b2b5f3"
Job succeeded
2025-11-28 08:17.35: Job succeeded