2024-12-10 10:31.26: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/heads/main (45095b8946ad283cb93885813572870d44395146) (macos-arm64:macos-homebrew-5.2_arm64_opam-2.3) Base: macos-homebrew-ocaml-5.2 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-crypto.git" -b "main" && cd "mirage-crypto" && git reset --hard 45095b89 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.2 # macos-homebrew-5.2_arm64_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.3 ~/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e 1b2a01620fb88e9beac02940ce59c6de74151655 || git fetch origin master) && git reset -q --hard 1b2a01620fb88e9beac02940ce59c6de74151655 && 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 ./src/./ RUN opam pin add -yn mirage-crypto.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ opam pin add -yn mirage-crypto-rng.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ opam pin add -yn mirage-crypto-rng-mirage.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ opam pin add -yn mirage-crypto-rng-miou-unix.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ opam pin add -yn mirage-crypto-rng-lwt.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ opam pin add -yn mirage-crypto-rng-eio.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ opam pin add -yn mirage-crypto-rng-async.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ opam pin add -yn mirage-crypto-pk.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ opam pin add -yn mirage-crypto-ec.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' ENV DEPS="alcotest.1.8.0 asn1-combinators.0.3.2 astring.0.8.5 async.v0.17.0 async_kernel.v0.17.0 async_log.v0.17.0 async_rpc_kernel.v0.17.0 async_unix.v0.17.0 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base_bigstring.v0.17.0 base_quickcheck.v0.17.0 bigstringaf.0.10.0 bin_prot.v0.17.0 capitalization.v0.17.0 cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.3 core.v0.17.1 core_kernel.v0.17.0 core_unix.v0.17.0 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.0 dune-configurator.3.17.0 duration.0.2.1 eio.1.2 eio_main.1.2 eio_posix.1.2 eqaf.0.10 expect_test_helpers_core.v0.17.0 fieldslib.v0.17.0 fmt.0.9.0 gel.v0.17.0 hmap.0.8.1 host-arch-arm64.1 host-system-other.1 int_repr.v0.17.0 iomux.0.3 ipaddr.5.6.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 logs.0.7.0 lwt.5.9.0 lwt-dllist.1.0.1 macaddr.5.6.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 num.1.5-1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 ounit2.2.2.7 parsexp.v0.17.0 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_bench.v0.17.0 ppx_bin_prot.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_custom_printf.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.0 ppx_diff.v0.17.0 ppx_disable_unused_warnings.v0.17.0 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_fields_conv.v0.17.0 ppx_fixed_literal.v0.17.0 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_ignore_instrumentation.v0.17.0 ppx_inline_test.v0.17.0 ppx_jane.v0.17.0 ppx_let.v0.17.0 ppx_log.v0.17.0 ppx_module_timer.v0.17.0 ppx_optcomp.v0.17.0 ppx_optional.v0.17.0 ppx_pipebang.v0.17.0 ppx_sexp_conv.v0.17.0 ppx_sexp_message.v0.17.0 ppx_sexp_value.v0.17.0 ppx_stable.v0.17.0 ppx_stable_witness.v0.17.0 ppx_string.v0.17.0 ppx_string_conv.v0.17.0 ppx_tydi.v0.17.0 ppx_typerep_conv.v0.17.0 ppx_variants_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 protocol_version_header.v0.17.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 seq.base sexp_pretty.v0.17.0 sexplib.v0.17.0 sexplib0.v0.17.0 spawn.v0.17.0 splittable_random.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 textutils.v0.17.0 thread-table.1.0.0 time_now.v0.17.0 timezone.v0.17.0 topkg.1.0.7 typerep.v0.17.1 uopt.v0.17.0 uutf.1.0.3 variantslib.v0.17.0 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-rng-async.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . ./src RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2024-12-10 10:31.26: Using cache hint "mirage/mirage-crypto-macos-homebrew-ocaml-5.2-macos-homebrew-5.2_arm64_opam-2.3-da7dd1e1dd83beab48ab9d56a9bf36c5" 2024-12-10 10:31.26: Using OBuilder spec: ((from macos-homebrew-ocaml-5.2) (comment macos-homebrew-5.2_arm64_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 1b2a01620fb88e9beac02940ce59c6de74151655 || git fetch origin master) && git reset -q --hard 1b2a01620fb88e9beac02940ce59c6de74151655 && 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 ./src/./)) (run (network host) (shell "opam pin add -yn mirage-crypto.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ \nopam pin add -yn mirage-crypto-rng.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ \nopam pin add -yn mirage-crypto-rng-mirage.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ \nopam pin add -yn mirage-crypto-rng-miou-unix.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ \nopam pin add -yn mirage-crypto-rng-lwt.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ \nopam pin add -yn mirage-crypto-rng-eio.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ \nopam pin add -yn mirage-crypto-rng-async.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ \nopam pin add -yn mirage-crypto-pk.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ \nopam pin add -yn mirage-crypto-ec.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project'")) (env DEPS "alcotest.1.8.0 asn1-combinators.0.3.2 astring.0.8.5 async.v0.17.0 async_kernel.v0.17.0 async_log.v0.17.0 async_rpc_kernel.v0.17.0 async_unix.v0.17.0 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base_bigstring.v0.17.0 base_quickcheck.v0.17.0 bigstringaf.0.10.0 bin_prot.v0.17.0 capitalization.v0.17.0 cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.3 core.v0.17.1 core_kernel.v0.17.0 core_unix.v0.17.0 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.0 dune-configurator.3.17.0 duration.0.2.1 eio.1.2 eio_main.1.2 eio_posix.1.2 eqaf.0.10 expect_test_helpers_core.v0.17.0 fieldslib.v0.17.0 fmt.0.9.0 gel.v0.17.0 hmap.0.8.1 host-arch-arm64.1 host-system-other.1 int_repr.v0.17.0 iomux.0.3 ipaddr.5.6.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 logs.0.7.0 lwt.5.9.0 lwt-dllist.1.0.1 macaddr.5.6.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 num.1.5-1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 ounit2.2.2.7 parsexp.v0.17.0 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_bench.v0.17.0 ppx_bin_prot.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_custom_printf.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.0 ppx_diff.v0.17.0 ppx_disable_unused_warnings.v0.17.0 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_fields_conv.v0.17.0 ppx_fixed_literal.v0.17.0 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_ignore_instrumentation.v0.17.0 ppx_inline_test.v0.17.0 ppx_jane.v0.17.0 ppx_let.v0.17.0 ppx_log.v0.17.0 ppx_module_timer.v0.17.0 ppx_optcomp.v0.17.0 ppx_optional.v0.17.0 ppx_pipebang.v0.17.0 ppx_sexp_conv.v0.17.0 ppx_sexp_message.v0.17.0 ppx_sexp_value.v0.17.0 ppx_stable.v0.17.0 ppx_stable_witness.v0.17.0 ppx_string.v0.17.0 ppx_string_conv.v0.17.0 ppx_tydi.v0.17.0 ppx_typerep_conv.v0.17.0 ppx_variants_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 protocol_version_header.v0.17.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 seq.base sexp_pretty.v0.17.0 sexplib.v0.17.0 sexplib0.v0.17.0 spawn.v0.17.0 splittable_random.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 textutils.v0.17.0 thread-table.1.0.0 time_now.v0.17.0 timezone.v0.17.0 topkg.1.0.7 typerep.v0.17.1 uopt.v0.17.0 uutf.1.0.3 variantslib.v0.17.0 yojson.2.2.2 zarith.1.14") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam update --depexts && opam install --cli=2.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-rng-async.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS")) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst ./src)) (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2024-12-10 10:31.26: Waiting for resource in pool OCluster 2024-12-10 10:31.26: Waiting for worker… 2024-12-10 13:10.06: Got resource from pool OCluster Building on m1-worker-01 All commits already cached HEAD is now at 45095b8 Merge pull request #247 from hannesm/no-cs (from macos-homebrew-ocaml-5.2) 2024-12-10 13:10.07 ---> using "9b46fe3d2429f2b9195a02468cb57ac45cfa11fb4a87cb32b5e5375232223327" from cache /: (comment macos-homebrew-5.2_arm64_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam")) 2024-12-10 13:10.07 ---> using "0dc20c01dcf9a0b5e61b28633401c2b272e9a81a4b51eb94968d876cf02072b1" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///Users/mac1000/opam-repository 2024-12-10 13:10.07 ---> using "7ce6e177b12e24db72f980204e6809b30510654dee0daa79fd13bd75833aad21" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 23.4.0 The OCaml toplevel, version 5.2.1 2.3.0 2024-12-10 13:10.07 ---> using "1a65967ac73e91b58159f313398697410a2a267cec35a0c262c62bd1320e149d" from cache /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 1b2a01620fb88e9beac02940ce59c6de74151655 || git fetch origin master) && git reset -q --hard 1b2a01620fb88e9beac02940ce59c6de74151655 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 11bdbee611..1b2a01620f master -> origin/master 1b2a01620f Merge pull request #27058 from hannesm/release-mirage-v4.8.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.4.0 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) 2024-12-10 13:10.07 ---> using "ecefcf206957127df32abf6bbea2d728ec4fb7088f26e931856485c654badf6d" 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 ./src/./)) 2024-12-10 13:10.08 ---> saved as "6ea2445d3d4a67b8740c23bff1e17774b9eb3c99576ecc9446912c44810a5ce7" /: (run (network host) (shell "opam pin add -yn mirage-crypto.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ \nopam pin add -yn mirage-crypto-rng.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ \nopam pin add -yn mirage-crypto-rng-mirage.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ \nopam pin add -yn mirage-crypto-rng-miou-unix.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ \nopam pin add -yn mirage-crypto-rng-lwt.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ \nopam pin add -yn mirage-crypto-rng-eio.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ \nopam pin add -yn mirage-crypto-rng-async.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ \nopam pin add -yn mirage-crypto-pk.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project' && \ \nopam pin add -yn mirage-crypto-ec.dev './src/./' && echo '(lang dune 3.0)' > './src/./dune-project'")) [mirage-crypto.dev] synchronised (file:///Users/mac1000/src) mirage-crypto is now pinned to file:///Users/mac1000/src (version dev) [mirage-crypto-rng.dev] synchronised (file:///Users/mac1000/src) mirage-crypto-rng is now pinned to file:///Users/mac1000/src (version dev) [mirage-crypto-rng-mirage.dev] synchronised (file:///Users/mac1000/src) mirage-crypto-rng-mirage is now pinned to file:///Users/mac1000/src (version dev) [mirage-crypto-rng-miou-unix.dev] synchronised (file:///Users/mac1000/src) mirage-crypto-rng-miou-unix is now pinned to file:///Users/mac1000/src (version dev) [mirage-crypto-rng-lwt.dev] synchronised (file:///Users/mac1000/src) mirage-crypto-rng-lwt is now pinned to file:///Users/mac1000/src (version dev) [mirage-crypto-rng-eio.dev] synchronised (file:///Users/mac1000/src) mirage-crypto-rng-eio is now pinned to file:///Users/mac1000/src (version dev) [mirage-crypto-rng-async.dev] synchronised (file:///Users/mac1000/src) mirage-crypto-rng-async is now pinned to file:///Users/mac1000/src (version dev) [mirage-crypto-pk.dev] synchronised (file:///Users/mac1000/src) mirage-crypto-pk is now pinned to file:///Users/mac1000/src (version dev) [mirage-crypto-ec.dev] synchronised (file:///Users/mac1000/src) mirage-crypto-ec is now pinned to file:///Users/mac1000/src (version dev) 2024-12-10 13:10.39 ---> saved as "1d03b44de3e5011e27c629bcbf526d44fe76590738545fa5572eaf11baf2c843" /: (env DEPS "alcotest.1.8.0 asn1-combinators.0.3.2 astring.0.8.5 async.v0.17.0 async_kernel.v0.17.0 async_log.v0.17.0 async_rpc_kernel.v0.17.0 async_unix.v0.17.0 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base_bigstring.v0.17.0 base_quickcheck.v0.17.0 bigstringaf.0.10.0 bin_prot.v0.17.0 capitalization.v0.17.0 cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.3 core.v0.17.1 core_kernel.v0.17.0 core_unix.v0.17.0 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.0 dune-configurator.3.17.0 duration.0.2.1 eio.1.2 eio_main.1.2 eio_posix.1.2 eqaf.0.10 expect_test_helpers_core.v0.17.0 fieldslib.v0.17.0 fmt.0.9.0 gel.v0.17.0 hmap.0.8.1 host-arch-arm64.1 host-system-other.1 int_repr.v0.17.0 iomux.0.3 ipaddr.5.6.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 logs.0.7.0 lwt.5.9.0 lwt-dllist.1.0.1 macaddr.5.6.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 num.1.5-1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 ounit2.2.2.7 parsexp.v0.17.0 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_bench.v0.17.0 ppx_bin_prot.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_custom_printf.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.0 ppx_diff.v0.17.0 ppx_disable_unused_warnings.v0.17.0 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_fields_conv.v0.17.0 ppx_fixed_literal.v0.17.0 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_ignore_instrumentation.v0.17.0 ppx_inline_test.v0.17.0 ppx_jane.v0.17.0 ppx_let.v0.17.0 ppx_log.v0.17.0 ppx_module_timer.v0.17.0 ppx_optcomp.v0.17.0 ppx_optional.v0.17.0 ppx_pipebang.v0.17.0 ppx_sexp_conv.v0.17.0 ppx_sexp_message.v0.17.0 ppx_sexp_value.v0.17.0 ppx_stable.v0.17.0 ppx_stable_witness.v0.17.0 ppx_string.v0.17.0 ppx_string_conv.v0.17.0 ppx_tydi.v0.17.0 ppx_typerep_conv.v0.17.0 ppx_variants_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 protocol_version_header.v0.17.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 seq.base sexp_pretty.v0.17.0 sexplib.v0.17.0 sexplib0.v0.17.0 spawn.v0.17.0 splittable_random.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 textutils.v0.17.0 thread-table.1.0.0 time_now.v0.17.0 timezone.v0.17.0 topkg.1.0.7 typerep.v0.17.1 uopt.v0.17.0 uutf.1.0.3 variantslib.v0.17.0 yojson.2.2.2 zarith.1.14") /: (env CI true) /: (env OCAMLCI true) /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam update --depexts && opam install --cli=2.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-rng-async.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS")) + /opt/homebrew/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mirage-crypto.dev] synchronised (file:///Users/mac1000/src) [mirage-crypto-pk.dev] synchronised (no changes) [mirage-crypto-ec.dev] synchronised (no changes) [mirage-crypto-rng.dev] synchronised (no changes) [mirage-crypto-rng-async.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 ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1). [NOTE] Package ocaml is already installed (current version is 5.2.1). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-arm64 is already installed (current version is 1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: gmp pkgconf <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /opt/homebrew/bin/brew "install" "gmp" "pkgconf" - ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json - ==> Fetching gmp - ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:78e4f40cba6419cf7e2d81e9c945d1e93744511bd5230bdfac1b69ed894914b4 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/96a5c6ba7b30c6f2734be44067ba66ef0de5e0973c913659c7b555a4b063029c--gmp--6.3.0.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.3.0_1-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4a660f26297baafd06fb3109f473edfa592f4aa00adbd8a2506b05d0374c5c1d--pkgconf-2.3.0_1-1.bottle_manifest.json - ==> Fetching pkgconf - ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:bee6257d97fd7331e4b6c1bc7f150a230d7f2f49e9104cf98cc52e04c26fb69d - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/16a6a98313b16a83f7e3b7a728ae77859301335f7eda10f12be54522f88488d1--pkgconf--2.3.0_1.arm64_sonoma.bottle.1.tar.gz - ==> Pouring gmp--6.3.0.arm64_sonoma.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/gmp/6.3.0: 22 files, 3.3MB - ==> Running `brew cleanup gmp`... - Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. - Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). - ==> Pouring pkgconf--2.3.0_1.arm64_sonoma.bottle.1.tar.gz - 🍺 /opt/homebrew/Cellar/pkgconf/2.3.0_1: 27 files, 472KB - ==> Running `brew cleanup pkgconf`... 2024-12-10 13:10.59 ---> saved as "ef0f3af7c549a0a2714d3ebd0b93b918643318fb4649863ff3ca6382bb11d771" /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1). [NOTE] Package ocaml is already installed (current version is 5.2.1). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-arm64 is already installed (current version is 1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 132 packages - install alcotest 1.8.0 - install asn1-combinators 0.3.2 - install astring 0.8.5 - install async v0.17.0 - install async_kernel v0.17.0 - install async_log v0.17.0 - install async_rpc_kernel v0.17.0 - install async_unix v0.17.0 - install base v0.17.1 - install base-bytes base - install base_bigstring v0.17.0 - install base_quickcheck v0.17.0 - install bigstringaf 0.10.0 - install bin_prot v0.17.0 - install capitalization v0.17.0 - install cmdliner 1.3.0 - install conf-gmp 4 - install conf-gmp-powm-sec 3 - install conf-pkg-config 3 - install core v0.17.1 - install core_kernel v0.17.0 - install core_unix v0.17.0 - 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.0 - install dune-configurator 3.17.0 - install duration 0.2.1 - install eio 1.2 - install eio_main 1.2 - install eio_posix 1.2 - install eqaf 0.10 - install expect_test_helpers_core v0.17.0 - install fieldslib v0.17.0 - install fmt 0.9.0 - install gel v0.17.0 - install hmap 0.8.1 - install int_repr v0.17.0 - install iomux 0.3 - install ipaddr 5.6.0 - install jane-street-headers v0.17.0 - install jst-config v0.17.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 num 1.5-1 - install ocaml-compiler-libs v0.17.0 - install ocaml-syntax-shims 1.0.0 - install ocaml_intrinsics_kernel v0.17.1 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install ocplib-endian 1.2 - install ohex 0.2.0 - install optint 0.3.0 - install ounit2 2.2.7 - install parsexp v0.17.0 - install ppx_assert v0.17.0 - install ppx_base v0.17.0 - install ppx_bench v0.17.0 - install ppx_bin_prot v0.17.0 - install ppx_cold v0.17.0 - install ppx_compare v0.17.0 - install ppx_custom_printf v0.17.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.0.3 - install ppx_deriving_yojson 3.9.0 - install ppx_diff v0.17.0 - install ppx_disable_unused_warnings v0.17.0 - install ppx_enumerate v0.17.0 - install ppx_expect v0.17.2 - install ppx_fields_conv v0.17.0 - install ppx_fixed_literal v0.17.0 - install ppx_globalize v0.17.0 - install ppx_hash v0.17.0 - install ppx_here v0.17.0 - install ppx_ignore_instrumentation v0.17.0 - install ppx_inline_test v0.17.0 - install ppx_jane v0.17.0 - install ppx_let v0.17.0 - install ppx_log v0.17.0 - install ppx_module_timer v0.17.0 - install ppx_optcomp v0.17.0 - install ppx_optional v0.17.0 - install ppx_pipebang v0.17.0 - install ppx_sexp_conv v0.17.0 - install ppx_sexp_message v0.17.0 - install ppx_sexp_value v0.17.0 - install ppx_stable v0.17.0 - install ppx_stable_witness v0.17.0 - install ppx_string v0.17.0 - install ppx_string_conv v0.17.0 - install ppx_tydi v0.17.0 - install ppx_typerep_conv v0.17.0 - install ppx_variants_conv v0.17.0 - install ppxlib 0.33.0 - install ppxlib_jane v0.17.0 - install protocol_version_header v0.17.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 sexp_pretty v0.17.0 - install sexplib v0.17.0 - install sexplib0 v0.17.0 - install spawn v0.17.0 - install splittable_random v0.17.0 - install stdio v0.17.0 - install stdlib-shims 0.3.0 - install textutils v0.17.0 - install thread-table 1.0.0 - install time_now v0.17.0 - install timezone v0.17.0 - install topkg 1.0.7 - install typerep v0.17.1 - install uopt v0.17.0 - install uutf 1.0.3 - install variantslib v0.17.0 - install yojson 2.2.2 - install zarith 1.14 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved asn1-combinators.0.3.2 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved async.v0.17.0 (cached) -> retrieved async_kernel.v0.17.0 (cached) -> retrieved async_log.v0.17.0 (cached) -> retrieved async_rpc_kernel.v0.17.0 (cached) -> retrieved async_unix.v0.17.0 (cached) -> retrieved alcotest.1.8.0 (cached) -> retrieved base_bigstring.v0.17.0 (cached) -> retrieved base.v0.17.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved base_quickcheck.v0.17.0 (cached) -> retrieved capitalization.v0.17.0 (cached) -> retrieved conf-gmp.4 (cached) -> retrieved conf-gmp-powm-sec.3 (cached) -> retrieved bin_prot.v0.17.0 (cached) -> installed conf-pkg-config.3 -> retrieved cmdliner.1.3.0 (cached) -> installed conf-gmp.4 -> retrieved core_kernel.v0.17.0 (cached) -> installed conf-gmp-powm-sec.3 -> retrieved core_unix.v0.17.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved core.v0.17.1 (cached) -> retrieved domain-local-await.1.0.1 (cached) -> retrieved domain-name.0.4.0 (cached) -> retrieved duration.0.2.1 (cached) -> retrieved eio.1.2, eio_main.1.2, eio_posix.1.2 (cached) -> retrieved digestif.1.2.0 (cached) -> retrieved eqaf.0.10 (cached) -> retrieved fieldslib.v0.17.0 (cached) -> retrieved expect_test_helpers_core.v0.17.0 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved gel.v0.17.0 (cached) -> retrieved hmap.0.8.1 (cached) -> retrieved int_repr.v0.17.0 (cached) -> retrieved iomux.0.3 (cached) -> retrieved ipaddr.5.6.0, macaddr.5.6.0 (cached) -> retrieved jane-street-headers.v0.17.0 (cached) -> retrieved jst-config.v0.17.0 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved lwt-dllist.1.0.1 (cached) -> retrieved lwt.5.9.0 (cached) -> retrieved miou.0.3.0 (cached) -> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0 (cached) -> retrieved mirage-time.3.0.0, mirage-time-unix.3.0.0 (cached) -> retrieved mirage-runtime.4.8.2 (cached) -> retrieved mirage-unix.5.0.1 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved num.1.5-1 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved ohex.0.2.0 (cached) -> retrieved ounit2.2.2.7 (cached) -> retrieved parsexp.v0.17.0 (cached) -> retrieved ppx_assert.v0.17.0 (cached) -> retrieved ppx_base.v0.17.0 (cached) -> retrieved ppx_bench.v0.17.0 (cached) -> retrieved ppx_bin_prot.v0.17.0 (cached) -> retrieved ppx_cold.v0.17.0 (cached) -> retrieved ppx_compare.v0.17.0 (cached) -> retrieved ppx_custom_printf.v0.17.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved ppx_deriving_yojson.3.9.0 (cached) -> retrieved dune.3.17.0, dune-configurator.3.17.0 (cached) -> retrieved ppx_enumerate.v0.17.0 (cached) -> retrieved ppx_disable_unused_warnings.v0.17.0 (cached) -> retrieved ppx_diff.v0.17.0 (cached) -> retrieved ppx_fields_conv.v0.17.0 (cached) -> retrieved ppx_fixed_literal.v0.17.0 (cached) -> retrieved ppx_expect.v0.17.2 (cached) -> retrieved ppx_hash.v0.17.0 (cached) -> retrieved ppx_here.v0.17.0 (cached) -> retrieved ppx_ignore_instrumentation.v0.17.0 (cached) -> retrieved ppx_inline_test.v0.17.0 (cached) -> retrieved ppx_jane.v0.17.0 (cached) -> retrieved ppx_globalize.v0.17.0 (cached) -> retrieved ppx_log.v0.17.0 (cached) -> retrieved ppx_module_timer.v0.17.0 (cached) -> retrieved ppx_optcomp.v0.17.0 (cached) -> retrieved ppx_optional.v0.17.0 (cached) -> retrieved ppx_let.v0.17.0 (cached) -> retrieved ppx_pipebang.v0.17.0 (cached) -> installed ocamlbuild.0.15.0 -> retrieved ppx_sexp_value.v0.17.0 (cached) -> retrieved ppx_sexp_message.v0.17.0 (cached) -> retrieved ppx_sexp_conv.v0.17.0 (cached) -> retrieved ppx_stable_witness.v0.17.0 (cached) -> retrieved ppx_string.v0.17.0 (cached) -> retrieved ppx_stable.v0.17.0 (cached) -> retrieved ppx_tydi.v0.17.0 (cached) -> retrieved ppx_typerep_conv.v0.17.0 (cached) -> retrieved ppx_variants_conv.v0.17.0 (cached) -> retrieved ppx_string_conv.v0.17.0 (cached) -> retrieved ppxlib_jane.v0.17.0 (cached) -> retrieved protocol_version_header.v0.17.0 (cached) -> retrieved psq.0.2.1 (cached) -> installed num.1.5-1 -> retrieved randomconv.0.2.0 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexp_pretty.v0.17.0 (cached) -> retrieved sexplib.v0.17.0 (cached) -> retrieved re.1.12.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved ppxlib.0.33.0 (cached) -> retrieved splittable_random.v0.17.0 (cached) -> retrieved stdio.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved textutils.v0.17.0 (cached) -> retrieved thread-table.1.0.0 (cached) -> retrieved time_now.v0.17.0 (cached) -> retrieved spawn.v0.17.0 (cached) -> retrieved timezone.v0.17.0 (cached) -> retrieved typerep.v0.17.1 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved variantslib.v0.17.0 (cached) -> retrieved uopt.v0.17.0 (cached) -> retrieved zarith.1.14 (cached) -> retrieved yojson.2.2.2 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.6 -> installed base-bytes.base -> installed zarith.1.14 -> installed topkg.1.0.7 -> installed hmap.0.8.1 -> installed uutf.1.0.3 -> installed mtime.2.1.0 -> installed ptime.1.2.0 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed dune.3.17.0 -> installed duration.0.2.1 -> installed csexp.1.5.2 -> installed domain-name.0.4.0 -> installed lwt-dllist.1.0.1 -> installed jane-street-headers.v0.17.0 -> installed eqaf.0.10 -> installed cstruct.6.2.0 -> installed cppo.1.8.0 -> installed asn1-combinators.0.3.2 -> installed mirage-clock.4.2.0 -> installed macaddr.5.6.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed ocaml-syntax-shims.1.0.0 -> installed ocplib-endian.1.2 -> installed ohex.0.2.0 -> installed ppx_derivers.1.2.1 -> installed optint.0.3.0 -> installed miou.0.3.0 -> installed psq.0.2.1 -> installed digestif.1.2.0 -> installed randomconv.0.2.0 -> installed ipaddr.5.6.0 -> installed stdlib-shims.0.3.0 -> installed dune-configurator.3.17.0 -> installed spawn.v0.17.0 -> installed sexplib0.v0.17.0 -> installed bigstringaf.0.10.0 -> installed iomux.0.3 -> installed thread-table.1.0.0 -> installed re.1.12.0 -> installed domain-local-await.1.0.1 -> installed mirage-clock-unix.4.2.0 -> installed ounit2.2.2.7 -> installed yojson.2.2.2 -> installed alcotest.1.8.0 -> installed eio.1.2 -> installed lwt.5.9.0 -> installed mirage-time.3.0.0 -> installed eio_posix.1.2 -> installed mirage-time-unix.3.0.0 -> installed parsexp.v0.17.0 -> installed eio_main.1.2 -> installed logs.0.7.0 -> installed mirage-runtime.4.8.2 -> installed sexplib.v0.17.0 -> installed mirage-unix.5.0.1 -> installed base.v0.17.1 -> installed fieldslib.v0.17.0 -> installed variantslib.v0.17.0 -> installed stdio.v0.17.0 -> installed typerep.v0.17.1 -> installed ppxlib.0.33.0 -> installed ppx_disable_unused_warnings.v0.17.0 -> installed ppx_cold.v0.17.0 -> installed ppx_here.v0.17.0 -> installed ppx_ignore_instrumentation.v0.17.0 -> installed ppx_fixed_literal.v0.17.0 -> installed ppx_fields_conv.v0.17.0 -> installed ppx_deriving.6.0.3 -> installed ppx_pipebang.v0.17.0 -> installed ppx_optcomp.v0.17.0 -> installed ppx_stable_witness.v0.17.0 -> installed ppx_tydi.v0.17.0 -> installed ppx_stable.v0.17.0 -> installed ppx_let.v0.17.0 -> installed ppx_typerep_conv.v0.17.0 -> installed ppx_variants_conv.v0.17.0 -> installed ppx_deriving_yojson.3.9.0 -> installed ppxlib_jane.v0.17.0 -> installed ppx_enumerate.v0.17.0 -> installed ppx_globalize.v0.17.0 -> installed ppx_optional.v0.17.0 -> installed ppx_compare.v0.17.0 -> installed ppx_sexp_conv.v0.17.0 -> installed ppx_hash.v0.17.0 -> installed ppx_sexp_value.v0.17.0 -> installed ppx_assert.v0.17.0 -> installed ppx_sexp_message.v0.17.0 -> installed ppx_custom_printf.v0.17.0 -> installed ppx_base.v0.17.0 -> installed capitalization.v0.17.0 -> installed jst-config.v0.17.0 -> installed sexp_pretty.v0.17.0 -> installed ppx_string.v0.17.0 -> installed time_now.v0.17.0 -> installed bin_prot.v0.17.0 -> installed ppx_string_conv.v0.17.0 -> installed ppx_module_timer.v0.17.0 -> installed ppx_inline_test.v0.17.0 -> installed ppx_bin_prot.v0.17.0 -> installed ppx_bench.v0.17.0 -> installed ppx_expect.v0.17.2 -> installed splittable_random.v0.17.0 -> installed base_quickcheck.v0.17.0 -> installed ppx_log.v0.17.0 -> installed ppx_jane.v0.17.0 -> installed uopt.v0.17.0 -> installed gel.v0.17.0 -> installed int_repr.v0.17.0 -> installed base_bigstring.v0.17.0 -> installed ppx_diff.v0.17.0 -> installed core.v0.17.1 -> installed protocol_version_header.v0.17.0 -> installed timezone.v0.17.0 -> installed expect_test_helpers_core.v0.17.0 -> installed core_kernel.v0.17.0 -> installed async_kernel.v0.17.0 -> installed core_unix.v0.17.0 -> installed textutils.v0.17.0 -> installed async_rpc_kernel.v0.17.0 -> installed async_unix.v0.17.0 -> installed async_log.v0.17.0 -> installed async.v0.17.0 Done. # To update the current shell environment, run: eval $(opam env) 2024-12-10 13:13.26 ---> saved as "eb9aee0e1c7fad24a80fe8f14e24d9164b0d2026c1b288c9557d2f9c2d3ec305" /: (copy (src .) (dst ./src)) 2024-12-10 13:13.27 ---> saved as "017924c9e701cb74163471ea4ffa854b9efe0cd7ed0ec0f49627867abe2609bf" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) File "tests/dune", line 41, characters 7-19: 41 | (name test_entropy) ^^^^^^^^^^^^ (cd _build/default/tests && ./test_entropy.exe) 1bd6 c78f Fatal error: exception Failure("same data from timer at 3") (cd _build/default/tests && ./test_eio_rng.exe) 32 bit random number: "nJ\201\225\172^\209\252\b\197\021\253\253\149\149s\228[z\244\130\1750\228\147\142\217\179?\176hU" 16 bit random number: "\161u\178eA\1889\127\212\231\135ek:nG" (cd _build/default/tests && ./test_symmetric_runner.exe) accel: ................................................................ Ran: 64 tests in: 0.22 seconds. OK (cd _build/default/tests && ./test_ec.exe) Testing `EC'. This run has ID `LLNKK0GN'. [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 mu... [OK] P256 Low level scalar mult 1 Scalar mu... [OK] P256 Low level scalar mult 2 Scalar mu... [OK] P256 Low level scalar mult 3 Scalar mu... [OK] P256 Low level scalar mult 4 Scalar mu... [OK] P256 Low level scalar mult 5 Scalar mu... [OK] P256 Point validation 0 Ok. [OK] P256 Point validation 1 P=0. [OK] P256 Point validation 2 (0, sqrt(... [OK] P256 Point validation 3 out of ra... [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 ver... [OK] ECDSA RFC 6979 P256 0 public ke... [OK] ECDSA RFC 6979 P256 1 public ke... [OK] ECDSA RFC 6979 P256 2 RFC 6979 ... [OK] ECDSA RFC 6979 P256 3 RFC 6979 ... [OK] ECDSA RFC 6979 P256 4 RFC 6979 ... [OK] ECDSA RFC 6979 P256 5 RFC 6979 ... [OK] ECDSA RFC 6979 P256 6 RFC 6979 ... [OK] ECDSA RFC 6979 P256 7 RFC 6979 ... [OK] ECDSA RFC 6979 P256 8 RFC 6979 ... [OK] ECDSA RFC 6979 P256 9 RFC 6979 ... [OK] ECDSA RFC 6979 P256 10 RFC 6979 ... [OK] ECDSA RFC 6979 P256 11 RFC 6979 ... [OK] ECDSA RFC 6979 P384 0 public ke... [OK] ECDSA RFC 6979 P384 1 public ke... [OK] ECDSA RFC 6979 P384 2 RFC 6979 ... [OK] ECDSA RFC 6979 P384 3 RFC 6979 ... [OK] ECDSA RFC 6979 P384 4 RFC 6979 ... [OK] ECDSA RFC 6979 P384 5 RFC 6979 ... [OK] ECDSA RFC 6979 P384 6 RFC 6979 ... [OK] ECDSA RFC 6979 P384 7 RFC 6979 ... [OK] ECDSA RFC 6979 P384 8 RFC 6979 ... [OK] ECDSA RFC 6979 P384 9 RFC 6979 ... [OK] ECDSA RFC 6979 P384 10 RFC 6979 ... [OK] ECDSA RFC 6979 P384 11 RFC 6979 ... [OK] ECDSA RFC 6979 P521 0 public ke... [OK] ECDSA RFC 6979 P521 1 public ke... [OK] ECDSA RFC 6979 P521 2 RFC 6979 ... [OK] ECDSA RFC 6979 P521 3 RFC 6979 ... [OK] ECDSA RFC 6979 P521 4 RFC 6979 ... [OK] ECDSA RFC 6979 P521 5 RFC 6979 ... [OK] ECDSA RFC 6979 P521 6 RFC 6979 ... [OK] ECDSA RFC 6979 P521 7 RFC 6979 ... [OK] ECDSA RFC 6979 P521 8 RFC 6979 ... [OK] ECDSA RFC 6979 P521 9 RFC 6979 ... [OK] ECDSA RFC 6979 P521 10 RFC 6979 ... [OK] ECDSA RFC 6979 P521 11 RFC 6979 ... [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/EC'. Test Successful in 0.022s. 64 tests run. (cd _build/default/tests && ./test_random_runner.exe) ......... Ran: 9 tests in: 0.17 seconds. OK (cd _build/default/tests && ./test_eio_entropy_collection.exe) reseeding: 000000 00c8 d49c d99c de9c e39c e79c ec9c f09c ................ 000010 f49c f99c fd9c 029d 069d 0b9d 109d 159d ................ 000020 1a9d 1f9d 249d 2a9d 2f9d 349d 3a9d 3f9d ....$.*./.4.:.?. 000030 459d 4a9d 509d 569d 5c9d 629d 689d 6f9d E.J.P.V.\.b.h.o. 000040 769d 7c9d 839d 8a9d 909d 979d 9e9d a69d v.|............. 000050 ad9d b49d bc9d c39d cb9d d49d dc9d e49d ................ 000060 ed9d f59d fe9d 079e 109e 189e 229e 2b9e ............".+. 000070 349e 3e9e 479e 519e 5b9e 669e 709e 7a9e 4.>.G.Q.[.f.p.z. 000080 859e 909e 9b9e a69e b29e be9e ca9e d69e ................ 000090 e29e ee9e fb9e 089f 159f 229f 309f 3d9f ..........".0.=. 0000a0 4b9f 599f 679f 769f 859f 949f a39f b39f K.Y.g.v......... 0000b0 c39f d39f e39f f39f 04a0 05a0 05a0 05a0 ................ 0000c0 06a0 06a0 07a0 07a0 08a0 01c8 0aa0 0ba0 ................ 0000d0 0ba0 0ca0 0da0 0da0 0ea0 0fa0 0fa0 10a0 ................ 0000e0 11a0 11a0 12a0 13a0 14a0 15a0 15a0 16a0 ................ 0000f0 17a0 18a0 18a0 19a0 1aa0 1ba0 1ca0 1da0 ................ 000100 1ea0 1ea0 1fa0 20a0 21a0 22a0 23a0 24a0 ...... .!.".#.$. 000110 25a0 26a0 27a0 28a0 29a0 2aa0 2ca0 2da0 %.&.'.(.).*.,.-. 000120 2ea0 2fa0 30a0 32a0 33a0 34a0 35a0 36a0 ../.0.2.3.4.5.6. 000130 38a0 39a0 3aa0 3ca0 3da0 3ea0 40a0 41a0 8.9.:.<.=.>.@.A. 000140 43a0 44a0 46a0 47a0 49a0 4ba0 4ca0 4ea0 C.D.F.G.I.K.L.N. 000150 50a0 52a0 53a0 55a0 57a0 59a0 5ba0 5da0 P.R.S.U.W.Y.[.]. 000160 5fa0 61a0 63a0 65a0 67a0 69a0 6ba0 6ea0 _.a.c.e.g.i.k.n. 000170 70a0 72a0 74a0 77a0 79a0 7ca0 7ea0 81a0 p.r.t.w.y.|.~... 000180 83a0 86a0 88a0 8ba0 8ea0 91a0 93a0 96a0 ................ 000190 99a0 9ca0 02c8 a0a0 a3a0 a7a0 aaa0 ada0 ................ 0001a0 b0a0 b4a0 b7a0 baa0 bea0 c1a0 c5a0 c9a0 ................ 0001b0 cca0 d0a0 d4a0 d8a0 dca0 e0a0 e4a0 e8a0 ................ 0001c0 eca0 f1a0 f5a0 f9a0 fea0 02a1 07a1 0ca1 ................ 0001d0 11a1 15a1 1aa1 1fa1 24a1 2aa1 2fa1 34a1 ........$.*./.4. 0001e0 3aa1 3fa1 45a1 4ba1 50a1 56a1 5ca1 62a1 :.?.E.K.P.V.\.b. 0001f0 69a1 6fa1 75a1 7ca1 82a1 89a1 90a1 97a1 i.o.u.|......... 000200 9ea1 a5a1 aca1 b3a1 bba1 c3a1 caa1 d2a1 ................ 000210 daa1 e2a1 eaa1 f3a1 fba1 04a2 0da2 16a2 ................ 000220 1fa2 28a2 31a2 3ba2 44a2 4ea2 58a2 62a2 ..(.1.;.D.N.X.b. 000230 6da2 77a2 82a2 8da2 98a2 a3a2 aea2 baa2 m.w............. 000240 c5a2 d1a2 dda2 e9a2 f6a2 03a3 0fa3 1da3 ................ 000250 2ba3 38a3 46a3 54a3 62a3 70a3 7fa3 0380 +.8.F.T.b.p..... 000260 a1fc 0cce 0160 61c4 56d0 e9ff 3ebb 8550 .....`a.V...>..P 000270 874d 1db8 3656 07ac 6ac3 4cc5 7148 b5a0 .M..6V..j.L.qH.. 000280 65c5 9cc5 307d 4068 48db 2d6f 66c5 b0ca e...0}@hH.-of... 000290 9b44 be53 e121 f560 8fea 9f22 f68f 97d8 .D.S.!.`...".... 0002a0 ada9 6471 d0db e364 9a0d 4a29 7674 1e66 ..dq...d..J)vt.f 0002b0 2e5d b8bd e313 9170 644c 6736 ab51 356e .].....pdLg6.Q5n 0002c0 5e48 9510 263d 919e c9bb 600e 962d 0968 ^H..&=....`..-.h 0002d0 ba6e 9ab0 91cc 809d 7313 f462 5942 9b02 .n......s..bYB.. entropy sources: [0] getrandom accumulate: (src: [0] getrandom) 0449 88c9 95bc b4e2 (cd _build/default/tests && ./test_ec_wycheproof.exe) Testing `Wycheproof NIST curves'. This run has ID `I7WEOY8N'. [OK] ECDH P256 test vectors 0 1 - normal case. [OK] ECDH P256 test vectors 1 2 - compressed ... [OK] ECDH P256 test vectors 2 3 - edge case f... [OK] ECDH P256 test vectors 3 4 - edge case f... [OK] ECDH P256 test vectors 4 5 - edge case f... [OK] ECDH P256 test vectors 5 6 - edge case f... [OK] ECDH P256 test vectors 6 7 - edge case f... [OK] ECDH P256 test vectors 7 8 - edge case f... [OK] ECDH P256 test vectors 8 9 - edge case f... [OK] ECDH P256 test vectors 9 10 - edge case ... [OK] ECDH P256 test vectors 10 11 - edge case ... [OK] ECDH P256 test vectors 11 12 - edge case ... [OK] ECDH P256 test vectors 12 13 - edge case ... [OK] ECDH P256 test vectors 13 14 - edge case ... [OK] ECDH P256 test vectors 14 15 - edge case ... [OK] ECDH P256 test vectors 15 16 - edge case ... [OK] ECDH P256 test vectors 16 17 - edge case ... [OK] ECDH P256 test vectors 17 18 - edge case ... [OK] ECDH P256 test vectors 18 19 - y-coordina... [OK] ECDH P256 test vectors 19 20 - y-coordina... [OK] ECDH P256 test vectors 20 21 - y-coordina... [OK] ECDH P256 test vectors 21 22 - y-coordina... [OK] ECDH P256 test vectors 22 23 - y-coordina... [OK] ECDH P256 test vectors 23 24 - y-coordina... [OK] ECDH P256 test vectors 24 25 - y-coordina... [OK] ECDH P256 test vectors 25 26 - y-coordina... [OK] ECDH P256 test vectors 26 27 - y-coordina... [OK] ECDH P256 test vectors 27 28 - y-coordina... [OK] ECDH P256 test vectors 28 29 - y-coordina... [OK] ECDH P256 test vectors 29 30 - y-coordina... [OK] ECDH P256 test vectors 30 31 - edge cases... [OK] ECDH P256 test vectors 31 32 - edge cases... [OK] ECDH P256 test vectors 32 33 - edge cases... [OK] ECDH P256 test vectors 33 34 - edge cases... [OK] ECDH P256 test vectors 34 35 - edge cases... [OK] ECDH P256 test vectors 35 36 - edge cases... [OK] ECDH P256 test vectors 36 37 - edge cases... [OK] ECDH P256 test vectors 37 38 - edge cases... [OK] ECDH P256 test vectors 38 39 - edge cases... [OK] ECDH P256 test vectors 39 40 - edge cases... [OK] ECDH P256 test vectors 40 41 - edge cases... [OK] ECDH P256 test vectors 41 42 - edge cases... [OK] ECDH P256 test vectors 42 43 - edge cases... [OK] ECDH P256 test vectors 43 44 - edge cases... [OK] ECDH P256 test vectors 44 45 - edge cases... [OK] ECDH P256 test vectors 45 46 - edge cases... [OK] ECDH P256 test vectors 46 47 - edge cases... [OK] ECDH P256 test vectors 47 48 - edge cases... [OK] ECDH P256 test vectors 48 49 - edge cases... [OK] ECDH P256 test vectors 49 50 - edge cases... [OK] ECDH P256 test vectors 50 51 - edge cases... [OK] ECDH P256 test vectors 51 52 - edge cases... [OK] ECDH P256 test vectors 52 53 - edge cases... [OK] ECDH P256 test vectors 53 54 - edge cases... [OK] ECDH P256 test vectors 54 55 - edge cases... [OK] ECDH P256 test vectors 55 56 - edge cases... [OK] ECDH P256 test vectors 56 57 - edge cases... [OK] ECDH P256 test vectors 57 58 - edge cases... [OK] ECDH P256 test vectors 58 59 - point with... [OK] ECDH P256 test vectors 59 60 - point with... [OK] ECDH P256 test vectors 60 61 - point with... [OK] ECDH P256 test vectors 61 62 - point with... [OK] ECDH P256 test vectors 62 63 - point with... [OK] ECDH P256 test vectors 63 64 - point with... [OK] ECDH P256 test vectors 64 65 - point with... [OK] ECDH P256 test vectors 65 66 - point with... [OK] ECDH P256 test vectors 66 67 - point with... [OK] ECDH P256 test vectors 67 68 - point with... [OK] ECDH P256 test vectors 68 69 - point with... [OK] ECDH P256 test vectors 69 70 - point with... [OK] ECDH P256 test vectors 70 71 - point with... [OK] ECDH P256 test vectors 71 72 - point with... [OK] ECDH P256 test vectors 72 73 - point with... [OK] ECDH P256 test vectors 73 74 - point with... [OK] ECDH P256 test vectors 74 75 - point with... [OK] ECDH P256 test vectors 75 76 - point with... [OK] ECDH P256 test vectors 76 77 - point with... [OK] ECDH P256 test vectors 77 78 - point with... [OK] ECDH P256 test vectors 78 79 - point with... [OK] ECDH P256 test vectors 79 80 - point with... [OK] ECDH P256 test vectors 80 81 - point with... [OK] ECDH P256 test vectors 81 82 - point with... [OK] ECDH P256 test vectors 82 83 - point with... [OK] ECDH P256 test vectors 83 84 - point with... [OK] ECDH P256 test vectors 84 85 - point with... [OK] ECDH P256 test vectors 85 86 - point with... [OK] ECDH P256 test vectors 86 87 - point with... [OK] ECDH P256 test vectors 87 88 - point with... [OK] ECDH P256 test vectors 88 89 - point with... [OK] ECDH P256 test vectors 89 90 - point with... [OK] ECDH P256 test vectors 90 91 - point with... [OK] ECDH P256 test vectors 91 92 - point with... [OK] ECDH P256 test vectors 92 93 - point with... [OK] ECDH P256 test vectors 93 94 - point with... [OK] ECDH P256 test vectors 94 95 - point with... [OK] ECDH P256 test vectors 95 96 - point with... [OK] ECDH P256 test vectors 96 97 - point with... [OK] ECDH P256 test vectors 97 98 - point with... [OK] ECDH P256 test vectors 98 99 - point with... [OK] ECDH P256 test vectors 99 100 - point wit... [OK] ECDH P256 test vectors 100 101 - point wit... [OK] ECDH P256 test vectors 101 102 - point wit... [OK] ECDH P256 test vectors 102 103 - point wit... [OK] ECDH P256 test vectors 103 104 - point wit... [OK] ECDH P256 test vectors 104 105 - point wit... [OK] ECDH P256 test vectors 105 106 - point wit... [OK] ECDH P256 test vectors 106 107 - point wit... [OK] ECDH P256 test vectors 107 108 - point wit... [OK] ECDH P256 test vectors 108 109 - point wit... [OK] ECDH P256 test vectors 109 110 - point wit... [OK] ECDH P256 test vectors 110 111 - point wit... [OK] ECDH P256 test vectors 111 112 - point wit... [OK] ECDH P256 test vectors 112 113 - point wit... [OK] ECDH P256 test vectors 113 114 - point wit... [OK] ECDH P256 test vectors 114 115 - point wit... [OK] ECDH P256 test vectors 115 116 - point wit... [OK] ECDH P256 test vectors 116 117 - point wit... [OK] ECDH P256 test vectors 117 118 - point wit... [OK] ECDH P256 test vectors 118 119 - point wit... [OK] ECDH P256 test vectors 119 120 - point wit... [OK] ECDH P256 test vectors 120 121 - point wit... [OK] ECDH P256 test vectors 121 122 - point wit... [OK] ECDH P256 test vectors 122 123 - point wit... [OK] ECDH P256 test vectors 123 124 - point wit... [OK] ECDH P256 test vectors 124 125 - point wit... [OK] ECDH P256 test vectors 125 126 - point wit... [OK] ECDH P256 test vectors 126 127 - point wit... [OK] ECDH P256 test vectors 127 128 - point wit... [OK] ECDH P256 test vectors 128 129 - point wit... [OK] ECDH P256 test vectors 129 130 - point wit... [OK] ECDH P256 test vectors 130 131 - point wit... [OK] ECDH P256 test vectors 131 132 - point wit... [OK] ECDH P256 test vectors 132 133 - point wit... [OK] ECDH P256 test vectors 133 134 - point wit... [OK] ECDH P256 test vectors 134 135 - point wit... [OK] ECDH P256 test vectors 135 136 - point wit... [OK] ECDH P256 test vectors 136 137 - point wit... [OK] ECDH P256 test vectors 137 138 - point wit... [OK] ECDH P256 test vectors 138 139 - point wit... [OK] ECDH P256 test vectors 139 140 - point wit... [OK] ECDH P256 test vectors 140 141 - point wit... [OK] ECDH P256 test vectors 141 142 - point wit... [OK] ECDH P256 test vectors 142 143 - point wit... [OK] ECDH P256 test vectors 143 144 - point wit... [OK] ECDH P256 test vectors 144 145 - point wit... [OK] ECDH P256 test vectors 145 146 - point wit... [OK] ECDH P256 test vectors 146 147 - point wit... [OK] ECDH P256 test vectors 147 148 - point wit... [OK] ECDH P256 test vectors 148 149 - point wit... [OK] ECDH P256 test vectors 149 150 - point wit... [OK] ECDH P256 test vectors 150 151 - point wit... [OK] ECDH P256 test vectors 151 152 - point wit... [OK] ECDH P256 test vectors 152 153 - point wit... [OK] ECDH P256 test vectors 153 154 - point wit... [OK] ECDH P256 test vectors 154 155 - point wit... [OK] ECDH P256 test vectors 155 156 - point wit... [OK] ECDH P256 test vectors 156 157 - point wit... [OK] ECDH P256 test vectors 157 158 - point wit... [OK] ECDH P256 test vectors 158 159 - point wit... [OK] ECDH P256 test vectors 159 160 - point wit... [OK] ECDH P256 test vectors 160 161 - point wit... [OK] ECDH P256 test vectors 161 162 - point wit... [OK] ECDH P256 test vectors 162 163 - point wit... [OK] ECDH P256 test vectors 163 164 - point wit... [OK] ECDH P256 test vectors 164 165 - point wit... [OK] ECDH P256 test vectors 165 166 - point wit... [OK] ECDH P256 test vectors 166 167 - point wit... [OK] ECDH P256 test vectors 167 168 - point wit... [OK] ECDH P256 test vectors 168 169 - point wit... [OK] ECDH P256 test vectors 169 170 - point wit... [OK] ECDH P256 test vectors 170 171 - point wit... [OK] ECDH P256 test vectors 171 172 - point wit... [OK] ECDH P256 test vectors 172 173 - point wit... [OK] ECDH P256 test vectors 173 174 - point wit... [OK] ECDH P256 test vectors 174 175 - point wit... [OK] ECDH P256 test vectors 175 176 - edge case... [OK] ECDH P256 test vectors 176 177 - edge case... [OK] ECDH P256 test vectors 177 178 - edge case... [OK] ECDH P256 test vectors 178 179 - edge case... [OK] ECDH P256 test vectors 179 180 - edge case... [OK] ECDH P256 test vectors 180 181 - edge case... [OK] ECDH P256 test vectors 181 182 - edge case... [OK] ECDH P256 test vectors 182 183 - edge case... [OK] ECDH P256 test vectors 183 184 - edge case... [OK] ECDH P256 test vectors 184 185 - edge case... [OK] ECDH P256 test vectors 185 186 - edge case... [OK] ECDH P256 test vectors 186 187 - edge case... [OK] ECDH P256 test vectors 187 188 - edge case... [OK] ECDH P256 test vectors 188 189 - edge case... [OK] ECDH P256 test vectors 189 190 - edge case... [OK] ECDH P256 test vectors 190 191 - CVE-2017-... [OK] ECDH P256 test vectors 191 192 - CVE-2017-... [OK] ECDH P256 test vectors 192 193 - point is ... [OK] ECDH P256 test vectors 193 194 - point is ... [OK] ECDH P256 test vectors 194 195 - point is ... [OK] ECDH P256 test vectors 195 196 - point is ... [OK] ECDH P256 test vectors 196 197 - point is ... [OK] ECDH P256 test vectors 197 198 - point is ... [OK] ECDH P256 test vectors 198 199 - point is ... [OK] ECDH P256 test vectors 199 200 - point is ... [OK] ECDH P256 test vectors 200 201 - point is ... [OK] ECDH P256 test vectors 201 202 - point is ... [OK] ECDH P256 test vectors 202 203 - point is ... [OK] ECDH P256 test vectors 203 204 - point is ... [OK] ECDH P256 test vectors 204 205 - point is ... [OK] ECDH P256 test vectors 205 206 - point is ... [OK] ECDH P256 test vectors 206 207 - point is ... [OK] ECDH P256 test vectors 207 208 - point is ... [OK] ECDH P256 test vectors 208 209 - . [OK] ECDH P256 test vectors 209 210 - public po... [OK] ECDH P256 test vectors 210 211 - public po... [OK] ECDH P256 test vectors 211 224 - using sec... [OK] ECDH P256 test vectors 212 225 - using sec... [OK] ECDH P256 test vectors 213 228 - Public ke... [OK] ECDH P256 test vectors 214 229 - Public ke... [OK] ECDH P256 test vectors 215 230 - Public ke... [OK] ECDH P256 test vectors 216 231 - Public ke... [OK] ECDH P256 test vectors 217 232 - Public ke... [OK] ECDH P256 test vectors 218 233 - Public ke... [OK] ECDH P256 test vectors 219 234 - Public ke... [OK] ECDH P256 test vectors 220 235 - Public ke... [OK] ECDH P256 test vectors 221 236 - Public ke... [OK] ECDH P256 test vectors 222 237 - Public ke... [OK] ECDH P256 test vectors 223 238 - Public ke... [OK] ECDH P256 test vectors 224 239 - Public ke... [OK] ECDH P256 test vectors 225 240 - Public ke... [OK] ECDH P256 test vectors 226 241 - Public ke... [OK] ECDH P256 test vectors 227 242 - Public ke... [OK] ECDH P256 test vectors 228 243 - invalid p... [OK] ECDH P256 test vectors 229 244 - public ke... [OK] ECDH P256 test vectors 230 245 - public ke... [OK] ECDH P256 test vectors 231 246 - public ke... [OK] ECDH P256 test vectors 232 247 - public ke... [OK] ECDH P256 test vectors 233 248 - public ke... [OK] ECDH P256 test vectors 234 249 - public ke... [OK] ECDSA P256 test vectors (SHA256) 0 1 - signature m... [OK] ECDSA P256 test vectors (SHA256) 1 2 - Legacy:ASN ... [OK] ECDSA P256 test vectors (SHA256) 2 3 - valid. [OK] ECDSA P256 test vectors (SHA256) 3 4 - long form e... [OK] ECDSA P256 test vectors (SHA256) 4 5 - length of s... [OK] ECDSA P256 test vectors (SHA256) 5 6 - wrong lengt... [OK] ECDSA P256 test vectors (SHA256) 6 7 - wrong lengt... [OK] ECDSA P256 test vectors (SHA256) 7 8 - uint32 over... [OK] ECDSA P256 test vectors (SHA256) 8 9 - uint64 over... [OK] ECDSA P256 test vectors (SHA256) 9 10 - length of ... [OK] ECDSA P256 test vectors (SHA256) 10 11 - length of ... [OK] ECDSA P256 test vectors (SHA256) 11 12 - length of ... [OK] ECDSA P256 test vectors (SHA256) 12 13 - length of ... [OK] ECDSA P256 test vectors (SHA256) 13 14 - incorrect ... [OK] ECDSA P256 test vectors (SHA256) 14 15 - indefinite... [OK] ECDSA P256 test vectors (SHA256) 15 16 - indefinite... [OK] ECDSA P256 test vectors (SHA256) 16 17 - indefinite... [OK] ECDSA P256 test vectors (SHA256) 17 18 - removing s... [OK] ECDSA P256 test vectors (SHA256) 18 19 - lonely seq... [OK] ECDSA P256 test vectors (SHA256) 19 20 - appending ... [OK] ECDSA P256 test vectors (SHA256) 20 21 - prepending... [OK] ECDSA P256 test vectors (SHA256) 21 22 - appending ... [OK] ECDSA P256 test vectors (SHA256) 22 23 - appending ... [OK] ECDSA P256 test vectors (SHA256) 23 24 - including ... [OK] ECDSA P256 test vectors (SHA256) 24 25 - including ... [OK] ECDSA P256 test vectors (SHA256) 25 26 - including ... [OK] ECDSA P256 test vectors (SHA256) 26 27 - including ... [OK] ECDSA P256 test vectors (SHA256) 27 28 - including ... [OK] ECDSA P256 test vectors (SHA256) 28 29 - including ... [OK] ECDSA P256 test vectors (SHA256) 29 30 - including ... [OK] ECDSA P256 test vectors (SHA256) 30 31 - including ... [OK] ECDSA P256 test vectors (SHA256) 31 32 - including ... [OK] ECDSA P256 test vectors (SHA256) 32 33 - including ... [OK] ECDSA P256 test vectors (SHA256) 33 34 - including ... [OK] ECDSA P256 test vectors (SHA256) 34 35 - including ... [OK] ECDSA P256 test vectors (SHA256) 35 36 - including ... [OK] ECDSA P256 test vectors (SHA256) 36 37 - including ... [OK] ECDSA P256 test vectors (SHA256) 37 38 - including ... [OK] ECDSA P256 test vectors (SHA256) 38 39 - truncated ... [OK] ECDSA P256 test vectors (SHA256) 39 40 - using comp... [OK] ECDSA P256 test vectors (SHA256) 40 41 - using comp... [OK] ECDSA P256 test vectors (SHA256) 41 42 - using comp... [OK] ECDSA P256 test vectors (SHA256) 42 43 - using comp... [OK] ECDSA P256 test vectors (SHA256) 43 44 - using comp... [OK] ECDSA P256 test vectors (SHA256) 44 45 - using comp... [OK] ECDSA P256 test vectors (SHA256) 45 46 - Replacing ... [OK] ECDSA P256 test vectors (SHA256) 46 47 - changing t... [OK] ECDSA P256 test vectors (SHA256) 47 48 - changing t... [OK] ECDSA P256 test vectors (SHA256) 48 49 - changing t... [OK] ECDSA P256 test vectors (SHA256) 49 50 - changing t... [OK] ECDSA P256 test vectors (SHA256) 50 51 - changing t... [OK] ECDSA P256 test vectors (SHA256) 51 52 - dropping v... [OK] ECDSA P256 test vectors (SHA256) 52 53 - using comp... [OK] ECDSA P256 test vectors (SHA256) 53 54 - truncated ... [OK] ECDSA P256 test vectors (SHA256) 54 55 - truncated ... [OK] ECDSA P256 test vectors (SHA256) 55 56 - indefinite... [OK] ECDSA P256 test vectors (SHA256) 56 57 - indefinite... [OK] ECDSA P256 test vectors (SHA256) 57 58 - indefinite... [OK] ECDSA P256 test vectors (SHA256) 58 59 - indefinite... [OK] ECDSA P256 test vectors (SHA256) 59 60 - indefinite... [OK] ECDSA P256 test vectors (SHA256) 60 61 - indefinite... [OK] ECDSA P256 test vectors (SHA256) 61 62 - prepend em... [OK] ECDSA P256 test vectors (SHA256) 62 63 - append emp... [OK] ECDSA P256 test vectors (SHA256) 63 64 - append gar... [OK] ECDSA P256 test vectors (SHA256) 64 65 - sequence o... [OK] ECDSA P256 test vectors (SHA256) 65 66 - truncated ... [OK] ECDSA P256 test vectors (SHA256) 66 67 - repeating ... [OK] ECDSA P256 test vectors (SHA256) 67 68 - long form ... [OK] ECDSA P256 test vectors (SHA256) 68 69 - long form ... [OK] ECDSA P256 test vectors (SHA256) 69 70 - length of ... [OK] ECDSA P256 test vectors (SHA256) 70 71 - length of ... [OK] ECDSA P256 test vectors (SHA256) 71 72 - wrong leng... [OK] ECDSA P256 test vectors (SHA256) 72 73 - wrong leng... [OK] ECDSA P256 test vectors (SHA256) 73 74 - wrong leng... [OK] ECDSA P256 test vectors (SHA256) 74 75 - wrong leng... [OK] ECDSA P256 test vectors (SHA256) 75 76 - uint32 ove... [OK] ECDSA P256 test vectors (SHA256) 76 77 - uint32 ove... [OK] ECDSA P256 test vectors (SHA256) 77 78 - uint64 ove... [OK] ECDSA P256 test vectors (SHA256) 78 79 - uint64 ove... [OK] ECDSA P256 test vectors (SHA256) 79 80 - length of ... [OK] ECDSA P256 test vectors (SHA256) 80 81 - length of ... [OK] ECDSA P256 test vectors (SHA256) 81 82 - length of ... [OK] ECDSA P256 test vectors (SHA256) 82 83 - length of ... [OK] ECDSA P256 test vectors (SHA256) 83 84 - length of ... [OK] ECDSA P256 test vectors (SHA256) 84 85 - length of ... [OK] ECDSA P256 test vectors (SHA256) 85 86 - length of ... [OK] ECDSA P256 test vectors (SHA256) 86 87 - length of ... [OK] ECDSA P256 test vectors (SHA256) 87 88 - incorrect ... [OK] ECDSA P256 test vectors (SHA256) 88 89 - incorrect ... [OK] ECDSA P256 test vectors (SHA256) 89 90 - removing i... [OK] ECDSA P256 test vectors (SHA256) 90 91 - lonely int... [OK] ECDSA P256 test vectors (SHA256) 91 92 - lonely int... [OK] ECDSA P256 test vectors (SHA256) 92 93 - appending ... [OK] ECDSA P256 test vectors (SHA256) 93 94 - appending ... [OK] ECDSA P256 test vectors (SHA256) 94 95 - prepending... [OK] ECDSA P256 test vectors (SHA256) 95 96 - prepending... [OK] ECDSA P256 test vectors (SHA256) 96 97 - appending ... [OK] ECDSA P256 test vectors (SHA256) 97 98 - appending ... [OK] ECDSA P256 test vectors (SHA256) 98 99 - appending ... [OK] ECDSA P256 test vectors (SHA256) 99 100 - truncated... [OK] ECDSA P256 test vectors (SHA256) 100 101 - truncated... [OK] ECDSA P256 test vectors (SHA256) 101 102 - Replacing... [OK] ECDSA P256 test vectors (SHA256) 102 103 - Replacing... [OK] ECDSA P256 test vectors (SHA256) 103 104 - changing ... [OK] ECDSA P256 test vectors (SHA256) 104 105 - changing ... [OK] ECDSA P256 test vectors (SHA256) 105 106 - changing ... [OK] ECDSA P256 test vectors (SHA256) 106 107 - changing ... [OK] ECDSA P256 test vectors (SHA256) 107 108 - changing ... [OK] ECDSA P256 test vectors (SHA256) 108 109 - changing ... [OK] ECDSA P256 test vectors (SHA256) 109 110 - changing ... [OK] ECDSA P256 test vectors (SHA256) 110 111 - changing ... [OK] ECDSA P256 test vectors (SHA256) 111 112 - changing ... [OK] ECDSA P256 test vectors (SHA256) 112 113 - changing ... [OK] ECDSA P256 test vectors (SHA256) 113 114 - dropping ... [OK] ECDSA P256 test vectors (SHA256) 114 115 - dropping ... [OK] ECDSA P256 test vectors (SHA256) 115 116 - using com... [OK] ECDSA P256 test vectors (SHA256) 116 117 - using com... [OK] ECDSA P256 test vectors (SHA256) 117 118 - modify fi... [OK] ECDSA P256 test vectors (SHA256) 118 119 - modify fi... [OK] ECDSA P256 test vectors (SHA256) 119 120 - modify la... [OK] ECDSA P256 test vectors (SHA256) 120 121 - modify la... [OK] ECDSA P256 test vectors (SHA256) 121 122 - truncated... [OK] ECDSA P256 test vectors (SHA256) 122 123 - truncated... [OK] ECDSA P256 test vectors (SHA256) 123 124 - truncated... [OK] ECDSA P256 test vectors (SHA256) 124 125 - leading f... [OK] ECDSA P256 test vectors (SHA256) 125 126 - leading f... [OK] ECDSA P256 test vectors (SHA256) 126 127 - replaced ... [OK] ECDSA P256 test vectors (SHA256) 127 128 - replaced ... [OK] ECDSA P256 test vectors (SHA256) 128 129 - replacing... [OK] ECDSA P256 test vectors (SHA256) 129 130 - replacing... [OK] ECDSA P256 test vectors (SHA256) 130 131 - Modified ... [OK] ECDSA P256 test vectors (SHA256) 131 132 - Modified ... [OK] ECDSA P256 test vectors (SHA256) 132 133 - Modified ... [OK] ECDSA P256 test vectors (SHA256) 133 134 - Modified ... [OK] ECDSA P256 test vectors (SHA256) 134 135 - Modified ... [OK] ECDSA P256 test vectors (SHA256) 135 136 - Modified ... [OK] ECDSA P256 test vectors (SHA256) 136 137 - Modified ... [OK] ECDSA P256 test vectors (SHA256) 137 138 - Modified ... [OK] ECDSA P256 test vectors (SHA256) 138 139 - Modified ... [OK] ECDSA P256 test vectors (SHA256) 139 140 - Modified ... [OK] ECDSA P256 test vectors (SHA256) 140 141 - Modified ... [OK] ECDSA P256 test vectors (SHA256) 141 142 - Modified ... [OK] ECDSA P256 test vectors (SHA256) 142 143 - Modified ... [OK] ECDSA P256 test vectors (SHA256) 143 144 - Signature... [OK] ECDSA P256 test vectors (SHA256) 144 145 - Signature... [OK] ECDSA P256 test vectors (SHA256) 145 146 - Signature... [OK] ECDSA P256 test vectors (SHA256) 146 147 - Signature... [OK] ECDSA P256 test vectors (SHA256) 147 148 - Signature... [OK] ECDSA P256 test vectors (SHA256) 148 149 - Signature... [OK] ECDSA P256 test vectors (SHA256) 149 150 - Signature... [OK] ECDSA P256 test vectors (SHA256) 150 151 - Signature... [OK] ECDSA P256 test vectors (SHA256) 151 152 - Signature... [OK] ECDSA P256 test vectors (SHA256) 152 153 - Signature... [OK] ECDSA P256 test vectors (SHA256) 153 154 - Signature... [OK] ECDSA P256 test vectors (SHA256) 154 155 - Signature... [OK] ECDSA P256 test vectors (SHA256) 155 156 - Signature... [OK] ECDSA P256 test vectors (SHA256) 156 157 - Signature... [OK] ECDSA P256 test vectors (SHA256) 157 158 - Signature... [OK] ECDSA P256 test vectors (SHA256) 158 159 - Signature... [OK] ECDSA P256 test vectors (SHA256) 159 160 - Signature... [OK] ECDSA P256 test vectors (SHA256) 160 161 - Signature... [OK] ECDSA P256 test vectors (SHA256) 161 162 - Signature... [OK] ECDSA P256 test vectors (SHA256) 162 163 - Signature... [OK] ECDSA P256 test vectors (SHA256) 163 164 - Signature... [OK] ECDSA P256 test vectors (SHA256) 164 165 - Signature... [OK] ECDSA P256 test vectors (SHA256) 165 166 - Signature... [OK] ECDSA P256 test vectors (SHA256) 166 167 - Signature... [OK] ECDSA P256 test vectors (SHA256) 167 168 - Signature... [OK] ECDSA P256 test vectors (SHA256) 168 169 - Signature... [OK] ECDSA P256 test vectors (SHA256) 169 170 - Signature... [OK] ECDSA P256 test vectors (SHA256) 170 171 - Signature... [OK] ECDSA P256 test vectors (SHA256) 171 172 - Signature... [OK] ECDSA P256 test vectors (SHA256) 172 173 - Signature... [OK] ECDSA P256 test vectors (SHA256) 173 174 - Signature... [OK] ECDSA P256 test vectors (SHA256) 174 175 - Signature... [OK] ECDSA P256 test vectors (SHA256) 175 176 - Signature... [OK] ECDSA P256 test vectors (SHA256) 176 177 - Signature... [OK] ECDSA P256 test vectors (SHA256) 177 178 - Signature... [OK] ECDSA P256 test vectors (SHA256) 178 179 - Signature... [OK] ECDSA P256 test vectors (SHA256) 179 180 - Signature... [OK] ECDSA P256 test vectors (SHA256) 180 181 - Signature... [OK] ECDSA P256 test vectors (SHA256) 181 182 - Signature... [OK] ECDSA P256 test vectors (SHA256) 182 183 - Signature... [OK] ECDSA P256 test vectors (SHA256) 183 184 - Signature... [OK] ECDSA P256 test vectors (SHA256) 184 185 - Signature... [OK] ECDSA P256 test vectors (SHA256) 185 186 - Signature... [OK] ECDSA P256 test vectors (SHA256) 186 187 - Signature... [OK] ECDSA P256 test vectors (SHA256) 187 188 - Signature... [OK] ECDSA P256 test vectors (SHA256) 188 189 - Signature... [OK] ECDSA P256 test vectors (SHA256) 189 190 - Signature... [OK] ECDSA P256 test vectors (SHA256) 190 191 - Signature... [OK] ECDSA P256 test vectors (SHA256) 191 192 - Signature... [OK] ECDSA P256 test vectors (SHA256) 192 193 - Signature... [OK] ECDSA P256 test vectors (SHA256) 193 194 - Signature... [OK] ECDSA P256 test vectors (SHA256) 194 195 - Signature... [OK] ECDSA P256 test vectors (SHA256) 195 196 - Signature... [OK] ECDSA P256 test vectors (SHA256) 196 197 - Signature... [OK] ECDSA P256 test vectors (SHA256) 197 198 - Signature... [OK] ECDSA P256 test vectors (SHA256) 198 199 - Signature... [OK] ECDSA P256 test vectors (SHA256) 199 200 - Signature... [OK] ECDSA P256 test vectors (SHA256) 200 201 - Signature... [OK] ECDSA P256 test vectors (SHA256) 201 202 - Signature... [OK] ECDSA P256 test vectors (SHA256) 202 203 - Signature... [OK] ECDSA P256 test vectors (SHA256) 203 204 - Signature... [OK] ECDSA P256 test vectors (SHA256) 204 205 - Signature... [OK] ECDSA P256 test vectors (SHA256) 205 206 - Signature... [OK] ECDSA P256 test vectors (SHA256) 206 207 - Signature... [OK] ECDSA P256 test vectors (SHA256) 207 208 - Signature... [OK] ECDSA P256 test vectors (SHA256) 208 209 - Signature... [OK] ECDSA P256 test vectors (SHA256) 209 210 - Signature... [OK] ECDSA P256 test vectors (SHA256) 210 211 - Signature... [OK] ECDSA P256 test vectors (SHA256) 211 212 - Signature... [OK] ECDSA P256 test vectors (SHA256) 212 213 - Signature... [OK] ECDSA P256 test vectors (SHA256) 213 214 - Signature... [OK] ECDSA P256 test vectors (SHA256) 214 215 - Signature... [OK] ECDSA P256 test vectors (SHA256) 215 216 - Signature... [OK] ECDSA P256 test vectors (SHA256) 216 217 - Signature... [OK] ECDSA P256 test vectors (SHA256) 217 218 - Signature... [OK] ECDSA P256 test vectors (SHA256) 218 219 - Signature... [OK] ECDSA P256 test vectors (SHA256) 219 220 - Signature... [OK] ECDSA P256 test vectors (SHA256) 220 221 - Signature... [OK] ECDSA P256 test vectors (SHA256) 221 222 - Signature... [OK] ECDSA P256 test vectors (SHA256) 222 223 - Signature... [OK] ECDSA P256 test vectors (SHA256) 223 224 - Signature... [OK] ECDSA P256 test vectors (SHA256) 224 225 - Signature... [OK] ECDSA P256 test vectors (SHA256) 225 226 - Signature... [OK] ECDSA P256 test vectors (SHA256) 226 227 - Signature... [OK] ECDSA P256 test vectors (SHA256) 227 228 - Signature... [OK] ECDSA P256 test vectors (SHA256) 228 229 - Signature... [OK] ECDSA P256 test vectors (SHA256) 229 230 - Edge case... [OK] ECDSA P256 test vectors (SHA256) 230 231 - special c... [OK] ECDSA P256 test vectors (SHA256) 231 232 - special c... [OK] ECDSA P256 test vectors (SHA256) 232 233 - special c... [OK] ECDSA P256 test vectors (SHA256) 233 234 - special c... [OK] ECDSA P256 test vectors (SHA256) 234 235 - special c... [OK] ECDSA P256 test vectors (SHA256) 235 236 - special c... [OK] ECDSA P256 test vectors (SHA256) 236 237 - special c... [OK] ECDSA P256 test vectors (SHA256) 237 238 - special c... [OK] ECDSA P256 test vectors (SHA256) 238 239 - special c... [OK] ECDSA P256 test vectors (SHA256) 239 240 - special c... [OK] ECDSA P256 test vectors (SHA256) 240 241 - special c... [OK] ECDSA P256 test vectors (SHA256) 241 242 - special c... [OK] ECDSA P256 test vectors (SHA256) 242 243 - special c... [OK] ECDSA P256 test vectors (SHA256) 243 244 - special c... [OK] ECDSA P256 test vectors (SHA256) 244 245 - special c... [OK] ECDSA P256 test vectors (SHA256) 245 246 - special c... [OK] ECDSA P256 test vectors (SHA256) 246 247 - special c... [OK] ECDSA P256 test vectors (SHA256) 247 248 - special c... [OK] ECDSA P256 test vectors (SHA256) 248 249 - special c... [OK] ECDSA P256 test vectors (SHA256) 249 250 - special c... [OK] ECDSA P256 test vectors (SHA256) 250 251 - special c... [OK] ECDSA P256 test vectors (SHA256) 251 252 - special c... [OK] ECDSA P256 test vectors (SHA256) 252 253 - special c... [OK] ECDSA P256 test vectors (SHA256) 253 254 - special c... [OK] ECDSA P256 test vectors (SHA256) 254 255 - special c... [OK] ECDSA P256 test vectors (SHA256) 255 256 - special c... [OK] ECDSA P256 test vectors (SHA256) 256 257 - special c... [OK] ECDSA P256 test vectors (SHA256) 257 258 - special c... [OK] ECDSA P256 test vectors (SHA256) 258 259 - special c... [OK] ECDSA P256 test vectors (SHA256) 259 260 - special c... [OK] ECDSA P256 test vectors (SHA256) 260 261 - special c... [OK] ECDSA P256 test vectors (SHA256) 261 262 - special c... [OK] ECDSA P256 test vectors (SHA256) 262 263 - special c... [OK] ECDSA P256 test vectors (SHA256) 263 264 - special c... [OK] ECDSA P256 test vectors (SHA256) 264 265 - special c... [OK] ECDSA P256 test vectors (SHA256) 265 266 - special c... [OK] ECDSA P256 test vectors (SHA256) 266 267 - special c... [OK] ECDSA P256 test vectors (SHA256) 267 268 - special c... [OK] ECDSA P256 test vectors (SHA256) 268 269 - special c... [OK] ECDSA P256 test vectors (SHA256) 269 270 - special c... ...TRUNCATED BY DUNE... [OK] X25519 test vectors 157 158 - special c... [OK] X25519 test vectors 158 159 - special c... [OK] X25519 test vectors 159 160 - special c... [OK] X25519 test vectors 160 161 - special c... [OK] X25519 test vectors 161 162 - special c... [OK] X25519 test vectors 162 163 - special c... [OK] X25519 test vectors 163 164 - special c... [OK] X25519 test vectors 164 165 - D = 0 in ... [OK] X25519 test vectors 165 166 - D = 0 in ... [OK] X25519 test vectors 166 167 - special c... [OK] X25519 test vectors 167 168 - special c... [OK] X25519 test vectors 168 169 - special c... [OK] X25519 test vectors 169 170 - special c... [OK] X25519 test vectors 170 171 - special c... [OK] X25519 test vectors 171 172 - special c... [OK] X25519 test vectors 172 173 - special c... [OK] X25519 test vectors 173 174 - special c... [OK] X25519 test vectors 174 175 - special c... [OK] X25519 test vectors 175 176 - special c... [OK] X25519 test vectors 176 177 - special c... [OK] X25519 test vectors 177 178 - special c... [OK] X25519 test vectors 178 179 - special c... [OK] X25519 test vectors 179 180 - special c... [OK] X25519 test vectors 180 181 - special c... [OK] X25519 test vectors 181 182 - special c... [OK] X25519 test vectors 182 183 - special c... [OK] X25519 test vectors 183 184 - special c... [OK] X25519 test vectors 184 185 - special c... [OK] X25519 test vectors 185 186 - special c... [OK] X25519 test vectors 186 187 - special c... [OK] X25519 test vectors 187 188 - special c... [OK] X25519 test vectors 188 189 - special c... [OK] X25519 test vectors 189 190 - special c... [OK] X25519 test vectors 190 191 - special c... [OK] X25519 test vectors 191 192 - special c... [OK] X25519 test vectors 192 193 - special c... [OK] X25519 test vectors 193 194 - special c... [OK] X25519 test vectors 194 195 - special c... [OK] X25519 test vectors 195 196 - special c... [OK] X25519 test vectors 196 197 - special c... [OK] X25519 test vectors 197 198 - special c... [OK] X25519 test vectors 198 199 - special c... [OK] X25519 test vectors 199 200 - special c... [OK] X25519 test vectors 200 201 - special c... [OK] X25519 test vectors 201 202 - special c... [OK] X25519 test vectors 202 203 - special c... [OK] X25519 test vectors 203 204 - special c... [OK] X25519 test vectors 204 205 - special c... [OK] X25519 test vectors 205 206 - special c... [OK] X25519 test vectors 206 207 - special c... [OK] X25519 test vectors 207 208 - special c... [OK] X25519 test vectors 208 209 - special c... [OK] X25519 test vectors 209 210 - special c... [OK] X25519 test vectors 210 211 - special c... [OK] X25519 test vectors 211 212 - special c... [OK] X25519 test vectors 212 213 - special c... [OK] X25519 test vectors 213 214 - special c... [OK] X25519 test vectors 214 215 - special c... [OK] X25519 test vectors 215 216 - special c... [OK] X25519 test vectors 216 217 - special c... [OK] X25519 test vectors 217 218 - special c... [OK] X25519 test vectors 218 219 - special c... [OK] X25519 test vectors 219 220 - special c... [OK] X25519 test vectors 220 221 - special c... [OK] X25519 test vectors 221 222 - special c... [OK] X25519 test vectors 222 223 - special c... [OK] X25519 test vectors 223 224 - special c... [OK] X25519 test vectors 224 225 - special c... [OK] X25519 test vectors 225 226 - special c... [OK] X25519 test vectors 226 227 - special c... [OK] X25519 test vectors 227 228 - special c... [OK] X25519 test vectors 228 229 - special c... [OK] X25519 test vectors 229 230 - special c... [OK] X25519 test vectors 230 231 - special c... [OK] X25519 test vectors 231 232 - special c... [OK] X25519 test vectors 232 233 - special c... [OK] X25519 test vectors 233 234 - special c... [OK] X25519 test vectors 234 235 - special c... [OK] X25519 test vectors 235 236 - special c... [OK] X25519 test vectors 236 237 - special c... [OK] X25519 test vectors 237 238 - special c... [OK] X25519 test vectors 238 239 - special c... [OK] X25519 test vectors 239 240 - special c... [OK] X25519 test vectors 240 241 - special c... [OK] X25519 test vectors 241 242 - special c... [OK] X25519 test vectors 242 243 - special c... [OK] X25519 test vectors 243 244 - special c... [OK] X25519 test vectors 244 245 - special c... [OK] X25519 test vectors 245 246 - special c... [OK] X25519 test vectors 246 247 - special c... [OK] X25519 test vectors 247 248 - special c... [OK] X25519 test vectors 248 249 - special c... [OK] X25519 test vectors 249 250 - special c... [OK] X25519 test vectors 250 251 - special c... [OK] X25519 test vectors 251 252 - special c... [OK] X25519 test vectors 252 253 - special c... [OK] X25519 test vectors 253 254 - special c... [OK] X25519 test vectors 254 255 - special c... [OK] X25519 test vectors 255 256 - special c... [OK] X25519 test vectors 256 257 - special c... [OK] X25519 test vectors 257 258 - special c... [OK] X25519 test vectors 258 259 - special c... [OK] X25519 test vectors 259 260 - special c... [OK] X25519 test vectors 260 261 - special c... [OK] X25519 test vectors 261 262 - special c... [OK] X25519 test vectors 262 263 - special c... [OK] X25519 test vectors 263 264 - special c... [OK] X25519 test vectors 264 265 - special c... [OK] X25519 test vectors 265 266 - special c... [OK] X25519 test vectors 266 267 - special c... [OK] X25519 test vectors 267 268 - special c... [OK] X25519 test vectors 268 269 - special c... [OK] X25519 test vectors 269 270 - special c... [OK] X25519 test vectors 270 271 - special c... [OK] X25519 test vectors 271 272 - special c... [OK] X25519 test vectors 272 273 - special c... [OK] X25519 test vectors 273 274 - special c... [OK] X25519 test vectors 274 275 - special c... [OK] X25519 test vectors 275 276 - special c... [OK] X25519 test vectors 276 277 - special c... [OK] X25519 test vectors 277 278 - special c... [OK] X25519 test vectors 278 279 - special c... [OK] X25519 test vectors 279 280 - special c... [OK] X25519 test vectors 280 281 - special c... [OK] X25519 test vectors 281 282 - special c... [OK] X25519 test vectors 282 283 - special c... [OK] X25519 test vectors 283 284 - special c... [OK] X25519 test vectors 284 285 - special c... [OK] X25519 test vectors 285 286 - special c... [OK] X25519 test vectors 286 287 - special c... [OK] X25519 test vectors 287 288 - special c... [OK] X25519 test vectors 288 289 - special c... [OK] X25519 test vectors 289 290 - special c... [OK] X25519 test vectors 290 291 - special c... [OK] X25519 test vectors 291 292 - special c... [OK] X25519 test vectors 292 293 - special c... [OK] X25519 test vectors 293 294 - special c... [OK] X25519 test vectors 294 295 - special c... [OK] X25519 test vectors 295 296 - special c... [OK] X25519 test vectors 296 297 - special c... [OK] X25519 test vectors 297 298 - special c... [OK] X25519 test vectors 298 299 - special c... [OK] X25519 test vectors 299 300 - special c... [OK] X25519 test vectors 300 301 - special c... [OK] X25519 test vectors 301 302 - special c... [OK] X25519 test vectors 302 303 - special c... [OK] X25519 test vectors 303 304 - special c... [OK] X25519 test vectors 304 305 - special c... [OK] X25519 test vectors 305 306 - special c... [OK] X25519 test vectors 306 307 - special c... [OK] X25519 test vectors 307 308 - special c... [OK] X25519 test vectors 308 309 - special c... [OK] X25519 test vectors 309 310 - special c... [OK] X25519 test vectors 310 311 - special c... [OK] X25519 test vectors 311 312 - special c... [OK] X25519 test vectors 312 313 - special c... [OK] X25519 test vectors 313 314 - special c... [OK] X25519 test vectors 314 315 - special c... [OK] X25519 test vectors 315 316 - special c... [OK] X25519 test vectors 316 317 - special c... [OK] X25519 test vectors 317 318 - special c... [OK] X25519 test vectors 318 319 - special c... [OK] X25519 test vectors 319 320 - special c... [OK] X25519 test vectors 320 321 - special c... [OK] X25519 test vectors 321 322 - special c... [OK] X25519 test vectors 322 323 - special c... [OK] X25519 test vectors 323 324 - special c... [OK] X25519 test vectors 324 325 - special c... [OK] X25519 test vectors 325 326 - special c... [OK] X25519 test vectors 326 327 - special c... [OK] X25519 test vectors 327 328 - special c... [OK] X25519 test vectors 328 329 - special c... [OK] X25519 test vectors 329 330 - special c... [OK] X25519 test vectors 330 331 - special c... [OK] X25519 test vectors 331 332 - special c... [OK] X25519 test vectors 332 333 - special c... [OK] X25519 test vectors 333 334 - special c... [OK] X25519 test vectors 334 335 - special c... [OK] X25519 test vectors 335 336 - special c... [OK] X25519 test vectors 336 337 - special c... [OK] X25519 test vectors 337 338 - special c... [OK] X25519 test vectors 338 339 - special c... [OK] X25519 test vectors 339 340 - special c... [OK] X25519 test vectors 340 341 - special c... [OK] X25519 test vectors 341 342 - special c... [OK] X25519 test vectors 342 343 - special c... [OK] X25519 test vectors 343 344 - special c... [OK] X25519 test vectors 344 345 - special c... [OK] X25519 test vectors 345 346 - special c... [OK] X25519 test vectors 346 347 - special c... [OK] X25519 test vectors 347 348 - special c... [OK] X25519 test vectors 348 349 - special c... [OK] X25519 test vectors 349 350 - special c... [OK] X25519 test vectors 350 351 - special c... [OK] X25519 test vectors 351 352 - special c... [OK] X25519 test vectors 352 353 - special c... [OK] X25519 test vectors 353 354 - special c... [OK] X25519 test vectors 354 355 - special c... [OK] X25519 test vectors 355 356 - special c... [OK] X25519 test vectors 356 357 - special c... [OK] X25519 test vectors 357 358 - special c... [OK] X25519 test vectors 358 359 - special c... [OK] X25519 test vectors 359 360 - special c... [OK] X25519 test vectors 360 361 - special c... [OK] X25519 test vectors 361 362 - special c... [OK] X25519 test vectors 362 363 - special c... [OK] X25519 test vectors 363 364 - special c... [OK] X25519 test vectors 364 365 - special c... [OK] X25519 test vectors 365 366 - special c... [OK] X25519 test vectors 366 367 - special c... [OK] X25519 test vectors 367 368 - special c... [OK] X25519 test vectors 368 369 - special c... [OK] X25519 test vectors 369 370 - special c... [OK] X25519 test vectors 370 371 - special c... [OK] X25519 test vectors 371 372 - special c... [OK] X25519 test vectors 372 373 - special c... [OK] X25519 test vectors 373 374 - special c... [OK] X25519 test vectors 374 375 - special c... [OK] X25519 test vectors 375 376 - special c... [OK] X25519 test vectors 376 377 - special c... [OK] X25519 test vectors 377 378 - special c... [OK] X25519 test vectors 378 379 - special c... [OK] X25519 test vectors 379 380 - special c... [OK] X25519 test vectors 380 381 - special c... [OK] X25519 test vectors 381 382 - special c... [OK] X25519 test vectors 382 383 - special c... [OK] X25519 test vectors 383 384 - special c... [OK] X25519 test vectors 384 385 - special c... [OK] X25519 test vectors 385 386 - special c... [OK] X25519 test vectors 386 387 - special c... [OK] X25519 test vectors 387 388 - special c... [OK] X25519 test vectors 388 389 - special c... [OK] X25519 test vectors 389 390 - special c... [OK] X25519 test vectors 390 391 - special c... [OK] X25519 test vectors 391 392 - special c... [OK] X25519 test vectors 392 393 - special c... [OK] X25519 test vectors 393 394 - special c... [OK] X25519 test vectors 394 395 - special c... [OK] X25519 test vectors 395 396 - special c... [OK] X25519 test vectors 396 397 - special c... [OK] X25519 test vectors 397 398 - special c... [OK] X25519 test vectors 398 399 - special c... [OK] X25519 test vectors 399 400 - special c... [OK] X25519 test vectors 400 401 - special c... [OK] X25519 test vectors 401 402 - special c... [OK] X25519 test vectors 402 403 - special c... [OK] X25519 test vectors 403 404 - special c... [OK] X25519 test vectors 404 405 - special c... [OK] X25519 test vectors 405 406 - special c... [OK] X25519 test vectors 406 407 - special c... [OK] X25519 test vectors 407 408 - special c... [OK] X25519 test vectors 408 409 - special c... [OK] X25519 test vectors 409 410 - special c... [OK] X25519 test vectors 410 411 - special c... [OK] X25519 test vectors 411 412 - special c... [OK] X25519 test vectors 412 413 - special c... [OK] X25519 test vectors 413 414 - special c... [OK] X25519 test vectors 414 415 - special c... [OK] X25519 test vectors 415 416 - special c... [OK] X25519 test vectors 416 417 - special c... [OK] X25519 test vectors 417 418 - special c... [OK] X25519 test vectors 418 419 - special c... [OK] X25519 test vectors 419 420 - special c... [OK] X25519 test vectors 420 421 - special c... [OK] X25519 test vectors 421 422 - special c... [OK] X25519 test vectors 422 423 - special c... [OK] X25519 test vectors 423 424 - special c... [OK] X25519 test vectors 424 425 - special c... [OK] X25519 test vectors 425 426 - special c... [OK] X25519 test vectors 426 427 - special c... [OK] X25519 test vectors 427 428 - special c... [OK] X25519 test vectors 428 429 - special c... [OK] X25519 test vectors 429 430 - special c... [OK] X25519 test vectors 430 431 - special c... [OK] X25519 test vectors 431 432 - special c... [OK] X25519 test vectors 432 433 - special c... [OK] X25519 test vectors 433 434 - special c... [OK] X25519 test vectors 434 435 - special c... [OK] X25519 test vectors 435 436 - special c... [OK] X25519 test vectors 436 437 - special c... [OK] X25519 test vectors 437 438 - special c... [OK] X25519 test vectors 438 439 - special c... [OK] X25519 test vectors 439 440 - special c... [OK] X25519 test vectors 440 441 - special c... [OK] X25519 test vectors 441 442 - special c... [OK] X25519 test vectors 442 443 - special c... [OK] X25519 test vectors 443 444 - special c... [OK] X25519 test vectors 444 445 - special c... [OK] X25519 test vectors 445 446 - special c... [OK] X25519 test vectors 446 447 - special c... [OK] X25519 test vectors 447 448 - special c... [OK] X25519 test vectors 448 449 - special c... [OK] X25519 test vectors 449 450 - special c... [OK] X25519 test vectors 450 451 - special c... [OK] X25519 test vectors 451 452 - special c... [OK] X25519 test vectors 452 453 - special c... [OK] X25519 test vectors 453 454 - special c... [OK] X25519 test vectors 454 455 - special c... [OK] X25519 test vectors 455 456 - special c... [OK] X25519 test vectors 456 457 - special c... [OK] X25519 test vectors 457 458 - special c... [OK] X25519 test vectors 458 459 - special c... [OK] X25519 test vectors 459 460 - special c... [OK] X25519 test vectors 460 461 - special c... [OK] X25519 test vectors 461 462 - special c... [OK] X25519 test vectors 462 463 - special c... [OK] X25519 test vectors 463 464 - special c... [OK] X25519 test vectors 464 465 - special c... [OK] X25519 test vectors 465 466 - special c... [OK] X25519 test vectors 466 467 - special c... [OK] X25519 test vectors 467 468 - special c... [OK] X25519 test vectors 468 469 - special c... [OK] X25519 test vectors 469 470 - special c... [OK] X25519 test vectors 470 471 - special c... [OK] X25519 test vectors 471 472 - special c... [OK] X25519 test vectors 472 473 - special c... [OK] X25519 test vectors 473 474 - special c... [OK] X25519 test vectors 474 475 - special c... [OK] X25519 test vectors 475 476 - special c... [OK] X25519 test vectors 476 477 - special c... [OK] X25519 test vectors 477 478 - special c... [OK] X25519 test vectors 478 479 - special c... [OK] X25519 test vectors 479 480 - special c... [OK] X25519 test vectors 480 481 - special c... [OK] X25519 test vectors 481 482 - special c... [OK] X25519 test vectors 482 483 - special c... [OK] X25519 test vectors 483 484 - special c... [OK] X25519 test vectors 484 485 - special c... [OK] X25519 test vectors 485 486 - special c... [OK] X25519 test vectors 486 487 - special c... [OK] X25519 test vectors 487 488 - special c... [OK] X25519 test vectors 488 489 - special c... [OK] X25519 test vectors 489 490 - special c... [OK] X25519 test vectors 490 491 - special c... [OK] X25519 test vectors 491 492 - special c... [OK] X25519 test vectors 492 493 - special c... [OK] X25519 test vectors 493 494 - special c... [OK] X25519 test vectors 494 495 - special c... [OK] X25519 test vectors 495 496 - special c... [OK] X25519 test vectors 496 497 - special c... [OK] X25519 test vectors 497 498 - special c... [OK] X25519 test vectors 498 499 - special c... [OK] X25519 test vectors 499 500 - special c... [OK] X25519 test vectors 500 501 - special c... [OK] X25519 test vectors 501 502 - special c... [OK] X25519 test vectors 502 503 - special c... [OK] X25519 test vectors 503 504 - special c... [OK] X25519 test vectors 504 505 - special c... [OK] X25519 test vectors 505 506 - special c... [OK] X25519 test vectors 506 507 - special c... [OK] X25519 test vectors 507 508 - special c... [OK] X25519 test vectors 508 509 - special c... [OK] X25519 test vectors 509 510 - special c... [OK] X25519 test vectors 510 511 - private k... [OK] X25519 test vectors 511 512 - private k... [OK] X25519 test vectors 512 513 - special c... [OK] X25519 test vectors 513 514 - special c... [OK] X25519 test vectors 514 515 - special c... [OK] X25519 test vectors 515 516 - special c... [OK] X25519 test vectors 516 517 - special c... [OK] X25519 test vectors 517 518 - special c... [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 va... [OK] ED25519 test vectors 10 11 - special va... [OK] ED25519 test vectors 11 12 - special va... [OK] ED25519 test vectors 12 13 - special va... [OK] ED25519 test vectors 13 14 - special va... [OK] ED25519 test vectors 14 15 - special va... [OK] ED25519 test vectors 15 16 - special va... [OK] ED25519 test vectors 16 17 - special va... [OK] ED25519 test vectors 17 18 - special va... [OK] ED25519 test vectors 18 19 - special va... [OK] ED25519 test vectors 19 20 - special va... [OK] ED25519 test vectors 20 21 - special va... [OK] ED25519 test vectors 21 22 - special va... [OK] ED25519 test vectors 22 23 - special va... [OK] ED25519 test vectors 23 24 - special va... [OK] ED25519 test vectors 24 25 - special va... [OK] ED25519 test vectors 25 26 - special va... [OK] ED25519 test vectors 26 27 - special va... [OK] ED25519 test vectors 27 28 - special va... [OK] ED25519 test vectors 28 29 - special va... [OK] ED25519 test vectors 29 30 - empty sign... [OK] ED25519 test vectors 30 31 - s missing. [OK] ED25519 test vectors 31 32 - signature ... [OK] ED25519 test vectors 32 33 - signature ... [OK] ED25519 test vectors 33 34 - include pk... [OK] ED25519 test vectors 34 35 - prepending... [OK] ED25519 test vectors 35 36 - prepending... [OK] ED25519 test vectors 36 37 - appending ... [OK] ED25519 test vectors 37 38 - removing 0... [OK] ED25519 test vectors 38 39 - removing 0... [OK] ED25519 test vectors 39 40 - removing l... [OK] ED25519 test vectors 40 41 - dropping b... [OK] ED25519 test vectors 41 42 - modified b... [OK] ED25519 test vectors 42 43 - modified b... [OK] ED25519 test vectors 43 44 - modified b... [OK] ED25519 test vectors 44 45 - modified b... [OK] ED25519 test vectors 45 46 - modified b... [OK] ED25519 test vectors 46 47 - modified b... [OK] ED25519 test vectors 47 48 - modified b... [OK] ED25519 test vectors 48 49 - modified b... [OK] ED25519 test vectors 49 50 - modified b... [OK] ED25519 test vectors 50 51 - modified b... [OK] ED25519 test vectors 51 52 - modified b... [OK] ED25519 test vectors 52 53 - modified b... [OK] ED25519 test vectors 53 54 - modified b... [OK] ED25519 test vectors 54 55 - modified b... [OK] ED25519 test vectors 55 56 - modified b... [OK] ED25519 test vectors 56 57 - modified b... [OK] ED25519 test vectors 57 58 - modified b... [OK] ED25519 test vectors 58 59 - modified b... [OK] ED25519 test vectors 59 60 - R==0. [OK] ED25519 test vectors 60 61 - invalid R. [OK] ED25519 test vectors 61 62 - all bits f... [OK] ED25519 test vectors 62 63 - checking m... [OK] ED25519 test vectors 63 64 - checking m... [OK] ED25519 test vectors 64 65 - checking m... [OK] ED25519 test vectors 65 66 - checking m... [OK] ED25519 test vectors 66 67 - checking m... [OK] ED25519 test vectors 67 68 - checking m... [OK] ED25519 test vectors 68 69 - checking m... [OK] ED25519 test vectors 69 70 - checking m... [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-jose... [OK] ED25519 test vectors 80 81 - draft-jose... [OK] ED25519 test vectors 81 82 - draft-jose... [OK] ED25519 test vectors 82 83 - draft-jose... [OK] ED25519 test vectors 83 84 - Random tes... [OK] ED25519 test vectors 84 85 - Random tes... [OK] ED25519 test vectors 85 86 - Random tes... [OK] ED25519 test vectors 86 87 - Random tes... [OK] ED25519 test vectors 87 88 - Random tes... [OK] ED25519 test vectors 88 89 - Random tes... [OK] ED25519 test vectors 89 90 - Random tes... [OK] ED25519 test vectors 90 91 - Random tes... [OK] ED25519 test vectors 91 92 - Random tes... [OK] ED25519 test vectors 92 93 - Random tes... [OK] ED25519 test vectors 93 94 - Random tes... [OK] ED25519 test vectors 94 95 - Random tes... [OK] ED25519 test vectors 95 96 - Random tes... [OK] ED25519 test vectors 96 97 - Random tes... [OK] ED25519 test vectors 97 98 - Random tes... [OK] ED25519 test vectors 98 99 - Random tes... [OK] ED25519 test vectors 99 100 - Random te... [OK] ED25519 test vectors 100 101 - Random te... [OK] ED25519 test vectors 101 102 - Random te... [OK] ED25519 test vectors 102 103 - Random te... [OK] ED25519 test vectors 103 104 - Random te... [OK] ED25519 test vectors 104 105 - Random te... [OK] ED25519 test vectors 105 106 - Random te... [OK] ED25519 test vectors 106 107 - Random te... [OK] ED25519 test vectors 107 108 - Random te... [OK] ED25519 test vectors 108 109 - Random te... [OK] ED25519 test vectors 109 110 - Random te... [OK] ED25519 test vectors 110 111 - Random te... [OK] ED25519 test vectors 111 112 - Test case... [OK] ED25519 test vectors 112 113 - Test case... [OK] ED25519 test vectors 113 114 - Test case... [OK] ED25519 test vectors 114 115 - Test case... [OK] ED25519 test vectors 115 116 - Test case... [OK] ED25519 test vectors 116 117 - regressio... [OK] ED25519 test vectors 117 118 - regressio... [OK] ED25519 test vectors 118 119 - regressio... [OK] ED25519 test vectors 119 120 - regressio... [OK] ED25519 test vectors 120 121 - regressio... [OK] ED25519 test vectors 121 122 - regressio... [OK] ED25519 test vectors 122 123 - regressio... [OK] ED25519 test vectors 123 124 - regressio... [OK] ED25519 test vectors 124 125 - regressio... [OK] ED25519 test vectors 125 126 - regressio... [OK] ED25519 test vectors 126 127 - regressio... [OK] ED25519 test vectors 127 128 - regressio... [OK] ED25519 test vectors 128 129 - regressio... [OK] ED25519 test vectors 129 130 - regressio... [OK] ED25519 test vectors 130 131 - regressio... [OK] ED25519 test vectors 131 132 - regressio... [OK] ED25519 test vectors 132 133 - regressio... [OK] ED25519 test vectors 133 134 - regressio... [OK] ED25519 test vectors 134 135 - regressio... [OK] ED25519 test vectors 135 136 - regressio... [OK] ED25519 test vectors 136 137 - regressio... [OK] ED25519 test vectors 137 138 - regressio... [OK] ED25519 test vectors 138 139 - regressio... [OK] ED25519 test vectors 139 140 - regressio... [OK] ED25519 test vectors 140 141 - regressio... [OK] ED25519 test vectors 141 142 - regressio... [OK] ED25519 test vectors 142 143 - regressio... [OK] ED25519 test vectors 143 144 - regressio... [OK] ED25519 test vectors 144 145 - regressio... Full test results in `~/src/_build/default/tests/_build/_tests/Wycheproof NIST curves'. Test Successful in 1.777s. 3502 tests run. (cd _build/default/tests && ./test_miou_entropy_collection.exe) reseeding: 000000 00c8 05cb 24cb 42cb 60cb 80cb a0cb c1cb ....$.B.`....... 000010 e4cb 07cc 08cc 09cc 0acc 0bcc 0ccc 0dcc ................ 000020 0ecc 0fcc 10cc 12cc 13cc 14cc 16cc 17cc ................ 000030 19cc 1acc 1ccc 1dcc 1fcc 21cc 22cc 24cc ..........!.".$. 000040 26cc 28cc 2acc 2ccc 2ecc 30cc 33cc 35cc &.(.*.,...0.3.5. 000050 38cc 3acc 3dcc 40cc 42cc 45cc 48cc 4bcc 8.:.=.@.B.E.H.K. 000060 4fcc 52cc 56cc 59cc 5dcc 61cc 65cc 69cc O.R.V.Y.].a.e.i. 000070 6dcc 72cc 76cc 7bcc 80cc 85cc 8acc 90cc m.r.v.{......... 000080 95cc 9bcc a1cc a8cc aecc b5cc bccc c3cc ................ 000090 cacc d2cc dacc e2cc ebcc f3cc fdcc 06cd ................ 0000a0 10cd 1acd 24cd 2fcd 3acd 46cd 52cd 5ecd ....$./.:.F.R.^. 0000b0 6bcd 78cd 86cd 94cd a3cd b2cd c2cd d2cd k.x............. 0000c0 e3cd f5cd 06ce 19ce 2cce 01c8 44ce 59ce ........,...D.Y. 0000d0 6fce 85ce 9cce b4ce cdce e6ce 01cf 1ccf o............... 0000e0 39cf 56cf 75cf 94cf b5cf d6cf f9cf 1dd0 9.V.u........... 0000f0 1fd0 21d0 22d0 24d0 26d0 28d0 2ad0 2cd0 ..!.".$.&.(.*.,. 000100 2ed0 30d0 33d0 35d0 38d0 3ad0 3dd0 40d0 ..0.3.5.8.:.=.@. 000110 42d0 45d0 48d0 4cd0 4fd0 52d0 56d0 59d0 B.E.H.L.O.R.V.Y. 000120 5dd0 61d0 65d0 69d0 6dd0 72d0 76d0 7bd0 ].a.e.i.m.r.v.{. 000130 80d0 85d0 8ad0 90d0 96d0 9bd0 a1d0 a8d0 ................ 000140 aed0 b5d0 bdd0 c4d0 cbd0 d4d0 dcd0 e4d0 ................ 000150 edd0 f6d0 ffd0 09d1 13d1 1dd1 27d1 32d1 ............'.2. 000160 3ed1 49d1 55d1 62d1 6fd1 7cd1 8ad1 99d1 >.I.U.b.o.|..... 000170 a7d1 b7d1 c8d1 d8d1 e9d1 fbd1 0dd2 20d2 .............. . 000180 34d2 48d2 5dd2 73d2 8ad2 a1d2 b9d2 d2d2 4.H.].s......... 000190 ecd2 06d3 02c8 26d3 43d3 61d3 80d3 a0d3 ......&.C.a..... 0001a0 c0d3 e2d3 05d4 06d4 07d4 08d4 09d4 0ad4 ................ 0001b0 0bd4 0cd4 0dd4 0ed4 0fd4 10d4 11d4 12d4 ................ 0001c0 14d4 15d4 16d4 17d4 19d4 1ad4 1cd4 1dd4 ................ 0001d0 1fd4 21d4 22d4 24d4 26d4 28d4 2ad4 2cd4 ..!.".$.&.(.*.,. 0001e0 2ed4 31d4 33d4 35d4 38d4 3ad4 3dd4 40d4 ..1.3.5.8.:.=.@. 0001f0 43d4 46d4 49d4 4cd4 4fd4 53d4 56d4 5ad4 C.F.I.L.O.S.V.Z. 000200 5dd4 61d4 65d4 69d4 6ed4 72d4 77d4 7cd4 ].a.e.i.n.r.w.|. 000210 81d4 86d4 8bd4 91d4 96d4 9cd4 a2d4 a8d4 ................ 000220 afd4 b6d4 bdd4 c4d4 cbd4 d3d4 dbd4 e3d4 ................ 000230 ecd4 f5d4 fed4 07d5 11d5 1bd5 26d5 31d5 ............&.1. 000240 3cd5 48d5 54d5 60d5 6dd5 7ad5 88d5 97d5 <.H.T.`.m.z..... 000250 a5d5 b5d5 c5d5 d5d5 e6d5 f8d5 0ad6 0380 ................ 000260 9b71 b1fb 2460 c01f a18a fbf2 1450 7148 .q..$`.......PqH 000270 3c22 b851 5443 bcbd 84a9 df01 2dfb 67ec <".QTC......-.g. 000280 74e5 121f c15a 8698 6a52 9280 d6e1 6853 t....Z..jR....hS 000290 c83c 60c3 76e1 6991 0d5e b4b7 9c59 75a7 .<`.v.i..^...Yu. 0002a0 b964 7685 9186 7af0 3d75 3786 1064 325f .dv...z.=u7..d2_ 0002b0 4bf0 c473 a65e 5d7e bc38 a3aa bb37 c37d K..s.^]~.8...7.} 0002c0 0dc1 1bae 3306 bdbe a5ad 6d89 8fb5 df23 ....3.....m....# 0002d0 618a 40b8 35a8 c0c6 6d20 8182 e1a3 25da a.@.5...m ....%. entropy sources: accumulate: (src: [0] getrandom) 5516 6368 521b e842 accumulate: (src: [0] getrandom) 02b7 8815 9000 b136 (cd _build/default/tests && ./test_entropy_collection.exe) reseeding: 000000 00c8 54d0 57d0 5ad0 5dd0 5fd0 61d0 63d0 ..T.W.Z.]._.a.c. 000010 65d0 67d0 69d0 6bd0 6dd0 70d0 72d0 74d0 e.g.i.k.m.p.r.t. 000020 76d0 79d0 7bd0 7ed0 80d0 83d0 85d0 88d0 v.y.{.~......... 000030 8bd0 8dd0 90d0 93d0 96d0 99d0 9bd0 9ed0 ................ 000040 a1d0 a4d0 a8d0 abd0 aed0 b1d0 b5d0 b8d0 ................ 000050 bbd0 bfd0 c2d0 c6d0 cad0 cdd0 d1d0 d5d0 ................ 000060 d9d0 ddd0 e1d0 e5d0 e9d0 edd0 f2d0 f6d0 ................ 000070 fad0 ffd0 03d1 08d1 0dd1 12d1 16d1 1bd1 ................ 000080 20d1 25d1 2bd1 30d1 35d1 3bd1 40d1 46d1 .%.+.0.5.;.@.F. 000090 4cd1 51d1 57d1 5dd1 63d1 6ad1 73d1 79d1 L.Q.W.].c.j.s.y. 0000a0 80d1 86d1 8dd1 94d1 9bd1 a2d1 a9d1 b0d1 ................ 0000b0 b8d1 bfd1 c7d1 cfd1 d7d1 dfd1 e7d1 efd1 ................ 0000c0 f8d1 00d2 09d2 12d2 1bd2 01c8 25d2 2fd2 ............%./. 0000d0 38d2 42d2 4bd2 55d2 5fd2 6ad2 74d2 7fd2 8.B.K.U._.j.t... 0000e0 89d2 94d2 9fd2 abd2 b6d2 c2d2 cdd2 d9d2 ................ 0000f0 e6d2 f2d2 ffd2 0bd3 18d3 25d3 33d3 41d3 ..........%.3.A. 000100 51d3 5fd3 6ed3 7cd3 8bd3 9ad3 a9d3 b9d3 Q._.n.|......... 000110 c9d3 d9d3 e9d3 f9d3 0ad4 0bd4 0bd4 0cd4 ................ 000120 0dd4 0ed4 0ed4 0fd4 10d4 10d4 11d4 12d4 ................ 000130 12d4 13d4 14d4 14d4 15d4 16d4 17d4 17d4 ................ 000140 18d4 19d4 1ad4 1bd4 1cd4 1cd4 1dd4 1ed4 ................ 000150 1fd4 20d4 21d4 22d4 23d4 24d4 25d4 26d4 .. .!.".#.$.%.&. 000160 27d4 28d4 29d4 2ad4 2bd4 2cd4 2dd4 2ed4 '.(.).*.+.,.-... 000170 2fd4 31d4 32d4 33d4 34d4 35d4 37d4 38d4 /.1.2.3.4.5.7.8. 000180 39d4 3bd4 3cd4 3dd4 3fd4 40d4 42d4 43d4 9.;.<.=.?.@.B.C. 000190 44d4 46d4 02c8 49d4 4bd4 4dd4 4ed4 50d4 D.F...I.K.M.N.P. 0001a0 52d4 54d4 56d4 57d4 59d4 5bd4 5dd4 5fd4 R.T.V.W.Y.[.]._. 0001b0 61d4 63d4 65d4 67d4 69d4 6cd4 6ed4 70d4 a.c.e.g.i.l.n.p. 0001c0 72d4 75d4 77d4 79d4 7cd4 7ed4 81d4 83d4 r.u.w.y.|.~..... 0001d0 86d4 88d4 8bd4 8ed4 91d4 93d4 96d4 99d4 ................ 0001e0 9cd4 9fd4 a2d4 a5d4 a8d4 abd4 afd4 b2d4 ................ 0001f0 b5d4 b9d4 bcd4 c0d4 c3d4 c7d4 cad4 ced4 ................ 000200 d2d4 d6d4 dad4 ded4 e2d4 e6d4 ead4 eed4 ................ 000210 f2d4 f7d4 fbd4 00d5 07d5 0cd5 11d5 15d5 ................ 000220 1ad5 1fd5 25d5 2ad5 2fd5 34d5 3ad5 42d5 ....%.*./.4.:.B. 000230 48d5 4dd5 53d5 59d5 5fd5 65d5 6cd5 72d5 H.M.S.Y._.e.l.r. 000240 78d5 a6d5 add5 b5d5 bcd5 c4d5 ccd5 d4d5 x............... 000250 dcd5 e4d5 ecd5 f4d5 fdd5 05d6 0ed6 03c8 ................ 000260 18d6 21d6 2ad6 33d6 3dd6 47d6 50d6 5ad6 ..!.*.3.=.G.P.Z. 000270 64d6 6fd6 79d6 84d6 8fd6 9ad6 a5d6 b0d6 d.o.y........... 000280 bcd6 c7d6 d3d6 dfd6 ecd6 f8d6 05d7 15d7 ................ 000290 22d7 31d7 3fd7 4dd7 5bd7 6ad7 78d7 87d7 ".1.?.M.[.j.x... 0002a0 96d7 a5d7 b5d7 c4d7 d4d7 e4d7 f5d7 06d8 ................ 0002b0 06d8 07d8 08d8 08d8 09d8 09d8 0ad8 0bd8 ................ 0002c0 0bd8 0cd8 0dd8 0dd8 0ed8 0fd8 0fd8 10d8 ................ 0002d0 11d8 11d8 12d8 13d8 13d8 14d8 15d8 16d8 ................ 0002e0 17d8 17d8 18d8 19d8 1ad8 1bd8 1bd8 1cd8 ................ 0002f0 1dd8 1ed8 1fd8 20d8 21d8 22d8 23d8 23d8 ...... .!.".#.#. 000300 24d8 25d8 26d8 27d8 28d8 29d8 2bd8 2cd8 $.%.&.'.(.).+.,. 000310 2dd8 2ed8 2fd8 30d8 31d8 33d8 34d8 35d8 -.../.0.1.3.4.5. 000320 36d8 37d8 39d8 3ad8 6.7.9.:. entropy sources: [0] timer accumulate: (src: [0] timer) 32f2 d58f (cd _build/default/tests && ./test_miou_rng.exe) 32 bit random number: 86c06af792fc466ab177851ff0552a5aa5465d64667b1856edf3610fa4761dd3 16 bit random number: 5c6c5821986308e9c92dcbe17a55ea7d (cd _build/default/tests && ./test_pk_runner.exe) ....................................................................................................................................................................................................................................................................................................................................................................... Ran: 359 tests in: 1.11 seconds. OK (cd _build/default/tests && ./test_entropy_collection_async.exe) reseeding: 000000 00c8 563d 5d3d 643d 6b3d 713d 783d 7e3d ..V=]=d=k=q=x=~= 000010 853d 8b3d 923d 993d a03d a73d af3d b63d .=.=.=.=.=.=.=.= 000020 be3d c53d cd3d d53d dd3d e53d ed3d f63d .=.=.=.=.=.=.=.= 000030 fe3d 073e 103e 193e 223e 2b3e 353e 3e3e .=.>.>.>">+>5>>> 000040 483e 523e 5c3e 663e 703e 7b3e 863e 903e H>R>\>f>p>{>.>.> 000050 9b3e a73e b23e be3e c93e d53e e23e ee3e .>.>.>.>.>.>.>.> 000060 fa3e 073f 143f 213f 2f3f 3c3f 4a3f 583f .>.?.?!?/?<?J?X? 000070 663f 753f 833f 923f a13f b13f c13f d03f f?u?.?.?.?.?.?.? 000080 e13f f13f 0240 0240 0340 0340 0440 0540 .?.?.@.@.@.@.@.@ 000090 0540 0640 0640 0740 0840 0840 0940 0940 .@.@.@.@.@.@.@.@ 0000a0 0a40 0b40 0b40 0c40 0d40 0e40 0e40 0f40 .@.@.@.@.@.@.@.@ 0000b0 1040 1040 1140 1240 1240 1340 1440 1540 .@.@.@.@.@.@.@.@ 0000c0 1540 1640 1740 1840 1940 01c8 1b40 1d40 .@.@.@.@.@...@.@ 0000d0 1e40 1f40 1f40 2040 2140 2240 2340 2440 .@.@.@ @!@"@#@$@ 0000e0 2540 2640 2740 2840 2940 2a40 2b40 2d40 %@&@'@(@)@*@+@-@ 0000f0 2e40 2f40 3040 3140 3340 3440 3540 3640 .@/@0@1@3@4@5@6@ 000100 3840 3940 3a40 3b40 3d40 3e40 4040 4140 8@9@:@;@=@>@@@A@ 000110 4340 4440 4640 4740 4940 4a40 4c40 4e40 C@D@F@G@I@J@L@N@ 000120 5040 5140 5340 5540 5740 5940 5b40 5d40 P@Q@S@U@W@Y@[@]@ 000130 5e40 6040 6340 6540 6740 6940 6b40 6d40 ^@`@c@e@g@i@k@m@ 000140 6f40 7240 7440 7640 7940 7b40 7e40 8040 o@r@t@v@y@{@~@.@ 000150 8340 8540 8840 8b40 8d40 9040 9340 9640 .@.@.@.@.@.@.@.@ 000160 9940 9c40 9f40 a240 a540 a840 ab40 ae40 .@.@.@.@.@.@.@.@ 000170 b240 b540 b840 bc40 bf40 c340 c740 ca40 .@.@.@.@.@.@.@.@ 000180 ce40 d240 d640 da40 de40 e240 e640 ea40 .@.@.@.@.@.@.@.@ 000190 ee40 f240 02c8 f840 fd40 0141 0641 0b41 .@.@...@.@.A.A.A 0001a0 0f41 1441 1941 1e41 2341 2841 2e41 3341 .A.A.A.A#A(A.A3A 0001b0 3841 3e41 4341 4941 4f41 5541 5b41 6141 8A>ACAIAOAUA[AaA 0001c0 6741 6d41 7441 7a41 8141 8741 8e41 9541 gAmAtAzA.A.A.A.A 0001d0 9c41 a341 aa41 b241 b941 c141 c841 d041 .A.A.A.A.A.A.A.A 0001e0 d841 e041 e841 f141 f941 0242 0a42 1342 .A.A.A.A.A.B.B.B 0001f0 1c42 2642 2f42 3842 4242 4c42 5642 6042 .B&B/B8BBBLBVB`B 000200 6a42 7442 7f42 8a42 9542 a042 ab42 b742 jBtB.B.B.B.B.B.B 000210 c242 ce42 da42 e642 f342 ff42 0c43 1943 .B.B.B.B.B.B.C.C 000220 2643 3443 4143 4f43 5c43 6b43 7943 8843 &C4CACOC\CkCyC.C 000230 9743 a643 b643 c643 d643 e643 f643 0744 .C.C.C.C.C.C.C.D 000240 0844 0844 0944 0944 0a44 0b44 0b44 0c44 .D.D.D.D.D.D.D.D 000250 0c44 0d44 0e44 0e44 0f44 1044 1044 0380 .D.D.D.D.D.D.D.. 000260 7644 7782 70f1 450d 089f b812 64c5 8686 vDw.p.E.....d... 000270 5b95 d3d8 9169 5f75 4f1b 9394 9ac0 5447 [....i_uO.....TG 000280 96f2 6084 f868 5970 a860 a293 e7d1 c963 ..`..hYp.`.....c 000290 d016 edf1 ef33 3fe0 18f8 da38 fdcf 2e92 .....3?....8.... 0002a0 671a fe73 a2f5 8888 dd36 5e47 ec80 14c3 g..s.....6^G.... 0002b0 6969 d6c5 158b d8aa af76 aa66 3418 1557 ii.......v.f4..W 0002c0 caee 549f 178b 7fda b55a cdd5 1dd1 5759 ..T......Z....WY 0002d0 c235 01eb be3a a952 4bc9 ab48 c4ae 56b2 .5...:.RK..H..V. entropy sources: [0] getrandom [1] timer accumulate: (src: [1] timer) a16d c590 accumulate: (src: [0] getrandom) 35e2 26a8 edb8 3fe1 accumulate: (src: [1] timer) d6e0 fc90 accumulate: (src: [1] timer) 2a57 4191 accumulate: (src: [1] timer) b395 8a91 accumulate: (src: [1] timer) e3d6 d391 accumulate: (src: [1] timer) 6713 1d92 accumulate: (src: [1] timer) 2e52 6692 accumulate: (src: [1] timer) c090 af92 accumulate: (src: [1] timer) 9bd2 e792 accumulate: (src: [1] timer) 2bc4 1d93 accumulate: (src: [1] timer) f116 3693 accumulate: (src: [1] timer) 6181 7a93 accumulate: (src: [1] timer) 74c2 c393 accumulate: (src: [1] timer) 2203 0d94 accumulate: (src: [1] timer) 6843 5694 accumulate: (src: [1] timer) a183 9f94 accumulate: (src: [1] timer) 1e17 c194 accumulate: (src: [1] timer) c054 0a95 accumulate: (src: [1] timer) 4c95 5395 accumulate: (src: [1] timer) 33d5 9c95 accumulate: (src: [1] timer) 2315 e695 accumulate: (src: [1] timer) 6b57 2f96 accumulate: (src: [1] timer) 549d 7896 accumulate: (src: [1] timer) bd59 ae96 accumulate: (src: [1] timer) dc3e eb96 accumulate: (src: [1] timer) 5f8b 3397 accumulate: (src: [1] timer) f831 7497 accumulate: (src: [1] timer) 8bca 9e97 accumulate: (src: [1] timer) d9b6 e697 accumulate: (src: [1] timer) 35b2 2f98 accumulate: (src: [1] timer) 95b3 7698 accumulate: (src: [1] timer) abfc bf98 accumulate: (src: [1] timer) 9951 0599 accumulate: (src: [1] timer) 133c 2899 accumulate: (src: [1] timer) 4095 5b99 accumulate: (src: [1] timer) ed00 7699 accumulate: (src: [1] timer) 0201 ba99 accumulate: (src: [1] timer) 22f1 039a accumulate: (src: [1] timer) fb60 549a accumulate: (src: [1] timer) d805 9c9a accumulate: (src: [1] timer) fb70 e49a accumulate: (src: [1] timer) 85e8 2c9b accumulate: (src: [1] timer) 3c31 769b accumulate: (src: [1] timer) 70b5 a49b accumulate: (src: [1] timer) e183 e79b accumulate: (src: [1] timer) b937 0d9c accumulate: (src: [1] timer) a031 4c9c accumulate: (src: [1] timer) 508c 909c accumulate: (src: [1] timer) 93d2 b69c accumulate: (src: [1] timer) d9a2 019d accumulate: (src: [1] timer) 67f2 4a9d accumulate: (src: [1] timer) 3938 949d accumulate: (src: [1] timer) 367d dd9d accumulate: (src: [1] timer) 1444 139e accumulate: (src: [1] timer) 5f5f 2e9e accumulate: (src: [1] timer) c39e 769e accumulate: (src: [1] timer) bc49 939e accumulate: (src: [1] timer) fbe1 d79e accumulate: (src: [1] timer) 8729 089f accumulate: (src: [1] timer) b769 479f accumulate: (src: [0] getrandom) d361 2b55 6ae0 6d5b "/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2024-12-10 13:13.46: Job failed: Failed: Build failed