Organisationsdinosaureocaml-dmarc72a284 (main)macos-homebrew-4.14_arm64_opam-2.1

macos-homebrew-4.14_arm64_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:27.53: New job: test dinosaure/ocaml-dmarc https://github.com/dinosaure/ocaml-dmarc.git#refs/heads/main (72a284cf9f08abdfaa3d8a1b2d89c669349a545f) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.1)
Base: macos-homebrew-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dinosaure/ocaml-dmarc.git" -b "main" && cd "ocaml-dmarc" && git reset --hard 72a284cf
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_arm64_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.1 ~/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 e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 public-suffix.opam dmarc.opam ./src/./
RUN opam pin add -yn public-suffix.dev './src/./' && \
    opam pin add -yn dmarc.dev './src/./'
ENV DEPS="alcotest.1.7.0 angstrom.0.16.0 asn1-combinators.0.2.6 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.9.1 cmdliner.1.2.0 coin.0.1.4 colombe.0.8.1 conf-gmp.4 conf-gmp-powm-sec.3 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 dkim.0.5.0 dns.7.0.3 dns-client.7.0.3 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 emile.1.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 hmap.0.8.1 ipaddr.5.5.0 ke.0.6 logs.0.7.0 lru.0.3.1 lwt.5.7.0 macaddr.5.5.0 metrics.0.4.1 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mrmime.0.6.1 mtime.2.0.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.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 pbkdf.1.2.0 pecu.0.7 prettym.0.0.3 psq.0.2.1 ptime.1.1.0 randomconv.0.1.3 re.1.11.0 rosetta.0.3.0 rresult.0.7.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 unstrctrd.0.4 uri.4.4.0 uspf.0.0.3 uutf.1.0.3 uuuu.0.3.0 x509.0.16.5 yuscii.0.3.0 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y public-suffix.dev dmarc.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


2024-04-30 08:27.53: Using cache hint "dinosaure/ocaml-dmarc-macos-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.1-9974bb9fc65a92876a35214928155f65"
2024-04-30 08:27.53: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (comment macos-homebrew-4.14_arm64_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.1 ~/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 e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src public-suffix.opam dmarc.opam) (dst ./src/./))
 (run (network host)
      (shell  "opam pin add -yn public-suffix.dev './src/./' && \
             \nopam pin add -yn dmarc.dev './src/./'"))
 (env DEPS "alcotest.1.7.0 angstrom.0.16.0 asn1-combinators.0.2.6 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.9.1 cmdliner.1.2.0 coin.0.1.4 colombe.0.8.1 conf-gmp.4 conf-gmp-powm-sec.3 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 dkim.0.5.0 dns.7.0.3 dns-client.7.0.3 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 emile.1.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 hmap.0.8.1 ipaddr.5.5.0 ke.0.6 logs.0.7.0 lru.0.3.1 lwt.5.7.0 macaddr.5.5.0 metrics.0.4.1 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mrmime.0.6.1 mtime.2.0.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.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 pbkdf.1.2.0 pecu.0.7 prettym.0.0.3 psq.0.2.1 ptime.1.1.0 randomconv.0.1.3 re.1.11.0 rosetta.0.3.0 rresult.0.7.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 unstrctrd.0.4 uri.4.4.0 uspf.0.0.3 uutf.1.0.3 uuuu.0.3.0 x509.0.16.5 yuscii.0.3.0 zarith.1.13")
 (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.1 --depext-only -y public-suffix.dev dmarc.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"))
)


2024-04-30 08:27.53: Waiting for resource in pool OCluster
2024-04-30 11:34.54: Waiting for worker…
2024-04-30 13:29.55: Got resource from pool OCluster
Building on m1-worker-04
All commits already cached
HEAD is now at 72a284c Merge pull request #7 from dinosaure/upgrade-cmdliner


(from macos-homebrew-ocaml-4.14)
2024-04-30 13:29.56 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache


