2025-07-31 07:26.18: New job: test robur-coop/dnsvizor https://github.com/robur-coop/dnsvizor.git#refs/heads/block_config (e168030ed6dab0109987ea4306ea24b4e06a988a) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:288fd5f9a1ea6e902f595976d15ac1ec018ec29d1eef2e63f78b0f6297933ecc Opam project build To reproduce locally: git clone --recursive "https://github.com/robur-coop/dnsvizor.git" -b "block_config" && cd "dnsvizor" && git reset --hard e168030e cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:288fd5f9a1ea6e902f595976d15ac1ec018ec29d1eef2e63f78b0f6297933ecc # debian-12-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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.1.0 cmdliner.1.3.0 domain-name.0.3.0 dune.3.5.0 fmt.0.9.0 ipaddr.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.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.14.0 ocamlfind.1.9.1 ohex.0.2.0 re.1.7.2 result.1.5 stdlib-shims.0.1.0 topkg.1.0.8 uutf.1.0.3" 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-07-31 07:26.18: Using cache hint "robur-coop/dnsvizor-ocaml/opam:debian-12-ocaml-4.14@sha256:288fd5f9a1ea6e902f595976d15ac1ec018ec29d1eef2e63f78b0f6297933ecc-debian-12-4.14_opam-2.4-419c0e1ddb90690983c97c19c1490b62" 2025-07-31 07:26.18: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:288fd5f9a1ea6e902f595976d15ac1ec018ec29d1eef2e63f78b0f6297933ecc) (comment debian-12-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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.1.0 cmdliner.1.3.0 domain-name.0.3.0 dune.3.5.0 fmt.0.9.0 ipaddr.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.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.14.0 ocamlfind.1.9.1 ohex.0.2.0 re.1.7.2 result.1.5 stdlib-shims.0.1.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.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-07-31 07:26.18: Waiting for resource in pool OCluster 2025-07-31 11:36.38: Waiting for worker… 2025-07-31 11:37.49: Got resource from pool OCluster Building on eumache All commits already cached HEAD is now at e168030 remove residue code (from ocaml/opam:debian-12-ocaml-4.14@sha256:288fd5f9a1ea6e902f595976d15ac1ec018ec29d1eef2e63f78b0f6297933ecc) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:288fd5f9a1ea6e902f595976d15ac1ec018ec29d1eef2e63f78b0f6297933ecc' locally docker.io/ocaml/opam@sha256:288fd5f9a1ea6e902f595976d15ac1ec018ec29d1eef2e63f78b0f6297933ecc: Pulling from ocaml/opam 2b437dab448b: Already exists a2c99602167c: Pulling fs layer 66deb4cf7a3c: Pulling fs layer 48e936736765: Pulling fs layer 66deb4cf7a3c: Waiting 04833b9bb797: Pulling fs layer 48e936736765: Waiting a2c99602167c: Waiting 66deb4cf7a3c: Verifying Checksum 66deb4cf7a3c: Download complete 48e936736765: Verifying Checksum 48e936736765: Download complete 04833b9bb797: Verifying Checksum 04833b9bb797: Download complete a2c99602167c: Verifying Checksum a2c99602167c: Download complete a2c99602167c: Pull complete 66deb4cf7a3c: Pull complete 48e936736765: Pull complete 04833b9bb797: Pull complete Digest: sha256:288fd5f9a1ea6e902f595976d15ac1ec018ec29d1eef2e63f78b0f6297933ecc Status: Downloaded newer image for ocaml/opam@sha256:288fd5f9a1ea6e902f595976d15ac1ec018ec29d1eef2e63f78b0f6297933ecc 2025-07-31 11:37.50 ---> using "142100138a91f890d28d70e008b081a84bdd607cd5d8f8de3ee28b415bda950d" from cache /: (comment debian-12-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-07-31 11:37.50 ---> using "e7ef1ab5d72bc3878cd9cd9c8c92e02e8756dc4553455ce08375017d7fa98b99" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-07-31 11:37.50 ---> using "a00eaa7d6e20b2842d2d0a756d83e11cfa01c393bbdfe1614e5e7ef66cc31d7f" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-07-31 11:37.50 ---> using "5647ab45ba026b994ed399c0ca07168f94cbd24594308c3674ee719bb6818277" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-31 11:37.50 ---> using "7c203636209f7eeac807dc77915feba49206ddb0c0d8c07e107dda3fc65cf32c" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u")) b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819 <><> 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.3.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-07-31 11:37.50 ---> using "bb8b00bb3b1a844b3a3653491cf74782175301b7e5d491116b6dee5ef2efcb46" from cache /src: (copy (src dnsvizor.opam) (dst ./)) 2025-07-31 11:37.50 ---> using "21ad11b01b4a3b718e5aaf51f10f956868e26ec1aa12892fcb3712d6751f47c2" 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-07-31 11:37.50 ---> using "5d9a7b7ecc84894e5484689744c602daa95dc7353e3b3a6677e3e8a07a5317ca" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-31 11:37.50 ---> using "5c505d312dfebdfdb5d0af6ea9cb0410d77188814821c45ce40cb74dd7842385" from cache /src: (env DEPS "alcotest.1.8.0 angstrom.0.14.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.1.0 cmdliner.1.3.0 domain-name.0.3.0 dune.3.5.0 fmt.0.9.0 ipaddr.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.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.14.0 ocamlfind.1.9.1 ohex.0.2.0 re.1.7.2 result.1.5 stdlib-shims.0.1.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.4 --depext-only -y dnsvizor.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - 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-updates/main amd64 Packages.diff/Index [19.6 kB] - Ign:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index - Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6916 B] - Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [272 kB] - Fetched 402 kB in 0s (989 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-07-31 11:37.50 ---> using "c8ada6c63eec341b830f1b5e064bbcee5834145f5e32406da4ccef713c7e8fe4" 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.8.0 - install angstrom 0.14.0 - install astring 0.8.5 - install base-bytes base - install bigstringaf 0.1.0 - install cmdliner 1.3.0 - install domain-name 0.3.0 - install dune 3.5.0 - install fmt 0.9.0 - install ipaddr 5.6.0 - install jbuilder 1.0+beta20.1 (deprecated) - install logs 0.7.0 - install macaddr 5.6.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.14.0 - install ocamlfind 1.9.1 - install ohex 0.2.0 - install re 1.7.2 - install result 1.5 - install stdlib-shims 0.1.0 - install topkg 1.0.8 - install uutf 1.0.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved angstrom.0.14.0 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved domain-name.0.3.0 (cached) -> retrieved alcotest.1.8.0 (https://opam.ocaml.org/cache) -> retrieved bigstringaf.0.1.0 (https://opam.ocaml.org/cache) -> retrieved fmt.0.9.0 (cached) -> retrieved ipaddr.5.6.0, macaddr.5.6.0 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.14.0 (cached) -> retrieved jbuilder.1.0+beta20.1 (cached) -> retrieved ocamlfind.1.9.1 (cached) -> retrieved ohex.0.2.0 (cached) -> retrieved dune.3.5.0 (cached) -> retrieved re.1.7.2 (cached) -> retrieved result.1.5 (cached) -> retrieved stdlib-shims.0.1.0 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved topkg.1.0.8 (cached) -> installed cmdliner.1.3.0 -> 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 topkg.1.0.8 -> installed re.1.7.2 -> installed uutf.1.0.3 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed logs.0.7.0 -> installed dune.3.5.0 -> installed ohex.0.2.0 -> installed domain-name.0.3.0 -> installed macaddr.5.6.0 -> installed result.1.5 -> installed stdlib-shims.0.1.0 -> installed ipaddr.5.6.0 -> installed angstrom.0.14.0 -> installed ocaml-syntax-shims.1.0.0 -> installed alcotest.1.8.0 Done. <><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><> => Note: This package is deprecated. # To update the current shell environment, run: eval $(opam env) 2025-07-31 11:38.05 ---> saved as "598ab3b7e077208a6c6a6eabfd51f72a0827422b63a1bc769c279e91e1187554" /src: (copy (src .) (dst /src)) 2025-07-31 11:38.05 ---> saved as "a2bb3f975c38018eada820508e5400fc5499f5910d7fda5896fb0fb1e6adf19d" /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 `IV17VF81'. [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.002s. 20 tests run. 2025-07-31 11:38.06 ---> saved as "1fdf92a0c71d006c8d94cd334fdb6bbab7c85561d80a0dfd10b9558afe4803ff" Job succeeded 2025-07-31 11:38.06: Job succeeded