Organisationsdinosaureblazee11161 (main)macos-homebrew-5.2_opam-2.1

macos-homebrew-5.2_opam-2.1

Link Copied
Code Copied

Logs

2024-06-24 13:48.33: New job: test dinosaure/blaze https://github.com/dinosaure/blaze.git#refs/heads/main (e111619de1824178ca0ddfd44712e9342177fe00) (macos-x86_64:macos-homebrew-5.2_opam-2.1)
Base: macos-homebrew-ocaml-5.2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dinosaure/blaze.git" -b "main" && cd "blaze" && git reset --hard e111619d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.2
# macos-homebrew-5.2_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 796c0cc8af436190f8caaf87e9abc10984c46de3 || git fetch origin master) && git reset -q --hard 796c0cc8af436190f8caaf87e9abc10984c46de3 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 blaze.opam ./src/./
RUN opam pin add -yn blaze.dev './src/./'
ENV DEPS="angstrom.0.16.0 asn1-combinators.0.2.6 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.9.1 bos.0.2.1 ca-certs.0.2.3 cmdliner.1.3.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.6.0 dmarc.dev dns.8.0.0 dns-client.8.0.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 emile.1.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 hkdf.1.0.4 hmap.0.8.1 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 ke.0.6 logs.0.7.0 lru.0.3.1 lwt.5.7.0 macaddr.5.6.0 maildir.dev 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.dev mtime.2.0.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 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 public-suffix.dev randomconv.0.1.3 re.1.11.0 received.0.8.1 rosetta.0.3.0 rresult.0.7.0 sendmail.0.8.1 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.5 topkg.1.0.7 unstrctrd.0.4 uri.4.4.0 uspf.dev 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 blaze.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-06-24 13:48.33: Using cache hint "dinosaure/blaze-macos-macos-homebrew-ocaml-5.2-macos-homebrew-5.2_opam-2.1-d103787513bc9d30d6745788aae8929e"
2024-06-24 13:48.33: Using OBuilder spec:
((from macos-homebrew-ocaml-5.2)
 (comment macos-homebrew-5.2_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 796c0cc8af436190f8caaf87e9abc10984c46de3 || git fetch origin master) && git reset -q --hard 796c0cc8af436190f8caaf87e9abc10984c46de3 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src blaze.opam) (dst ./src/./))
 (run (network host)
      (shell "opam pin add -yn blaze.dev './src/./'"))
 (env DEPS "angstrom.0.16.0 asn1-combinators.0.2.6 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.9.1 bos.0.2.1 ca-certs.0.2.3 cmdliner.1.3.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.6.0 dmarc.dev dns.8.0.0 dns-client.8.0.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 emile.1.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 hkdf.1.0.4 hmap.0.8.1 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 ke.0.6 logs.0.7.0 lru.0.3.1 lwt.5.7.0 macaddr.5.6.0 maildir.dev 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.dev mtime.2.0.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 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 public-suffix.dev randomconv.0.1.3 re.1.11.0 received.0.8.1 rosetta.0.3.0 rresult.0.7.0 sendmail.0.8.1 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.5 topkg.1.0.7 unstrctrd.0.4 uri.4.4.0 uspf.dev 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 blaze.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-06-24 13:48.33: Waiting for resource in pool OCluster
2024-06-24 14:34.17: Waiting for worker…
2024-06-25 13:12.18: Got resource from pool OCluster
Building on i7-worker-01
Initialized empty Git repository in /private/var/lib/ocluster-worker/git/blaze.git-7d0cc3de8f6df2a6fd74a2e07a48dd6d7b61fe38/.git/
HEAD is now at e111619 blaze requires at least 4.12


(from macos-homebrew-ocaml-5.2)
2024-06-25 13:12.19 ---> using "9b46fe3d2429f2b9195a02468cb57ac45cfa11fb4a87cb32b5e5375232223327" from cache


/: (comment macos-homebrew-5.2_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-06-25 13:12.19 ---> using "6315dae0772f39c88ebf2aad05a0508b7387f4993cd36bb9cd299cbcc3542ece" 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-06-25 13:12.19 ---> using "3da9b05e9b357010706c9361ea401a2b6872addc078e3c650340484aca6de20f" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 5.2.0
2.1.6
2024-06-25 13:12.20 ---> using "fd0a29c7228c0de59ac2483ba2205b71b99c394f444b57a045b21a2bdf7b9c5f" 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 796c0cc8af436190f8caaf87e9abc10984c46de3 || git fetch origin master) && git reset -q --hard 796c0cc8af436190f8caaf87e9abc10984c46de3 && git log --no-decorate -n1 --oneline && opam update -u"))
796c0cc8af Add configuration for gmp under mingw


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


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
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-06-25 13:12.20 ---> using "e19dc4f82dd1b3db2ea80a0bbf24d4c17581af7ed3f99c38473b60eea3aff92a" from cache


/: (copy (src blaze.opam) (dst ./src/./))
2024-06-25 13:12.22 ---> saved as "e35416ec7ae5b7c6d51c652b600dfb872cc2b64b9d6f167a45b7c405577471cb"


/: (run (network host)
        (shell "opam pin add -yn blaze.dev './src/./'"))
Package blaze does not exist, create as a NEW package? [Y/n] y
[blaze.dev] synchronised (file:///Users/mac1000/src)
The following additional pinnings are required by blaze.dev:
  - maildir.dev at git+https://github.com/dinosaure/ocaml-maildir.git#597823c7d2d4fd2aef26a581f6828f2b458371ea
  - mrmime.dev at git+https://github.com/mirage/mrmime.git#a9bbd8e3773e404c1b70687d566c4194af3f0529
  - dmarc.dev at git+https://github.com/dinosaure/ocaml-dmarc.git#72a284cf9f08abdfaa3d8a1b2d89c669349a545f
  - public-suffix.dev at git+https://github.com/dinosaure/ocaml-dmarc.git#72a284cf9f08abdfaa3d8a1b2d89c669349a545f
  - uspf.dev at git+https://github.com/mirage/uspf.git#d923cfae1e28a9d92e67b2bceeb24f2adf9086b8
Pin and install them? [Y/n] y
[maildir.dev] synchronised (no changes)
maildir is now pinned to git+https://github.com/dinosaure/ocaml-maildir.git#597823c7d2d4fd2aef26a581f6828f2b458371ea (version dev)
[mrmime.dev] synchronised (no changes)
mrmime is now pinned to git+https://github.com/mirage/mrmime.git#a9bbd8e3773e404c1b70687d566c4194af3f0529 (version dev)
Package dmarc does not exist, create as a NEW package? [Y/n] y
[dmarc.dev] synchronised (no changes)
dmarc is now pinned to git+https://github.com/dinosaure/ocaml-dmarc.git#72a284cf9f08abdfaa3d8a1b2d89c669349a545f (version dev)
Package public-suffix does not exist, create as a NEW package? [Y/n] y
[public-suffix.dev] synchronised (no changes)
public-suffix is now pinned to git+https://github.com/dinosaure/ocaml-dmarc.git#72a284cf9f08abdfaa3d8a1b2d89c669349a545f (version dev)
[uspf.dev] synchronised (no changes)
uspf is now pinned to git+https://github.com/mirage/uspf.git#d923cfae1e28a9d92e67b2bceeb24f2adf9086b8 (version dev)
blaze is now pinned to file:///Users/mac1000/src (version dev)
2024-06-25 13:12.33 ---> saved as "e4ae87d316274b49772b1a2f60581e46577e0774dfeaf3b5f81c4c2a3e5901c6"


/: (env DEPS "angstrom.0.16.0 asn1-combinators.0.2.6 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.9.1 bos.0.2.1 ca-certs.0.2.3 cmdliner.1.3.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.6.0 dmarc.dev dns.8.0.0 dns-client.8.0.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 emile.1.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 hkdf.1.0.4 hmap.0.8.1 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 ke.0.6 logs.0.7.0 lru.0.3.1 lwt.5.7.0 macaddr.5.6.0 maildir.dev 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.dev mtime.2.0.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 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 public-suffix.dev randomconv.0.1.3 re.1.11.0 received.0.8.1 rosetta.0.3.0 rresult.0.7.0 sendmail.0.8.1 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.5 topkg.1.0.7 unstrctrd.0.4 uri.4.4.0 uspf.dev 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 blaze.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[blaze.dev] synchronised (no changes)
[dmarc.dev] synchronised (no changes)
[maildir.dev] synchronised (no changes)
[mrmime.dev] synchronised (no changes)
[public-suffix.dev] synchronised (no changes)
[uspf.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/brew "install" "curl" "gmp" "pkg-config"
- ==> Downloading https://ghcr.io/v2/homebrew/core/curl/manifests/8.8.0
- ==> Fetching dependencies for curl: brotli, libunistring, gettext, 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:deb010485b7e58ffb00f45db61fa9b1ab0690c6b558d36755740fd4e62cd9400
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/62a8d847937aa62bb62ddde49b6546c742425fd47a11dcf8ee65a4221e4eb8ae--brotli--1.1.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.2
- ==> Fetching libunistring
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/blobs/sha256:e9a705a5442b3ee55f054a695bfbca741ff8a7f31d856ef08a72ad498bd42d60
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.22.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/447e45b77bb47ede0377f7eab1863825298ecaaaeed0bbd84aca3bd300b00508--gettext-0.22.5.bottle_manifest.json
- ==> Fetching gettext
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/blobs/sha256:13492dddf82cad8dcb20d1c6375138a0712ce8e3c25b612256672446175c9727
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0baf60d39a86f053f9e50d126e7a43d24e51d1249c7dabb6befbe22c0e80d430--gettext--0.22.5.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libidn2/manifests/2.3.7
- ==> Fetching libidn2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libidn2/blobs/sha256:32aec190642166c2081088f424cd39cc8b820105ce0b3372d0d8835635424b38
- ==> 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:521b7adde05bba1b4de7b22aa07ac73d73b2c9cc922ef1950b0d6113cbde240e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/02e7824f6de0e391182b0134aef28003111ab3a8a95ab0e79edc49a1d556b785--libnghttp2--1.61.0.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.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/667f7ac7d51b399107e055b7908f1922fcabba24c7d9d22f2b2d90a07c7c079c--openssl@3-3.3.1.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:ec3aa180c8c474ad3eece67ddcff9bd1f17992d89da91f71431354fd849adc1f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c15fdac71c8d803a2189bd874bacf49857352ed537475b81eee903314aed94e4--openssl@3--3.3.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/manifests/1.11.0_1
- ==> Fetching libssh2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/blobs/sha256:9a9673e1440a7e82fac8a2cac1c202c8fba66851bb9a16eb70c82de7e23329ec
- ==> Downloading https://ghcr.io/v2/homebrew/core/openldap/manifests/2.6.8
- ==> Fetching openldap
- ==> Downloading https://ghcr.io/v2/homebrew/core/openldap/blobs/sha256:6ce29ea406a5839bab5071a1844b49d4df905cfa88a9868673b03290d43f263b
- ==> Downloading https://ghcr.io/v2/homebrew/core/rtmpdump/manifests/2.4-20151223_3
- ==> Fetching rtmpdump
- ==> Downloading https://ghcr.io/v2/homebrew/core/rtmpdump/blobs/sha256:5d019561203c8b1c1c1e69c48b3987d531c55fa806bd83f0a462b6b7da732f48
- ==> 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:2bad368b2869db32b1b22cea76a6e65da2f4e599ac8ee327b4825d54c4579445
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1680a080f1b23676038b3a03fad837b0e26a30613730ef93f31f87c7a40bdd7a--lz4--1.9.4.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:139fcf6d46fb85d3693f5d7452a37ec5f50f17b5ef044ac96a2c7deccb7983b4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/43f3e389ca6041ad27899272abc383096ddb15ec4c51b83d5873dbc44829cabe--xz--5.4.6.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:09953f22fd56bc85e0d7ceac8de7e35ed622f3affe78dd782154e5e21623037b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/506615027bab6259ad3b903339790b62d9b547ab08a5eac6707dc96c24da0c38--zstd--1.5.6.sonoma.bottle.tar.gz
- ==> Fetching curl
- ==> Downloading https://ghcr.io/v2/homebrew/core/curl/blobs/sha256:f658e4e63d62acf2d42b63393291ba780e693e994c54a26b1df5de61a2b874ca
- ==> 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:e8410d92339535174e9f4a5eccc403301b70c7287f2f9a87f064a9aa2e21b54b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8d39e3597db85ea2b4532e0057381937ab6ed92a64a1728c68e57bc6b3aeef95--gmp--6.3.0.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:421571f340277c62c5cc6fd68737bd7c4e085de113452ea49b33bcd46509bb12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c5b6da58fb5d679eeb1765833596e7394625255fb46b165955fc4c4de746080e--pkg-config--0.29.2_3.sonoma.bottle.tar.gz
- ==> Installing dependencies for curl: brotli, libunistring, gettext, 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.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/brotli/1.1.0: 25 files, 968.6KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libunistring/1.2: 60 files, 5.1MB
- ==> Installing curl dependency: gettext
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.22.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/447e45b77bb47ede0377f7eab1863825298ecaaaeed0bbd84aca3bd300b00508--gettext-0.22.5.bottle_manifest.json
- ==> Pouring gettext--0.22.5.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/gettext/0.22.5: 2,044 files, 23.7MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libidn2/2.3.7: 81 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libnghttp2/1.61.0: 14 files, 758KB
- ==> 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


- 🍺  /usr/local/Cellar/ca-certificates/2024-03-11: 4 files, 231.9KB
- ==> Installing curl dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/667f7ac7d51b399107e055b7908f1922fcabba24c7d9d22f2b2d90a07c7c079c--openssl@3-3.3.1.bottle_manifest.json
- ==> Pouring openssl@3--3.3.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/openssl@3/3.3.1: 6,982 files, 32.6MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libssh2/1.11.0_1: 198 files, 1.1MB
- ==> Installing curl dependency: openldap
- ==> Downloading https://ghcr.io/v2/homebrew/core/openldap/manifests/2.6.8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/521e6d28774a296c05aaf8bccd4a248f5bbfe6ad48d824592473a62c51c48a0d--openldap-2.6.8.bottle_manifest.json
- ==> Pouring openldap--2.6.8.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/openldap/2.6.8: 342 files, 7.2MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/rtmpdump/2.4-20151223_3: 21 files, 544.7KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/lz4/1.9.4: 23 files, 657.6KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/xz/5.4.6: 164 files, 2.5MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/zstd/1.5.6: 32 files, 2.3MB
- ==> Installing curl
- ==> Pouring curl--8.8.0.sonoma.bottle.tar.gz
- ==> Caveats
- curl is keg-only, which means it was not symlinked into /usr/local,
- 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="/usr/local/opt/curl/bin:$PATH"' >> ~/.profile
- 
- For compilers to find curl you may need to set:
-   export LDFLAGS="-L/usr/local/opt/curl/lib"
-   export CPPFLAGS="-I/usr/local/opt/curl/include"
- ==> Summary
- 🍺  /usr/local/Cellar/curl/8.8.0: 527 files, 4.1MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/gmp/6.3.0: 22 files, 3.3MB
- ==> Running `brew cleanup gmp`...
- ==> Pouring pkg-config--0.29.2_3.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/pkg-config/0.29.2_3: 12 files, 657.9KB
- ==> Running `brew cleanup pkg-config`...
- ==> Caveats
- ==> curl
- curl is keg-only, which means it was not symlinked into /usr/local,
- 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="/usr/local/opt/curl/bin:$PATH"' >> ~/.profile
- 
- For compilers to find curl you may need to set:
-   export LDFLAGS="-L/usr/local/opt/curl/lib"
-   export CPPFLAGS="-I/usr/local/opt/curl/include"
- 
- For pkg-config to find curl you may need to set:
-   export PKG_CONFIG_PATH="/usr/local/opt/curl/lib/pkgconfig"
2024-06-25 13:13.55 ---> saved as "389260e9b7c6dc6ff16c793ba9bf659f36ad9d76add34077664af0de171088ab"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam install $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dmarc.dev] synchronised (no changes)
[maildir.dev] synchronised (no changes)
[mrmime.dev] synchronised (no changes)
[public-suffix.dev] synchronised (no changes)
[uspf.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 ocamlfind          1.9.6
  - install conf-gmp           4
  - install conf-pkg-config    3
  - install ocamlbuild         0.14.3
  - install dune               3.16.0
  - install seq                base
  - install cmdliner           1.3.0
  - 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.6.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 ocamlgraph         2.1.0
  - install ipaddr             5.6.0
  - install dune-configurator  3.16.0
  - 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 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 public-suffix      dev*
  - install dns                8.0.0
  - install bos                0.2.1
  - install pbkdf              1.2.0
  - install mirage-crypto-rng  0.11.3
  - install hkdf               1.0.4
  - install mrmime             dev*
  - install colombe            0.8.1
  - install maildir            dev*
  - install mirage-crypto-pk   0.11.3
  - install mirage-crypto-ec   0.11.3
  - install dns-client         8.0.0
  - install received           0.8.1
  - install x509               0.16.5
  - install uspf               dev*
  - install tls                0.17.5
  - install dkim               0.6.0
  - install ca-certs           0.2.3
  - install sendmail           0.8.1
  - install dmarc              dev*
===== 81 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.0  (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 bos.0.2.1  (cached)
-> retrieved ca-certs.0.2.3  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved colombe.0.8.1  (cached)
-> retrieved conf-gmp.4  (cached)
-> retrieved conf-gmp-powm-sec.3  (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 asn1-combinators.0.2.6  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved digestif.1.2.0  (cached)
-> retrieved dns.8.0.0  (cached)
-> retrieved dmarc.dev  (no changes)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved dkim.0.6.0  (https://github.com/mirage/ocaml-dkim/releases/download/v0.6.0/dkim-0.6.0.tbz)
-> retrieved dns-client.8.0.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 hkdf.1.0.4  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved ipaddr.5.6.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.6.0  (cached)
-> retrieved maildir.dev  (no changes)
-> retrieved metrics.0.4.1  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved mirage-crypto-ec.0.11.3  (cached)
-> retrieved mirage-crypto.0.11.3  (cached)
-> retrieved mirage-crypto-pk.0.11.3  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved mirage-crypto-rng.0.11.3  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlgraph.2.1.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> installed cmdliner.1.3.0
-> retrieved ocurl.0.9.2  (https://ygrek.org/p/release/ocurl/ocurl-0.9.2.tar.gz)
-> 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 mrmime.dev  (no changes)
-> retrieved re.1.11.0  (cached)
-> retrieved received.0.8.1  (cached)
-> retrieved rosetta.0.3.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved sendmail.0.8.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved public-suffix.dev  (no changes)
-> retrieved unstrctrd.0.4  (cached)
-> retrieved tls.0.17.5  (cached)
-> retrieved uri.4.4.0  (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 uspf.dev  (no changes)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed dune.3.16.0
-> installed zarith.1.13
-> installed gmap.0.3.0
-> installed duration.0.2.1
-> installed csexp.1.5.2
-> installed domain-name.0.4.0
-> installed sexplib0.v0.17.0
-> installed re.1.11.0
-> installed psq.0.2.1
-> installed pecu.0.7
-> installed ocaml-syntax-shims.1.0.0
-> installed macaddr.5.6.0
-> installed cppo.1.6.9
-> installed bigarray-overlap.0.2.1
-> installed base64.3.5.1
-> installed ocamlbuild.0.14.3
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed lru.0.3.1
-> installed yuscii.0.3.0
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.0
-> installed coin.0.1.4
-> installed uuuu.0.3.0
-> installed rosetta.0.3.0
-> installed dune-configurator.3.16.0
-> installed bigstringaf.0.9.1
-> installed ocamlgraph.2.1.0
-> installed angstrom.0.16.0
-> installed uri.4.4.0
-> installed topkg.1.0.7
-> installed lwt.5.7.0
-> installed hmap.0.8.1
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed ptime.1.1.0
-> installed emile.1.1
-> installed fmt.0.9.0
-> installed unstrctrd.0.4
-> installed astring.0.8.5
-> installed metrics.0.4.1
-> installed ke.0.6
-> installed cstruct.6.2.0
-> installed colombe.0.8.1
-> installed randomconv.0.1.3
-> installed fpath.0.7.3
-> installed prettym.0.0.3
-> installed eqaf.0.9
-> installed asn1-combinators.0.2.6
-> installed logs.0.7.0
-> installed mrmime.dev
-> installed digestif.1.2.0
-> installed mirage-crypto.0.11.3
-> installed received.0.8.1
-> installed hkdf.1.0.4
-> installed pbkdf.1.2.0
-> installed dns.8.0.0
-> installed mirage-crypto-rng.0.11.3
-> installed dns-client.8.0.0
-> installed mirage-crypto-pk.0.11.3
-> installed bos.0.2.1
-> installed uspf.dev
-> installed maildir.dev
-> installed mirage-crypto-ec.0.11.3
-> installed x509.0.16.5
-> installed ca-certs.0.2.3
-> installed dkim.0.6.0
-> installed tls.0.17.5
-> installed sendmail.0.8.1
-> installed ocurl.0.9.2
-> installed public-suffix.dev
-> installed dmarc.dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-25 13:16.55 ---> saved as "0425fe9c927a49fba45c47da7b294e0aecf727ba04ddf0cf3afc00ac5b4cc80e"


/: (copy (src .) (dst ./src))
2024-06-25 13:16.57 ---> saved as "6266824263028d7f0c56ccacb18eb03d57384ca65266a83e7e83183fc416d6eb"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/5.2.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I bin/.map.eobjs/byte -I /Users/mac1000/.opam/5.2.0/lib/angstrom -I /Users/mac1000/.opam/5.2.0/lib/astring -I /Users/mac1000/.opam/5.2.0/lib/base64 -I /Users/mac1000/.opam/5.2.0/lib/base64/rfc2045 -I /Users/mac1000/.opam/5.2.0/lib/bigarray-overlap -I /Users/mac1000/.opam/5.2.0/lib/bigstringaf -I /Users/mac1000/.opam/5.2.0/lib/bos -I /Users/mac1000/.opam/5.2.0/lib/cmdliner -I /Users/mac1000/.opam/5.2.0/lib/coin -I /Users/mac1000/.opam/5.2.0/lib/cstruct -I /Users/mac1000/.opam/5.2.0/lib/dns -I /Users/mac1000/.opam/5.2.0/lib/dns-client -I /Users/mac1000/.opam/5.2.0/lib/dns-client/resolvconf -I /Users/mac1000/.opam/5.2.0/lib/dns-client/unix -I /Users/mac1000/.opam/5.2.0/lib/dns/cache -I /Users/mac1000/.opam/5.2.0/lib/domain-name -I /Users/mac1000/.opam/5.2.0/lib/duration -I /Users/mac1000/.opam/5.2.0/lib/emile -I /Users/mac1000/.opam/5.2.0/lib/eqaf -I /Users/mac1000/.opam/5.2.0/lib/eqaf/bigstring -I /Users/mac1000/.opam/5.2.0/lib/eqaf/cstruct -I /Users/mac1000/.opam/5.2.0/lib/fmt -I /Users/mac1000/.opam/5.2.0/lib/fpath -I /Users/mac1000/.opam/5.2.0/lib/gmap -I /Users/mac1000/.opam/5.2.0/lib/ipaddr -I /Users/mac1000/.opam/5.2.0/lib/ipaddr/unix -I /Users/mac1000/.opam/5.2.0/lib/ke -I /Users/mac1000/.opam/5.2.0/lib/logs -I /Users/mac1000/.opam/5.2.0/lib/lru -I /Users/mac1000/.opam/5.2.0/lib/macaddr -I /Users/mac1000/.opam/5.2.0/lib/metrics -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-rng -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-rng/unix -I /Users/mac1000/.opam/5.2.0/lib/mrmime -I /Users/mac1000/.opam/5.2.0/lib/mtime -I /Users/mac1000/.opam/5.2.0/lib/mtime/clock/os -I /Users/mac1000/.opam/5.2.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.2.0/lib/pecu -I /Users/mac1000/.opam/5.2.0/lib/prettym -I /Users/mac1000/.opam/5.2.0/lib/psq -I /Users/mac1000/.opam/5.2.0/lib/ptime -I /Users/mac1000/.opam/5.2.0/lib/randomconv -I /Users/mac1000/.opam/5.2.0/lib/rosetta -I /Users/mac1000/.opam/5.2.0/lib/rresult -I /Users/mac1000/.opam/5.2.0/lib/seq -I /Users/mac1000/.opam/5.2.0/lib/stringext -I /Users/mac1000/.opam/5.2.0/lib/unstrctrd -I /Users/mac1000/.opam/5.2.0/lib/unstrctrd/parser -I /Users/mac1000/.opam/5.2.0/lib/uri -I /Users/mac1000/.opam/5.2.0/lib/uutf -I /Users/mac1000/.opam/5.2.0/lib/uuuu -I /Users/mac1000/.opam/5.2.0/lib/yuscii -I bin/.args.objs/byte -I lib/.ldns.objs/byte -no-alias-deps -opaque -o bin/.map.eobjs/byte/dune__exe__Map.cmo -c -impl bin/map.ml)
File "bin/map.ml", line 182, characters 27-37:
182 |     Term.(ret (const map $ setup_logs $ diff $ input $ output))
                                 ^^^^^^^^^^
Error: This expression has type bool t but an expression was expected of type
         ('a -> 'b) t
       Type bool is not compatible with type 'a -> 'b
(cd _build/default && /Users/mac1000/.opam/5.2.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I bin/.submit.eobjs/byte -I /Users/mac1000/.opam/5.2.0/lib/angstrom -I /Users/mac1000/.opam/5.2.0/lib/asn1-combinators -I /Users/mac1000/.opam/5.2.0/lib/astring -I /Users/mac1000/.opam/5.2.0/lib/base64 -I /Users/mac1000/.opam/5.2.0/lib/base64/rfc2045 -I /Users/mac1000/.opam/5.2.0/lib/bigarray-overlap -I /Users/mac1000/.opam/5.2.0/lib/bigstringaf -I /Users/mac1000/.opam/5.2.0/lib/bos -I /Users/mac1000/.opam/5.2.0/lib/ca-certs -I /Users/mac1000/.opam/5.2.0/lib/cmdliner -I /Users/mac1000/.opam/5.2.0/lib/coin -I /Users/mac1000/.opam/5.2.0/lib/colombe -I /Users/mac1000/.opam/5.2.0/lib/colombe/emile -I /Users/mac1000/.opam/5.2.0/lib/cstruct -I /Users/mac1000/.opam/5.2.0/lib/dns -I /Users/mac1000/.opam/5.2.0/lib/dns-client -I /Users/mac1000/.opam/5.2.0/lib/dns-client/resolvconf -I /Users/mac1000/.opam/5.2.0/lib/dns-client/unix -I /Users/mac1000/.opam/5.2.0/lib/dns/cache -I /Users/mac1000/.opam/5.2.0/lib/domain-name -I /Users/mac1000/.opam/5.2.0/lib/duration -I /Users/mac1000/.opam/5.2.0/lib/emile -I /Users/mac1000/.opam/5.2.0/lib/eqaf -I /Users/mac1000/.opam/5.2.0/lib/eqaf/bigstring -I /Users/mac1000/.opam/5.2.0/lib/eqaf/cstruct -I /Users/mac1000/.opam/5.2.0/lib/fmt -I /Users/mac1000/.opam/5.2.0/lib/fpath -I /Users/mac1000/.opam/5.2.0/lib/gmap -I /Users/mac1000/.opam/5.2.0/lib/hkdf -I /Users/mac1000/.opam/5.2.0/lib/ipaddr -I /Users/mac1000/.opam/5.2.0/lib/ipaddr/unix -I /Users/mac1000/.opam/5.2.0/lib/ke -I /Users/mac1000/.opam/5.2.0/lib/logs -I /Users/mac1000/.opam/5.2.0/lib/lru -I /Users/mac1000/.opam/5.2.0/lib/macaddr -I /Users/mac1000/.opam/5.2.0/lib/metrics -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-ec -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-pk -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-rng -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-rng/unix -I /Users/mac1000/.opam/5.2.0/lib/mrmime -I /Users/mac1000/.opam/5.2.0/lib/mtime -I /Users/mac1000/.opam/5.2.0/lib/mtime/clock/os -I /Users/mac1000/.opam/5.2.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.2.0/lib/pbkdf -I /Users/mac1000/.opam/5.2.0/lib/pecu -I /Users/mac1000/.opam/5.2.0/lib/prettym -I /Users/mac1000/.opam/5.2.0/lib/psq -I /Users/mac1000/.opam/5.2.0/lib/ptime -I /Users/mac1000/.opam/5.2.0/lib/ptime/clock/os -I /Users/mac1000/.opam/5.2.0/lib/randomconv -I /Users/mac1000/.opam/5.2.0/lib/rosetta -I /Users/mac1000/.opam/5.2.0/lib/rresult -I /Users/mac1000/.opam/5.2.0/lib/sendmail -I /Users/mac1000/.opam/5.2.0/lib/sendmail/starttls -I /Users/mac1000/.opam/5.2.0/lib/seq -I /Users/mac1000/.opam/5.2.0/lib/sexplib0 -I /Users/mac1000/.opam/5.2.0/lib/stringext -I /Users/mac1000/.opam/5.2.0/lib/tls -I /Users/mac1000/.opam/5.2.0/lib/unstrctrd -I /Users/mac1000/.opam/5.2.0/lib/unstrctrd/parser -I /Users/mac1000/.opam/5.2.0/lib/uri -I /Users/mac1000/.opam/5.2.0/lib/uutf -I /Users/mac1000/.opam/5.2.0/lib/uuuu -I /Users/mac1000/.opam/5.2.0/lib/x509 -I /Users/mac1000/.opam/5.2.0/lib/yuscii -I /Users/mac1000/.opam/5.2.0/lib/zarith -I bin/.args.objs/byte -I bin/.unixiz.objs/byte -I lib/.ldns.objs/byte -no-alias-deps -opaque -o bin/.submit.eobjs/byte/dune__exe__Submit.cmo -c -impl bin/submit.ml)
File "bin/submit.ml", line 105, characters 11-44:
105 |       | Ok (res, `Response resp, `Data data) ->
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: This pattern matches values of type 'a * 'b * 'c
       but a pattern was expected which matches values of type
         Tls.Engine.state * [ `Eof ] option *
         [ `Response of Cstruct.t option ] * [ `Data of Cstruct.t option ]
(cd _build/default && /Users/mac1000/.opam/5.2.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o bin/send.exe /Users/mac1000/.opam/5.2.0/lib/rresult/rresult.cmxa /Users/mac1000/.opam/5.2.0/lib/astring/astring.cmxa /Users/mac1000/.opam/5.2.0/lib/fpath/fpath.cmxa /Users/mac1000/.opam/5.2.0/lib/fmt/fmt.cmxa /Users/mac1000/.opam/5.2.0/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.2.0/lib/logs/logs.cmxa /Users/mac1000/.opam/5.2.0/lib/bos/bos.cmxa /Users/mac1000/.opam/5.2.0/lib/cstruct/cstruct.cmxa -I /Users/mac1000/.opam/5.2.0/lib/cstruct /Users/mac1000/.opam/5.2.0/lib/macaddr/macaddr.cmxa /Users/mac1000/.opam/5.2.0/lib/domain-name/domain_name.cmxa /Users/mac1000/.opam/5.2.0/lib/ipaddr/ipaddr.cmxa /Users/mac1000/.opam/5.2.0/lib/ptime/ptime.cmxa /Users/mac1000/.opam/5.2.0/lib/gmap/gmap.cmxa /Users/mac1000/.opam/5.2.0/lib/metrics/metrics.cmxa /Users/mac1000/.opam/5.2.0/lib/base64/base64.cmxa /Users/mac1000/.opam/5.2.0/lib/dns/dns.cmxa /Users/mac1000/.opam/5.2.0/lib/ipaddr/unix/ipaddr_unix.cmxa /Users/mac1000/.opam/5.2.0/lib/duration/duration.cmxa /Users/mac1000/.opam/5.2.0/lib/psq/psq.cmxa /Users/mac1000/.opam/5.2.0/lib/lru/lru.cmxa /Users/mac1000/.opam/5.2.0/lib/dns/cache/dns_cache.cmxa /Users/mac1000/.opam/5.2.0/lib/randomconv/randomconv.cmxa /Users/mac1000/.opam/5.2.0/lib/dns-client/dns_client.cmxa /Users/mac1000/.opam/5.2.0/lib/dns-client/resolvconf/dns_resolvconv.cmxa /Users/mac1000/.opam/5.2.0/lib/mtime/mtime.cmxa /Users/mac1000/.opam/5.2.0/lib/mtime/clock/os/mtime_clock.cmxa -I /Users/mac1000/.opam/5.2.0/lib/mtime/clock/os /Users/mac1000/.opam/5.2.0/lib/eqaf/eqaf.cmxa /Users/mac1000/.opam/5.2.0/lib/eqaf/bigstring/eqaf_bigstring.cmxa /Users/mac1000/.opam/5.2.0/lib/eqaf/cstruct/eqaf_cstruct.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto/mirage_crypto.cmxa -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-rng/mirage_crypto_rng.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-rng/unix/mirage_crypto_rng_unix.cmxa -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-rng/unix /Users/mac1000/.opam/5.2.0/lib/dns-client/unix/dns_client_unix.cmxa lib/ldns.cmxa /Users/mac1000/.opam/5.2.0/lib/stringext/stringext.cmxa /Users/mac1000/.opam/5.2.0/lib/bigstringaf/bigstringaf.cmxa -I /Users/mac1000/.opam/5.2.0/lib/bigstringaf /Users/mac1000/.opam/5.2.0/lib/angstrom/angstrom.cmxa /Users/mac1000/.opam/5.2.0/lib/uri/uri.cmxa /Users/mac1000/.opam/5.2.0/lib/cmdliner/cmdliner.cmxa /Users/mac1000/.opam/5.2.0/lib/logs/logs_fmt.cmxa /Users/mac1000/.opam/5.2.0/lib/logs/logs_cli.cmxa /Users/mac1000/.opam/5.2.0/lib/fmt/fmt_tty.cmxa /Users/mac1000/.opam/5.2.0/lib/fmt/fmt_cli.cmxa bin/args.cmxa /Users/mac1000/.opam/5.2.0/lib/ke/ke.cmxa bin/unixiz.cmxa /Users/mac1000/.opam/5.2.0/lib/uutf/uutf.cmxa /Users/mac1000/.opam/5.2.0/lib/pecu/pecu.cmxa /Users/mac1000/.opam/5.2.0/lib/emile/emile.cmxa /Users/mac1000/.opam/5.2.0/lib/unstrctrd/unstrctrd.cmxa /Users/mac1000/.opam/5.2.0/lib/unstrctrd/parser/unstrctrd_parser.cmxa /Users/mac1000/.opam/5.2.0/lib/base64/rfc2045/base64_rfc2045.cmxa /Users/mac1000/.opam/5.2.0/lib/uuuu/uuuu.cmxa /Users/mac1000/.opam/5.2.0/lib/yuscii/yuscii.cmxa /Users/mac1000/.opam/5.2.0/lib/coin/coin.cmxa /Users/mac1000/.opam/5.2.0/lib/rosetta/rosetta.cmxa /Users/mac1000/.opam/5.2.0/lib/bigarray-overlap/overlap.cmxa -I /Users/mac1000/.opam/5.2.0/lib/bigarray-overlap /Users/mac1000/.opam/5.2.0/lib/prettym/prettym.cmxa /Users/mac1000/.opam/5.2.0/lib/mrmime/mrmime.cmxa /Users/mac1000/.opam/5.2.0/lib/hkdf/hkdf.cmxa /Users/mac1000/.opam/5.2.0/lib/zarith/zarith.cmxa -I /Users/mac1000/.opam/5.2.0/lib/zarith /Users/mac1000/.opam/5.2.0/lib/sexplib0/sexplib0.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-pk/mirage_crypto_pk.cmxa /Users/mac1000/.opam/5.2.0/lib/asn1-combinators/asn1_combinators.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-ec/mirage_crypto_ec.cmxa -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-ec /Users/mac1000/.opam/5.2.0/lib/pbkdf/pbkdf.cmxa /Users/mac1000/.opam/5.2.0/lib/x509/x509.cmxa /Users/mac1000/.opam/5.2.0/lib/tls/tls.cmxa /Users/mac1000/.opam/5.2.0/lib/colombe/colombe.cmxa /Users/mac1000/.opam/5.2.0/lib/ptime/clock/os/ptime_clock.cmxa -I /Users/mac1000/.opam/5.2.0/lib/ptime/clock/os /Users/mac1000/.opam/5.2.0/lib/ca-certs/ca_certs.cmxa -I /Users/mac1000/.opam/5.2.0/lib/ca-certs /Users/mac1000/.opam/5.2.0/lib/sendmail/sendmail.cmxa /Users/mac1000/.opam/5.2.0/lib/sendmail/starttls/sendmail_with_starttls.cmxa /Users/mac1000/.opam/5.2.0/lib/colombe/emile/colombe_emile.cmxa bin/.send.eobjs/native/dune__exe__Send.cmx)
ld: warning: search path '/opt/local/lib' not found
(cd _build/default && /Users/mac1000/.opam/5.2.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o bin/dmarc.exe /Users/mac1000/.opam/5.2.0/lib/rresult/rresult.cmxa /Users/mac1000/.opam/5.2.0/lib/astring/astring.cmxa /Users/mac1000/.opam/5.2.0/lib/fpath/fpath.cmxa /Users/mac1000/.opam/5.2.0/lib/fmt/fmt.cmxa /Users/mac1000/.opam/5.2.0/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.2.0/lib/logs/logs.cmxa /Users/mac1000/.opam/5.2.0/lib/bos/bos.cmxa /Users/mac1000/.opam/5.2.0/lib/cstruct/cstruct.cmxa -I /Users/mac1000/.opam/5.2.0/lib/cstruct /Users/mac1000/.opam/5.2.0/lib/macaddr/macaddr.cmxa /Users/mac1000/.opam/5.2.0/lib/domain-name/domain_name.cmxa /Users/mac1000/.opam/5.2.0/lib/ipaddr/ipaddr.cmxa /Users/mac1000/.opam/5.2.0/lib/ptime/ptime.cmxa /Users/mac1000/.opam/5.2.0/lib/gmap/gmap.cmxa /Users/mac1000/.opam/5.2.0/lib/metrics/metrics.cmxa /Users/mac1000/.opam/5.2.0/lib/base64/base64.cmxa /Users/mac1000/.opam/5.2.0/lib/dns/dns.cmxa /Users/mac1000/.opam/5.2.0/lib/ipaddr/unix/ipaddr_unix.cmxa /Users/mac1000/.opam/5.2.0/lib/duration/duration.cmxa /Users/mac1000/.opam/5.2.0/lib/psq/psq.cmxa /Users/mac1000/.opam/5.2.0/lib/lru/lru.cmxa /Users/mac1000/.opam/5.2.0/lib/dns/cache/dns_cache.cmxa /Users/mac1000/.opam/5.2.0/lib/randomconv/randomconv.cmxa /Users/mac1000/.opam/5.2.0/lib/dns-client/dns_client.cmxa /Users/mac1000/.opam/5.2.0/lib/dns-client/resolvconf/dns_resolvconv.cmxa /Users/mac1000/.opam/5.2.0/lib/mtime/mtime.cmxa /Users/mac1000/.opam/5.2.0/lib/mtime/clock/os/mtime_clock.cmxa -I /Users/mac1000/.opam/5.2.0/lib/mtime/clock/os /Users/mac1000/.opam/5.2.0/lib/eqaf/eqaf.cmxa /Users/mac1000/.opam/5.2.0/lib/eqaf/bigstring/eqaf_bigstring.cmxa /Users/mac1000/.opam/5.2.0/lib/eqaf/cstruct/eqaf_cstruct.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto/mirage_crypto.cmxa -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-rng/mirage_crypto_rng.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-rng/unix/mirage_crypto_rng_unix.cmxa -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-rng/unix /Users/mac1000/.opam/5.2.0/lib/dns-client/unix/dns_client_unix.cmxa lib/ldns.cmxa /Users/mac1000/.opam/5.2.0/lib/stringext/stringext.cmxa /Users/mac1000/.opam/5.2.0/lib/bigstringaf/bigstringaf.cmxa -I /Users/mac1000/.opam/5.2.0/lib/bigstringaf /Users/mac1000/.opam/5.2.0/lib/angstrom/angstrom.cmxa /Users/mac1000/.opam/5.2.0/lib/uri/uri.cmxa /Users/mac1000/.opam/5.2.0/lib/cmdliner/cmdliner.cmxa /Users/mac1000/.opam/5.2.0/lib/logs/logs_fmt.cmxa /Users/mac1000/.opam/5.2.0/lib/logs/logs_cli.cmxa /Users/mac1000/.opam/5.2.0/lib/fmt/fmt_tty.cmxa /Users/mac1000/.opam/5.2.0/lib/fmt/fmt_cli.cmxa bin/args.cmxa /Users/mac1000/.opam/5.2.0/lib/public-suffix/organization_domains.cmxa /Users/mac1000/.opam/5.2.0/lib/uutf/uutf.cmxa /Users/mac1000/.opam/5.2.0/lib/pecu/pecu.cmxa /Users/mac1000/.opam/5.2.0/lib/emile/emile.cmxa /Users/mac1000/.opam/5.2.0/lib/unstrctrd/unstrctrd.cmxa /Users/mac1000/.opam/5.2.0/lib/unstrctrd/parser/unstrctrd_parser.cmxa /Users/mac1000/.opam/5.2.0/lib/base64/rfc2045/base64_rfc2045.cmxa /Users/mac1000/.opam/5.2.0/lib/uuuu/uuuu.cmxa /Users/mac1000/.opam/5.2.0/lib/yuscii/yuscii.cmxa /Users/mac1000/.opam/5.2.0/lib/coin/coin.cmxa /Users/mac1000/.opam/5.2.0/lib/rosetta/rosetta.cmxa /Users/mac1000/.opam/5.2.0/lib/bigarray-overlap/overlap.cmxa -I /Users/mac1000/.opam/5.2.0/lib/bigarray-overlap /Users/mac1000/.opam/5.2.0/lib/ke/ke.cmxa /Users/mac1000/.opam/5.2.0/lib/prettym/prettym.cmxa /Users/mac1000/.opam/5.2.0/lib/mrmime/mrmime.cmxa /Users/mac1000/.opam/5.2.0/lib/lwt/lwt.cmxa /Users/mac1000/.opam/5.2.0/lib/digestif/c/digestif_c.cmxa -I /Users/mac1000/.opam/5.2.0/lib/digestif/c /Users/mac1000/.opam/5.2.0/lib/zarith/zarith.cmxa -I /Users/mac1000/.opam/5.2.0/lib/zarith /Users/mac1000/.opam/5.2.0/lib/asn1-combinators/asn1_combinators.cmxa /Users/mac1000/.opam/5.2.0/lib/sexplib0/sexplib0.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-pk/mirage_crypto_pk.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-ec/mirage_crypto_ec.cmxa -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-ec /Users/mac1000/.opam/5.2.0/lib/pbkdf/pbkdf.cmxa /Users/mac1000/.opam/5.2.0/lib/x509/x509.cmxa /Users/mac1000/.opam/5.2.0/lib/hmap/hmap.cmxa /Users/mac1000/.opam/5.2.0/lib/dkim/dkim.cmxa /Users/mac1000/.opam/5.2.0/lib/colombe/colombe.cmxa /Users/mac1000/.opam/5.2.0/lib/colombe/emile/colombe_emile.cmxa /Users/mac1000/.opam/5.2.0/lib/uspf/uspf.cmxa /Users/mac1000/.opam/5.2.0/lib/dmarc/dmarc.cmxa /Users/mac1000/.opam/5.2.0/lib/ocplib-endian/ocplib_endian.cmxa /Users/mac1000/.opam/5.2.0/lib/ocplib-endian/bigstring/ocplib_endian_bigstring.cmxa /Users/mac1000/.opam/5.2.0/lib/ocaml/threads/threads.cmxa /Users/mac1000/.opam/5.2.0/lib/lwt/unix/lwt_unix.cmxa -I /Users/mac1000/.opam/5.2.0/lib/lwt/unix bin/.dmarc.eobjs/native/dune__exe__Dmarc.cmx)
ld: warning: search path '/opt/local/lib' not found
(cd _build/default && /Users/mac1000/.opam/5.2.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o bin/srv.exe /Users/mac1000/.opam/5.2.0/lib/astring/astring.cmxa /Users/mac1000/.opam/5.2.0/lib/fpath/fpath.cmxa /Users/mac1000/.opam/5.2.0/lib/fmt/fmt.cmxa /Users/mac1000/.opam/5.2.0/lib/ke/ke.cmxa /Users/mac1000/.opam/5.2.0/lib/cstruct/cstruct.cmxa -I /Users/mac1000/.opam/5.2.0/lib/cstruct /Users/mac1000/.opam/5.2.0/lib/logs/logs.cmxa /Users/mac1000/.opam/5.2.0/lib/eqaf/eqaf.cmxa /Users/mac1000/.opam/5.2.0/lib/eqaf/bigstring/eqaf_bigstring.cmxa /Users/mac1000/.opam/5.2.0/lib/eqaf/cstruct/eqaf_cstruct.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto/mirage_crypto.cmxa -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto /Users/mac1000/.opam/5.2.0/lib/hkdf/hkdf.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-rng/mirage_crypto_rng.cmxa /Users/mac1000/.opam/5.2.0/lib/zarith/zarith.cmxa -I /Users/mac1000/.opam/5.2.0/lib/zarith /Users/mac1000/.opam/5.2.0/lib/sexplib0/sexplib0.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-pk/mirage_crypto_pk.cmxa /Users/mac1000/.opam/5.2.0/lib/ptime/ptime.cmxa /Users/mac1000/.opam/5.2.0/lib/asn1-combinators/asn1_combinators.cmxa /Users/mac1000/.opam/5.2.0/lib/gmap/gmap.cmxa /Users/mac1000/.opam/5.2.0/lib/domain-name/domain_name.cmxa /Users/mac1000/.opam/5.2.0/lib/base64/base64.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-ec/mirage_crypto_ec.cmxa -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-ec /Users/mac1000/.opam/5.2.0/lib/pbkdf/pbkdf.cmxa /Users/mac1000/.opam/5.2.0/lib/macaddr/macaddr.cmxa /Users/mac1000/.opam/5.2.0/lib/ipaddr/ipaddr.cmxa /Users/mac1000/.opam/5.2.0/lib/x509/x509.cmxa /Users/mac1000/.opam/5.2.0/lib/tls/tls.cmxa /Users/mac1000/.opam/5.2.0/lib/rresult/rresult.cmxa /Users/mac1000/.opam/5.2.0/lib/bigstringaf/bigstringaf.cmxa -I /Users/mac1000/.opam/5.2.0/lib/bigstringaf /Users/mac1000/.opam/5.2.0/lib/angstrom/angstrom.cmxa /Users/mac1000/.opam/5.2.0/lib/colombe/colombe.cmxa /Users/mac1000/.opam/5.2.0/lib/sendmail/sendmail.cmxa /Users/mac1000/.opam/5.2.0/lib/sendmail/starttls/sendmail_with_starttls.cmxa /Users/mac1000/.opam/5.2.0/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.2.0/lib/bos/bos.cmxa /Users/mac1000/.opam/5.2.0/lib/metrics/metrics.cmxa /Users/mac1000/.opam/5.2.0/lib/dns/dns.cmxa /Users/mac1000/.opam/5.2.0/lib/ipaddr/unix/ipaddr_unix.cmxa /Users/mac1000/.opam/5.2.0/lib/duration/duration.cmxa /Users/mac1000/.opam/5.2.0/lib/psq/psq.cmxa /Users/mac1000/.opam/5.2.0/lib/lru/lru.cmxa /Users/mac1000/.opam/5.2.0/lib/dns/cache/dns_cache.cmxa /Users/mac1000/.opam/5.2.0/lib/randomconv/randomconv.cmxa /Users/mac1000/.opam/5.2.0/lib/dns-client/dns_client.cmxa /Users/mac1000/.opam/5.2.0/lib/dns-client/resolvconf/dns_resolvconv.cmxa /Users/mac1000/.opam/5.2.0/lib/mtime/mtime.cmxa /Users/mac1000/.opam/5.2.0/lib/mtime/clock/os/mtime_clock.cmxa -I /Users/mac1000/.opam/5.2.0/lib/mtime/clock/os /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-rng/unix/mirage_crypto_rng_unix.cmxa -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-rng/unix /Users/mac1000/.opam/5.2.0/lib/dns-client/unix/dns_client_unix.cmxa lib/ldns.cmxa /Users/mac1000/.opam/5.2.0/lib/stringext/stringext.cmxa /Users/mac1000/.opam/5.2.0/lib/uri/uri.cmxa /Users/mac1000/.opam/5.2.0/lib/cmdliner/cmdliner.cmxa /Users/mac1000/.opam/5.2.0/lib/logs/logs_fmt.cmxa /Users/mac1000/.opam/5.2.0/lib/logs/logs_cli.cmxa /Users/mac1000/.opam/5.2.0/lib/fmt/fmt_tty.cmxa /Users/mac1000/.opam/5.2.0/lib/fmt/fmt_cli.cmxa bin/args.cmxa bin/.srv.eobjs/native/dune__exe__Srv.cmx)
ld: warning: search path '/opt/local/lib' not found
(cd _build/default && /Users/mac1000/.opam/5.2.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o bin/dkim.exe /Users/mac1000/.opam/5.2.0/lib/rresult/rresult.cmxa /Users/mac1000/.opam/5.2.0/lib/astring/astring.cmxa /Users/mac1000/.opam/5.2.0/lib/fpath/fpath.cmxa /Users/mac1000/.opam/5.2.0/lib/fmt/fmt.cmxa /Users/mac1000/.opam/5.2.0/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.2.0/lib/logs/logs.cmxa /Users/mac1000/.opam/5.2.0/lib/bos/bos.cmxa /Users/mac1000/.opam/5.2.0/lib/cstruct/cstruct.cmxa -I /Users/mac1000/.opam/5.2.0/lib/cstruct /Users/mac1000/.opam/5.2.0/lib/macaddr/macaddr.cmxa /Users/mac1000/.opam/5.2.0/lib/domain-name/domain_name.cmxa /Users/mac1000/.opam/5.2.0/lib/ipaddr/ipaddr.cmxa /Users/mac1000/.opam/5.2.0/lib/ptime/ptime.cmxa /Users/mac1000/.opam/5.2.0/lib/gmap/gmap.cmxa /Users/mac1000/.opam/5.2.0/lib/metrics/metrics.cmxa /Users/mac1000/.opam/5.2.0/lib/base64/base64.cmxa /Users/mac1000/.opam/5.2.0/lib/dns/dns.cmxa /Users/mac1000/.opam/5.2.0/lib/ipaddr/unix/ipaddr_unix.cmxa /Users/mac1000/.opam/5.2.0/lib/duration/duration.cmxa /Users/mac1000/.opam/5.2.0/lib/psq/psq.cmxa /Users/mac1000/.opam/5.2.0/lib/lru/lru.cmxa /Users/mac1000/.opam/5.2.0/lib/dns/cache/dns_cache.cmxa /Users/mac1000/.opam/5.2.0/lib/randomconv/randomconv.cmxa /Users/mac1000/.opam/5.2.0/lib/dns-client/dns_client.cmxa /Users/mac1000/.opam/5.2.0/lib/dns-client/resolvconf/dns_resolvconv.cmxa /Users/mac1000/.opam/5.2.0/lib/mtime/mtime.cmxa /Users/mac1000/.opam/5.2.0/lib/mtime/clock/os/mtime_clock.cmxa -I /Users/mac1000/.opam/5.2.0/lib/mtime/clock/os /Users/mac1000/.opam/5.2.0/lib/eqaf/eqaf.cmxa /Users/mac1000/.opam/5.2.0/lib/eqaf/bigstring/eqaf_bigstring.cmxa /Users/mac1000/.opam/5.2.0/lib/eqaf/cstruct/eqaf_cstruct.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto/mirage_crypto.cmxa -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-rng/mirage_crypto_rng.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-rng/unix/mirage_crypto_rng_unix.cmxa -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-rng/unix /Users/mac1000/.opam/5.2.0/lib/dns-client/unix/dns_client_unix.cmxa lib/ldns.cmxa /Users/mac1000/.opam/5.2.0/lib/cmdliner/cmdliner.cmxa /Users/mac1000/.opam/5.2.0/lib/bigstringaf/bigstringaf.cmxa -I /Users/mac1000/.opam/5.2.0/lib/bigstringaf /Users/mac1000/.opam/5.2.0/lib/angstrom/angstrom.cmxa /Users/mac1000/.opam/5.2.0/lib/uutf/uutf.cmxa /Users/mac1000/.opam/5.2.0/lib/pecu/pecu.cmxa /Users/mac1000/.opam/5.2.0/lib/emile/emile.cmxa /Users/mac1000/.opam/5.2.0/lib/unstrctrd/unstrctrd.cmxa /Users/mac1000/.opam/5.2.0/lib/unstrctrd/parser/unstrctrd_parser.cmxa /Users/mac1000/.opam/5.2.0/lib/base64/rfc2045/base64_rfc2045.cmxa /Users/mac1000/.opam/5.2.0/lib/uuuu/uuuu.cmxa /Users/mac1000/.opam/5.2.0/lib/yuscii/yuscii.cmxa /Users/mac1000/.opam/5.2.0/lib/coin/coin.cmxa /Users/mac1000/.opam/5.2.0/lib/rosetta/rosetta.cmxa /Users/mac1000/.opam/5.2.0/lib/bigarray-overlap/overlap.cmxa -I /Users/mac1000/.opam/5.2.0/lib/bigarray-overlap /Users/mac1000/.opam/5.2.0/lib/ke/ke.cmxa /Users/mac1000/.opam/5.2.0/lib/prettym/prettym.cmxa /Users/mac1000/.opam/5.2.0/lib/mrmime/mrmime.cmxa /Users/mac1000/.opam/5.2.0/lib/stringext/stringext.cmxa /Users/mac1000/.opam/5.2.0/lib/uri/uri.cmxa /Users/mac1000/.opam/5.2.0/lib/digestif/c/digestif_c.cmxa -I /Users/mac1000/.opam/5.2.0/lib/digestif/c /Users/mac1000/.opam/5.2.0/lib/zarith/zarith.cmxa -I /Users/mac1000/.opam/5.2.0/lib/zarith /Users/mac1000/.opam/5.2.0/lib/asn1-combinators/asn1_combinators.cmxa /Users/mac1000/.opam/5.2.0/lib/sexplib0/sexplib0.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-pk/mirage_crypto_pk.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-ec/mirage_crypto_ec.cmxa -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-ec /Users/mac1000/.opam/5.2.0/lib/pbkdf/pbkdf.cmxa /Users/mac1000/.opam/5.2.0/lib/x509/x509.cmxa /Users/mac1000/.opam/5.2.0/lib/hmap/hmap.cmxa /Users/mac1000/.opam/5.2.0/lib/dkim/dkim.cmxa /Users/mac1000/.opam/5.2.0/lib/logs/logs_fmt.cmxa /Users/mac1000/.opam/5.2.0/lib/logs/logs_cli.cmxa /Users/mac1000/.opam/5.2.0/lib/fmt/fmt_tty.cmxa /Users/mac1000/.opam/5.2.0/lib/fmt/fmt_cli.cmxa bin/args.cmxa bin/.dkim.eobjs/native/dune__exe__Dkim.cmx)
ld: warning: search path '/opt/local/lib' not found
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-06-25 13:17.06: Job failed: Failed: Build failed