Organisationsmiragemirage-cryptod74c32 ()windows-server-2022-amd64-5.3_opam-2.3

windows-server-2022-amd64-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-01-10 14:54.30: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/pull/255/head (d74c32f740c779220ba5d3de2dc3644e7ee6d794) (windows-amd64:windows-server-2022-amd64-5.3_opam-2.3)
Base: windows-server-2022-amd64-ocaml-5.3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-crypto.git" && cd "mirage-crypto" && git fetch origin "refs/pull/255/head" && git reset --hard d74c32f7
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-5.3
# windows-server-2022-amd64-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e a78e724dc54989d1f496005039fd06298c63484a || git fetch origin master) && git reset -q --hard a78e724dc54989d1f496005039fd06298c63484a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-rng-lwt.opam mirage-crypto-rng-eio.opam mirage-crypto-rng-async.opam mirage-crypto-pk.opam mirage-crypto-ec.opam /Users/opam/src/./
RUN opam pin add -yn mirage-crypto.dev '/Users/opam/src/./' && \
opam pin add -yn mirage-crypto-rng.dev '/Users/opam/src/./' && \
opam pin add -yn mirage-crypto-rng-mirage.dev '/Users/opam/src/./' && \
opam pin add -yn mirage-crypto-rng-miou-unix.dev '/Users/opam/src/./' && \
opam pin add -yn mirage-crypto-rng-lwt.dev '/Users/opam/src/./' && \
opam pin add -yn mirage-crypto-rng-eio.dev '/Users/opam/src/./' && \
opam pin add -yn mirage-crypto-rng-async.dev '/Users/opam/src/./' && \
opam pin add -yn mirage-crypto-pk.dev '/Users/opam/src/./' && \
opam pin add -yn mirage-crypto-ec.dev '/Users/opam/src/./'
ENV DEPS="alcotest.1.8.0 arch-x86_64.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-gmp-x86_64.1 conf-pkg-config.3 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 domain-local-await.1.0.1 domain-name.0.4.0 dune.3.17.1 dune-configurator.3.17.1 duration.0.2.1 eio.1.2 eio_main.1.2 eio_windows.1.2 eqaf.0.10 flexdll.0.43 fmt.0.9.0 hmap.0.8.1 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.0 logs.0.7.0 lwt.5.9.0 lwt-dllist.1.0.1 macaddr.5.6.0 mingw-w64-shims.0.2.0 miou.0.3.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-runtime.4.8.2 mirage-time.3.0.0 mirage-time-unix.3.0.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.5 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppxlib.0.34.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-miou-unix.dev mirage-crypto-rng-lwt.dev mirage-crypto-rng-eio.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /Users/opam/src
RUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-rng-miou-unix,mirage-crypto-rng-lwt,mirage-crypto-rng-eio,mirage-crypto-pk,mirage-crypto-ec @install @check @runtest && rm -rf _build


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


2025-01-10 14:54.30: Using cache hint "mirage/mirage-crypto-windows-server-2022-amd64-ocaml-5.3-windows-server-2022-amd64-5.3_opam-2.3-b178b88adfa892bf956fba5e3b1d0a56"
2025-01-10 14:54.30: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-5.3)
(comment windows-server-2022-amd64-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a78e724dc54989d1f496005039fd06298c63484a || git fetch origin master) && git reset -q --hard a78e724dc54989d1f496005039fd06298c63484a && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-rng-lwt.opam mirage-crypto-rng-eio.opam mirage-crypto-rng-async.opam mirage-crypto-pk.opam mirage-crypto-ec.opam)
(dst /Users/opam/src/./))
(run (network host)
(shell  "opam pin add -yn mirage-crypto.dev '/Users/opam/src/./' && \
\nopam pin add -yn mirage-crypto-rng.dev '/Users/opam/src/./' && \
\nopam pin add -yn mirage-crypto-rng-mirage.dev '/Users/opam/src/./' && \
\nopam pin add -yn mirage-crypto-rng-miou-unix.dev '/Users/opam/src/./' && \
\nopam pin add -yn mirage-crypto-rng-lwt.dev '/Users/opam/src/./' && \
\nopam pin add -yn mirage-crypto-rng-eio.dev '/Users/opam/src/./' && \
\nopam pin add -yn mirage-crypto-rng-async.dev '/Users/opam/src/./' && \
\nopam pin add -yn mirage-crypto-pk.dev '/Users/opam/src/./' && \
\nopam pin add -yn mirage-crypto-ec.dev '/Users/opam/src/./'"))
(env DEPS "alcotest.1.8.0 arch-x86_64.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-gmp-x86_64.1 conf-pkg-config.3 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 domain-local-await.1.0.1 domain-name.0.4.0 dune.3.17.1 dune-configurator.3.17.1 duration.0.2.1 eio.1.2 eio_main.1.2 eio_windows.1.2 eqaf.0.10 flexdll.0.43 fmt.0.9.0 hmap.0.8.1 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.0 logs.0.7.0 lwt.5.9.0 lwt-dllist.1.0.1 macaddr.5.6.0 mingw-w64-shims.0.2.0 miou.0.3.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-runtime.4.8.2 mirage-time.3.0.0 mirage-time-unix.3.0.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.5 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppxlib.0.34.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2 zarith.1.14")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-miou-unix.dev mirage-crypto-rng-lwt.dev mirage-crypto-rng-eio.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS"))
(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /Users/opam/src))
(run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-rng-miou-unix,mirage-crypto-rng-lwt,mirage-crypto-rng-eio,mirage-crypto-pk,mirage-crypto-ec @install @check @runtest && rm -rf _build"))
)


2025-01-10 14:54.30: Waiting for resource in pool OCluster
2025-01-10 16:35.20: Waiting for worker…
2025-01-10 18:02.25: Got resource from pool OCluster
Building on odawa
HEAD is now at c52a56a mirage-crypto-rng.unix: provide new generators: Urandom and Getentropy (#250)
HEAD is now at d74c32f rdseed: 100 retries, rdrand: 10 retries


(from windows-server-2022-amd64-ocaml-5.3)
2025-01-10 18:02.26 ---> using "1d6ffeb5a52124df73b2e951323e99615c52ca4f9bdf0f65039be6146fabdaab" from cache


/: (comment windows-server-2022-amd64-5.3_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-01-10 18:02.26 ---> using "95d5d85ee56c2575e196f53fe7f940cc0731fb5c4485beb38b72a714de9d05bf" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.


<><> Unix support infrastructure ><><><><><><><><><><><><><><><><><><><><><><><>


opam and the OCaml ecosystem in general require various Unix tools in order to operate correctly. At present, this requires the installation of Cygwin to provide these tools.


How should opam obtain Unix tools?
> 1. Use tools found in PATH (Cygwin installation at C:\cygwin64)
2. Automatically create an internal Cygwin installation that will be managed by opam (recommended)
3. Use Cygwin installation found in C:\cygwin64
4. Use another existing Cygwin/MSYS2 installation
5. Abort initialisation


[1/2/3/4/5] 1
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 file://C:/Users/opam/opam-repository
2025-01-10 18:02.26 ---> using "53bae75d46d214e65b51daece9ef873c6c6a891e203ec3d98bbd26c30834d1e2" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.5.5-1.x86_64
The OCaml toplevel, version 5.3.0
2.3.0
2025-01-10 18:02.26 ---> using "2b54922bf0d8d5ddbb1aea4afec4a959968c963bd87de7fe3038a742f957825c" from cache


/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a78e724dc54989d1f496005039fd06298c63484a || git fetch origin master) && git reset -q --hard a78e724dc54989d1f496005039fd06298c63484a && git log --no-decorate -n1 --oneline && opam update -u"))
a78e724dc5 Merge pull request #27231 from Octachron/OCaml_5.3.0


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-01-10 18:02.26 ---> using "7c466cf9ad0cafe7c9f25723143ea5e7d758b69e8ddf49815d5e5a2d7faff5d1" from cache


/: (copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-rng-lwt.opam mirage-crypto-rng-eio.opam mirage-crypto-rng-async.opam mirage-crypto-pk.opam mirage-crypto-ec.opam)
(dst /Users/opam/src/./))
2025-01-10 18:02.26 ---> using "1bdb4966c18b600fbb8517b30382d4378fd0f5ca7430aad24c068368face749c" from cache


