2025-05-29 07:20.32: New job: test robur-coop/dnsvizor https://github.com/robur-coop/dnsvizor.git#refs/heads/main (0965644f180ca26102542ad270837735e7395d1b) (linux-arm64:debian-12-4.14_arm64_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:423bbb5d1c35aef0a9efed4ef5493f4b45d3e84b03d23fd11651012921d78c4a Opam project build To reproduce locally: git clone --recursive "https://github.com/robur-coop/dnsvizor.git" -b "main" && cd "dnsvizor" && git reset --hard 0965644f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:423bbb5d1c35aef0a9efed4ef5493f4b45d3e84b03d23fd11651012921d78c4a # debian-12-4.14_arm64_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /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 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && 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.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 csexp.1.5.2 domain-name.0.4.1 dune.3.19.0 dune-configurator.3.19.0 fmt.0.10.0 ipaddr.5.6.0 logs.0.8.0 macaddr.5.6.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 ohex.0.2.0 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --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-05-29 07:20.32: Using cache hint "robur-coop/dnsvizor-ocaml/opam:debian-12-ocaml-4.14@sha256:423bbb5d1c35aef0a9efed4ef5493f4b45d3e84b03d23fd11651012921d78c4a-debian-12-4.14_arm64_opam-2.3-d356eb639e9ac2327a678f168e88f9e1" 2025-05-29 07:20.32: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:423bbb5d1c35aef0a9efed4ef5493f4b45d3e84b03d23fd11651012921d78c4a) (comment debian-12-4.14_arm64_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && 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.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 csexp.1.5.2 domain-name.0.4.1 dune.3.19.0 dune-configurator.3.19.0 fmt.0.10.0 ipaddr.5.6.0 logs.0.8.0 macaddr.5.6.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 ohex.0.2.0 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 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.3 --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-05-29 07:20.32: Waiting for resource in pool OCluster 2025-05-29 07:20.32: Waiting for worker… 2025-05-29 07:20.32: Got resource from pool OCluster Building on kydoime.caelum.ci.dev HEAD is now at 725462c add endpoints to the various pages HEAD is now at 0965644 Merge pull request #27 from robur-coop/dns-over-https (from ocaml/opam:debian-12-ocaml-4.14@sha256:423bbb5d1c35aef0a9efed4ef5493f4b45d3e84b03d23fd11651012921d78c4a) 2025-05-29 07:20.32 ---> using "ae12be82efc07d222a4080b15cef96c5ad419c2d138478aa18222c246e06aa7e" from cache /: (comment debian-12-4.14_arm64_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-05-29 07:20.32 ---> using "9a0362a127c4243f9b0adb58de6f0339885df17025b6e8b8ed3b5ff5971d7b76" 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 development 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-05-29 07:20.32 ---> using "0605cdc03c71c9c3d7cf3105e704483e2cf3beee942c752884fe70cffe4fed13" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-05-29 07:20.32 ---> using "93b7494066b9b6b1bbb50c427ee9ee625f127cdcc2b3df804fbed77cd8d29a20" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-05-29 07:20.32 ---> using "7a7a2dd5469408a0ee60f314529a82cdf9e5b2da82f419805d4f695cbcf14831" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 0d013e603b..0eea63ad71 master -> origin/master 2df846cb67 Merge pull request #27910 from maiste/release-dune-3.19.0 <><> 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, 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-05-29 07:20.32 ---> using "6120d971e9b7bf4390cebbdf241d0f0e21416f72f5175db58a8552128bc2e9c3" from cache /src: (copy (src dnsvizor.opam) (dst ./)) 2025-05-29 07:20.32 ---> using "c902d6479f87346c889f2f5ca9fa041b4ed9da47056e870295bc401a1fbd16d8" from cache /src: (run (network host) (shell "opam pin add -yn dnsvizor.dev './'")) Package dnsvizor does not exist, create as a NEW package? [y/n] y [dnsvizor.dev] synchronised (file:///src) dnsvizor is now pinned to file:///src (version dev) 2025-05-29 07:20.32 ---> using "114cd490653ad4588196dbb60a515388789c19e4fcff36681980936a375c7e80" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-05-29 07:20.32 ---> using "d614154d734efccfaa5652b62e59db3249f31f3f0b9d13606a2c7353a8fd43b5" from cache /src: (env DEPS "alcotest.1.9.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 csexp.1.5.2 domain-name.0.4.1 dune.3.19.0 dune-configurator.3.19.0 fmt.0.10.0 ipaddr.5.6.0 logs.0.8.0 macaddr.5.6.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 ohex.0.2.0 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 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.3 --depext-only -y dnsvizor.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] - Get:5 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [257 kB] - Fetched 9205 kB in 2s (6012 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-05-29 07:20.32 ---> using "6734c9b587db480d1ad44b5c8973600f8522c5d6d7894f3bd5e12e8ea9961602" 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 22 packages - install alcotest 1.9.0 - install angstrom 0.16.1 - install astring 0.8.5 - install bigstringaf 0.10.0 - install cmdliner 1.3.0 - install csexp 1.5.2 - install domain-name 0.4.1 - install dune 3.19.0 - install dune-configurator 3.19.0 - install fmt 0.10.0 - install ipaddr 5.6.0 - install logs 0.8.0 - install macaddr 5.6.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ohex 0.2.0 - install re 1.12.0 - install seq base - install stdlib-shims 0.3.0 - install topkg 1.0.8 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved angstrom.0.16.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved domain-name.0.4.1 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved ipaddr.5.6.0, macaddr.5.6.0 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ohex.0.2.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved re.1.12.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved dune.3.19.0, dune-configurator.3.19.0 (cached) -> installed cmdliner.1.3.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed topkg.1.0.8 -> installed uutf.1.0.4 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed logs.0.8.0 -> installed dune.3.19.0 -> installed ohex.0.2.0 -> installed domain-name.0.4.1 -> installed csexp.1.5.2 -> installed macaddr.5.6.0 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.12.0 -> installed stdlib-shims.0.3.0 -> installed ipaddr.5.6.0 -> installed alcotest.1.9.0 -> installed dune-configurator.3.19.0 -> installed bigstringaf.0.10.0 -> installed angstrom.0.16.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-05-29 07:20.32 ---> using "0b58733c7a9becaae1baf8e541cd88838beece6444f6f59ebb103b00ddf555f4" from cache /src: (copy (src .) (dst /src)) 2025-05-29 07:20.33 ---> saved as "7cbb754318baef584f92645d45d662306da06720b08095a5517544c9a88efef8" /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 `99XUHMJB'. [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] Configuration file tests 0 First example. [OK] Configuration file tests 1 White space and comments. Full test results in `/src/_build/default/test/_build/_tests/DNSvizor tests'. Test Successful in 0.004s. 20 tests run. 2025-05-29 07:20.34 ---> saved as "8091aaf1fa2e668cf88e52d169951c0df5743f8ce32a8702cfe973d4c48b30a6" Job succeeded 2025-05-29 07:20.34: Job succeeded