Organisationsmiragemirage-crypto698033 ()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 13:16.44: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/pull/254/head (698033ff202afcfcc9b0490dfcf93eaaa1587426) (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/254/head" && git reset --hard 698033ff
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 13:16.44: 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 13:16.44: 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 13:16.44: Waiting for resource in pool OCluster
2025-01-10 13:16.44: Waiting for worker…
2025-01-10 13:25.34: Got resource from pool OCluster
Building on odawa
All commits already cached
HEAD is now at 698033f de-deprecate miou-unix


(from windows-server-2022-amd64-ocaml-5.3)
2025-01-10 13:25.34 ---> 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 13:25.34 ---> 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 13:25.34 ---> 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 13:25.34 ---> 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 13:25.34 ---> 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 13:25.34 ---> 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 13:25.42 ---> saved as "5e4ea4bea3975c9936bdee7bdaf2dcd70bb02009e219b2bcd1a444b68acf4d16"


/: (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 13:26.20 ---> saved as "c0e130a58580ce80484c920626d681ce18299b19041b729eadfde84017b1a95f"


/: (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 duration.0.2.1  (cached)
-> retrieved digestif.1.2.0  (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 mirage-runtime.4.8.2  (https://github.com/mirage/mirage/releases/download/v4.8.2/mirage-4.8.2.tbz)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> 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 re.1.12.0  (cached)
-> retrieved seq.base  (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 sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved ppxlib.0.34.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.34.0/ppxlib-0.34.0.tbz)
-> retrieved yojson.2.2.2  (cached)
-> retrieved zarith.1.14  (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 csexp.1.5.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 mtime.2.1.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 ptime.1.2.0
-> 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 asn1-combinators.0.3.2
-> 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 mirage-runtime.4.8.2
-> installed ppxlib.0.34.0
-> 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 13:28.39 ---> saved as "f0ae6d0b41c299b4c7a186b81ac733066b8236e03ef79030ca1690ef63069c56"


/: (copy (src .) (dst /Users/opam/src))
2025-01-10 13:28.53 ---> saved as "7d54ad9f83712a95368e3daece5b3fc9ff16fdaa047f2374c9038163e6c38b99"


/: (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: "\b\219\136i\179\199l\005\016\179\208\017\026l\170$\143\164\253C/@\030\234GM7\2221-_1"
16 bit random number: "\n\131\217\217\196@]\143\031\138\153\003%\142\173\185"
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", "")
(cd _build/default/tests && .\test_random_runner.exe)
.........
Ran: 9 tests in: 0.02 seconds.
OK
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 7f7b a1ef eec7  7122 01c8 3021 9725  ...{....q"..0!.%
000010  912a e532 b33b fe46  1550 5f50 b651 f956  .*.2.;.F.P_P.Q.V
000020  f85f 076c 516c 5e6d  c571 2177 b380 e782  ._.lQl^m.q!w....
000030  b58b 0097 17a0 79a0  1aa2 83a8 24aa a6b0  ......y.....$...
000040  c1b2 14bb 75c4 fdc5  05cc 4ecc 5ccd 92d1  ....u.....N.\...
000050  5bd6 05e0 4fe0 75e1  33e7 11f3 5cfe 7307  [...O.u.3...\.s.
000060  e413 0e22 182a f131  a438 093b 0249 074d  ...".*.1.8.;.I.M
000070  db50 3454 1155 2e59  df5d 3d65 bd69 2670  .P4T.U.Y.]=e.i&p
000080  d270 2377 4a83 ec8f  3c9f deab a9bb 7eca  .p#wJ...<.....~.
000090  f8d3 fee2 00ee 8ff5  7efb e408 250c d10c  ........~...%...
0000a0  1210 7410 4512 801a  8d24 7726 fb2e be38  ..t.E....$w&...8
0000b0  543b 2446 084d 9350  7d52 3d5a b461 1067  T;$F.M.P}R=Z.a.g
0000c0  5970 9771 d077 2b86  408d e390 2494 cf94  Yp.q.w+.@...$...
0000d0  ae97 2aa3 0208 17fb  5023 9851 a61a 0380  ..*.....P#.Q....
0000e0  14b7 8871 fcab c643  9b39 3d77 30a5 e5e5  ...q...C.9=w0...
0000f0  ffa4 5d4d 9a98 0c3a  7e79 973f ac10 afda  ..]M...:~y.?....
000100  353e e788 4824 5856  ec30 8344 1704 07fd  5>..H$XV.0.D....
000110  c0a9 5d57 262d df0f  2223 2597 a996 f361  ..]W&-.."#%....a
000120  7a14 127f 1eca af00  e3b2 1538 bbe2 ea63  z..........8...c
000130  563e ad46 ced1 3994  fed7 222b e53e 070c  V>.F..9..."+.>..
000140  1a39 2876 2053 91ad  79d2 170e eb06 82f3  .9(v S..y.......
000150  17be 006c a2ce f680  3683 fe20 ed04 6517  ...l....6.. ..e.


accumulate: (src: [1] rdrand) 36e9 fab1 adc4 b12f
entropy sources: [0] getrandom [1] rdrand
accumulate: (src: [0] getrandom) 5a5e 043b 19c1 0f42
accumulate: (src: [1] rdrand) 7fcd 32dd 7d32 7a20
accumulate: (src: [1] rdrand) b109 f33a 312e 3406
(cd _build/default/tests && .\test_entropy_collection.exe)
reseeding:
000000  0008 2068 409d 71df  7cf7 0108 59db 0e1a  .. h@.q.|...Y...
000010  fa66 0a0e 02c8 b068  fe6c 7e71 c478 437d  .f.....h.l~q.xC}
000020  4084 c885 ed8f 08a6  48b2 62bd 6cc5 c0cd  @.......H.b.l...
000030  52d7 c8e7 87f8 ecfa  9b08 c40b e3ad 98b6  R...............
000040  b5c3 9ad5 d5dd a3e6  09f4 53f4 0cf6 7a00  ..........S...z.
000050  ae02 ee0e ce1c d320  c024 6328 342a 2834  ....... .$c(4*(4
000060  0535 ff39 2444 e844  4f49 0d4f 4f5d b963  .5.9$D.DOI.OO].c
000070  1976 ff7e 118d cf92  7ea0 99a2 c1ae d0ba  .v.~....~.......
000080  67c8 82ca c2d6 ade3  cff4 d4f8 0afd 1c02  g...............
000090  c70b 0e1e 8827 f036  c343 8556 1a62 4a6b  .....'.6.C.V.bJk
0000a0  b27a e585 2d8f 039e  f7a7 1bbb fbc8 7bcd  .z..-.........{.
0000b0  c1d4 95d8 5bdb 93ea  04f7 fd04 9509 9110  ....[...........
0000c0  0e13 2d22 832c e82e  8a3b 6d4b b25b 716c  ..-".,...;mK.[ql
0000d0  8c6e b47a 3d87 6a97  4da7 6cb6 e8c1 0308  .n.z=.j.M.l.....
0000e0  1150 f233 ea5f 1e15                       .P.3._..


accumulate: (src: [0] rdrand) 35b4 5466 bece 33e9
entropy sources: [0] rdrand [1] timer
accumulate: (src: [1] timer) 5abc fffd
accumulate: (src: [0] rdrand) 1142 faf2 dad5 b1c2
accumulate: (src: [1] timer) 4ae7 5690
accumulate: (src: [0] rdrand) e00a 6fc4 5fea a2d6
accumulate: (src: [1] timer) 5286 1c22
accumulate: (src: [0] rdrand) 48fb 4aa2 3216 b8da
(cd _build/default/tests && .\test_ec.exe)
Testing `EC'.
This run has ID `DK5TJRDI'.


[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\DK5TJRDI'.
Test Successful in 0.078s. 64 tests run.
(cd _build/default/tests && .\test_pk_runner.exe)
.......................................................................................................................................................................................................................................................................................................................................................................
Ran: 359 tests in: 2.98 seconds.
OK
(cd _build/default/tests && .\test_ec_wycheproof.exe)
Testing `Wycheproof NIST curves'.
This run has ID `IB99QK3F'.


[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 by 4.
[OK]          X25519 test vectors                     305306 - 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\IB99QK3F'.
Test Successful in 6.859s. 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 13:29.30: Job failed: Failed: Build failed