/: (run (network host)
(shell  "opam pin add -yn mirage-crypto.dev '/Users/opam/src/./' && \
\nopam pin add -yn mirage-crypto-rng.dev '/Users/opam/src/./' && \
\nopam pin add -yn mirage-crypto-rng-mirage.dev '/Users/opam/src/./' && \
\nopam pin add -yn mirage-crypto-rng-miou-unix.dev '/Users/opam/src/./' && \
\nopam pin add -yn mirage-crypto-rng-lwt.dev '/Users/opam/src/./' && \
\nopam pin add -yn mirage-crypto-rng-eio.dev '/Users/opam/src/./' && \
\nopam pin add -yn mirage-crypto-rng-async.dev '/Users/opam/src/./' && \
\nopam pin add -yn mirage-crypto-pk.dev '/Users/opam/src/./' && \
\nopam pin add -yn mirage-crypto-ec.dev '/Users/opam/src/./'"))
[mirage-crypto.dev] synchronised (file://C:/Users/opam/src/.)
mirage-crypto is now pinned to file://C:/Users/opam/src/. (version dev)
[mirage-crypto-rng.dev] synchronised (file://C:/Users/opam/src/.)
mirage-crypto-rng is now pinned to file://C:/Users/opam/src/. (version dev)
[mirage-crypto-rng-mirage.dev] synchronised (file://C:/Users/opam/src/.)
mirage-crypto-rng-mirage is now pinned to file://C:/Users/opam/src/. (version dev)
[mirage-crypto-rng-miou-unix.dev] synchronised (file://C:/Users/opam/src/.)
mirage-crypto-rng-miou-unix is now pinned to file://C:/Users/opam/src/. (version dev)
[mirage-crypto-rng-lwt.dev] synchronised (file://C:/Users/opam/src/.)
mirage-crypto-rng-lwt is now pinned to file://C:/Users/opam/src/. (version dev)
[mirage-crypto-rng-eio.dev] synchronised (file://C:/Users/opam/src/.)
mirage-crypto-rng-eio is now pinned to file://C:/Users/opam/src/. (version dev)
[mirage-crypto-rng-async.dev] synchronised (file://C:/Users/opam/src/.)
mirage-crypto-rng-async is now pinned to file://C:/Users/opam/src/. (version dev)
[mirage-crypto-pk.dev] synchronised (file://C:/Users/opam/src/.)
mirage-crypto-pk is now pinned to file://C:/Users/opam/src/. (version dev)
[mirage-crypto-ec.dev] synchronised (file://C:/Users/opam/src/.)
mirage-crypto-ec is now pinned to file://C:/Users/opam/src/. (version dev)
2025-01-10 18:02.26 ---> using "5e4ea4bea3975c9936bdee7bdaf2dcd70bb02009e219b2bcd1a444b68acf4d16" from cache


/: (env DEPS "alcotest.1.8.0 arch-x86_64.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-gmp-x86_64.1 conf-pkg-config.3 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 domain-local-await.1.0.1 domain-name.0.4.0 dune.3.17.1 dune-configurator.3.17.1 duration.0.2.1 eio.1.2 eio_main.1.2 eio_windows.1.2 eqaf.0.10 flexdll.0.43 fmt.0.9.0 hmap.0.8.1 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.0 logs.0.7.0 lwt.5.9.0 lwt-dllist.1.0.1 macaddr.5.6.0 mingw-w64-shims.0.2.0 miou.0.3.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-runtime.4.8.2 mirage-time.3.0.0 mirage-time-unix.3.0.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.5 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppxlib.0.34.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2 zarith.1.14")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-miou-unix.dev mirage-crypto-rng-lwt.dev mirage-crypto-rng-eio.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-crypto.dev] synchronised (no changes)
[mirage-crypto-ec.dev] synchronised (no changes)
[mirage-crypto-pk.dev] synchronised (no changes)
[mirage-crypto-rng.dev] synchronised (no changes)
[mirage-crypto-rng-eio.dev] synchronised (no changes)
[mirage-crypto-rng-lwt.dev] synchronised (no changes)
[mirage-crypto-rng-miou-unix.dev] synchronised (no changes)
[mirage-crypto-rng-mirage.dev] synchronised (no changes)


[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.43).
[NOTE] Package conf-mingw-w64-gcc-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-effects 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).
[NOTE] Package arch-x86_64 is already installed (current version is 1).


The following system packages will first need to be installed:
mingw64-x86_64-gmp


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ C:\Users\opam\AppData\Local\opam\.cygwin\setup-x86_64.exe "--root" "C:\\cygwin64" "--quiet-mode" "unattended" "--no-shortcuts" "--no-startmenu" "--no-desktop" "--no-admin" "--no-version-check" "--no-write-registry" "--packages" "mingw64-x86_64-gmp"
- Starting cygwin install, version 2.932
- User has backup/restore rights
- User has symlink creation right
- Current Directory: C:\Windows\system32
- root: C:\cygwin64 system
- Changing gid to Administrators
- Selected local directory: C:\Windows\system32
- net: Preconfig
- site: https://cygwin.mirror.constant.com/
- solving: 1 tasks, update: no, use test packages: no
- solving: 2 tasks, update: no, use test packages: no
- Augmented Transaction List:
-    0 install mingw64-x86_64-gcc-g++ 12.4.0-1
-    1 install mingw64-x86_64-gmp     6.3.0-1
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-x86_64-gcc/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-12.4.0-1.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-gmp/mingw64-x86_64-gmp-6.3.0-1.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-x86_64-gcc/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-12.4.0-1.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-gmp/mingw64-x86_64-gmp-6.3.0-1.tar.zst
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash"
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_update-info-dir.dash"
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash"
- Ending cygwin install
- NOTE: you should run 'diskperf -y' to enable the disk statistics
- NOTE: you should run 'diskperf -y' to enable the disk statistics
2025-01-10 18:02.26 ---> using "c0e130a58580ce80484c920626d681ce18299b19041b729eadfde84017b1a95f" from cache


/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.43).
[NOTE] Package conf-mingw-w64-gcc-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-effects 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).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
The following actions will be performed:
=== recompile 1 package
- recompile mingw-w64-shims           0.2.0
=== install 62 packages
- install   alcotest                  1.8.0
- install   asn1-combinators          0.3.2
- install   astring                   0.8.5
- install   base-bytes                base
- install   bigstringaf               0.10.0
- install   cmdliner                  1.3.0
- install   conf-gmp                  4
- install   conf-gmp-powm-sec         3
- install   conf-mingw-w64-gmp-x86_64 1
- install   conf-pkg-config           3
- install   cppo                      1.8.0
- install   csexp                     1.5.2
- install   cstruct                   6.2.0
- install   digestif                  1.2.0
- install   domain-local-await        1.0.1
- install   domain-name               0.4.0
- install   dune                      3.17.1
- install   dune-configurator         3.17.1
- install   duration                  0.2.1
- install   eio                       1.2
- install   eio_main                  1.2
- install   eio_windows               1.2
- install   eqaf                      0.10
- install   fmt                       0.9.0
- install   hmap                      0.8.1
- install   ipaddr                    5.6.0
- install   logs                      0.7.0
- install   lwt                       5.9.0
- install   lwt-dllist                1.0.1
- install   macaddr                   5.6.0
- install   miou                      0.3.0
- install   mirage-clock              4.2.0
- install   mirage-clock-unix         4.2.0
- install   mirage-runtime            4.8.2
- install   mirage-time               3.0.0
- install   mirage-time-unix          3.0.0
- install   mirage-unix               5.0.1
- install   mtime                     2.1.0
- install   ocaml-compiler-libs       v0.17.0
- install   ocaml-syntax-shims        1.0.0
- install   ocamlbuild                0.15.0
- install   ocamlfind                 1.9.5
- install   ocplib-endian             1.2
- install   ohex                      0.2.0
- install   optint                    0.3.0
- install   ounit2                    2.2.7
- install   ppx_derivers              1.2.1
- install   ppx_deriving              6.0.3
- install   ppx_deriving_yojson       3.9.1
- install   ppxlib                    0.34.0
- install   psq                       0.2.1
- install   ptime                     1.2.0
- install   randomconv                0.2.0
- install   re                        1.12.0
- install   seq                       base
- install   sexplib0                  v0.17.0
- install   stdlib-shims              0.3.0
- install   thread-table              1.0.0
- install   topkg                     1.0.7
- install   uutf                      1.0.3
- install   yojson                    2.2.2
- install   zarith                    1.14


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved conf-gmp.4  (cached)
-> retrieved conf-gmp-powm-sec.3  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cppo.1.8.0  (https://github.com/ocaml-community/cppo/archive/v1.8.0.tar.gz)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> installed conf-pkg-config.3
-> retrieved domain-name.0.4.0  (cached)
-> installed conf-mingw-w64-gmp-x86_64.1
-> retrieved digestif.1.2.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> installed conf-gmp.4
-> retrieved fmt.0.9.0  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved hmap.0.8.1  (cached)
-> retrieved ipaddr.5.6.0, macaddr.5.6.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved eio.1.2, eio_main.1.2, eio_windows.1.2  (https://github.com/ocaml-multicore/eio/releases/download/v1.2/eio-1.2.tbz)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved mingw-w64-shims.0.2.0  (cached)
-> retrieved lwt.5.9.0  (https://github.com/ocsigen/lwt/archive/refs/tags/5.9.0.tar.gz)
-> retrieved miou.0.3.0  (cached)
-> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0  (cached)
-> installed mingw-w64-shims.0.2.0
-> retrieved mirage-time.3.0.0, mirage-time-unix.3.0.0  (cached)
-> retrieved mirage-unix.5.0.1  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved mirage-runtime.4.8.2  (https://github.com/mirage/mirage/releases/download/v4.8.2/mirage-4.8.2.tbz)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved dune.3.17.1, dune-configurator.3.17.1  (https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz)
-> retrieved ocamlfind.1.9.5  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved ppx_deriving_yojson.3.9.1  (https://github.com/ocaml-ppx/ppx_deriving_yojson/releases/download/v3.9.1/ppx_deriving_yojson-3.9.1.tbz)
-> retrieved seq.base  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ppxlib.0.34.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.34.0/ppxlib-0.34.0.tbz)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved zarith.1.14  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind_opt
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3.0\.opam-switch\build\ocamlfind.1.9.5\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3.0\.opam-switch\build\ocamlfind.1.9.5\src\findlib\ocamlfind_opt.exe
[WARNING] C:\Users\opam\AppData\Local\opam\5.3.0\bin\safe_camlp4 is a script; the command won't be available
-> installed ocamlfind.1.9.5
-> installed base-bytes.base
-> installed ocamlbuild.0.15.0
-> installed zarith.1.14
-> installed topkg.1.0.7
-> installed hmap.0.8.1
-> installed uutf.1.0.3
-> installed astring.0.8.5
-> installed fmt.0.9.0
-> installed dune.3.17.1
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed domain-name.0.4.0
-> installed duration.0.2.1
-> installed eqaf.0.10
-> installed lwt-dllist.1.0.1
-> installed macaddr.5.6.0
-> installed miou.0.3.0
-> installed mirage-clock.4.2.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocplib-endian.1.2
-> installed ohex.0.2.0
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed randomconv.0.2.0
-> installed re.1.12.0
-> installed digestif.1.2.0
-> installed ipaddr.5.6.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed dune-configurator.3.17.1
-> installed yojson.2.2.2
-> installed domain-local-await.1.0.1
-> installed alcotest.1.8.0
-> installed ounit2.2.2.7
-> installed bigstringaf.0.10.0
-> installed mirage-clock-unix.4.2.0
-> installed eio.1.2
-> installed lwt.5.9.0
-> installed mirage-time.3.0.0
-> installed mirage-time-unix.3.0.0
-> installed eio_windows.1.2
-> installed eio_main.1.2
-> installed logs.0.7.0
-> installed ppxlib.0.34.0
-> installed mirage-runtime.4.8.2
-> installed mirage-unix.5.0.1
-> installed ppx_deriving.6.0.3
-> installed ppx_deriving_yojson.3.9.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-10 18:02.26 ---> using "f0ae6d0b41c299b4c7a186b81ac733066b8236e03ef79030ca1690ef63069c56" from cache


/: (copy (src .) (dst /Users/opam/src))
2025-01-10 18:02.26 ---> using "4d09f71fd385b770c6d3c4eb82437fce27fb3b376097fd3d85e0c45e2e4c9573" from cache


/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-rng-miou-unix,mirage-crypto-rng-lwt,mirage-crypto-rng-eio,mirage-crypto-pk,mirage-crypto-ec @install @check @runtest && rm -rf _build"))
(cd _build/default/tests && .\test_entropy.exe)
test entropy OK
(cd _build/default/tests && .\test_symmetric_runner.exe)
accel: XOR AES GHASH
................................................................
Ran: 64 tests in: 0.03 seconds.
OK
(cd _build/default/tests && .\test_eio_rng.exe)
32 bit random number: "ZIi\197\t\208\\w\202\201\027\014\1329\129\001\227\007\169\028X\1989\128\207\169\230\222\234/d\019"
16 bit random number: "\223\137\167\233\171a\127\169\226b\252\177\022Jd\029"
(cd _build/default/tests && .\test_random_runner.exe)
.........
Ran: 9 tests in: 0.02 seconds.
OK
File "tests/dune", line 72, characters 12-25:
72 |  (names     test_miou_rng test_miou_entropy_collection)
^^^^^^^^^^^^^
(cd _build/default/tests && .\test_miou_rng.exe)
Fatal error: exception Unix.Unix_error(Unix.ENOTSOCK, "caml_unix_set_nonblock", "")
File "tests/dune", line 72, characters 26-54:
72 |  (names     test_miou_rng test_miou_entropy_collection)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(cd _build/default/tests && .\test_miou_entropy_collection.exe)
Fatal error: exception Unix.Unix_error(Unix.ENOTSOCK, "caml_unix_set_nonblock", "")
(cd _build/default/tests && .\test_eio_entropy_collection.exe)
reseeding:
000000  0008 d384 375a a913  0887 01c8 bfae d6b7  ....7Z..........
000010  9cc3 7acf 01da 21e0  9be0 9ee2 8fea 68f2  ..z...!.......h.
000020  aef9 d9fe 8f07 5f12  a519 9f1e a926 cc2e  ......_......&..
000030  5037 5d41 9345 744a  eb51 da57 8763 3f6e  P7]A.EtJ.Q.W.c?n
000040  2375 ae78 c97a 4d83  5a8d 9091 5996 869d  #u.x.zM.Z...Y...
000050  37a2 02a9 2bac beac  22af 9cb8 86ba 46c2  7...+...".....F.
000060  43c9 17cd 89d0 29d2  c4d8 28db d3e4 68e7  C.....)...(...h.
000070  bef1 1af7 7b00 1c02  8508 260a c010 0c13  ....{.....&.....
000080  551c 7b1d fa21 1a28  7c28 042a 2430 b730  U.{..!.(|(.*$0.0
000090  0333 333c df3c 8d3f  5d4a a351 9d56 a75e  .33<.<.?]J.Q.V.^
0000a0  b166 ec6e d377 8083  1f8e a194 a496 ae9e  .f.n.w..........
0000b0  d0a6 6daf dcb9 9abf  83ca 43d2 27d9 b2dc  ..m.......C.'...
0000c0  e5de b3e7 fef2 16fc  78fc 00fe 2004 9a04  ........x... ...
0000d0  9d06 8e0e 0208 4e70  978d f181 de11 0380  ......Np........
0000e0  1a80 0cc9 3129 d213  f9b3 921a 94bc 7fa3  ....1)..........
0000f0  54c4 fd15 1343 0634  bc01 0fe8 8c63 4df7  T....C.4.....cM.
000100  16de 3b70 71b3 f03d  8770 fc15 5f16 6bbe  ..;pq..=.p.._.k.
000110  835b cfa8 11c0 6f47  beef c646 f19a 1339  .[....oG...F...9
000120  49a6 df32 41d5 f8ad  b97e c89b d854 0355  I..2A....~...T.U
000130  ddf4 9c42 3a82 9177  af90 ee18 d28c 99d8  ...B:..w........
000140  a82e 3fde d504 1e0f  0f6d b057 4fa0 5bed  ..?......m.WO.[.
000150  01af 762c f4ec 28a2  fec6 3970 29c2 e2c5  ..v,..(...9p)...


accumulate: (src: [1] rdrand) 2115 ae97 479d 9b70
entropy sources: [0] getrandom [1] rdrand
accumulate: (src: [0] getrandom) e801 0afe 55d0 0f02
accumulate: (src: [1] rdrand) 98f3 ef7f b0b9 ad40
(cd _build/default/tests && .\test_ec.exe)
Testing `EC'.
This run has ID `P5XBZ2X4'.


[OK]          P256 Key exchange                               0   b*A.
[OK]          P256 Key exchange                               1   a*B.
[OK]          P256 Key exchange                               2   a*A.
[OK]          P256 Key exchange                               3   b*B.
[OK]          P256 Low level scalar mult                      0   Scalar mult (#0).
[OK]          P256 Low level scalar mult                      1   Scalar mult (#1).
[OK]          P256 Low level scalar mult                      2   Scalar mult (#2).
[OK]          P256 Low level scalar mult                      3   Scalar mult (#3).
[OK]          P256 Low level scalar mult                      4   Scalar mult (#4).
[OK]          P256 Low level scalar mult                      5   Scalar mult (#5).
[OK]          P256 Point validation                           0   Ok.
[OK]          P256 Point validation                           1   P=0.
[OK]          P256 Point validation                           2   (0, sqrt(b)).
[OK]          P256 Point validation                           3   out of range.
[OK]          P256 Scalar validation when generating          0   0.
[OK]          P256 Scalar validation when generating          1   1.
[OK]          P256 Scalar validation when generating          2   n-1.
[OK]          P256 Scalar validation when generating          3   n.
[OK]          ECDSA NIST                                      0   ECDSA gen.
[OK]          ECDSA NIST                                      1   ECDSA sign.
[OK]          ECDSA NIST                                      2   ECDSA verify.
[OK]          ECDSA RFC 6979 P256                             0   public key matches.
[OK]          ECDSA RFC 6979 P256                             1   public key compression and decompression.
[OK]          ECDSA RFC 6979 P256                             2   RFC 6979 A.2.5 0.
[OK]          ECDSA RFC 6979 P256                             3   RFC 6979 A.2.5 1.
[OK]          ECDSA RFC 6979 P256                             4   RFC 6979 A.2.5 2.
[OK]          ECDSA RFC 6979 P256                             5   RFC 6979 A.2.5 3.
[OK]          ECDSA RFC 6979 P256                             6   RFC 6979 A.2.5 4.
[OK]          ECDSA RFC 6979 P256                             7   RFC 6979 A.2.5 5.
[OK]          ECDSA RFC 6979 P256                             8   RFC 6979 A.2.5 6.
[OK]          ECDSA RFC 6979 P256                             9   RFC 6979 A.2.5 7.
[OK]          ECDSA RFC 6979 P256                            10   RFC 6979 A.2.5 8.
[OK]          ECDSA RFC 6979 P256                            11   RFC 6979 A.2.5 9.
[OK]          ECDSA RFC 6979 P384                             0   public key matches.
[OK]          ECDSA RFC 6979 P384                             1   public key compression and decompression.
[OK]          ECDSA RFC 6979 P384                             2   RFC 6979 A.2.6 0.
[OK]          ECDSA RFC 6979 P384                             3   RFC 6979 A.2.6 1.
[OK]          ECDSA RFC 6979 P384                             4   RFC 6979 A.2.6 2.
[OK]          ECDSA RFC 6979 P384                             5   RFC 6979 A.2.6 3.
[OK]          ECDSA RFC 6979 P384                             6   RFC 6979 A.2.6 4.
[OK]          ECDSA RFC 6979 P384                             7   RFC 6979 A.2.6 5.
[OK]          ECDSA RFC 6979 P384                             8   RFC 6979 A.2.6 6.
[OK]          ECDSA RFC 6979 P384                             9   RFC 6979 A.2.6 7.
[OK]          ECDSA RFC 6979 P384                            10   RFC 6979 A.2.6 8.
[OK]          ECDSA RFC 6979 P384                            11   RFC 6979 A.2.6 9.
[OK]          ECDSA RFC 6979 P521                             0   public key matches.
[OK]          ECDSA RFC 6979 P521                             1   public key compression and decompression.
[OK]          ECDSA RFC 6979 P521                             2   RFC 6979 A.2.7 0.
[OK]          ECDSA RFC 6979 P521                             3   RFC 6979 A.2.7 1.
[OK]          ECDSA RFC 6979 P521                             4   RFC 6979 A.2.7 2.
[OK]          ECDSA RFC 6979 P521                             5   RFC 6979 A.2.7 3.
[OK]          ECDSA RFC 6979 P521                             6   RFC 6979 A.2.7 4.
[OK]          ECDSA RFC 6979 P521                             7   RFC 6979 A.2.7 5.
[OK]          ECDSA RFC 6979 P521                             8   RFC 6979 A.2.7 6.
[OK]          ECDSA RFC 6979 P521                             9   RFC 6979 A.2.7 7.
[OK]          ECDSA RFC 6979 P521                            10   RFC 6979 A.2.7 8.
[OK]          ECDSA RFC 6979 P521                            11   RFC 6979 A.2.7 9.
[OK]          X25519                                          0   RFC 7748.
[OK]          ED25519                                         0   RFC 8032 1.
[OK]          ED25519                                         1   RFC 8032 2.
[OK]          ED25519                                         2   RFC 8032 3.
[OK]          ED25519                                         3   RFC 8032 4.
[OK]          ED25519                                         4   RFC 8032 5.
[OK]          ECDSA P521 regression                           0   regreesion1.


Full test results in `~\src\_build\default\tests\_build\_tests\P5XBZ2X4'.
Test Successful in 0.078s. 64 tests run.
(cd _build/default/tests && .\test_entropy_collection.exe)
reseeding:
000000  0008 6f3d 2a83 10ce  01dd 0108 bac0 3b45  ..o=*.........;E
000010  fec1 cea4 02c8 2d77  8381 7d86 9f8e 9196  ......-w..}.....
000020  6a9e c8a5 3dab 18b5  72b8 e1b9 9fbf a1ca  j...=...r.......
000030  abd2 cdda 52e3 5eed  94f1 76f6 05fe 2504  ....R.^...v...%.
000040  b804 ec06 d20f 7f1b  1f26 a12c a32e ad36  .........&.,...6
000050  d03e 6d47 db51 8157  3962 0469 2d6c c06c  .>mG.Q.W9b.i-l.l
000060  246f b678 ea7a d083  658f bb99 179f 78a8  $o.x.z..e.....x.
000070  e7a9 beaf 21bb b3c4  e7c6 b5cf 00db 17e4  ....!...........
000080  79e4 01e6 21ec 9cec  86ee 46f6 2afd cd00  y...!.....F.*...
000090  4a03 3e0d 2b11 b514  0117 1920 7b20 1b22  J.>.+...... { ."
0000a0  8528 252a c030 2433  b63c ea3e d047 6553  .(%*.0$3.<.>.GeS
0000b0  bb5d fe62 2e6c c16c  266f b878 047b 3484  .].b.l.l&o.x.{4.
0000c0  df84 a687 c092 139b  74a4 fca5 04ac 4dac  ........t.....M.
0000d0  8cad 55b2 6ab9 d1bd  5ec3 9bcd 7dd2 0308  ..U.j...^...}...
0000e0  ae36 a217 cf49 82c6                       .6...I..


accumulate: (src: [0] rdrand) 471e 6323 026f 9d81
entropy sources: [0] rdrand [1] timer
accumulate: (src: [1] timer) a47a 337c
accumulate: (src: [0] rdrand) 9829 dea0 8d00 523b
accumulate: (src: [1] timer) 0095 cd0c
accumulate: (src: [0] rdrand) 5137 166b e3bb 7919
accumulate: (src: [1] timer) 96c7 7f9e
accumulate: (src: [0] rdrand) 70cf a9a9 2fc4 b0d8
(cd _build/default/tests && .\test_pk_runner.exe)
.......................................................................................................................................................................................................................................................................................................................................................................
Ran: 359 tests in: 2.97 seconds.
OK
(cd _build/default/tests && .\test_ec_wycheproof.exe)
Testing `Wycheproof NIST curves'.
This run has ID `6S2B207F'.


[OK]          ECDH P256 test vectors                    0   1 - normal case.
[OK]          ECDH P256 test vectors                    1   2 - compressed public key.
[OK]          ECDH P256 test vectors                    2   3 - edge case for shared secret.
[OK]          ECDH P256 test vectors                    3   4 - edge case for shared secret.
[OK]          ECDH P256 test vectors                    4   5 - edge case for shared secret.
[OK]          ECDH P256 test vectors                    5   6 - edge case for shared secret.
[OK]          ECDH P256 test vectors                    6   7 - edge case for shared secret.
[OK]          ECDH P256 test vectors                    7   8 - edge case for shared secret.
[OK]          ECDH P256 test vectors                    8   9 - edge case for shared secret.
[OK]          ECDH P256 test vectors                    9   10 - edge case for shared secret.
[OK]          ECDH P256 test vectors                   10   11 - edge case for shared secret.
[OK]          ECDH P256 test vectors                   11   12 - edge case for shared secret.
[OK]          ECDH P256 test vectors                   12   13 - edge case for shared secret.
[OK]          ECDH P256 test vectors                   13   14 - edge case for shared secret.
[OK]          ECDH P256 test vectors                   14   15 - edge case for shared secret.
[OK]          ECDH P256 test vectors                   15   16 - edge case for shared secret.
[OK]          ECDH P256 test vectors                   16   17 - edge case for shared secret.
[OK]          ECDH P256 test vectors                   17   18 - edge case for shared secret.
[OK]          ECDH P256 test vectors                   18   19 - y-coordinate of the public key is small.
[OK]          ECDH P256 test vectors                   19   20 - y-coordinate of the public key is small.
[OK]          ECDH P256 test vectors                   20   21 - y-coordinate of the public key is small.
[OK]          ECDH P256 test vectors                   21   22 - y-coordinate of the public key is large.
[OK]          ECDH P256 test vectors                   22   23 - y-coordinate of the public key is large.
[OK]          ECDH P256 test vectors                   23   24 - y-coordinate of the public key is large.
[OK]          ECDH P256 test vectors                   24   25 - y-coordinate of the public key has many trailing 1's.
[OK]          ECDH P256 test vectors                   25   26 - y-coordinate of the public key has many trailing 1's.
[OK]          ECDH P256 test vectors                   26   27 - y-coordinate of the public key has many trailing 1's.
[OK]          ECDH P256 test vectors                   27   28 - y-coordinate of the public key has many trailing 0's.
[OK]          ECDH P256 test vectors                   28   29 - y-coordinate of the public key has many trailing 0's.
[OK]          ECDH P256 test vectors                   29   30 - y-coordinate of the public key has many trailing 0's.
[OK]          ECDH P256 test vectors                   30   31 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   31   32 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   32   33 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   33   34 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   34   35 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   35   36 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   36   37 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   37   38 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   38   39 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   39   40 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   40   41 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   41   42 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   42   43 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   43   44 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   44   45 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   45   46 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   46   47 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   47   48 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   48   49 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   49   50 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   50   51 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   51   52 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   52   53 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   53   54 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   54   55 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   55   56 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   56   57 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   57   58 - edge cases for ephemeral key.
[OK]          ECDH P256 test vectors                   58   59 - point with coordinate x = 0.
[OK]          ECDH P256 test vectors                   59   60 - point with coordinate x = 0.
[OK]          ECDH P256 test vectors                   60   61 - point with coordinate x = 0.
[OK]          ECDH P256 test vectors                   61   62 - point with coordinate x = 0 in left to right addit...
[OK]          ECDH P256 test vectors                   62   63 - point with coordinate x = 0 in left to right addit...
[OK]          ECDH P256 test vectors                   63   64 - point with coordinate x = 0 in left to right addit...
[OK]          ECDH P256 test vectors                   64   65 - point with coordinate x = 0 in left to right addit...
[OK]          ECDH P256 test vectors                   65   66 - point with coordinate x = 0 in left to right addit...
[OK]          ECDH P256 test vectors                   66   67 - point with coordinate x = 0 in left to right addit...
[OK]          ECDH P256 test vectors                   67   68 - point with coordinate x = 0 in left to right addit...
[OK]          ECDH P256 test vectors                   68   69 - point with coordinate x = 0 in left to right addit...
[OK]          ECDH P256 test vectors                   69   70 - point with coordinate x = 0 in left to right addit...
[OK]          ECDH P256 test vectors                   70   71 - point with coordinate x = 0 in left to right addit...
[OK]          ECDH P256 test vectors                   71   72 - point with coordinate x = 0 in left to right addit...
[OK]          ECDH P256 test vectors                   72   73 - point with coordinate x = 0 in left to right addit...
[OK]          ECDH P256 test vectors                   73   74 - point with coordinate x = 0 in left to right addit...
[OK]          ECDH P256 test vectors                   74   75 - point with coordinate x = 0 in left to right addit...
[OK]          ECDH P256 test vectors                   75   76 - point with coordinate x = 0 in left to right addit...
[OK]          ECDH P256 test vectors                   76   77 - point with coordinate x = 0 in left to right addit...
[OK]          ECDH P256 test vectors                   77   78 - point with coordinate x = 0 in precomputation or r...
[OK]          ECDH P256 test vectors                   78   79 - point with coordinate x = 0 in precomputation or r...
[OK]          ECDH P256 test vectors                   79   80 - point with coordinate x = 0 in precomputation or r...
[OK]          ECDH P256 test vectors                   80   81 - point with coordinate x = 0 in precomputation or r...
[OK]          ECDH P256 test vectors                   81   82 - point with coordinate x = 0 in precomputation or r...
[OK]          ECDH P256 test vectors                   82   83 - point with coordinate x = 0 in precomputation or r...
[OK]          ECDH P256 test vectors                   83   84 - point with coordinate x = 0 in right to left addit...
[OK]          ECDH P256 test vectors                   84   85 - point with coordinate x = 0 in right to left addit...
[OK]          ECDH P256 test vectors                   85   86 - point with coordinate x = 0 in right to left addit...
[OK]          ECDH P256 test vectors                   86   87 - point with coordinate x = 0 in right to left addit...
[OK]          ECDH P256 test vectors                   87   88 - point with coordinate x = 0 in right to left addit...
[OK]          ECDH P256 test vectors                   88   89 - point with coordinate y = 1.
[OK]          ECDH P256 test vectors                   89   90 - point with coordinate y = 1.
[OK]          ECDH P256 test vectors                   90   91 - point with coordinate y = 1.
[OK]          ECDH P256 test vectors                   91   92 - point with coordinate y = 1.
[OK]          ECDH P256 test vectors                   92   93 - point with coordinate y = 1.
[OK]          ECDH P256 test vectors                   93   94 - point with coordinate y = 1.
[OK]          ECDH P256 test vectors                   94   95 - point with coordinate y = 1.
[OK]          ECDH P256 test vectors                   95   96 - point with coordinate y = 1.
[OK]          ECDH P256 test vectors                   96   97 - point with coordinate y = 1.
[OK]          ECDH P256 test vectors                   97   98 - point with coordinate y = 1 in left to right addit...
[OK]          ECDH P256 test vectors                   98   99 - point with coordinate y = 1 in left to right addit...
[OK]          ECDH P256 test vectors                   99   100 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  100   101 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  101   102 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  102   103 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  103   104 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  104   105 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  105   106 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  106   107 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  107   108 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  108   109 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  109   110 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  110   111 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  111   112 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  112   113 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  113   114 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  114   115 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  115   116 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  116   117 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  117   118 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  118   119 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  119   120 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  120   121 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  121   122 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  122   123 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  123   124 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  124   125 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  125   126 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  126   127 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  127   128 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  128   129 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  129   130 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  130   131 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  131   132 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  132   133 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  133   134 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  134   135 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  135   136 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  136   137 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  137   138 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  138   139 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  139   140 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  140   141 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  141   142 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  142   143 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  143   144 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  144   145 - point with coordinate y = 1 in left to right addi...
[OK]          ECDH P256 test vectors                  145   146 - point with coordinate y = 1 in precomputation or ...
[OK]          ECDH P256 test vectors                  146   147 - point with coordinate y = 1 in precomputation or ...
[OK]          ECDH P256 test vectors                  147   148 - point with coordinate y = 1 in precomputation or ...
[OK]          ECDH P256 test vectors                  148   149 - point with coordinate y = 1 in precomputation or ...
[OK]          ECDH P256 test vectors                  149   150 - point with coordinate y = 1 in precomputation or ...
[OK]          ECDH P256 test vectors                  150   151 - point with coordinate y = 1 in precomputation or ...
[OK]          ECDH P256 test vectors                  151   152 - point with coordinate y = 1 in precomputation or ...
[OK]          ECDH P256 test vectors                  152   153 - point with coordinate y = 1 in precomputation or ...
[OK]          ECDH P256 test vectors                  153   154 - point with coordinate y = 1 in precomputation or ...
[OK]          ECDH P256 test vectors                  154   155 - point with coordinate y = 1 in precomputation or ...
[OK]          ECDH P256 test vectors                  155   156 - point with coordinate y = 1 in precomputation or ...
[OK]          ECDH P256 test vectors                  156   157 - point with coordinate y = 1 in precomputation or ...
[OK]          ECDH P256 test vectors                  157   158 - point with coordinate y = 1 in precomputation or ...
[OK]          ECDH P256 test vectors                  158   159 - point with coordinate y = 1 in precomputation or ...
[OK]          ECDH P256 test vectors                  159   160 - point with coordinate y = 1 in precomputation or ...
[OK]          ECDH P256 test vectors                  160   161 - point with coordinate y = 1 in right to left addi...
[OK]          ECDH P256 test vectors                  161   162 - point with coordinate y = 1 in right to left addi...
[OK]          ECDH P256 test vectors                  162   163 - point with coordinate y = 1 in right to left addi...
[OK]          ECDH P256 test vectors                  163   164 - point with coordinate y = 1 in right to left addi...
[OK]          ECDH P256 test vectors                  164   165 - point with coordinate y = 1 in right to left addi...
[OK]          ECDH P256 test vectors                  165   166 - point with coordinate y = 1 in right to left addi...
[OK]          ECDH P256 test vectors                  166   167 - point with coordinate y = 1 in right to left addi...
[OK]          ECDH P256 test vectors                  167   168 - point with coordinate y = 1 in right to left addi...
[OK]          ECDH P256 test vectors                  168   169 - point with coordinate y = 1 in right to left addi...
[OK]          ECDH P256 test vectors                  169   170 - point with coordinate y = 1 in right to left addi...
[OK]          ECDH P256 test vectors                  170   171 - point with coordinate y = 1 in right to left addi...
[OK]          ECDH P256 test vectors                  171   172 - point with coordinate y = 1 in right to left addi...
[OK]          ECDH P256 test vectors                  172   173 - point with coordinate y = 1 in right to left addi...
[OK]          ECDH P256 test vectors                  173   174 - point with coordinate y = 1 in right to left addi...
[OK]          ECDH P256 test vectors                  174   175 - point with coordinate y = 1 in right to left addi...
[OK]          ECDH P256 test vectors                  175   176 - edge case private key.
[OK]          ECDH P256 test vectors                  176   177 - edge case private key.
[OK]          ECDH P256 test vectors                  177   178 - edge case private key.
[OK]          ECDH P256 test vectors                  178   179 - edge case private key.
[OK]          ECDH P256 test vectors                  179   180 - edge case private key.
[OK]          ECDH P256 test vectors                  180   181 - edge case private key.
[OK]          ECDH P256 test vectors                  181   182 - edge case private key.
[OK]          ECDH P256 test vectors                  182   183 - edge case private key.
[OK]          ECDH P256 test vectors                  183   184 - edge case private key.
[OK]          ECDH P256 test vectors                  184   185 - edge case private key.
[OK]          ECDH P256 test vectors                  185   186 - edge case private key.
[OK]          ECDH P256 test vectors                  186   187 - edge case private key.
[OK]          ECDH P256 test vectors                  187   188 - edge case private key.
[OK]          ECDH P256 test vectors                  188   189 - edge case private key.
[OK]          ECDH P256 test vectors                  189   190 - edge case private key.
[OK]          ECDH P256 test vectors                  190   191 - CVE-2017-8932.
[OK]          ECDH P256 test vectors                  191   192 - CVE-2017-8932.
[OK]          ECDH P256 test vectors                  192   193 - point is not on curve.
[OK]          ECDH P256 test vectors                  193   194 - point is not on curve.
[OK]          ECDH P256 test vectors                  194   195 - point is not on curve.
[OK]          ECDH P256 test vectors                  195   196 - point is not on curve.
[OK]          ECDH P256 test vectors                  196   197 - point is not on curve.
[OK]          ECDH P256 test vectors                  197   198 - point is not on curve.
[OK]          ECDH P256 test vectors                  198   199 - point is not on curve.
[OK]          ECDH P256 test vectors                  199   200 - point is not on curve.
[OK]          ECDH P256 test vectors                  200   201 - point is not on curve.
[OK]          ECDH P256 test vectors                  201   202 - point is not on curve.
[OK]          ECDH P256 test vectors                  202   203 - point is not on curve.
[OK]          ECDH P256 test vectors                  203   204 - point is not on curve.
[OK]          ECDH P256 test vectors                  204   205 - point is not on curve.
[OK]          ECDH P256 test vectors                  205   206 - point is not on curve.
[OK]          ECDH P256 test vectors                  206   207 - point is not on curve.
[OK]          ECDH P256 test vectors                  207   208 - point is not on curve.
[OK]          ECDH P256 test vectors                  208   209 - .
[OK]          ECDH P256 test vectors                  209   210 - public point not on curve.
[OK]          ECDH P256 test vectors                  210   211 - public point = (0,0).
[OK]          ECDH P256 test vectors                  211   224 - using secp224r1.
[OK]          ECDH P256 test vectors                  212   225 - using secp256k1.
[OK]          ECDH P256 test vectors                  213   228 - Public key uses wrong curve: secp224r1.
[OK]          ECDH P256 test vectors                  214   229 - Public key uses wrong curve: secp384r1.
[OK]          ECDH P256 test vectors                  215   230 - Public key uses wrong curve: secp521r1.
[OK]          ECDH P256 test vectors                  216   231 - Public key uses wrong curve: secp256k1.
[OK]          ECDH P256 test vectors                  217   232 - Public key uses wrong curve: secp224k1.
[OK]          ECDH P256 test vectors                  218   233 - Public key uses wrong curve: brainpoolP224r1.
[OK]          ECDH P256 test vectors                  219   234 - Public key uses wrong curve: brainpoolP256r1.
[OK]          ECDH P256 test vectors                  220   235 - Public key uses wrong curve: brainpoolP320r1.
[OK]          ECDH P256 test vectors                  221   236 - Public key uses wrong curve: brainpoolP384r1.
[OK]          ECDH P256 test vectors                  222   237 - Public key uses wrong curve: brainpoolP512r1.
[OK]          ECDH P256 test vectors                  223   238 - Public key uses wrong curve: brainpoolP224t1.
[OK]          ECDH P256 test vectors                  224   239 - Public key uses wrong curve: brainpoolP256t1.
[OK]          ECDH P256 test vectors                  225   240 - Public key uses wrong curve: brainpoolP320t1.
[OK]          ECDH P256 test vectors                  226   241 - Public key uses wrong curve: brainpoolP384t1.
[OK]          ECDH P256 test vectors                  227   242 - Public key uses wrong curve: brainpoolP512t1.
[OK]          ECDH P256 test vectors                  228   243 - invalid public key.
[OK]          ECDH P256 test vectors                  229   244 - public key is a low order point on twist.
[OK]          ECDH P256 test vectors                  230   245 - public key is a low order point on twist.
[OK]          ECDH P256 test vectors                  231   246 - public key is a low order point on twist.
[OK]          ECDH P256 test vectors                  232   247 - public key is a low order point on twist.
[OK]          ECDH P256 test vectors                  233   248 - public key is a low order point on twist.
[OK]          ECDH P256 test vectors                  234   249 - public key is a low order point on twist.
[OK]          ECDSA P256 test vectors (SHA256)          0   1 - signature malleability.
[OK]          ECDSA P256 test vectors (SHA256)          1   2 - Legacy:ASN encoding of s misses leading 0.
[OK]          ECDSA P256 test vectors (SHA256)          2   3 - valid.
[OK]          ECDSA P256 test vectors (SHA256)          3   4 - long form encoding of length of sequence.
[OK]          ECDSA P256 test vectors (SHA256)          4   5 - length of sequence contains leading 0.
[OK]          ECDSA P256 test vectors (SHA256)          5   6 - wrong length of sequence.
[OK]          ECDSA P256 test vectors (SHA256)          6   7 - wrong length of sequence.
[OK]          ECDSA P256 test vectors (SHA256)          7   8 - uint32 overflow in length of sequence.
[OK]          ECDSA P256 test vectors (SHA256)          8   9 - uint64 overflow in length of sequence.
[OK]          ECDSA P256 test vectors (SHA256)          9   10 - length of sequence = 2**31 - 1.
[OK]          ECDSA P256 test vectors (SHA256)         10   11 - length of sequence = 2**32 - 1.
[OK]          ECDSA P256 test vectors (SHA256)         11   12 - length of sequence = 2**40 - 1.
[OK]          ECDSA P256 test vectors (SHA256)         12   13 - length of sequence = 2**64 - 1.
[OK]          ECDSA P256 test vectors (SHA256)         13   14 - incorrect length of sequence.
[OK]          ECDSA P256 test vectors (SHA256)         14   15 - indefinite length without termination.
[OK]          ECDSA P256 test vectors (SHA256)         15   16 - indefinite length without termination.
[OK]          ECDSA P256 test vectors (SHA256)         16   17 - indefinite length without termination.
[OK]          ECDSA P256 test vectors (SHA256)         17   18 - removing sequence.
[OK]          ECDSA P256 test vectors (SHA256)         18   19 - lonely sequence tag.
[OK]          ECDSA P256 test vectors (SHA256)         19   20 - appending 0's to sequence.
[OK]          ECDSA P256 test vectors (SHA256)         20   21 - prepending 0's to sequence.
[OK]          ECDSA P256 test vectors (SHA256)         21   22 - appending unused 0's to sequence.
[OK]          ECDSA P256 test vectors (SHA256)         22   23 - appending null value to sequence.
[OK]          ECDSA P256 test vectors (SHA256)         23   24 - including garbage.
[OK]          ECDSA P256 test vectors (SHA256)         24   25 - including garbage.
[OK]          ECDSA P256 test vectors (SHA256)         25   26 - including garbage.
[OK]          ECDSA P256 test vectors (SHA256)         26   27 - including garbage.
[OK]          ECDSA P256 test vectors (SHA256)         27   28 - including garbage.
[OK]          ECDSA P256 test vectors (SHA256)         28   29 - including garbage.
[OK]          ECDSA P256 test vectors (SHA256)         29   30 - including garbage.
[OK]          ECDSA P256 test vectors (SHA256)         30   31 - including garbage.
[OK]          ECDSA P256 test vectors (SHA256)         31   32 - including garbage.
[OK]          ECDSA P256 test vectors (SHA256)         32   33 - including undefined tags.
[OK]          ECDSA P256 test vectors (SHA256)         33   34 - including undefined tags.
[OK]          ECDSA P256 test vectors (SHA256)         34   35 - including undefined tags.
[OK]          ECDSA P256 test vectors (SHA256)         35   36 - including undefined tags.
[OK]          ECDSA P256 test vectors (SHA256)         36   37 - including undefined tags.
[OK]          ECDSA P256 test vectors (SHA256)         37   38 - including undefined tags.
[OK]          ECDSA P256 test vectors (SHA256)         38   39 - truncated length of sequence.
[OK]          ECDSA P256 test vectors (SHA256)         39   40 - using composition with indefinite length.
[OK]          ECDSA P256 test vectors (SHA256)         40   41 - using composition with indefinite length.
[OK]          ECDSA P256 test vectors (SHA256)         41   42 - using composition with indefinite length.
[OK]          ECDSA P256 test vectors (SHA256)         42   43 - using composition with wrong tag.
[OK]          ECDSA P256 test vectors (SHA256)         43   44 - using composition with wrong tag.
[OK]          ECDSA P256 test vectors (SHA256)         44   45 - using composition with wrong tag.
[OK]          ECDSA P256 test vectors (SHA256)         45   46 - Replacing sequence with NULL.
[OK]          ECDSA P256 test vectors (SHA256)         46   47 - changing tag value of sequence.
[OK]          ECDSA P256 test vectors (SHA256)         47   48 - changing tag value of sequence.
[OK]          ECDSA P256 test vectors (SHA256)         48   49 - changing tag value of sequence.
[OK]          ECDSA P256 test vectors (SHA256)         49   50 - changing tag value of sequence.
[OK]          ECDSA P256 test vectors (SHA256)         50   51 - changing tag value of sequence.
[OK]          ECDSA P256 test vectors (SHA256)         51   52 - dropping value of sequence.
[OK]          ECDSA P256 test vectors (SHA256)         52   53 - using composition for sequence.
[OK]          ECDSA P256 test vectors (SHA256)         53   54 - truncated sequence.
[OK]          ECDSA P256 test vectors (SHA256)         54   55 - truncated sequence.
[OK]          ECDSA P256 test vectors (SHA256)         55   56 - indefinite length.
[OK]          ECDSA P256 test vectors (SHA256)         56   57 - indefinite length with truncated delimiter.
[OK]          ECDSA P256 test vectors (SHA256)         57   58 - indefinite length with additional element.
[OK]          ECDSA P256 test vectors (SHA256)         58   59 - indefinite length with truncated element.
[OK]          ECDSA P256 test vectors (SHA256)         59   60 - indefinite length with garbage.
[OK]          ECDSA P256 test vectors (SHA256)         60   61 - indefinite length with nonempty EOC.
[OK]          ECDSA P256 test vectors (SHA256)         61   62 - prepend empty sequence.
[OK]          ECDSA P256 test vectors (SHA256)         62   63 - append empty sequence.
[OK]          ECDSA P256 test vectors (SHA256)         63   64 - append garbage with high tag number.
[OK]          ECDSA P256 test vectors (SHA256)         64   65 - sequence of sequence.
[OK]          ECDSA P256 test vectors (SHA256)         65   66 - truncated sequence: removed last 1 elements.
[OK]          ECDSA P256 test vectors (SHA256)         66   67 - repeating element in sequence.
[OK]          ECDSA P256 test vectors (SHA256)         67   68 - long form encoding of length of integer.
[OK]          ECDSA P256 test vectors (SHA256)         68   69 - long form encoding of length of integer.
[OK]          ECDSA P256 test vectors (SHA256)         69   70 - length of integer contains leading 0.
[OK]          ECDSA P256 test vectors (SHA256)         70   71 - length of integer contains leading 0.
[OK]          ECDSA P256 test vectors (SHA256)         71   72 - wrong length of integer.
[OK]          ECDSA P256 test vectors (SHA256)         72   73 - wrong length of integer.
[OK]          ECDSA P256 test vectors (SHA256)         73   74 - wrong length of integer.
[OK]          ECDSA P256 test vectors (SHA256)         74   75 - wrong length of integer.
[OK]          ECDSA P256 test vectors (SHA256)         75   76 - uint32 overflow in length of integer.
[OK]          ECDSA P256 test vectors (SHA256)         76   77 - uint32 overflow in length of integer.
[OK]          ECDSA P256 test vectors (SHA256)         77   78 - uint64 overflow in length of integer.
[OK]          ECDSA P256 test vectors (SHA256)         78   79 - uint64 overflow in length of integer.
[OK]          ECDSA P256 test vectors (SHA256)         79   80 - length of integer = 2**31 - 1.
[OK]          ECDSA P256 test vectors (SHA256)         80   81 - length of integer = 2**31 - 1.
[OK]          ECDSA P256 test vectors (SHA256)         81   82 - length of integer = 2**32 - 1.
[OK]          ECDSA P256 test vectors (SHA256)         82   83 - length of integer = 2**32 - 1.
[OK]          ECDSA P256 test vectors (SHA256)         83   84 - length of integer = 2**40 - 1.
[OK]          ECDSA P256 test vectors (SHA256)         84   85 - length of integer = 2**40 - 1.
[OK]          ECDSA P256 test vectors (SHA256)         85   86 - length of integer = 2**64 - 1.
[OK]          ECDSA P256 test vectors (SHA256)         86   87 - length of integer = 2**64 - 1.
[OK]          ECDSA P256 test vectors (SHA256)         87   88 - incorrect length of integer.
[OK]          ECDSA P256 test vectors (SHA256)         88   89 - incorrect length of integer.
[OK]          ECDSA P256 test vectors (SHA256)         89   90 - removing integer.
[OK]          ECDSA P256 test vectors (SHA256)         90   91 - lonely integer tag.
[OK]          ECDSA P256 test vectors (SHA256)         91   92 - lonely integer tag.
[OK]          ECDSA P256 test vectors (SHA256)         92   93 - appending 0's to integer.
[OK]          ECDSA P256 test vectors (SHA256)         93   94 - appending 0's to integer.
[OK]          ECDSA P256 test vectors (SHA256)         94   95 - prepending 0's to integer.
[OK]          ECDSA P256 test vectors (SHA256)         95   96 - prepending 0's to integer.
[OK]          ECDSA P256 test vectors (SHA256)         96   97 - appending unused 0's to integer.
[OK]          ECDSA P256 test vectors (SHA256)         97   98 - appending null value to integer.
[OK]          ECDSA P256 test vectors (SHA256)         98   99 - appending null value to integer.
[OK]          ECDSA P256 test vectors (SHA256)         99   100 - truncated length of integer.
[OK]          ECDSA P256 test vectors (SHA256)        100   101 - truncated length of integer.
[OK]          ECDSA P256 test vectors (SHA256)        101   102 - Replacing integer with NULL.
[OK]          ECDSA P256 test vectors (SHA256)        102   103 - Replacing integer with NULL.
[OK]          ECDSA P256 test vectors (SHA256)        103   104 - changing tag value of integer.
[OK]          ECDSA P256 test vectors (SHA256)        104   105 - changing tag value of integer.
[OK]          ECDSA P256 test vectors (SHA256)        105   106 - changing tag value of integer.
[OK]          ECDSA P256 test vectors (SHA256)        106   107 - changing tag value of integer.
[OK]          ECDSA P256 test vectors (SHA256)        107   108 - changing tag value of integer.
[OK]          ECDSA P256 test vectors (SHA256)        108   109 - changing tag value of integer.
[OK]          ECDSA P256 test vectors (SHA256)        109   110 - changing tag value of integer.
[OK]          ECDSA P256 test vectors (SHA256)        110   111 - changing tag value of integer.
[OK]          ECDSA P256 test vectors (SHA256)        111   112 - changing tag value of integer.
[OK]          ECDSA P256 test vectors (SHA256)        112   113 - changing tag value of integer.
[OK]          ECDSA P256 test vectors (SHA256)        113   114 - dropping value of integer.
[OK]          ECDSA P256 test vectors (SHA256)        114   115 - dropping value of integer.
[OK]          ECDSA P256 test vectors (SHA256)        115   116 - using composition for integer.
[OK]          ECDSA P256 test vectors (SHA256)        116   117 - using composition for integer.
[OK]          ECDSA P256 test vectors (SHA256)        117   118 - modify first byte of integer.
[OK]          ECDSA P256 test vectors (SHA256)        118   119 - modify first byte of integer.
[OK]          ECDSA P256 test vectors (SHA256)        119   120 - modify last byte of integer.
[OK]          ECDSA P256 test vectors (SHA256)        120   121 - modify last byte of integer.
[OK]          ECDSA P256 test vectors (SHA256)        121   122 - truncated integer.
[OK]          ECDSA P256 test vectors (SHA256)        122   123 - truncated integer.
[OK]          ECDSA P256 test vectors (SHA256)        123   124 - truncated integer.
[OK]          ECDSA P256 test vectors (SHA256)        124   125 - leading ff in integer.
[OK]          ECDSA P256 test vectors (SHA256)        125   126 - leading ff in integer.
[OK]          ECDSA P256 test vectors (SHA256)        126   127 - replaced integer by infinity.
[OK]          ECDSA P256 test vectors (SHA256)        127   128 - replaced integer by infinity.
[OK]          ECDSA P256 test vectors (SHA256)        128   129 - replacing integer with zero.
[OK]          ECDSA P256 test vectors (SHA256)        129   130 - replacing integer with zero.
[OK]          ECDSA P256 test vectors (SHA256)        130   131 - Modified r or s, e.g. by adding or subtracting th...
[OK]          ECDSA P256 test vectors (SHA256)        131   132 - Modified r or s, e.g. by adding or subtracting th...
[OK]          ECDSA P256 test vectors (SHA256)        132   133 - Modified r or s, e.g. by adding or subtracting th...
[OK]          ECDSA P256 test vectors (SHA256)        133   134 - Modified r or s, e.g. by adding or subtracting th...
[OK]          ECDSA P256 test vectors (SHA256)        134   135 - Modified r or s, e.g. by adding or subtracting th...
[OK]          ECDSA P256 test vectors (SHA256)        135   136 - Modified r or s, e.g. by adding or subtracting th...
[OK]          ECDSA P256 test vectors (SHA256)        136   137 - Modified r or s, e.g. by adding or subtracting th...
[OK]          ECDSA P256 test vectors (SHA256)        137   138 - Modified r or s, e.g. by adding or subtracting th...
[OK]          ECDSA P256 test vectors (SHA256)        138   139 - Modified r or s, e.g. by adding or subtracting th...
[OK]          ECDSA P256 test vectors (SHA256)        139   140 - Modified r or s, e.g. by adding or subtracting th...
[OK]          ECDSA P256 test vectors (SHA256)        140   141 - Modified r or s, e.g. by adding or subtracting th...
[OK]          ECDSA P256 test vectors (SHA256)        141   142 - Modified r or s, e.g. by adding or subtracting th...
[OK]          ECDSA P256 test vectors (SHA256)        142   143 - Modified r or s, e.g. by adding or subtracting th...
[OK]          ECDSA P256 test vectors (SHA256)        143   144 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        144   145 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        145   146 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        146   147 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        147   148 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        148   149 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        149   150 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        150   151 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        151   152 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        152   153 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        153   154 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        154   155 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        155   156 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        156   157 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        157   158 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        158   159 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        159   160 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        160   161 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        161   162 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        162   163 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        163   164 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        164   165 - Signature with special case values for r and s.
[OK]          ECDSA P256 test vectors (SHA256)        165   166 - Signature with special case values for r and s.
...TRUNCATED BY DUNE...
[OK]          X25519 test vectors                     261   262 - special case for D in multiplication by 4.
[OK]          X25519 test vectors                     262   263 - special case for D in multiplication by 4.
[OK]          X25519 test vectors                     263   264 - special case for D in multiplication by 4.
[OK]          X25519 test vectors                     264   265 - special case for D in multiplication by 4.
[OK]          X25519 test vectors                     265   266 - special case for D in multiplication by 4.
[OK]          X25519 test vectors                     266   267 - special case for E in multiplication by 4.
[OK]          X25519 test vectors                     267   268 - special case for E in multiplication by 4.
[OK]          X25519 test vectors                     268   269 - special case for E in multiplication by 4.
[OK]          X25519 test vectors                     269   270 - special case for E in multiplication by 4.
[OK]          X25519 test vectors                     270   271 - special case for B in multiplication by 4.
[OK]          X25519 test vectors                     271   272 - special case for B in multiplication by 4.
[OK]          X25519 test vectors                     272   273 - special case for B in multiplication by 4.
[OK]          X25519 test vectors                     273   274 - special case for B in multiplication by 4.
[OK]          X25519 test vectors                     274   275 - special case for B in multiplication by 4.
[OK]          X25519 test vectors                     275   276 - special case for B in multiplication by 4.
[OK]          X25519 test vectors                     276   277 - special case for B in multiplication by 4.
[OK]          X25519 test vectors                     277   278 - special case for B in multiplication by 4.
[OK]          X25519 test vectors                     278   279 - special case for BB in multiplication by 4.
[OK]          X25519 test vectors                     279   280 - special case for BB in multiplication by 4.
[OK]          X25519 test vectors                     280   281 - special case for BB in multiplication by 4.
[OK]          X25519 test vectors                     281   282 - special case for BB in multiplication by 4.
[OK]          X25519 test vectors                     282   283 - special case for BB in multiplication by 4.
[OK]          X25519 test vectors                     283   284 - special case for x_2 in multiplication by 4.
[OK]          X25519 test vectors                     284   285 - special case for x_2 in multiplication by 4.
[OK]          X25519 test vectors                     285   286 - special case for x_2 in multiplication by 4.
[OK]          X25519 test vectors                     286   287 - special case for x_2 in multiplication by 4.
[OK]          X25519 test vectors                     287   288 - special case for x_2 in multiplication by 4.
[OK]          X25519 test vectors                     288   289 - special case for x_2 in multiplication by 4.
[OK]          X25519 test vectors                     289   290 - special case for x_2 in multiplication by 4.
[OK]          X25519 test vectors                     290   291 - special case for x_2 in multiplication by 4.
[OK]          X25519 test vectors                     291   292 - special case for x_2 in multiplication by 4.
[OK]          X25519 test vectors                     292   293 - special case for x_2 in multiplication by 4.
[OK]          X25519 test vectors                     293   294 - special case for DA + CB in multiplication by 4.
[OK]          X25519 test vectors                     294   295 - special case for DA + CB in multiplication by 4.
[OK]          X25519 test vectors                     295   296 - special case for DA + CB in multiplication by 4.
[OK]          X25519 test vectors                     296   297 - special case for A in multiplication by 4.
[OK]          X25519 test vectors                     297   298 - special case for A in multiplication by 4.
[OK]          X25519 test vectors                     298   299 - special case for A in multiplication by 4.
[OK]          X25519 test vectors                     299   300 - special case for A in multiplication by 4.
[OK]          X25519 test vectors                     300   301 - special case for DA - CB in multiplication by 4.
[OK]          X25519 test vectors                     301   302 - special case for DA - CB in multiplication by 4.
[OK]          X25519 test vectors                     302   303 - special case for DA - CB in multiplication by 4.
[OK]          X25519 test vectors                     303   304 - special case for DA - CB in multiplication by 4.
[OK]          X25519 test vectors                     304   305 - special case for DA - CB in multiplication by4.
[OK]          X25519 test vectors                     305   306 - special case for C in multiplication by 4.
[OK]          X25519 test vectors                     306   307 - special case for C in multiplication by 4.
[OK]          X25519 test vectors                     307   308 - special case for C in multiplication by 4.
[OK]          X25519 test vectors                     308   309 - special case for C in multiplication by 4.
[OK]          X25519 test vectors                     309   310 - special case for z_2 in multiplication by 4.
[OK]          X25519 test vectors                     310   311 - special case for z_2 in multiplication by 4.
[OK]          X25519 test vectors                     311   312 - special case for z_2 in multiplication by 4.
[OK]          X25519 test vectors                     312   313 - special case for CB in multiplication by 4.
[OK]          X25519 test vectors                     313   314 - special case for CB in multiplication by 4.
[OK]          X25519 test vectors                     314   315 - special case for CB in multiplication by 4.
[OK]          X25519 test vectors                     315   316 - special case for CB in multiplication by 4.
[OK]          X25519 test vectors                     316   317 - special case for AA in multiplication by 4.
[OK]          X25519 test vectors                     317   318 - special case for AA in multiplication by 4.
[OK]          X25519 test vectors                     318   319 - special case for AA in multiplication by 4.
[OK]          X25519 test vectors                     319   320 - special case for AA in multiplication by 4.
[OK]          X25519 test vectors                     320   321 - special case for AA in multiplication by 4.
[OK]          X25519 test vectors                     321   322 - special case for AA in multiplication by 4.
[OK]          X25519 test vectors                     322   323 - special case for AA in multiplication by 4.
[OK]          X25519 test vectors                     323   324 - special case for DA in multiplication by 4.
[OK]          X25519 test vectors                     324   325 - special case for z_2 in multiplication by 5.
[OK]          X25519 test vectors                     325   326 - special case for z_2 in multiplication by 5.
[OK]          X25519 test vectors                     326   327 - special case for z_2 in multiplication by 5.
[OK]          X25519 test vectors                     327   328 - special case for z_2 in multiplication by 5.
[OK]          X25519 test vectors                     328   329 - special case for z_2 in multiplication by 5.
[OK]          X25519 test vectors                     329   330 - special case for z_2 in multiplication by 5.
[OK]          X25519 test vectors                     330   331 - special case for E in multiplication by 5.
[OK]          X25519 test vectors                     331   332 - special case for E in multiplication by 5.
[OK]          X25519 test vectors                     332   333 - special case for E in multiplication by 5.
[OK]          X25519 test vectors                     333   334 - special case for E in multiplication by 5.
[OK]          X25519 test vectors                     334   335 - special case for E in multiplication by 5.
[OK]          X25519 test vectors                     335   336 - special case for AA in multiplication by 5.
[OK]          X25519 test vectors                     336   337 - special case for AA in multiplication by 5.
[OK]          X25519 test vectors                     337   338 - special case for AA in multiplication by 5.
[OK]          X25519 test vectors                     338   339 - special case for AA in multiplication by 5.
[OK]          X25519 test vectors                     339   340 - special case for DA - CB in multiplication by 5.
[OK]          X25519 test vectors                     340   341 - special case for DA - CB in multiplication by 5.
[OK]          X25519 test vectors                     341   342 - special case for DA - CB in multiplication by 5.
[OK]          X25519 test vectors                     342   343 - special case for BB in multiplication by 5.
[OK]          X25519 test vectors                     343   344 - special case for BB in multiplication by 5.
[OK]          X25519 test vectors                     344   345 - special case for BB in multiplication by 5.
[OK]          X25519 test vectors                     345   346 - special case for x_2 in multiplication by 5.
[OK]          X25519 test vectors                     346   347 - special case for x_2 in multiplication by 5.
[OK]          X25519 test vectors                     347   348 - special case for x_2 in multiplication by 5.
[OK]          X25519 test vectors                     348   349 - special case for C in multiplication by 6.
[OK]          X25519 test vectors                     349   350 - special case for C in multiplication by 6.
[OK]          X25519 test vectors                     350   351 - special case for C in multiplication by 6.
[OK]          X25519 test vectors                     351   352 - special case for C in multiplication by 6.
[OK]          X25519 test vectors                     352   353 - special case for C in multiplication by 6.
[OK]          X25519 test vectors                     353   354 - special case for CB in multiplication by 6.
[OK]          X25519 test vectors                     354   355 - special case for CB in multiplication by 6.
[OK]          X25519 test vectors                     355   356 - special case for CB in multiplication by 6.
[OK]          X25519 test vectors                     356   357 - special case for CB in multiplication by 6.
[OK]          X25519 test vectors                     357   358 - special case for CB in multiplication by 6.
[OK]          X25519 test vectors                     358   359 - special case for CB in multiplication by 6.
[OK]          X25519 test vectors                     359   360 - special case for CB in multiplication by 6.
[OK]          X25519 test vectors                     360   361 - special case for CB in multiplication by 6.
[OK]          X25519 test vectors                     361   362 - special case for x_2 in multiplication by 6.
[OK]          X25519 test vectors                     362   363 - special case for x_2 in multiplication by 6.
[OK]          X25519 test vectors                     363   364 - special case for x_2 in multiplication by 6.
[OK]          X25519 test vectors                     364   365 - special case for x_2 in multiplication by 6.
[OK]          X25519 test vectors                     365   366 - special case for x_2 in multiplication by 6.
[OK]          X25519 test vectors                     366   367 - special case for x_2 in multiplication by 6.
[OK]          X25519 test vectors                     367   368 - special case for x_2 in multiplication by 6.
[OK]          X25519 test vectors                     368   369 - special case for DA - CB in multiplication by 6.
[OK]          X25519 test vectors                     369   370 - special case for DA - CB in multiplication by 6.
[OK]          X25519 test vectors                     370   371 - special case for DA - CB in multiplication by 6.
[OK]          X25519 test vectors                     371   372 - special case for DA - CB in multiplication by 6.
[OK]          X25519 test vectors                     372   373 - special case for DA - CB in multiplication by 6.
[OK]          X25519 test vectors                     373   374 - special case for DA + CB in multiplication by 6.
[OK]          X25519 test vectors                     374   375 - special case for DA + CB in multiplication by 6.
[OK]          X25519 test vectors                     375   376 - special case for DA + CB in multiplication by 6.
[OK]          X25519 test vectors                     376   377 - special case for DA + CB in multiplication by 6.
[OK]          X25519 test vectors                     377   378 - special case for DA + CB in multiplication by 6.
[OK]          X25519 test vectors                     378   379 - special case for DA + CB in multiplication by 6.
[OK]          X25519 test vectors                     379   380 - special case for DA + CB in multiplication by 6.
[OK]          X25519 test vectors                     380   381 - special case for z_2 in multiplication by 6.
[OK]          X25519 test vectors                     381   382 - special case for z_2 in multiplication by 6.
[OK]          X25519 test vectors                     382   383 - special case for z_2 in multiplication by 6.
[OK]          X25519 test vectors                     383   384 - special case for z_2 in multiplication by 6.
[OK]          X25519 test vectors                     384   385 - special case for D in multiplication by 6.
[OK]          X25519 test vectors                     385   386 - special case for D in multiplication by 6.
[OK]          X25519 test vectors                     386   387 - special case for D in multiplication by 6.
[OK]          X25519 test vectors                     387   388 - special case for D in multiplication by 6.
[OK]          X25519 test vectors                     388   389 - special case for DA in multiplication by 6.
[OK]          X25519 test vectors                     389   390 - special case for DA in multiplication by 6.
[OK]          X25519 test vectors                     390   391 - special case for DA in multiplication by 6.
[OK]          X25519 test vectors                     391   392 - special case for DA in multiplication by 6.
[OK]          X25519 test vectors                     392   393 - special case for z_2 in multiplication by 7.
[OK]          X25519 test vectors                     393   394 - special case for z_2 in multiplication by 7.
[OK]          X25519 test vectors                     394   395 - special case for z_2 in multiplication by 7.
[OK]          X25519 test vectors                     395   396 - special case for z_2 in multiplication by 7.
[OK]          X25519 test vectors                     396   397 - special case for z_2 in multiplication by 7.
[OK]          X25519 test vectors                     397   398 - special case for BB in multiplication by 7.
[OK]          X25519 test vectors                     398   399 - special case for BB in multiplication by 7.
[OK]          X25519 test vectors                     399   400 - special case for BB in multiplication by 7.
[OK]          X25519 test vectors                     400   401 - special case for E in multiplication by 7.
[OK]          X25519 test vectors                     401   402 - special case for E in multiplication by 7.
[OK]          X25519 test vectors                     402   403 - special case for E in multiplication by 7.
[OK]          X25519 test vectors                     403   404 - special case for E in multiplication by 7.
[OK]          X25519 test vectors                     404   405 - special case for AA in multiplication by 7.
[OK]          X25519 test vectors                     405   406 - special case for AA in multiplication by 7.
[OK]          X25519 test vectors                     406   407 - special case for AA in multiplication by 7.
[OK]          X25519 test vectors                     407   408 - special case for AA in multiplication by 7.
[OK]          X25519 test vectors                     408   409 - special case for AA in multiplication by 7.
[OK]          X25519 test vectors                     409   410 - special case for AA in multiplication by 7.
[OK]          X25519 test vectors                     410   411 - special case for AA in multiplication by 7.
[OK]          X25519 test vectors                     411   412 - special case for x_2 in multiplication by 7.
[OK]          X25519 test vectors                     412   413 - special case for x_2 in multiplication by 7.
[OK]          X25519 test vectors                     413   414 - special case for x_2 in multiplication by 7.
[OK]          X25519 test vectors                     414   415 - special case for x_2 in multiplication by 7.
[OK]          X25519 test vectors                     415   416 - special case for x_2 in multiplication by 7.
[OK]          X25519 test vectors                     416   417 - special case for x_2 in multiplication by 7.
[OK]          X25519 test vectors                     417   418 - special case for x_2 in multiplication by 7.
[OK]          X25519 test vectors                     418   419 - special case for x_2 in multiplication by 7.
[OK]          X25519 test vectors                     419   420 - special case for x_2 in multiplication by 7.
[OK]          X25519 test vectors                     420   421 - special case for DA - CB in multiplication by 7.
[OK]          X25519 test vectors                     421   422 - special case for DA - CB in multiplication by 7.
[OK]          X25519 test vectors                     422   423 - special case for DA - CB in multiplication by 7.
[OK]          X25519 test vectors                     423   424 - special case for DA - CB in multiplication by 7.
[OK]          X25519 test vectors                     424   425 - special case for D in multiplication by 8.
[OK]          X25519 test vectors                     425   426 - special case for D in multiplication by 8.
[OK]          X25519 test vectors                     426   427 - special case for D in multiplication by 8.
[OK]          X25519 test vectors                     427   428 - special case for DA + CB in multiplication by 8.
[OK]          X25519 test vectors                     428   429 - special case for DA + CB in multiplication by 8.
[OK]          X25519 test vectors                     429   430 - special case for DA + CB in multiplication by 8.
[OK]          X25519 test vectors                     430   431 - special case for DA + CB in multiplication by 8.
[OK]          X25519 test vectors                     431   432 - special case for DA + CB in multiplication by 8.
[OK]          X25519 test vectors                     432   433 - special case for DA + CB in multiplication by 8.
[OK]          X25519 test vectors                     433   434 - special case for DA + CB in multiplication by 8.
[OK]          X25519 test vectors                     434   435 - special case for DA + CB in multiplication by 8.
[OK]          X25519 test vectors                     435   436 - special case for AA in multiplication by 8.
[OK]          X25519 test vectors                     436   437 - special case for AA in multiplication by 8.
[OK]          X25519 test vectors                     437   438 - special case for AA in multiplication by 8.
[OK]          X25519 test vectors                     438   439 - special case for z_2 in multiplication by 8.
[OK]          X25519 test vectors                     439   440 - special case for z_2 in multiplication by 8.
[OK]          X25519 test vectors                     440   441 - special case for z_2 in multiplication by 8.
[OK]          X25519 test vectors                     441   442 - special case for B in multiplication by 8.
[OK]          X25519 test vectors                     442   443 - special case for B in multiplication by 8.
[OK]          X25519 test vectors                     443   444 - special case for B in multiplication by 8.
[OK]          X25519 test vectors                     444   445 - special case for C in multiplication by 8.
[OK]          X25519 test vectors                     445   446 - special case for C in multiplication by 8.
[OK]          X25519 test vectors                     446   447 - special case for C in multiplication by 8.
[OK]          X25519 test vectors                     447   448 - special case for C in multiplication by 8.
[OK]          X25519 test vectors                     448   449 - special case for x_2 in multiplication by 8.
[OK]          X25519 test vectors                     449   450 - special case for x_2 in multiplication by 8.
[OK]          X25519 test vectors                     450   451 - special case for x_2 in multiplication by 8.
[OK]          X25519 test vectors                     451   452 - special case for x_2 in multiplication by 8.
[OK]          X25519 test vectors                     452   453 - special case for x_2 in multiplication by 8.
[OK]          X25519 test vectors                     453   454 - special case for x_2 in multiplication by 8.
[OK]          X25519 test vectors                     454   455 - special case for x_2 in multiplication by 8.
[OK]          X25519 test vectors                     455   456 - special case for x_2 in multiplication by 8.
[OK]          X25519 test vectors                     456   457 - special case for x_2 in multiplication by 8.
[OK]          X25519 test vectors                     457   458 - special case for x_2 in multiplication by 8.
[OK]          X25519 test vectors                     458   459 - special case for x_2 in multiplication by 8.
[OK]          X25519 test vectors                     459   460 - special case for x_2 in multiplication by 8.
[OK]          X25519 test vectors                     460   461 - special case for x_2 in multiplication by 8.
[OK]          X25519 test vectors                     461   462 - special case for x_2 in multiplication by 8.
[OK]          X25519 test vectors                     462   463 - special case for E in multiplication by 8.
[OK]          X25519 test vectors                     463   464 - special case for E in multiplication by 8.
[OK]          X25519 test vectors                     464   465 - special case for E in multiplication by 8.
[OK]          X25519 test vectors                     465   466 - special case for E in multiplication by 8.
[OK]          X25519 test vectors                     466   467 - special case for E in multiplication by 8.
[OK]          X25519 test vectors                     467   468 - special case for E in multiplication by 8.
[OK]          X25519 test vectors                     468   469 - special case for E in multiplication by 8.
[OK]          X25519 test vectors                     469   470 - special case for E in multiplication by 8.
[OK]          X25519 test vectors                     470   471 - special case for E in multiplication by 8.
[OK]          X25519 test vectors                     471   472 - special case for DA - CB in multiplication by 8.
[OK]          X25519 test vectors                     472   473 - special case for DA - CB in multiplication by 8.
[OK]          X25519 test vectors                     473   474 - special case for DA - CB in multiplication by 8.
[OK]          X25519 test vectors                     474   475 - special case for DA - CB in multiplication by 8.
[OK]          X25519 test vectors                     475   476 - special case for DA - CB in multiplication by 8.
[OK]          X25519 test vectors                     476   477 - special case for CB in multiplication by 8.
[OK]          X25519 test vectors                     477   478 - special case for CB in multiplication by 8.
[OK]          X25519 test vectors                     478   479 - special case for BB in multiplication by 8.
[OK]          X25519 test vectors                     479   480 - special case for BB in multiplication by 8.
[OK]          X25519 test vectors                     480   481 - special case for BB in multiplication by 8.
[OK]          X25519 test vectors                     481   482 - special case for BB in multiplication by 8.
[OK]          X25519 test vectors                     482   483 - special case for A in multiplication by 8.
[OK]          X25519 test vectors                     483   484 - special case for A in multiplication by 8.
[OK]          X25519 test vectors                     484   485 - special case for DA in multiplication by 8.
[OK]          X25519 test vectors                     485   486 - special case for DA in multiplication by 8.
[OK]          X25519 test vectors                     486   487 - special case for AA in multiplication by 9.
[OK]          X25519 test vectors                     487   488 - special case for AA in multiplication by 9.
[OK]          X25519 test vectors                     488   489 - special case for AA in multiplication by 9.
[OK]          X25519 test vectors                     489   490 - special case for AA in multiplication by 9.
[OK]          X25519 test vectors                     490   491 - special case for AA in multiplication by 9.
[OK]          X25519 test vectors                     491   492 - special case for AA in multiplication by 9.
[OK]          X25519 test vectors                     492   493 - special case for AA in multiplication by 9.
[OK]          X25519 test vectors                     493   494 - special case for DA - CB in multiplication by 9.
[OK]          X25519 test vectors                     494   495 - special case for z_2 in multiplication by 9.
[OK]          X25519 test vectors                     495   496 - special case for z_2 in multiplication by 9.
[OK]          X25519 test vectors                     496   497 - special case for z_2 in multiplication by 9.
[OK]          X25519 test vectors                     497   498 - special case for z_2 in multiplication by 9.
[OK]          X25519 test vectors                     498   499 - special case for z_2 in multiplication by 9.
[OK]          X25519 test vectors                     499   500 - special case for z_2 in multiplication by 9.
[OK]          X25519 test vectors                     500   501 - special case for E in multiplication by 9.
[OK]          X25519 test vectors                     501   502 - special case for E in multiplication by 9.
[OK]          X25519 test vectors                     502   503 - special case for E in multiplication by 9.
[OK]          X25519 test vectors                     503   504 - special case for x_2 in multiplication by 9.
[OK]          X25519 test vectors                     504   505 - special case for x_2 in multiplication by 9.
[OK]          X25519 test vectors                     505   506 - special case for x_2 in multiplication by 9.
[OK]          X25519 test vectors                     506   507 - special case for BB in multiplication by 9.
[OK]          X25519 test vectors                     507   508 - special case for BB in multiplication by 9.
[OK]          X25519 test vectors                     508   509 - special case for BB in multiplication by 9.
[OK]          X25519 test vectors                     509   510 - special case for BB in multiplication by 9.
[OK]          X25519 test vectors                     510   511 - private key == -1 (mod order).
[OK]          X25519 test vectors                     511   512 - private key == 1 (mod order) on twist.
[OK]          X25519 test vectors                     512   513 - special case private key.
[OK]          X25519 test vectors                     513   514 - special case private key.
[OK]          X25519 test vectors                     514   515 - special case private key.
[OK]          X25519 test vectors                     515   516 - special case private key.
[OK]          X25519 test vectors                     516   517 - special case private key.
[OK]          X25519 test vectors                     517   518 - special case private key.
[OK]          ED25519 test vectors                      0   1 - .
[OK]          ED25519 test vectors                      1   2 - .
[OK]          ED25519 test vectors                      2   3 - .
[OK]          ED25519 test vectors                      3   4 - .
[OK]          ED25519 test vectors                      4   5 - .
[OK]          ED25519 test vectors                      5   6 - .
[OK]          ED25519 test vectors                      6   7 - .
[OK]          ED25519 test vectors                      7   8 - .
[OK]          ED25519 test vectors                      8   9 - .
[OK]          ED25519 test vectors                      9   10 - special values for r and s.
[OK]          ED25519 test vectors                     10   11 - special values for r and s.
[OK]          ED25519 test vectors                     11   12 - special values for r and s.
[OK]          ED25519 test vectors                     12   13 - special values for r and s.
[OK]          ED25519 test vectors                     13   14 - special values for r and s.
[OK]          ED25519 test vectors                     14   15 - special values for r and s.
[OK]          ED25519 test vectors                     15   16 - special values for r and s.
[OK]          ED25519 test vectors                     16   17 - special values for r and s.
[OK]          ED25519 test vectors                     17   18 - special values for r and s.
[OK]          ED25519 test vectors                     18   19 - special values for r and s.
[OK]          ED25519 test vectors                     19   20 - special values for r and s.
[OK]          ED25519 test vectors                     20   21 - special values for r and s.
[OK]          ED25519 test vectors                     21   22 - special values for r and s.
[OK]          ED25519 test vectors                     22   23 - special values for r and s.
[OK]          ED25519 test vectors                     23   24 - special values for r and s.
[OK]          ED25519 test vectors                     24   25 - special values for r and s.
[OK]          ED25519 test vectors                     25   26 - special values for r and s.
[OK]          ED25519 test vectors                     26   27 - special values for r and s.
[OK]          ED25519 test vectors                     27   28 - special values for r and s.
[OK]          ED25519 test vectors                     28   29 - special values for r and s.
[OK]          ED25519 test vectors                     29   30 - empty signature.
[OK]          ED25519 test vectors                     30   31 - s missing.
[OK]          ED25519 test vectors                     31   32 - signature too short.
[OK]          ED25519 test vectors                     32   33 - signature too long.
[OK]          ED25519 test vectors                     33   34 - include pk in signature.
[OK]          ED25519 test vectors                     34   35 - prepending 0 byte to signature.
[OK]          ED25519 test vectors                     35   36 - prepending 0 byte to s.
[OK]          ED25519 test vectors                     36   37 - appending 0 byte to signature.
[OK]          ED25519 test vectors                     37   38 - removing 0 byte from signature.
[OK]          ED25519 test vectors                     38   39 - removing 0 byte from signature.
[OK]          ED25519 test vectors                     39   40 - removing leading 0 byte from signature.
[OK]          ED25519 test vectors                     40   41 - dropping byte from signature.
[OK]          ED25519 test vectors                     41   42 - modified bit 0 in R.
[OK]          ED25519 test vectors                     42   43 - modified bit 1 in R.
[OK]          ED25519 test vectors                     43   44 - modified bit 2 in R.
[OK]          ED25519 test vectors                     44   45 - modified bit 7 in R.
[OK]          ED25519 test vectors                     45   46 - modified bit 8 in R.
[OK]          ED25519 test vectors                     46   47 - modified bit 16 in R.
[OK]          ED25519 test vectors                     47   48 - modified bit 31 in R.
[OK]          ED25519 test vectors                     48   49 - modified bit 32 in R.
[OK]          ED25519 test vectors                     49   50 - modified bit 63 in R.
[OK]          ED25519 test vectors                     50   51 - modified bit 64 in R.
[OK]          ED25519 test vectors                     51   52 - modified bit 97 in R.
[OK]          ED25519 test vectors                     52   53 - modified bit 127 in R.
[OK]          ED25519 test vectors                     53   54 - modified bit 240 in R.
[OK]          ED25519 test vectors                     54   55 - modified bit 247 in R.
[OK]          ED25519 test vectors                     55   56 - modified bit 248 in R.
[OK]          ED25519 test vectors                     56   57 - modified bit 253 in R.
[OK]          ED25519 test vectors                     57   58 - modified bit 254 in R.
[OK]          ED25519 test vectors                     58   59 - modified bit 255 in R.
[OK]          ED25519 test vectors                     59   60 - R==0.
[OK]          ED25519 test vectors                     60   61 - invalid R.
[OK]          ED25519 test vectors                     61   62 - all bits flipped in R.
[OK]          ED25519 test vectors                     62   63 - checking malleability .
[OK]          ED25519 test vectors                     63   64 - checking malleability .
[OK]          ED25519 test vectors                     64   65 - checking malleability .
[OK]          ED25519 test vectors                     65   66 - checking malleability .
[OK]          ED25519 test vectors                     66   67 - checking malleability .
[OK]          ED25519 test vectors                     67   68 - checking malleability .
[OK]          ED25519 test vectors                     68   69 - checking malleability .
[OK]          ED25519 test vectors                     69   70 - checking malleability .
[OK]          ED25519 test vectors                     70   71 - .
[OK]          ED25519 test vectors                     71   72 - .
[OK]          ED25519 test vectors                     72   73 - .
[OK]          ED25519 test vectors                     73   74 - .
[OK]          ED25519 test vectors                     74   75 - .
[OK]          ED25519 test vectors                     75   76 - .
[OK]          ED25519 test vectors                     76   77 - .
[OK]          ED25519 test vectors                     77   78 - .
[OK]          ED25519 test vectors                     78   79 - .
[OK]          ED25519 test vectors                     79   80 - draft-josefsson-eddsa-ed25519-02: Test 1.
[OK]          ED25519 test vectors                     80   81 - draft-josefsson-eddsa-ed25519-02: Test 2.
[OK]          ED25519 test vectors                     81   82 - draft-josefsson-eddsa-ed25519-02: Test 3.
[OK]          ED25519 test vectors                     82   83 - draft-josefsson-eddsa-ed25519-02: Test 1024.
[OK]          ED25519 test vectors                     83   84 - Random test failure 1.
[OK]          ED25519 test vectors                     84   85 - Random test failure 2.
[OK]          ED25519 test vectors                     85   86 - Random test failure 24.
[OK]          ED25519 test vectors                     86   87 - Random test failure 3.
[OK]          ED25519 test vectors                     87   88 - Random test failure 20.
[OK]          ED25519 test vectors                     88   89 - Random test failure 4.
[OK]          ED25519 test vectors                     89   90 - Random test failure 5.
[OK]          ED25519 test vectors                     90   91 - Random test failure 8.
[OK]          ED25519 test vectors                     91   92 - Random test failure 10.
[OK]          ED25519 test vectors                     92   93 - Random test failure 12.
[OK]          ED25519 test vectors                     93   94 - Random test failure 15.
[OK]          ED25519 test vectors                     94   95 - Random test failure 19.
[OK]          ED25519 test vectors                     95   96 - Random test failure 25.
[OK]          ED25519 test vectors                     96   97 - Random test failure 28.
[OK]          ED25519 test vectors                     97   98 - Random test failure 6.
[OK]          ED25519 test vectors                     98   99 - Random test failure 21.
[OK]          ED25519 test vectors                     99   100 - Random test failure 7.
[OK]          ED25519 test vectors                    100   101 - Random test failure 9.
[OK]          ED25519 test vectors                    101   102 - Random test failure 11.
[OK]          ED25519 test vectors                    102   103 - Random test failure 14.
[OK]          ED25519 test vectors                    103   104 - Random test failure 18.
[OK]          ED25519 test vectors                    104   105 - Random test failure 13.
[OK]          ED25519 test vectors                    105   106 - Random test failure 22.
[OK]          ED25519 test vectors                    106   107 - Random test failure 16.
[OK]          ED25519 test vectors                    107   108 - Random test failure 23.
[OK]          ED25519 test vectors                    108   109 - Random test failure 17.
[OK]          ED25519 test vectors                    109   110 - Random test failure 26.
[OK]          ED25519 test vectors                    110   111 - Random test failure 27.
[OK]          ED25519 test vectors                    111   112 - Test case for overflow in signature generation.
[OK]          ED25519 test vectors                    112   113 - Test case for overflow in signature generation.
[OK]          ED25519 test vectors                    113   114 - Test case for overflow in signature generation.
[OK]          ED25519 test vectors                    114   115 - Test case for overflow in signature generation.
[OK]          ED25519 test vectors                    115   116 - Test case for overflow in signature generation.
[OK]          ED25519 test vectors                    116   117 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    117   118 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    118   119 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    119   120 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    120   121 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    121   122 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    122   123 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    123   124 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    124   125 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    125   126 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    126   127 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    127   128 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    128   129 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    129   130 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    130   131 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    131   132 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    132   133 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    133   134 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    134   135 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    135   136 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    136   137 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    137   138 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    138   139 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    139   140 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    140   141 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    141   142 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    142   143 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    143   144 - regression test for arithmetic error.
[OK]          ED25519 test vectors                    144   145 - regression test for arithmetic error.


Full test results in `~\src\_build\default\tests\_build\_tests\6S2B207F'.
Test Successful in 6.649s. 3502 tests run.
"cd /cygdrive/c/Users/opam/src && opam exec -- dune build --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-rng-miou-unix,mirage-crypto-rng-lwt,mirage-crypto-rng-eio,mirage-crypto-pk,mirage-crypto-ec @install @check @runtest && rm -rf _build" failed with exit status 1
2025-01-10 18:02.57: Job failed: Failed: Build failed