Organisationsrobur-coopdnsvizorc9b1a0 ()macos-homebrew-4.14_opam-2.4

macos-homebrew-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-08-23 19:01.33: New job: test robur-coop/dnsvizor https://github.com/robur-coop/dnsvizor.git#refs/heads/static-or-dhcp (c9b1a0b80f09a38d0291533fb4c9244bfe549ddb) (macos-x86_64:macos-homebrew-4.14_opam-2.4)
Base: macos-homebrew-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/robur-coop/dnsvizor.git" -b "static-or-dhcp" && cd "dnsvizor" && git reset --hard c9b1a0b8
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 dnsvizor.opam ./src/./
RUN opam pin add -yn dnsvizor.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./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.20.0 dune-configurator.3.20.0 fmt.0.11.0 ipaddr.5.6.1 logs.0.9.0 macaddr.5.6.1 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.13.2 seq.base stdlib-shims.0.3.0 topkg.1.1.0 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 cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-08-23 19:01.33: Using cache hint "robur-coop/dnsvizor-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.4-bf134d56e3d8ed0c11855dad27a1026e"
2025-08-23 19:01.33: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(comment macos-homebrew-4.14_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src dnsvizor.opam) (dst ./src/./))
(run (network host)
(shell "opam pin add -yn dnsvizor.dev './src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './src/./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.20.0 dune-configurator.3.20.0 fmt.0.11.0 ipaddr.5.6.1 logs.0.9.0 macaddr.5.6.1 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.13.2 seq.base stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y dnsvizor.dev $DEPS"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst ./src))
(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-08-23 19:01.33: Waiting for resource in pool OCluster
2025-08-23 19:01.34: Waiting for worker…
2025-08-23 19:01.34: Got resource from pool OCluster
Building on i7-worker-01
HEAD is now at 00f4de6 fix build with monitoring enabled (deduplicate the --name argument)
HEAD is now at c9b1a0b adjustments to charrua changes


(from macos-homebrew-ocaml-4.14)
2025-08-23 19:01.35 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache


/: (comment macos-homebrew-4.14_opam-2.4)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))
2025-08-23 19:01.35 ---> using "16fd332aba96a180769fbf49639a0f9a6aa6ed7d2edfa24c2b9bea4039176eb4" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 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 1 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=1 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2025-08-23 19:01.36 ---> using "441082522a992e4675bb61cf184ac4d487fcb27eccab875ab68ef480e42527a0" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 24.5.0
The OCaml toplevel, version 4.14.2
2.4.1
2025-08-23 19:01.36 ---> using "73a23ad864bce177bda3ef5ed15fdc258f712e067e25e839184501078d169a1f" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
f1d3c77350..0978bfceb7  master     -> origin/master
f9d23e5cb1 Merge pull request #28357 from maiste/release-dune-3.20.0


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


Everything as up-to-date as possible


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.3.0
- ocaml-config.3
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-08-23 19:01.36 ---> using "d722631e4b2f719a7ec3b970cb55275fa41e55b61e0972beca0ae16eb4b93b56" from cache


/: (copy (src dnsvizor.opam) (dst ./src/./))
2025-08-23 19:01.36 ---> using "1aab079c20345e09bc31b72f4b8c1927e1234f737c0b14adc1ec09260f0a56e7" from cache


/: (run (network host)
(shell "opam pin add -yn dnsvizor.dev './src/./'"))
[NOTE] Package dnsvizor does not exist in opam repositories registered in the current switch.
[dnsvizor.dev] synchronised (file:///Users/mac1000/src)
dnsvizor is now pinned to file:///Users/mac1000/src (version dev)
2025-08-23 19:01.37 ---> using "a6d3c241bf6a2e5ca1dd2c2bac80f00defdea891dc846a4ca4fe9c9f6a0b88a7" from cache


/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2025-08-23 19:01.37 ---> using "d923a404c34956fac45c88e959403ce81f9de76ca8d7423538221742c21d5a07" from cache


/: (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.20.0 dune-configurator.3.20.0 fmt.0.11.0 ipaddr.5.6.1 logs.0.9.0 macaddr.5.6.1 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.13.2 seq.base stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y dnsvizor.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dnsvizor.dev] synchronised (file:///Users/mac1000/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-08-23 19:01.37 ---> using "b5285889649af2121969d8ad08a6b698ea73ab2387d0763436591c90ff79fb56" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(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.20.0
- install dune-configurator  3.20.0
- install fmt                0.11.0
- install ipaddr             5.6.1
- install logs               0.9.0
- install macaddr            5.6.1
- 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.13.2
- install seq                base
- install stdlib-shims       0.3.0
- install topkg              1.1.0
- 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 alcotest.1.9.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-name.0.4.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved ipaddr.5.6.1, macaddr.5.6.1  (cached)
-> retrieved logs.0.9.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved re.1.13.2  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved dune.3.20.0, dune-configurator.3.20.0  (cached)
-> installed ocamlbuild.0.16.1
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.9.0
-> installed dune.3.20.0
-> installed stdlib-shims.0.3.0
-> installed ohex.0.2.0
-> installed macaddr.5.6.1
-> installed domain-name.0.4.1
-> installed csexp.1.5.2
-> installed ipaddr.5.6.1
-> installed re.1.13.2
-> installed ocaml-syntax-shims.1.0.0
-> installed alcotest.1.9.0
-> installed dune-configurator.3.20.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-08-23 19:01.38 ---> using "dce966e91140e2c3177415d0869fe6c674107e4b5f8b12bdb29b6c34aedf4236" from cache


/: (copy (src .) (dst ./src))
2025-08-23 19:01.39 ---> saved as "a3fd1ae9dc734ef778475384c591330cb6409dd57c6399cb08c9b0a7f4427f14"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./config_tests.exe)
Testing `DNSvizor tests'.
This run has ID `LVXVX695'.


[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.003s. 20 tests run.
2025-08-23 19:01.42 ---> saved as "c56e19d035f533bf8d7f0b79c81a06df94de1e5cc5fdeff0e27989436fa5f37f"
Job succeeded
2025-08-23 19:01.49: Job succeeded