/: (comment macos-homebrew-4.14_arm64_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
2024-04-30 13:29.56 ---> using "25b9bb92388ede51fae89d4de3a3dbc7bf0716456eef41b1ea8636995a3eeab7" 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-04-30 13:29.56 ---> using "0525a69f67d7dcc5812c572fe55aa709891b6884e539fc956e1641dd42758a4d" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.1.0
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-30 13:29.56 ---> using "f4908fd0e5799798bb14c138897a7b0cd12737558237c57b6cfe71feb61d52ba" 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 e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   b530f3bbd2..e90e14059c  master     -> origin/master
e90e14059c Merge pull request #25773 from public-release/opam-publish-sexplib0.v0.17.0


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


Constructing initial basis...
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


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, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-04-30 13:29.56 ---> using "c0a22abb2e0010d91d8add39dd76f74be6caf9e146de6bfa61b558fbd76508cf" from cache


/: (copy (src public-suffix.opam dmarc.opam) (dst ./src/./))
2024-04-30 13:29.58 ---> saved as "5ce27fdd8530fe41decfc486f4e7cd1b0046c1803fe325c707541717df338c3a"


/: (run (network host)
        (shell  "opam pin add -yn public-suffix.dev './src/./' && \
               \nopam pin add -yn dmarc.dev './src/./'"))
Package public-suffix does not exist, create as a NEW package? [Y/n] y
[public-suffix.dev] synchronised (file:///Users/mac1000/src)
public-suffix is now pinned to file:///Users/mac1000/src (version dev)
Package dmarc does not exist, create as a NEW package? [Y/n] y
[dmarc.dev] synchronised (file:///Users/mac1000/src)
dmarc is now pinned to file:///Users/mac1000/src (version dev)
2024-04-30 13:30.18 ---> saved as "7d9308f12eb75f8a1f66f8fc45eefcc9b145560996ee21041b95c978ef211748"


/: (env DEPS "alcotest.1.7.0 angstrom.0.16.0 asn1-combinators.0.2.6 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.9.1 cmdliner.1.2.0 coin.0.1.4 colombe.0.8.1 conf-gmp.4 conf-gmp-powm-sec.3 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 dkim.0.5.0 dns.7.0.3 dns-client.7.0.3 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 emile.1.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 hmap.0.8.1 ipaddr.5.5.0 ke.0.6 logs.0.7.0 lru.0.3.1 lwt.5.7.0 macaddr.5.5.0 metrics.0.4.1 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mrmime.0.6.1 mtime.2.0.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.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 pbkdf.1.2.0 pecu.0.7 prettym.0.0.3 psq.0.2.1 ptime.1.1.0 randomconv.0.1.3 re.1.11.0 rosetta.0.3.0 rresult.0.7.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 unstrctrd.0.4 uri.4.4.0 uspf.0.0.3 uutf.1.0.3 uuuu.0.3.0 x509.0.16.5 yuscii.0.3.0 zarith.1.13")


/: (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.1 --depext-only -y public-suffix.dev dmarc.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dmarc.dev] synchronised (no changes)
[public-suffix.dev] synchronised (no changes)


[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).
Constructing initial basis...


The following system packages will first need to be installed:
    curl gmp pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /opt/homebrew/bin/brew "install" "curl" "gmp" "pkg-config"
- ==> Downloading https://ghcr.io/v2/homebrew/core/curl/manifests/8.7.1-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9e7998f3c754b164b0e29695c5b78d98936744c8daf0ada5a01258def64fc396--curl-8.7.1-2.bottle_manifest.json
- ==> Fetching dependencies for curl: brotli, libunistring, libidn2, libnghttp2, ca-certificates, openssl@3, libssh2, openldap, rtmpdump, lz4, xz and zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/565098509cdfa90593ec9a41b41239f073843f88caed60ddaa3e6194ac4defda--brotli-1.1.0-1.bottle_manifest.json
- ==> Fetching brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/blobs/sha256:2a95140d61198e3153ff27d8847b76dd34162f6e6e39f3e0f34d2b3a3e4f15dd
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b3852b9f89602b27a98dbdfbcb74ccadfe3ee37647a8643e70d9b71de1e2d621--brotli--1.1.0.arm64_sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/48ac60445a77a63996cf15f6414f68a620d544fb683031b14eb3aea95c3064f6--libunistring-1.2.bottle_manifest.json
- ==> Fetching libunistring
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/blobs/sha256:4a1c0f956e528e0fe9a5040da6a2002e221024835916fdc198b5d734e3c2638d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/67ce9ddd8a7c36c32a278280a253ce067e390d8242545999943a3aa1fe56c4a0--libunistring--1.2.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libidn2/manifests/2.3.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/45d1d4d2930c4782bf53e761a1c0166cd8a40f4193ac8c44e86f0b6708e80354--libidn2-2.3.7.bottle_manifest.json
- ==> Fetching libidn2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libidn2/blobs/sha256:670f6ed3768acde8ce10b5dcfc88fef69cea994ff84491b253a5e818cd4f9a1b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2ceaa2a1a4e3bc2f1c97775dfe945c1b94e5576a61a4f8888ec24251463a75bc--libidn2--2.3.7.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.61.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/84e039765210f9da314a9b989360b06406c6123f9aae7b1a47dd010504d3bcfb--libnghttp2-1.61.0.bottle_manifest.json
- ==> Fetching libnghttp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/blobs/sha256:6bd6cd9fad916829f98adbd9823545a09b0c147475cb4aa3caaa1f3a9e8104e0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/64a45daa23cc6741a2c7d729a5e8458ca05f052e25be818bf0854921bf75d1d0--libnghttp2--1.61.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-03-11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c431e0186df2ccc2ea942b34a3c26c2cebebec8e07ad6abdae48447a52c5f506--ca-certificates-2024-03-11.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:cab828953672906e00a8f25db751977b8dc4115f021f8dfe82b644ade03dacdb
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2c0842d836eaa991deac09d2f933bf5ff5b214d7c5d225c7fe042f6262ca21a9--ca-certificates--2024-03-11.all.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.3.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cd7e4cb72da375d51619d8c60fb91a70696e352edb515631b5751d05342e471d--openssl@3-3.3.0-1.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:ec6f9daf8e32d96f4a2f4cd56d18533ee47bb8d9e7cb3d832ac64115d8a1a4ca
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/47ee1c5661a263b9000a31a0c0fd731921584c62a47c5d1504e9406e5faa0c13--openssl@3--3.3.0.arm64_sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/manifests/1.11.0_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/48ca0c7785b21630a4817c59b72205609ccb0575e7abc64d64af2e61a60b5b0a--libssh2-1.11.0_1.bottle_manifest.json
- ==> Fetching libssh2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/blobs/sha256:ec12598827b91ddee213c24b17a2bba833e5e1cbcfaf25b0d514dfd3fe03f527
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a70a2917adfe875f9751c7e6991318d8e941194eda0897f96cec4d067a47c44a--libssh2--1.11.0_1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openldap/manifests/2.6.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e87d8ed2b5650e16104d32d46c66a2385b30073d8fc68d969c74d1caaf8b6d75--openldap-2.6.7.bottle_manifest.json
- ==> Fetching openldap
- ==> Downloading https://ghcr.io/v2/homebrew/core/openldap/blobs/sha256:586762c2bc4dc3ac9c5959009af103ca4d46309c073de7b9da33ad8ec6767e01
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8187b550743a7bc99e560c4007531260a5d1ff15d622f6609d0a9aab5e628d36--openldap--2.6.7.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/rtmpdump/manifests/2.4-20151223_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b40cb4d6b301aad8ce26f9deb74a74c0d98d1868d19881f9bff55b81d6f11e50--rtmpdump-2.4-20151223_3.bottle_manifest.json
- ==> Fetching rtmpdump
- ==> Downloading https://ghcr.io/v2/homebrew/core/rtmpdump/blobs/sha256:fc5748b95d47c39bb4d633090cc0a7b5fe90bda5ef163fa5b8809272c9bf4618
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/29a8b94b6f773b8a95202fd7e8c6f0ddbb98973233725e67691f3a939d449587--rtmpdump--2.4-20151223_3.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.9.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/379e59b981667f9585b33a2ff318769d8edca3ce6fd2e9a67ed291ae3e0cc872--lz4-1.9.4.bottle_manifest.json
- ==> Fetching lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/blobs/sha256:5a8b7116d978e403c525e61794c60b43480d0afc83e499a763f7f14641bbc9b1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cfb2864b638ce3847b31fa1f44483b5edcf090a414eaa5306c8b7ff2dc0ba44a--lz4--1.9.4.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.4.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b2cc4077807c100af6e0253f51d186f187ff55165638cbe3a4aa16d1c4762660--xz-5.4.6.bottle_manifest.json
- ==> Fetching xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:01ced87d92d0c1131c069108efb14f6940f9e528e2d044ac41d9a0d8f5169f2e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a8def111ef35d2c9d46e56ff2c6c7b623b61be0f395014454e9f11db2db16981--xz--5.4.6.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/29403e0df5404d8aeca0e750ac135ec9ef44fc5eeb6df69170ed602acabf0ffb--zstd-1.5.6.bottle_manifest.json
- ==> Fetching zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:2028141683f55bffcd0693b9e49eef1e3dabc1e184214cacb173ca9bd54dabc0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af6fd07ad9cd935975dd761af51c9baba7eb782dda7630d4abd399fa98e53578--zstd--1.5.6.arm64_sonoma.bottle.tar.gz
- ==> Fetching curl
- ==> Downloading https://ghcr.io/v2/homebrew/core/curl/blobs/sha256:d26dcef01fd3158c59dec70673ebbdcecc44bdffc51b735a45d018f3046d0dfd
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/462dd44511c27522d89b89021d9fd27101a29758433cf7bcf4d37138c68698d3--curl--8.7.1.arm64_sonoma.bottle.2.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Fetching gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:78e4f40cba6419cf7e2d81e9c945d1e93744511bd5230bdfac1b69ed894914b4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/96a5c6ba7b30c6f2734be44067ba66ef0de5e0973c913659c7b555a4b063029c--gmp--6.3.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkg-config/manifests/0.29.2_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac691fc7ab8ecffba32a837e7197101d271474a3a84cfddcc30c9fd6763ab3c6--pkg-config-0.29.2_3.bottle_manifest.json
- ==> Fetching pkg-config
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkg-config/blobs/sha256:7b59abc0b5381065b1eab174217307af9324e0d02edf903171b29250ae58aeaf
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/84ce7ed13999bc49b583c1b0bfd220d1bb0682ca2316d985b0f5f9e9c0a9084d--pkg-config--0.29.2_3.arm64_sonoma.bottle.tar.gz
- ==> Installing dependencies for curl: brotli, libunistring, libidn2, libnghttp2, ca-certificates, openssl@3, libssh2, openldap, rtmpdump, lz4, xz and zstd
- ==> Installing curl dependency: brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/565098509cdfa90593ec9a41b41239f073843f88caed60ddaa3e6194ac4defda--brotli-1.1.0-1.bottle_manifest.json
- ==> Pouring brotli--1.1.0.arm64_sonoma.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/brotli/1.1.0: 24 files, 1012KB
- ==> Installing curl dependency: libunistring
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/48ac60445a77a63996cf15f6414f68a620d544fb683031b14eb3aea95c3064f6--libunistring-1.2.bottle_manifest.json
- ==> Pouring libunistring--1.2.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libunistring/1.2: 59 files, 5MB
- ==> Installing curl dependency: libidn2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libidn2/manifests/2.3.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/45d1d4d2930c4782bf53e761a1c0166cd8a40f4193ac8c44e86f0b6708e80354--libidn2-2.3.7.bottle_manifest.json
- ==> Pouring libidn2--2.3.7.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libidn2/2.3.7: 80 files, 1MB
- ==> Installing curl dependency: libnghttp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.61.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/84e039765210f9da314a9b989360b06406c6123f9aae7b1a47dd010504d3bcfb--libnghttp2-1.61.0.bottle_manifest.json
- ==> Pouring libnghttp2--1.61.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libnghttp2/1.61.0: 13 files, 803.7KB
- ==> Installing curl dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-03-11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c431e0186df2ccc2ea942b34a3c26c2cebebec8e07ad6abdae48447a52c5f506--ca-certificates-2024-03-11.bottle_manifest.json
- ==> Pouring ca-certificates--2024-03-11.all.bottle.tar.gz


- 🍺  /opt/homebrew/Cellar/ca-certificates/2024-03-11: 3 files, 229.2KB
- ==> Installing curl dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.3.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cd7e4cb72da375d51619d8c60fb91a70696e352edb515631b5751d05342e471d--openssl@3-3.3.0-1.bottle_manifest.json
- ==> Pouring openssl@3--3.3.0.arm64_sonoma.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/openssl@3/3.3.0: 6,976 files, 32.2MB
- ==> Installing curl dependency: libssh2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/manifests/1.11.0_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/48ca0c7785b21630a4817c59b72205609ccb0575e7abc64d64af2e61a60b5b0a--libssh2-1.11.0_1.bottle_manifest.json
- ==> Pouring libssh2--1.11.0_1.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libssh2/1.11.0_1: 197 files, 1.1MB
- ==> Installing curl dependency: openldap
- ==> Downloading https://ghcr.io/v2/homebrew/core/openldap/manifests/2.6.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e87d8ed2b5650e16104d32d46c66a2385b30073d8fc68d969c74d1caaf8b6d75--openldap-2.6.7.bottle_manifest.json
- ==> Pouring openldap--2.6.7.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/openldap/2.6.7: 340 files, 7.8MB
- ==> Installing curl dependency: rtmpdump
- ==> Downloading https://ghcr.io/v2/homebrew/core/rtmpdump/manifests/2.4-20151223_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b40cb4d6b301aad8ce26f9deb74a74c0d98d1868d19881f9bff55b81d6f11e50--rtmpdump-2.4-20151223_3.bottle_manifest.json
- ==> Pouring rtmpdump--2.4-20151223_3.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/rtmpdump/2.4-20151223_3: 20 files, 647.6KB
- ==> Installing curl dependency: lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.9.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/379e59b981667f9585b33a2ff318769d8edca3ce6fd2e9a67ed291ae3e0cc872--lz4-1.9.4.bottle_manifest.json
- ==> Pouring lz4--1.9.4.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/lz4/1.9.4: 22 files, 634.5KB
- ==> Installing curl dependency: xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.4.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b2cc4077807c100af6e0253f51d186f187ff55165638cbe3a4aa16d1c4762660--xz-5.4.6.bottle_manifest.json
- ==> Pouring xz--5.4.6.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/xz/5.4.6: 163 files, 2.6MB
- ==> Installing curl dependency: zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/29403e0df5404d8aeca0e750ac135ec9ef44fc5eeb6df69170ed602acabf0ffb--zstd-1.5.6.bottle_manifest.json
- ==> Pouring zstd--1.5.6.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/zstd/1.5.6: 31 files, 2.2MB
- ==> Installing curl
- ==> Pouring curl--8.7.1.arm64_sonoma.bottle.2.tar.gz
- ==> Caveats
- curl is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- If you need to have curl first in your PATH, run:
-   echo 'export PATH="/opt/homebrew/opt/curl/bin:$PATH"' >> ~/.profile
- 
- For compilers to find curl you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/curl/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/curl/include"
- ==> Summary
- 🍺  /opt/homebrew/Cellar/curl/8.7.1: 525 files, 4.2MB
- ==> Running `brew cleanup curl`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Pouring gmp--6.3.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/gmp/6.3.0: 21 files, 3.3MB
- ==> Running `brew cleanup gmp`...
- ==> Pouring pkg-config--0.29.2_3.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pkg-config/0.29.2_3: 11 files, 675.6KB
- ==> Running `brew cleanup pkg-config`...
- ==> Caveats
- ==> curl
- curl is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- If you need to have curl first in your PATH, run:
-   echo 'export PATH="/opt/homebrew/opt/curl/bin:$PATH"' >> ~/.profile
- 
- For compilers to find curl you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/curl/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/curl/include"
- 
- For pkg-config to find curl you may need to set:
-   export PKG_CONFIG_PATH="/opt/homebrew/opt/curl/lib/pkgconfig"
2024-04-30 13:31.01 ---> saved as "80139a1f7d8758a30798f6019f6c240ccc927ce2b091b4019a14febb695c44bb"


/: (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).
Constructing initial basis...
The following actions will be performed:
  - install cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install conf-gmp           4
  - install conf-pkg-config    3
  - install ocamlbuild         0.14.3
  - install dune               3.15.2
  - install seq                base
  - install conf-libcurl       2
  - install base-bytes         base
  - install zarith             1.13
  - install conf-gmp-powm-sec  3
  - install topkg              1.0.7
  - install yuscii             0.3.0
  - install stringext          1.6.0
  - install stdlib-shims       0.3.0
  - install sexplib0           v0.17.0
  - install pecu               0.7
  - install ocaml-syntax-shims 1.0.0
  - install macaddr            5.5.0
  - install gmap               0.3.0
  - install duration           0.2.1
  - install domain-name        0.4.0
  - install csexp              1.5.2
  - install cppo               1.6.9
  - install bigarray-overlap   0.2.1
  - install base64             3.5.1
  - install re                 1.11.0
  - install psq                0.2.1
  - install uutf               1.0.3
  - install rresult            0.7.0
  - install ptime              1.1.0
  - install mtime              2.0.0
  - install hmap               0.8.1
  - install fmt                0.9.0
  - install astring            0.8.5
  - install ipaddr             5.5.0
  - install dune-configurator  3.15.2
  - install ocplib-endian      1.2
  - install uuuu               0.3.0
  - install coin               0.1.4
  - install lru                0.3.1
  - install metrics            0.4.1
  - install ke                 0.6
  - install cstruct            6.2.0
  - install fpath              0.7.3
  - install alcotest           1.7.0
  - install bigstringaf        0.9.1
  - install lwt                5.7.0
  - install rosetta            0.3.0
  - install randomconv         0.1.3
  - install eqaf               0.9
  - install asn1-combinators   0.2.6
  - install prettym            0.0.3
  - install angstrom           0.16.0
  - install ocurl              0.9.2
  - install logs               0.7.0
  - install mirage-crypto      0.11.3
  - install digestif           1.2.0
  - install uri                4.4.0
  - install unstrctrd          0.4
  - install emile              1.1
  - install dns                7.0.3
  - install pbkdf              1.2.0
  - install mirage-crypto-rng  0.11.3
  - install mrmime             0.6.1
  - install colombe            0.8.1
  - install mirage-crypto-pk   0.11.3
  - install mirage-crypto-ec   0.11.3
  - install dns-client         7.0.3
  - install x509               0.16.5
  - install uspf               0.0.3
  - install dkim               0.5.0
===== 72 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.0  (cached)
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigarray-overlap.0.2.1  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved colombe.0.8.1  (cached)
-> retrieved coin.0.1.4  (cached)
-> installed conf-libcurl.2
-> installed conf-pkg-config.3
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-gmp.4
-> retrieved alcotest.1.7.0  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved dkim.0.5.0  (cached)
-> retrieved dns.7.0.3  (cached)
-> retrieved dns-client.7.0.3  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved digestif.1.2.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved ipaddr.5.5.0  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved macaddr.5.5.0  (cached)
-> retrieved metrics.0.4.1  (cached)
-> retrieved mirage-crypto.0.11.3  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved mirage-crypto-pk.0.11.3  (cached)
-> retrieved mirage-crypto-ec.0.11.3  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved mrmime.0.6.1  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved mirage-crypto-rng.0.11.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocurl.0.9.2  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved pecu.0.7  (cached)
-> retrieved prettym.0.0.3  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved randomconv.0.1.3  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved rosetta.0.3.0  (cached)
-> installed seq.base
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved unstrctrd.0.4  (cached)
-> retrieved uspf.0.0.3  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved uuuu.0.3.0  (cached)
-> retrieved x509.0.16.5  (cached)
-> retrieved yuscii.0.3.0  (cached)
-> retrieved zarith.1.13  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed zarith.1.13
-> installed topkg.1.0.7
-> installed hmap.0.8.1
-> installed rresult.0.7.0
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed uutf.1.0.3
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.15.2
-> installed csexp.1.5.2
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed domain-name.0.4.0
-> installed cstruct.6.2.0
-> installed cppo.1.6.9
-> installed bigarray-overlap.0.2.1
-> installed base64.3.5.1
-> installed macaddr.5.5.0
-> installed ke.0.6
-> installed metrics.0.4.1
-> installed asn1-combinators.0.2.6
-> installed eqaf.0.9
-> installed ocaml-syntax-shims.1.0.0
-> installed pecu.0.7
-> installed ocplib-endian.1.2
-> installed randomconv.0.1.3
-> installed psq.0.2.1
-> installed ipaddr.5.5.0
-> installed dune-configurator.3.15.2
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed yuscii.0.3.0
-> installed lru.0.3.1
-> installed sexplib0.v0.17.0
-> installed bigstringaf.0.9.1
-> installed re.1.11.0
-> installed digestif.1.2.0
-> installed angstrom.0.16.0
-> installed prettym.0.0.3
-> installed coin.0.1.4
-> installed uuuu.0.3.0
-> installed mirage-crypto.0.11.3
-> installed unstrctrd.0.4
-> installed rosetta.0.3.0
-> installed emile.1.1
-> installed pbkdf.1.2.0
-> installed alcotest.1.7.0
-> installed colombe.0.8.1
-> installed mrmime.0.6.1
-> installed uri.4.4.0
-> installed lwt.5.7.0
-> installed logs.0.7.0
-> installed mirage-crypto-rng.0.11.3
-> installed mirage-crypto-pk.0.11.3
-> installed dns.7.0.3
-> installed dns-client.7.0.3
-> installed uspf.0.0.3
-> installed mirage-crypto-ec.0.11.3
-> installed x509.0.16.5
-> installed dkim.0.5.0
-> installed ocurl.0.9.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 13:32.13 ---> saved as "0c67cbcf76e809a60f782cd019c394952e9b7987bbd3980c36b784ed08fb4b5d"


/: (copy (src .) (dst ./src))
2024-04-30 13:32.14 ---> saved as "82dd70467ed75e162defc9b6837272f3fe45b05a4ed1f2f13e2600a5634ffb13"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "bin/dune", line 3, characters 61-75:
3 |  (libraries fmt.cli logs.cli fmt.tty logs.fmt cmdliner dmarc dns-client.lwt))
                                                                 ^^^^^^^^^^^^^^
Error: Library "dns-client.lwt" not found.
-> required by _build/default/bin/verify.exe
-> required by alias bin/all
-> required by alias default
-> required by alias check in dune:1
(cd _build/default/test && ./organization_domains.exe)
Testing `organization domain'.
This run has ID `XY3AWST3'.


  [OK]          simple          0   a.b.c.d.example.org.
  [OK]          simple          1   a.b.c.example.co.uk.
  [OK]          simple          2   example.co.uk.
  [OK]          simple          3   co.uk.


Full test results in `~/src/_build/default/test/_build/_tests/organization domain'.
Test Successful in 0.002s. 4 tests run.
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-30 13:32.21: Job failed: Failed: Build failed