Organisationsmirageca-certs-nss3cd48c (main)macos-homebrew-5.2_opam-2.1

macos-homebrew-5.2_opam-2.1

Link Copied
Code Copied

Logs

2024-06-24 14:00.58: New job: test mirage/ca-certs-nss https://github.com/mirage/ca-certs-nss.git#refs/heads/main (3cd48cca676dbf1899db72dabb57a8dad4fa2ff0) (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/mirage/ca-certs-nss.git" -b "main" && cd "ca-certs-nss" && git reset --hard 3cd48cca
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 ca-certs-nss.opam ./src/./
RUN opam pin add -yn ca-certs-nss.dev './src/./'
ENV DEPS="alcotest.1.7.0 asn1-combinators.0.2.6 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bos.0.2.1 cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 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 pbkdf.1.2.0 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 x509.0.16.5 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y ca-certs-nss.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 14:00.58: Using cache hint "mirage/ca-certs-nss-macos-macos-homebrew-ocaml-5.2-macos-homebrew-5.2_opam-2.1-0043b9bd0bfab2b582fbd81267c4759e"
2024-06-24 14:00.58: 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 ca-certs-nss.opam) (dst ./src/./))
 (run (network host)
      (shell "opam pin add -yn ca-certs-nss.dev './src/./'"))
 (env DEPS "alcotest.1.7.0 asn1-combinators.0.2.6 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bos.0.2.1 cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 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 pbkdf.1.2.0 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 x509.0.16.5 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 ca-certs-nss.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 14:00.58: Waiting for resource in pool OCluster
2024-06-25 07:08.52: Waiting for worker…
2024-06-25 15:10.20: Got resource from pool OCluster
Building on i7-worker-01
Initialized empty Git repository in /private/var/lib/ocluster-worker/git/ca-certs-nss.git-8dfc537b4f246667f750566fd3d577e36cd3d9fd/.git/
HEAD is now at 3cd48cc changes for 3.101


(from macos-homebrew-ocaml-5.2)
2024-06-25 15:10.23 ---> 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 15:10.24 ---> 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 15:10.24 ---> 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 15:10.24 ---> 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 15:10.24 ---> using "e19dc4f82dd1b3db2ea80a0bbf24d4c17581af7ed3f99c38473b60eea3aff92a" from cache


/: (copy (src ca-certs-nss.opam) (dst ./src/./))
2024-06-25 15:10.25 ---> saved as "8ccf26fb0549c0e5dbdc456420bd9b5ada43951b7e65aecab8a3b90404519931"


/: (run (network host)
        (shell "opam pin add -yn ca-certs-nss.dev './src/./'"))
[ca-certs-nss.dev] synchronised (file:///Users/mac1000/src)
ca-certs-nss is now pinned to file:///Users/mac1000/src (version dev)
2024-06-25 15:10.35 ---> saved as "39176665dbf64ffa6170f922dba815575eede1147ad1068c447baa3fadeae11e"


/: (env DEPS "alcotest.1.7.0 asn1-combinators.0.2.6 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bos.0.2.1 cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 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 pbkdf.1.2.0 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 x509.0.16.5 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 ca-certs-nss.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ca-certs-nss.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:
    gmp


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/brew "install" "gmp"
- ==> 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
- ==> Pouring gmp--6.3.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/gmp/6.3.0: 22 files, 3.3MB
- ==> Running `brew cleanup gmp`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
2024-06-25 15:11.04 ---> saved as "8634cbdb4bfd32607e7745fc069e959f436bc4df8df0da3bc612307b3292a9c2"


/: (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 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 ocamlbuild         0.14.3
  - install dune               3.16.0
  - install ocamlfind          1.9.6
  - install seq                base
  - install conf-gmp           4
  - install cmdliner           1.3.0
  - install stdlib-shims       0.3.0
  - install sexplib0           v0.17.0
  - install ocaml-syntax-shims 1.0.0
  - install mirage-clock       4.2.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 base64             3.5.1
  - install topkg              1.0.7
  - install re                 1.11.0
  - install zarith             1.13
  - install conf-gmp-powm-sec  3
  - install ipaddr             5.6.0
  - install dune-configurator  3.16.0
  - install uutf               1.0.3
  - install rresult            0.7.0
  - install ptime              1.1.0
  - install fmt                0.9.0
  - install astring            0.8.5
  - install logs               0.7.0
  - install cstruct            6.2.0
  - install fpath              0.7.3
  - install alcotest           1.7.0
  - install eqaf               0.9
  - install asn1-combinators   0.2.6
  - install bos                0.2.1
  - install mirage-crypto      0.11.3
  - install pbkdf              1.2.0
  - install mirage-crypto-rng  0.11.3
  - install mirage-crypto-pk   0.11.3
  - install mirage-crypto-ec   0.11.3
  - install x509               0.16.5
===== 40 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved conf-gmp.4  (cached)
-> retrieved conf-gmp-powm-sec.3  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> installed conf-gmp.4
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved alcotest.1.7.0  (cached)
-> retrieved duration.0.2.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 ipaddr.5.6.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved macaddr.5.6.0  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mirage-crypto.0.11.3  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved mirage-crypto-pk.0.11.3  (cached)
-> retrieved mirage-crypto-ec.0.11.3  (cached)
-> retrieved mirage-crypto-rng.0.11.3  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved x509.0.16.5  (cached)
-> retrieved zarith.1.13  (cached)
-> retrieved re.1.11.0  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed zarith.1.13
-> installed ocamlbuild.0.14.3
-> installed dune.3.16.0
-> installed mirage-clock.4.2.0
-> installed duration.0.2.1
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed re.1.11.0
-> installed ocaml-syntax-shims.1.0.0
-> installed macaddr.5.6.0
-> installed gmap.0.3.0
-> installed domain-name.0.4.0
-> installed base64.3.5.1
-> installed ipaddr.5.6.0
-> installed topkg.1.0.7
-> installed dune-configurator.3.16.0
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed cstruct.6.2.0
-> installed fpath.0.7.3
-> installed eqaf.0.9
-> installed asn1-combinators.0.2.6
-> installed alcotest.1.7.0
-> installed logs.0.7.0
-> installed mirage-crypto.0.11.3
-> installed pbkdf.1.2.0
-> installed mirage-crypto-rng.0.11.3
-> installed mirage-crypto-pk.0.11.3
-> installed bos.0.2.1
-> installed mirage-crypto-ec.0.11.3
-> installed x509.0.16.5
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-25 15:13.10 ---> saved as "1e8ae118eb2613e2318d2c54f7f317467bac8386e51dddf62d09731eb46ff0fa"


/: (copy (src .) (dst ./src))
2024-06-25 15:13.11 ---> saved as "ef9bfe68e6f6932f8e9dc63a4d01179596b2f04cbb95252ad150b901174a35c7"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(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/extract_from_certdata.exe /Users/mac1000/.opam/5.2.0/lib/logs/logs.cmxa /Users/mac1000/.opam/5.2.0/lib/fmt/fmt.cmxa /Users/mac1000/.opam/5.2.0/lib/logs/logs_fmt.cmxa /Users/mac1000/.opam/5.2.0/lib/cmdliner/cmdliner.cmxa /Users/mac1000/.opam/5.2.0/lib/logs/logs_cli.cmxa /Users/mac1000/.opam/5.2.0/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.2.0/lib/fmt/fmt_tty.cmxa /Users/mac1000/.opam/5.2.0/lib/fmt/fmt_cli.cmxa /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/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/zarith/zarith.cmxa -I /Users/mac1000/.opam/5.2.0/lib/zarith /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/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/sexplib0/sexplib0.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-pk/mirage_crypto_pk.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 bin/.extract_from_certdata.eobjs/native/dune__exe__Extract_from_certdata.cmx)
ld: warning: search path '/opt/local/lib' not found
(cd _build/default/lib && ../../install/default/bin/extract-from-certdata certdata.txt --output trust_anchor.ml)
extract-from-certdata: [WARNING] Untrusted certificate "Explicitly Distrust DigiNotar Root CA" (serial 02100fffffffffffffffffffffffffffffff)
(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 test/tests.exe /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/zarith/zarith.cmxa -I /Users/mac1000/.opam/5.2.0/lib/zarith /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/fmt/fmt.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/mirage-crypto-rng/mirage_crypto_rng.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/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/logs/logs.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/mirage-clock/mirage_clock.cmxa lib/ca_certs_nss.cmxa /Users/mac1000/.opam/5.2.0/lib/astring/astring.cmxa /Users/mac1000/.opam/5.2.0/lib/cmdliner/cmdliner.cmxa /Users/mac1000/.opam/5.2.0/lib/uutf/uutf.cmxa /Users/mac1000/.opam/5.2.0/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /Users/mac1000/.opam/5.2.0/lib/fmt/fmt_cli.cmxa /Users/mac1000/.opam/5.2.0/lib/re/re.cmxa /Users/mac1000/.opam/5.2.0/lib/stdlib-shims/stdlib_shims.cmxa /Users/mac1000/.opam/5.2.0/lib/alcotest/engine/alcotest_engine.cmxa /Users/mac1000/.opam/5.2.0/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.2.0/lib/fmt/fmt_tty.cmxa /Users/mac1000/.opam/5.2.0/lib/alcotest/alcotest.cmxa -I /Users/mac1000/.opam/5.2.0/lib/alcotest test/.tests.eobjs/native/dune__exe__Tests.cmx)
ld: warning: search path '/opt/local/lib' not found
(cd _build/default/test && ./tests.exe)
Testing `verification tests'.
This run has ID `OD5ZU7HJ'.


  [OK]          X509 certificate validation          0   google.com.
  [OK]          X509 certificate validation          1   extended-validation....
  [OK]          X509 certificate validation          2   self-signed.badssl.com.
  [OK]          X509 certificate validation          3   expired.badssl.com.
  [OK]          X509 certificate validation          4   untrusted-root.badss...
  [OK]          X509 certificate validation          5   wrong.host.badssl.com.
  [OK]          X509 certificate validation          6   incomplete-chain.bad...
  [OK]          X509 certificate validation          7   sha1-intermediate.ba...
  [OK]          X509 certificate validation          8   wrong.host.google.com.


Full test results in `~/src/_build/default/test/_build/_tests/verification tests'.
Test Successful in 0.004s. 9 tests run.
2024-06-25 15:13.14 ---> saved as "df0038f6cc2bb2b1c94203abcb1b7334b915a851e7d2a22497cb80e6c9c6dc6e"
Job succeeded
2024-06-25 15:13.23: Job succeeded