diff --git a/build/bind/build.sh b/build/bind/build.sh index 8708a8b95a..97e202faf6 100755 --- a/build/bind/build.sh +++ b/build/bind/build.sh @@ -18,12 +18,12 @@ . ../../lib/build.sh PROG=bind -VER=9.18.30 +VER=9.18.31 PKG=network/dns/bind SUMMARY="BIND DNS tools" DESC="Client utilities for DNS lookups" -LIBUVVER=1.49.1 +LIBUVVER=1.49.2 XFORM_ARGS+=" -DLIBUV=$LIBUVVER" # This package ships private shared libraries in $PREFIX/lib/dns that are only diff --git a/build/curl/build.sh b/build/curl/build.sh index bb96585a1e..6b434ccbfd 100755 --- a/build/curl/build.sh +++ b/build/curl/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=curl -VER=8.10.1 +VER=8.11.0 PKG=web/curl SUMMARY="Command line tool for transferring data with URL syntax" DESC="Curl is a command line tool for transferring data with URL syntax, " diff --git a/build/curl/testsuite.log b/build/curl/testsuite.log index 3ddf93bea2..a288d637a6 100644 --- a/build/curl/testsuite.log +++ b/build/curl/testsuite.log @@ -1,3 +1,3 @@ -TESTDONE: 1728 tests were considered during 543 seconds. -TESTDONE: 1392 tests out of 1393 reported OK: 99% +TESTDONE: 1739 tests were considered during 629 seconds. +TESTDONE: 1430 tests out of 1431 reported OK: 99% TESTFAIL: These test cases failed: 1004 diff --git a/build/expat/build.sh b/build/expat/build.sh index 0cc62df41c..0b1cd541e3 100755 --- a/build/expat/build.sh +++ b/build/expat/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=expat -VER=2.6.3 +VER=2.6.4 PKG=library/expat SUMMARY="XML parser library" DESC="Fast streaming XML parser written in C" @@ -40,7 +40,6 @@ PKGDIFF_HELPER=" init download_source $PROG $PROG $VER patch_source -run_inbuild ./buildconf.sh prep_build autoconf -oot build -multi run_testsuite check diff --git a/build/expat/patches/no_link_libm.patch b/build/expat/patches/no_link_libm.patch index 8653d0c1be..e24a09ee39 100644 --- a/build/expat/patches/no_link_libm.patch +++ b/build/expat/patches/no_link_libm.patch @@ -1,7 +1,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/m4/libtool.m4 a/m4/libtool.m4 --- a~/m4/libtool.m4 1970-01-01 00:00:00 +++ a/m4/libtool.m4 1970-01-01 00:00:00 -@@ -3882,7 +3882,7 @@ case $host in +@@ -3924,7 +3924,7 @@ case $host in AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) diff --git a/build/fio/build.sh b/build/fio/build.sh index d7e38a0e3c..aeace4661a 100755 --- a/build/fio/build.sh +++ b/build/fio/build.sh @@ -21,7 +21,7 @@ . ../../lib/build.sh PROG=fio -VER=3.37 +VER=3.38 PKG=system/test/fio SUMMARY="Flexible IO Tester" DESC="A tool that is able to simulate a given I/O workload" diff --git a/build/fio/patches/Makefile.patch b/build/fio/patches/Makefile.patch index 8b39f61f9c..697a68ffff 100644 --- a/build/fio/patches/Makefile.patch +++ b/build/fio/patches/Makefile.patch @@ -1,7 +1,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/Makefile a/Makefile --- a~/Makefile 1970-01-01 00:00:00 +++ a/Makefile 1970-01-01 00:00:00 -@@ -500,11 +500,11 @@ endif +@@ -477,11 +477,11 @@ endif endif ifeq ($(CONFIG_TARGET_OS), SunOS) @@ -15,7 +15,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/Makefile a/Makefile bindir = $(prefix)/bin libdir = $(prefix)/lib/fio -@@ -512,7 +512,7 @@ ifeq ($(CONFIG_TARGET_OS), Darwin) +@@ -489,7 +489,7 @@ ifeq ($(CONFIG_TARGET_OS), Darwin) mandir = /usr/share/man sharedir = /usr/share/fio else diff --git a/build/fio/patches/libraries.patch b/build/fio/patches/libraries.patch index ed80572a03..0f8df98a3d 100644 --- a/build/fio/patches/libraries.patch +++ b/build/fio/patches/libraries.patch @@ -4,7 +4,7 @@ Prevent unecessary linking with old filter libraries. diff -wpruN --no-dereference '--exclude=*.orig' a~/Makefile a/Makefile --- a~/Makefile 1970-01-01 00:00:00 +++ a/Makefile 1970-01-01 00:00:00 -@@ -260,7 +260,7 @@ endif +@@ -237,7 +237,7 @@ endif LDFLAGS += -rdynamic endif ifeq ($(CONFIG_TARGET_OS), SunOS) @@ -16,7 +16,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/Makefile a/Makefile diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure --- a~/configure 1970-01-01 00:00:00 +++ a/configure 1970-01-01 00:00:00 -@@ -921,7 +921,7 @@ int main(void) +@@ -926,7 +926,7 @@ int main(void) EOF if compile_prog "" "-laio" "solarisaio" ; then solaris_aio=yes diff --git a/build/git/build.sh b/build/git/build.sh index a69196ee1e..2817f0b33d 100755 --- a/build/git/build.sh +++ b/build/git/build.sh @@ -19,7 +19,7 @@ . ../../lib/build.sh PROG=git -VER=2.46.2 +VER=2.47.0 PKG=developer/versioning/git SUMMARY="$PROG - distributed version control system" DESC="Git is a free and open source distributed version control system " diff --git a/build/git/testsuite.log b/build/git/testsuite.log index 1c800f3d2d..16ca82c425 100644 --- a/build/git/testsuite.log +++ b/build/git/testsuite.log @@ -3,7 +3,7 @@ *** t0000-basic.sh *** # passed all 92 test(s) *** t0001-init.sh *** -# passed all 78 test(s) +# passed all 91 test(s) *** t0002-gitfile.sh *** # passed all 14 test(s) *** t0003-attributes.sh *** @@ -20,8 +20,6 @@ # passed all 397 test(s) *** t0010-racy-git.sh *** # passed all 10 test(s) -*** t0011-hashmap.sh *** -# passed all 14 test(s) *** t0012-help.sh *** # passed all 174 test(s) *** t0013-sha1dc.sh *** @@ -55,8 +53,6 @@ *** t0029-core-unsetenvvars.sh *** *** t0030-stripspace.sh *** # passed all 30 test(s) -*** t0032-reftable-unittest.sh *** -# passed all 1 test(s) *** t0033-safe-directory.sh *** # passed all 22 test(s) *** t0034-root-safe-directory.sh *** @@ -83,8 +79,6 @@ # passed all 2 test(s) *** t0063-string-list.sh *** # passed all 14 test(s) -*** t0064-oid-array.sh *** -# passed all 9 test(s) *** t0066-dir-iterator.sh *** # passed all 10 test(s) *** t0067-parse_pathspec_file.sh *** @@ -111,8 +105,6 @@ # passed all 6 test(s) *** t0101-at-syntax.sh *** # passed all 8 test(s) -*** t0110-urlmatch-normalization.sh *** -# passed all 11 test(s) *** t0200-gettext-basic.sh *** # lib-gettext: Found 'is_IS.UTF-8' as an is_IS UTF-8 locale # lib-gettext: Found 'is_IS.ISO8859-1' as an is_IS ISO-8859-1 locale @@ -145,6 +137,6 @@ not ok 6 - gettext: Fetching a UTF-8 msgid -> ISO-8859-1 # grep "$(echo tvöfaldar | iconv -f UTF-8 -t ISO8859-1)" actual # # failed 2 among 8 test(s) -make[2]: *** [Makefile:75: t0204-gettext-reencode-sanity.sh] Error 1 -make[1]: *** [Makefile:62: test] Error 2 -make: *** [Makefile:3235: test] Error 2 +make[2]: *** [Makefile:77: t0204-gettext-reencode-sanity.sh] Error 1 +make[1]: *** [Makefile:63: test] Error 2 +make: *** [Makefile:3273: test] Error 2 diff --git a/build/glib/build.sh b/build/glib/build.sh index 1fb63ca7a6..ae0edfb8f6 100755 --- a/build/glib/build.sh +++ b/build/glib/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=glib -VER=2.82.1 +VER=2.82.2 PKG=library/glib2 SUMMARY="GNOME utility library" DESC="The GNOME general-purpose utility library" diff --git a/build/glib/testsuite.log b/build/glib/testsuite.log index 84b91e7480..834cdc429d 100644 --- a/build/glib/testsuite.log +++ b/build/glib/testsuite.log @@ -226,7 +226,7 @@ glib:glib+core / types OK 1 su glib:glib+core / unicode OK 38 subtests passed glib:glib+core / unicode-encoding ERROR killed by signal 6 SIGABRT glib:glib+core / unicode-normalize OK 3 subtests passed -glib:glib+core / unix ERROR killed by signal 11 SIGSEGV +glib:glib+core / unix OK 20 subtests passed glib:glib+core / uri OK 24 subtests passed glib:glib+core / utf8-misc OK 7 subtests passed glib:glib+core / utf8-performance OK 36 subtests passed @@ -355,15 +355,14 @@ glib:glib+core / mapping ERROR k glib:glib+core / string ERROR killed by signal 6 SIGABRT glib:glib+core / unicode-encoding ERROR killed by signal 6 SIGABRT glib:glib+core / gutils-user-database ERROR killed by signal 5 SIGTRAP -glib:glib+core / unix ERROR killed by signal 11 SIGSEGV glib:gio / converter-stream ERROR killed by signal 11 SIGSEGV glib:gio / appmonitor ERROR killed by signal 6 SIGABRT glib:gio / unix-mounts ERROR killed by signal 6 SIGABRT glib:gio / gsettings ERROR killed by signal 5 SIGTRAP -Ok: 333 +Ok: 334 Expected Fail: 0 -Fail: 10 +Fail: 9 Unexpected Pass: 0 Skipped: 6 Timeout: 0 diff --git a/build/less/build.sh b/build/less/build.sh index d9bf9629eb..eb06ec7a8b 100755 --- a/build/less/build.sh +++ b/build/less/build.sh @@ -26,7 +26,7 @@ . ../../lib/build.sh PROG=less -VER=661 +VER=668 PKG=text/less SUMMARY="less - paginator" DESC="A program similar to more, but which allows backward movement " diff --git a/build/liboqs/build.sh b/build/liboqs/build.sh index 537b56ff1e..5489a74437 100755 --- a/build/liboqs/build.sh +++ b/build/liboqs/build.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=liboqs -VER=0.10.1 +VER=0.11.0 PKG=library/security/liboqs SUMMARY="$PROG" DESC="An open source C library for quantum-safe cryptographic algorithms" diff --git a/build/liboqs/patches/series b/build/liboqs/patches/series index c83054c7bd..209d4432b6 100644 --- a/build/liboqs/patches/series +++ b/build/liboqs/patches/series @@ -1 +1,2 @@ system-processor.patch +testsuite.patch diff --git a/build/liboqs/patches/testsuite.patch b/build/liboqs/patches/testsuite.patch new file mode 100644 index 0000000000..49aa5a60cf --- /dev/null +++ b/build/liboqs/patches/testsuite.patch @@ -0,0 +1,64 @@ +From a5528768a1e7a254707bad1b54d8e2f65c9490d2 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Iy=C3=A1n?= +Date: Fri, 27 Sep 2024 21:10:33 +0200 +Subject: [PATCH] Remove hardcoded build patch from test script (#1938) +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +If a user has passed a custom build path to cmake, and then calls for +example `ninja -C run_tests`, the script +test_acvp_vectors.py fails due to having "build" harcoded in the calls. + +Instead, let's use `helpers.get_current_build_dir_name()` to get the build +path and use that instead. This is already done in other scripts (e.g., +test_binary.py) + +Signed-off-by: Iyán Méndez Veiga +--- + tests/test_acvp_vectors.py | 15 +++++++++------ + 1 file changed, 9 insertions(+), 6 deletions(-) + +diff --git a/tests/test_acvp_vectors.py b/tests/test_acvp_vectors.py +index 4eee4b810..ddd64003c 100644 +--- a/tests/test_acvp_vectors.py ++++ b/tests/test_acvp_vectors.py +@@ -36,9 +36,10 @@ def test_acvp_vec_kem_keygen(kem_name): + z = testCase["z"] + pk = testCase["ek"] + sk = testCase["dk"] +- ++ ++ build_dir = helpers.get_current_build_dir_name() + helpers.run_subprocess( +- ['build/tests/vectors_kem', kem_name, "keyGen", d+z, pk, sk] ++ [f'{build_dir}/tests/vectors_kem', kem_name, "keyGen", d+z, pk, sk] + ) + + assert(variantFound == True) +@@ -66,9 +67,10 @@ def test_acvp_vec_kem_encdec_aft(kem_name): + #expected results + k = testCase["k"] + c = testCase["c"] +- ++ ++ build_dir = helpers.get_current_build_dir_name() + helpers.run_subprocess( +- ['build/tests/vectors_kem', kem_name, "encDecAFT", m, pk, k, c] ++ [f'{build_dir}/tests/vectors_kem', kem_name, "encDecAFT", m, pk, k, c] + ) + + assert(variantFound == True) +@@ -94,9 +96,10 @@ def test_acvp_vec_kem_encdec_val(kem_name): + c = testCase["c"] + #expected results + k = testCase["k"] +- ++ ++ build_dir = helpers.get_current_build_dir_name() + helpers.run_subprocess( +- ['build/tests/vectors_kem', kem_name, "encDecVAL", sk, k, c] ++ [f'{build_dir}/tests/vectors_kem', kem_name, "encDecVAL", sk, k, c] + ) + + assert(variantFound == True) diff --git a/build/liboqs/testsuite.log b/build/liboqs/testsuite.log index 13bd2e54de..fee748f2a8 100644 --- a/build/liboqs/testsuite.log +++ b/build/liboqs/testsuite.log @@ -1,1183 +1,2099 @@ -[0/1] cd /data/omnios-build/omniosorg/bloody/_build/liboqs-0.10.1/liboqs-0.10.1 && /opt/ooce/bin/cmake -E env OQS_BUILD_DIR=/data/omnios-build/omniosorg/bloody/_build/liboqs-0.10.1/liboqs-0.10.1-build/build.amd64 python3 -m pytest --verbose --numprocesses=auto --ignore=scripts/copy_from_upstream/repos --ignore=tests/test_kat_all.py +[0/1] cd /data/omnios-build/omniosorg/bloody/_build/liboqs-0.11.0/liboqs-0.11.0 && /opt/ooce/bin/cmake -E env OQS_BUILD_DIR=/data/omnios-build/omniosorg/bloody/_build/liboqs-0.11.0/liboqs-0.11.0-build/build.amd64 python3 -m pytest --verbose --numprocesses=auto --ignore=scripts/copy_from_upstream/repos --ignore=tests/test_kat_all.py ============================= test session starts ============================== -platform sunos5 -- Python 3.12.4, pytest-8.2.2, pluggy-1.5.0 -- /usr/bin/python3 +platform sunos5 -- Python 3.12.7, pytest-8.3.3, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache -rootdir: /data/omnios-build/omniosorg/bloody/_build/liboqs-0.10.1/liboqs-0.10.1 +rootdir: /data/omnios-build/omniosorg/bloody/_build/liboqs-0.11.0/liboqs-0.11.0 plugins: xdist-3.6.1 created: 16/16 workers -16 workers [585 items] +16 workers [1043 items] scheduling tests via LoadScheduling -tests/test_alg_info.py::test_alg_info_kem[BIKE-L1] -tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-192s-simple] -tests/test_cmdline.py::test_kem[BIKE-L5] -tests/test_cmdline.py::test_kem[Classic-McEliece-8192128] -tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-192f-simple] -tests/test_code_conventions.py::test_datasheet_kem[Kyber768] -tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-640-SHAKE] -tests/test_alg_info.py::test_alg_info_sig[ML-DSA-44] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Kyber512] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-460896f] +[gw4] [ 0%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-460896f] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-6688128] +[gw4] [ 0%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-6688128] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-6688128f] +[gw1] [ 0%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Kyber512] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Kyber768] +[gw4] [ 0%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-6688128f] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-6960119] +tests/test_alg_info.py::test_alg_info_sig[cross-rsdpg-256-fast] tests/test_cmdline.py::test_kem[FrodoKEM-976-SHAKE] -tests/test_cmdline.py::test_sig[ML-DSA-65] -tests/test_alg_info.py::test_alg_info_kem[Kyber1024] +tests/test_cmdline.py::test_kem[Classic-McEliece-6960119f] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[BIKE-L1] +[gw0] [ 0%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[BIKE-L1] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[BIKE-L3] +[gw0] [ 0%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[BIKE-L3] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[BIKE-L5] +[gw4] [ 0%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-6960119] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-6960119f] +[gw1] [ 0%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Kyber768] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Kyber1024] +[gw0] [ 0%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[BIKE-L5] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-348864] +[gw2] [ 0%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-348864] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-348864f] +[gw2] [ 1%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-348864f] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-460896] +[gw2] [ 1%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-460896] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-460896f] +[gw2] [ 1%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-460896f] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-6688128] +[gw2] [ 1%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-6688128] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-6688128f] +[gw2] [ 1%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-6688128f] +[gw4] [ 1%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-6960119f] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-8192128] +[gw4] [ 1%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-8192128] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[sntrup761] +[gw5] [ 1%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[sntrup761] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[FrodoKEM-640-AES] +[gw5] [ 1%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[FrodoKEM-640-AES] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[FrodoKEM-640-SHAKE] +[gw5] [ 1%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[FrodoKEM-640-SHAKE] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[FrodoKEM-976-AES] +[gw5] [ 2%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[FrodoKEM-976-AES] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[FrodoKEM-976-SHAKE] +[gw5] [ 2%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[FrodoKEM-976-SHAKE] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[FrodoKEM-1344-AES] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-6960119] +tests/test_alg_info.py::test_alg_info_sig[cross-rsdp-128-balanced] +tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-6960119f] +tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdpg-192-balanced] +tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-976-SHAKE] +tests/test_acvp_vectors.py::test_vectors_sig[Falcon-512] tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-128f-simple] -tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-256s-simple] -tests/test_cmdline.py::test_kem[ML-KEM-512] -tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-6960119] -tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-6688128f] -[gw15] [ 0%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Kyber768] -tests/test_code_conventions.py::test_datasheet_kem[Kyber1024] -[gw14] [ 0%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-6688128f] -tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-6960119] -[gw11] [ 0%] PASSED tests/test_cmdline.py::test_sig[ML-DSA-65] -tests/test_cmdline.py::test_sig[ML-DSA-87-ipd] -[gw9] [ 0%] PASSED tests/test_cmdline.py::test_kem[ML-KEM-512] -tests/test_cmdline.py::test_kem[ML-KEM-768-ipd] -[gw7] [ 0%] PASSED tests/test_cmdline.py::test_kem[BIKE-L5] -tests/test_cmdline.py::test_kem[Classic-McEliece-348864] -[gw10] [ 1%] PASSED tests/test_cmdline.py::test_kem[FrodoKEM-976-SHAKE] -[gw15] [ 1%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Kyber1024] -tests/test_code_conventions.py::test_datasheet_kem[ML-KEM-512-ipd] +tests/test_acvp_vectors.py::test_vectors_sig[MAYO-1] +[gw5] [ 2%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[FrodoKEM-1344-AES] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[FrodoKEM-1344-SHAKE] +[gw5] [ 2%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[FrodoKEM-1344-SHAKE] +tests/test_acvp_vectors.py::test_vectors_sig[Dilithium2] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[ML-KEM-512] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-8192128f] +[gw4] [ 2%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-8192128f] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[HQC-128] +[gw4] [ 2%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[HQC-128] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[HQC-192] +[gw4] [ 2%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[HQC-192] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[HQC-256] +[gw4] [ 2%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[HQC-256] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Kyber512] +[gw4] [ 2%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Kyber512] +[gw1] [ 2%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Kyber1024] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[ML-KEM-512] +[gw8] [ 2%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdpg-192-balanced] +[gw6] [ 3%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[Falcon-512] +[gw2] [ 3%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-6960119] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-6960119f] +[gw2] [ 3%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-6960119f] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-8192128] +[gw2] [ 3%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-8192128] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-8192128f] +[gw2] [ 3%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Classic-McEliece-8192128f] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[HQC-128] +[gw2] [ 3%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[HQC-128] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[HQC-192] +[gw2] [ 3%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[HQC-192] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[HQC-256] +[gw2] [ 3%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[HQC-256] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Kyber512] +[gw2] [ 3%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Kyber512] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Kyber768] +[gw7] [ 3%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[MAYO-1] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Kyber768] +[gw4] [ 4%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Kyber768] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Kyber1024] +[gw4] [ 4%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Kyber1024] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[ML-KEM-512] +tests/test_acvp_vectors.py::test_vectors_sig[MAYO-2] +[gw2] [ 4%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Kyber768] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Kyber1024] +[gw2] [ 4%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[Kyber1024] +tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-128f-simple] +tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdpg-192-fast] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-348864] +[gw0] [ 4%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-348864] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-348864f] +[gw0] [ 4%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-348864f] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-460896] +[gw0] [ 4%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-460896] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-460896f] +[gw0] [ 4%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-460896f] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-6688128] +[gw0] [ 4%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-6688128] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-6688128f] +[gw0] [ 4%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-6688128f] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-6960119] +[gw5] [ 4%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[Dilithium2] +tests/test_acvp_vectors.py::test_vectors_sig[Falcon-1024] +[gw0] [ 5%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-6960119] +tests/test_acvp_vectors.py::test_vectors_sig[Dilithium3] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-6960119f] +[gw0] [ 5%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-6960119f] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-8192128] +[gw0] [ 5%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-8192128] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-8192128f] +[gw0] [ 5%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[Classic-McEliece-8192128f] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[HQC-128] +[gw0] [ 5%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[HQC-128] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[HQC-192] +[gw0] [ 5%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[HQC-192] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[HQC-256] +[gw0] [ 5%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[HQC-256] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE_20_256] +[gw15] [ 5%] PASSED tests/test_cmdline.py::test_kem[FrodoKEM-976-SHAKE] +[gw8] [ 5%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdpg-192-fast] +[gw7] [ 5%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[MAYO-2] +[gw6] [ 6%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[Falcon-1024] tests/test_cmdline.py::test_kem[FrodoKEM-1344-AES] -[gw14] [ 1%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-6960119] -[gw11] [ 1%] PASSED tests/test_cmdline.py::test_sig[ML-DSA-87-ipd] -tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-6960119f] -[gw9] [ 1%] PASSED tests/test_cmdline.py::test_kem[ML-KEM-768-ipd] -tests/test_cmdline.py::test_sig[ML-DSA-87] -tests/test_cmdline.py::test_kem[ML-KEM-768] -[gw0] [ 1%] PASSED tests/test_alg_info.py::test_alg_info_kem[BIKE-L1] -tests/test_alg_info.py::test_alg_info_kem[BIKE-L3] -[gw15] [ 2%] PASSED tests/test_code_conventions.py::test_datasheet_kem[ML-KEM-512-ipd] -tests/test_code_conventions.py::test_datasheet_kem[ML-KEM-512] -[gw14] [ 2%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-6960119f] -tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-8192128] -[gw10] [ 2%] PASSED tests/test_cmdline.py::test_kem[FrodoKEM-1344-AES] +tests/test_acvp_vectors.py::test_vectors_sig[Falcon-padded-512] +tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdpg-192-small] +[gw0] [ 6%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE_20_256] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHA2_10_512] +[gw0] [ 6%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHA2_10_512] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHA2_16_512] +[gw0] [ 6%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHA2_16_512] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHA2_20_512] +tests/test_acvp_vectors.py::test_vectors_sig[MAYO-3] +[gw0] [ 6%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHA2_20_512] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE_10_512] +[gw0] [ 6%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE_10_512] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE_16_512] +[gw0] [ 6%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE_16_512] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE_20_512] +[gw5] [ 6%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[Dilithium3] +tests/test_acvp_vectors.py::test_vectors_sig[Dilithium5] +[gw0] [ 6%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE_20_512] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHA2_10_192] +[gw0] [ 6%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHA2_10_192] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHA2_16_192] +[gw0] [ 6%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHA2_16_192] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHA2_20_192] +[gw0] [ 7%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHA2_20_192] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE256_10_192] +[gw0] [ 7%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE256_10_192] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE256_16_192] +[gw8] [ 7%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdpg-192-small] +tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdpg-256-balanced] +[gw6] [ 7%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[Falcon-padded-512] +tests/test_acvp_vectors.py::test_vectors_sig[Falcon-padded-1024] +[gw7] [ 7%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[MAYO-3] +tests/test_acvp_vectors.py::test_vectors_sig[MAYO-5] +[gw15] [ 7%] PASSED tests/test_cmdline.py::test_kem[FrodoKEM-1344-AES] tests/test_cmdline.py::test_kem[FrodoKEM-1344-SHAKE] -[gw9] [ 2%] PASSED tests/test_cmdline.py::test_kem[ML-KEM-768] -[gw4] [ 2%] PASSED tests/test_alg_info.py::test_alg_info_sig[ML-DSA-44] -tests/test_alg_info.py::test_alg_info_sig[ML-DSA-65-ipd] -[gw2] [ 2%] PASSED tests/test_alg_info.py::test_alg_info_kem[Kyber1024] -tests/test_alg_info.py::test_alg_info_kem[ML-KEM-512-ipd] -[gw5] [ 3%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-128f-simple] -tests/test_cmdline.py::test_kem[ML-KEM-1024-ipd] -[gw1] [ 3%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-6960119] -tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-6960119f] +[gw5] [ 7%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[Dilithium5] +[gw0] [ 7%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE256_16_192] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE256_20_192] +[gw0] [ 7%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE256_20_192] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE256_10_256] +[gw0] [ 7%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE256_10_256] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE256_16_256] +[gw0] [ 8%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE256_16_256] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE256_20_256] +[gw0] [ 8%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE256_20_256] +tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHA2_20/2_256] +[gw0] [ 8%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHA2_20/2_256] +tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHA2_20/4_256] +[gw0] [ 8%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHA2_20/4_256] +tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHA2_40/2_256] +tests/test_acvp_vectors.py::test_vectors_sig[ML-DSA-44-ipd] +[gw0] [ 8%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHA2_40/2_256] +tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHA2_40/4_256] +[gw0] [ 8%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHA2_40/4_256] +tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHA2_40/8_256] +[gw0] [ 8%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHA2_40/8_256] +tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHA2_60/3_256] +[gw6] [ 8%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[Falcon-padded-1024] +[gw0] [ 8%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHA2_60/3_256] +tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHA2_60/6_256] +tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHA2-128f-simple] +[gw8] [ 8%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdpg-256-balanced] +tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdpg-256-fast] +[gw0] [ 9%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHA2_60/6_256] +tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHA2_60/12_256] +[gw0] [ 9%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHA2_60/12_256] +tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHAKE_20/2_256] +[gw0] [ 9%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHAKE_20/2_256] +tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHAKE_20/4_256] +[gw7] [ 9%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[MAYO-5] +tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdp-128-balanced] +[gw0] [ 9%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHAKE_20/4_256] +tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHAKE_40/2_256] +[gw0] [ 9%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHAKE_40/2_256] +tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHAKE_40/4_256] +[gw0] [ 9%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHAKE_40/4_256] +tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHAKE_40/8_256] +[gw0] [ 9%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHAKE_40/8_256] +tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHAKE_60/3_256] +[gw0] [ 9%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHAKE_60/3_256] +tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHAKE_60/6_256] +[gw0] [ 9%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHAKE_60/6_256] +tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHAKE_60/12_256] +[gw0] [ 9%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSSMT-SHAKE_60/12_256] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H5_W1] +[gw0] [ 10%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H5_W1] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H5_W2] +[gw10] [ 10%] PASSED tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-976-SHAKE] +tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-1344-AES] +[gw0] [ 10%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H5_W2] +[gw6] [ 10%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHA2-128f-simple] +tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHA2-128s-simple] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H5_W4] +[gw8] [ 10%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdpg-256-fast] +tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdpg-256-small] +[gw0] [ 10%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H5_W4] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H5_W8] +[gw7] [ 10%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdp-128-balanced] +[gw0] [ 10%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H5_W8] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H10_W1] +[gw0] [ 10%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H10_W1] +[gw2] [ 10%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-128f-simple] +tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdp-128-fast] +tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-128s-simple] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H10_W2] +[gw0] [ 11%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H10_W2] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H10_W4] +[gw0] [ 11%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H10_W4] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H10_W8] +[gw11] [ 11%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-128f-simple] +[gw0] [ 11%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H10_W8] +[gw9] [ 11%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-6960119f] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H15_W1] +[gw0] [ 11%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H15_W1] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H15_W2] +[gw0] [ 11%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H15_W2] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H15_W4] +[gw0] [ 11%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H15_W4] +tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-8192128] tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-128s-simple] -[gw11] [ 3%] PASSED tests/test_cmdline.py::test_sig[ML-DSA-87] -tests/test_cmdline.py::test_sig[Falcon-512] -[gw3] [ 3%] PASSED tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-640-SHAKE] -tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-976-AES] -[gw9] [ 3%] PASSED tests/test_cmdline.py::test_kem[ML-KEM-1024-ipd] -tests/test_cmdline.py::test_kem[ML-KEM-1024] -[gw14] [ 3%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-8192128] -tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-8192128f] -[gw15] [ 4%] PASSED tests/test_code_conventions.py::test_datasheet_kem[ML-KEM-512] -tests/test_code_conventions.py::test_datasheet_kem[ML-KEM-768-ipd] -[gw6] [ 4%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-192s-simple] -tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-256f-simple] -[gw14] [ 4%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-8192128f] -tests/test_code_conventions.py::test_datasheet_kem[HQC-128] -[gw9] [ 4%] PASSED tests/test_cmdline.py::test_kem[ML-KEM-1024] -[gw12] [ 4%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-192f-simple] -tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-192s-simple] -[gw11] [ 4%] PASSED tests/test_cmdline.py::test_sig[Falcon-512] -tests/test_cmdline.py::test_sig[Falcon-1024] -tests/test_cmdline.py::test_kem[sntrup761] -[gw14] [ 5%] PASSED tests/test_code_conventions.py::test_datasheet_kem[HQC-128] -tests/test_code_conventions.py::test_datasheet_kem[HQC-192] -[gw15] [ 5%] PASSED tests/test_code_conventions.py::test_datasheet_kem[ML-KEM-768-ipd] -tests/test_code_conventions.py::test_datasheet_kem[ML-KEM-768] -[gw10] [ 5%] PASSED tests/test_cmdline.py::test_kem[FrodoKEM-1344-SHAKE] -[gw0] [ 5%] PASSED tests/test_alg_info.py::test_alg_info_kem[BIKE-L3] -tests/test_alg_info.py::test_alg_info_kem[BIKE-L5] -[gw15] [ 5%] PASSED tests/test_code_conventions.py::test_datasheet_kem[ML-KEM-768] -tests/test_code_conventions.py::test_datasheet_kem[ML-KEM-1024-ipd] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H15_W8] +[gw0] [ 11%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H15_W8] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H20_W1] +[gw6] [ 11%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHA2-128s-simple] +tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHA2-192f-simple] +[gw0] [ 11%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H20_W1] +[gw8] [ 12%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdpg-256-small] +tests/test_alg_info.py::test_alg_info_kem[BIKE-L1] +[gw7] [ 12%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdp-128-fast] +[gw15] [ 12%] PASSED tests/test_cmdline.py::test_kem[FrodoKEM-1344-SHAKE] +[gw12] [ 12%] PASSED tests/test_alg_info.py::test_alg_info_sig[cross-rsdp-128-balanced] tests/test_cmdline.py::test_sig[Dilithium2] -[gw14] [ 5%] PASSED tests/test_code_conventions.py::test_datasheet_kem[HQC-192] -tests/test_code_conventions.py::test_datasheet_kem[HQC-256] -[gw9] [ 6%] PASSED tests/test_cmdline.py::test_kem[sntrup761] -tests/test_cmdline.py::test_kem[FrodoKEM-640-AES] -[gw11] [ 6%] PASSED tests/test_cmdline.py::test_sig[Falcon-1024] -tests/test_cmdline.py::test_sig[Falcon-padded-512] -[gw4] [ 6%] PASSED tests/test_alg_info.py::test_alg_info_sig[ML-DSA-65-ipd] -tests/test_alg_info.py::test_alg_info_sig[ML-DSA-65] -[gw14] [ 6%] PASSED tests/test_code_conventions.py::test_datasheet_kem[HQC-256] -tests/test_code_conventions.py::test_datasheet_kem[Kyber512] -[gw15] [ 6%] PASSED tests/test_code_conventions.py::test_datasheet_kem[ML-KEM-1024-ipd] -tests/test_code_conventions.py::test_datasheet_kem[ML-KEM-1024] -[gw2] [ 7%] PASSED tests/test_alg_info.py::test_alg_info_kem[ML-KEM-512-ipd] -tests/test_alg_info.py::test_alg_info_kem[ML-KEM-512] -[gw10] [ 7%] PASSED tests/test_cmdline.py::test_sig[Dilithium2] +tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdp-128-small] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H20_W2] +[gw0] [ 12%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H20_W2] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H20_W4] +[gw0] [ 12%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H20_W4] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H20_W8] +[gw0] [ 12%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H20_W8] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H25_W1] +[gw0] [ 12%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H25_W1] +[gw13] [ 12%] PASSED tests/test_alg_info.py::test_alg_info_sig[cross-rsdpg-256-fast] +tests/test_alg_info.py::test_alg_info_sig[cross-rsdpg-256-small] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H25_W2] +[gw0] [ 12%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H25_W2] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H25_W4] +[gw0] [ 13%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H25_W4] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H25_W8] +[gw0] [ 13%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H25_W8] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H5_W8_H5_W8] +[gw0] [ 13%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H5_W8_H5_W8] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H10_W4_H5_W8] +[gw4] [ 13%] PASSED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[ML-KEM-512] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[ML-KEM-768] +[gw0] [ 13%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H10_W4_H5_W8] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H10_W8_H5_W8] +[gw0] [ 13%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H10_W8_H5_W8] +[gw6] [ 13%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHA2-192f-simple] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H10_W2_H10_W2] +[gw15] [ 13%] PASSED tests/test_cmdline.py::test_sig[Dilithium2] tests/test_cmdline.py::test_sig[Dilithium3] -[gw1] [ 7%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-6960119f] -tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-8192128] -[gw10] [ 7%] PASSED tests/test_cmdline.py::test_sig[Dilithium3] +tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHA2-192s-simple] +[gw0] [ 13%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H10_W2_H10_W2] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H10_W4_H10_W4] +[gw0] [ 13%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H10_W4_H10_W4] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H10_W8_H10_W8] +[gw0] [ 13%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H10_W8_H10_W8] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H15_W8_H5_W8] +[gw5] [ 14%] PASSED tests/test_acvp_vectors.py::test_vectors_sig[ML-DSA-44-ipd] +[gw7] [ 14%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdp-128-small] +tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdp-192-balanced] +[gw0] [ 14%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H15_W8_H5_W8] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H15_W8_H10_W8] +[gw0] [ 14%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H15_W8_H10_W8] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H15_W8_H15_W8] +tests/test_alg_info.py::test_alg_info_sig[cross-rsdp-128-fast] +tests/test_acvp_vectors.py::test_vectors_sig[ML-DSA-44] +[gw0] [ 14%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H15_W8_H15_W8] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H20_W8_H5_W8] +[gw0] [ 14%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H20_W8_H5_W8] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H20_W8_H10_W8] +[gw0] [ 14%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H20_W8_H10_W8] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H20_W8_H15_W8] +[gw0] [ 14%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H20_W8_H15_W8] +tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H20_W8_H20_W8] +[gw15] [ 14%] PASSED tests/test_cmdline.py::test_sig[Dilithium3] tests/test_cmdline.py::test_sig[Dilithium5] -[gw9] [ 7%] PASSED tests/test_cmdline.py::test_kem[FrodoKEM-640-AES] -tests/test_cmdline.py::test_kem[FrodoKEM-640-SHAKE] -[gw14] [ 7%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Kyber512] -tests/test_code_conventions.py::test_datasheet_sig[Dilithium5] -[gw15] [ 8%] PASSED tests/test_code_conventions.py::test_datasheet_kem[ML-KEM-1024] -tests/test_code_conventions.py::test_datasheet_kem[sntrup761] -[gw3] [ 8%] PASSED tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-976-AES] -tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-976-SHAKE] -[gw11] [ 8%] PASSED tests/test_cmdline.py::test_sig[Falcon-padded-512] -[gw5] [ 8%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-128s-simple] -tests/test_cmdline.py::test_sig[Falcon-padded-1024] -tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-192f-simple] -[gw15] [ 8%] PASSED tests/test_code_conventions.py::test_datasheet_kem[sntrup761] -[gw10] [ 8%] PASSED tests/test_cmdline.py::test_sig[Dilithium5] +[gw6] [ 14%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHA2-192s-simple] +[gw0] [ 15%] SKIPPED tests/test_cmdline.py::test_sig_stfl[LMS_SHA256_H20_W8_H20_W8] +tests/test_code_conventions.py::test_datasheet_kem[BIKE-L1] +tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHA2-256f-simple] +[gw7] [ 15%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdp-192-balanced] +tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdp-192-fast] +[gw0] [ 15%] PASSED tests/test_code_conventions.py::test_datasheet_kem[BIKE-L1] +tests/test_code_conventions.py::test_datasheet_kem[BIKE-L3] +[gw15] [ 15%] PASSED tests/test_cmdline.py::test_sig[Dilithium5] tests/test_cmdline.py::test_sig[ML-DSA-44-ipd] -tests/test_code_conventions.py::test_datasheet_sig[Falcon-1024] -[gw9] [ 9%] PASSED tests/test_cmdline.py::test_kem[FrodoKEM-640-SHAKE] -[gw14] [ 9%] PASSED tests/test_code_conventions.py::test_datasheet_sig[Dilithium5] -tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-44-ipd] -tests/test_cmdline.py::test_kem[FrodoKEM-976-AES] -[gw6] [ 9%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-256f-simple] -tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-256s-simple] -[gw10] [ 9%] PASSED tests/test_cmdline.py::test_sig[ML-DSA-44-ipd] +[gw6] [ 15%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHA2-256f-simple] +tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHA2-256s-simple] +[gw7] [ 15%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdp-192-fast] +tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdp-192-small] +[gw0] [ 15%] PASSED tests/test_code_conventions.py::test_datasheet_kem[BIKE-L3] +tests/test_code_conventions.py::test_datasheet_kem[BIKE-L5] +[gw10] [ 15%] PASSED tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-1344-AES] +tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-1344-SHAKE] +[gw15] [ 15%] PASSED tests/test_cmdline.py::test_sig[ML-DSA-44-ipd] tests/test_cmdline.py::test_sig[ML-DSA-44] -[gw15] [ 9%] PASSED tests/test_code_conventions.py::test_datasheet_sig[Falcon-1024] -tests/test_code_conventions.py::test_datasheet_sig[Falcon-padded-512] -[gw11] [ 9%] PASSED tests/test_cmdline.py::test_sig[Falcon-padded-1024] -[gw14] [ 10%] PASSED tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-44-ipd] -[gw0] [ 10%] PASSED tests/test_alg_info.py::test_alg_info_kem[BIKE-L5] -tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-348864] -[gw7] [ 10%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-348864] -tests/test_cmdline.py::test_kem[Classic-McEliece-348864f] -tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-128f-simple] -[gw4] [ 10%] PASSED tests/test_alg_info.py::test_alg_info_sig[ML-DSA-65] -tests/test_alg_info.py::test_alg_info_sig[ML-DSA-87-ipd] -tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-44] -[gw15] [ 10%] PASSED tests/test_code_conventions.py::test_datasheet_sig[Falcon-padded-512] -tests/test_code_conventions.py::test_datasheet_sig[Falcon-padded-1024] -[gw9] [ 10%] PASSED tests/test_cmdline.py::test_kem[FrodoKEM-976-AES] -tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-640-AES] -[gw2] [ 11%] PASSED tests/test_alg_info.py::test_alg_info_kem[ML-KEM-512] -tests/test_alg_info.py::test_alg_info_kem[ML-KEM-768-ipd] -[gw14] [ 11%] PASSED tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-44] -tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-65-ipd] -[gw10] [ 11%] PASSED tests/test_cmdline.py::test_sig[ML-DSA-44] -[gw1] [ 11%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-8192128] +[gw0] [ 15%] PASSED tests/test_code_conventions.py::test_datasheet_kem[BIKE-L5] +[gw6] [ 16%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHA2-256s-simple] +tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-348864] +tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-128f-simple] +[gw7] [ 16%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdp-192-small] +tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdp-256-balanced] +[gw0] [ 16%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-348864] +[gw15] [ 16%] PASSED tests/test_cmdline.py::test_sig[ML-DSA-44] tests/test_cmdline.py::test_sig[ML-DSA-65-ipd] -[gw9] [ 11%] PASSED tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-640-AES] +tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-348864f] +[gw8] [ 16%] PASSED tests/test_alg_info.py::test_alg_info_kem[BIKE-L1] +tests/test_alg_info.py::test_alg_info_kem[BIKE-L3] +[gw5] [ 16%] PASSED tests/test_acvp_vectors.py::test_vectors_sig[ML-DSA-44] +tests/test_acvp_vectors.py::test_vectors_sig[ML-DSA-65-ipd] +[gw7] [ 16%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdp-256-balanced] +tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdp-256-fast] +[gw9] [ 16%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-8192128] tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-8192128f] -tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-640-SHAKE] -[gw15] [ 11%] PASSED tests/test_code_conventions.py::test_datasheet_sig[Falcon-padded-1024] -tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-128f-simple] -[gw3] [ 12%] PASSED tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-976-SHAKE] -tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-1344-AES] -[gw9] [ 12%] PASSED tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-640-SHAKE] -tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-976-AES] -[gw14] [ 12%] PASSED tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-65-ipd] +[gw6] [ 16%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-128f-simple] +tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-128s-simple] +[gw0] [ 16%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-348864f] +tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-460896] +[gw15] [ 16%] PASSED tests/test_cmdline.py::test_sig[ML-DSA-65-ipd] +[gw11] [ 17%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-128s-simple] +tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-192f-simple] +tests/test_cmdline.py::test_sig[ML-DSA-65] +[gw7] [ 17%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdp-256-fast] +[gw12] [ 17%] PASSED tests/test_alg_info.py::test_alg_info_sig[cross-rsdp-128-fast] +tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdp-256-small] +[gw6] [ 17%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-128s-simple] +tests/test_alg_info.py::test_alg_info_sig[cross-rsdp-128-small] +[gw0] [ 17%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-460896] +tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-460896f] +tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-192f-simple] +[gw15] [ 17%] PASSED tests/test_cmdline.py::test_sig[ML-DSA-65] +tests/test_cmdline.py::test_sig[ML-DSA-87-ipd] +[gw7] [ 17%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdp-256-small] +[gw4] [ 17%] PASSED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[ML-KEM-768] +[gw6] [ 17%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-192f-simple] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[ML-KEM-1024] +tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdpg-128-balanced] +[gw0] [ 17%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-460896f] +tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-6688128] +[gw13] [ 18%] PASSED tests/test_alg_info.py::test_alg_info_sig[cross-rsdpg-256-small] +tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-192s-simple] +tests/test_binary.py::test_namespace +[gw1] [ 18%] PASSED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[ML-KEM-512] +[gw15] [ 18%] PASSED tests/test_cmdline.py::test_sig[ML-DSA-87-ipd] +tests/test_cmdline.py::test_sig[ML-DSA-87] +[gw0] [ 18%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-6688128] +tests/test_code_conventions.py::test_datasheet_sig[Dilithium5] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[ML-KEM-768] +[gw3] [ 18%] PASSED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[ML-KEM-512] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[ML-KEM-768] +[gw7] [ 18%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdpg-128-balanced] +tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdpg-128-fast] +[gw6] [ 18%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-192s-simple] +tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-256f-simple] +[gw13] [ 18%] PASSED tests/test_binary.py::test_namespace +[gw0] [ 18%] PASSED tests/test_code_conventions.py::test_datasheet_sig[Dilithium5] +tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-44-ipd] +tests/test_binary.py::test_non_executable_stack +[gw13] [ 18%] SKIPPED tests/test_binary.py::test_non_executable_stack +tests/test_cmdline.py::test_examples[example_kem] +[gw15] [ 18%] PASSED tests/test_cmdline.py::test_sig[ML-DSA-87] +tests/test_cmdline.py::test_sig[Falcon-512] +[gw5] [ 19%] PASSED tests/test_acvp_vectors.py::test_vectors_sig[ML-DSA-65-ipd] +tests/test_acvp_vectors.py::test_vectors_sig[ML-DSA-65] +[gw6] [ 19%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-256f-simple] +[gw7] [ 19%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdpg-128-fast] +tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdpg-128-small] +[gw8] [ 19%] PASSED tests/test_alg_info.py::test_alg_info_kem[BIKE-L3] +[gw0] [ 19%] PASSED tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-44-ipd] +tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-44] +tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-256s-simple] +tests/test_alg_info.py::test_alg_info_kem[BIKE-L5] +[gw13] [ 19%] PASSED tests/test_cmdline.py::test_examples[example_kem] +[gw15] [ 19%] PASSED tests/test_cmdline.py::test_sig[Falcon-512] +tests/test_cmdline.py::test_sig[Falcon-1024] +[gw0] [ 19%] PASSED tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-44] +tests/test_cmdline.py::test_examples[example_sig] +[gw10] [ 19%] PASSED tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-1344-SHAKE] +tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-65-ipd] +tests/test_alg_info.py::test_alg_info_sig[Dilithium2] +[gw7] [ 19%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[cross-rsdpg-128-small] +tests/test_code_conventions.py::test_datasheet_kem[ML-KEM-768] +[gw6] [ 20%] SKIPPED tests/test_acvp_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-256s-simple] +tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-6688128f] +[gw0] [ 20%] PASSED tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-65-ipd] +[gw7] [ 20%] PASSED tests/test_code_conventions.py::test_datasheet_kem[ML-KEM-768] +tests/test_code_conventions.py::test_datasheet_kem[ML-KEM-1024] tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-65] -[gw10] [ 12%] PASSED tests/test_cmdline.py::test_sig[ML-DSA-65-ipd] -[gw15] [ 12%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-128f-simple] -tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-128s-simple] -tests/test_code_conventions.py::test_spdx -[gw5] [ 12%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-192f-simple] -tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-192s-simple] -[gw14] [ 13%] PASSED tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-65] +[gw13] [ 20%] PASSED tests/test_cmdline.py::test_examples[example_sig] +tests/test_cmdline.py::test_kem[BIKE-L1] +[gw6] [ 20%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-6688128f] +tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-6960119] +[gw0] [ 20%] PASSED tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-65] tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-87-ipd] -[gw9] [ 13%] PASSED tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-976-AES] -tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-976-SHAKE] -[gw15] [ 13%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-128s-simple] -tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-192f-simple] -[gw11] [ 13%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-128f-simple] -tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-128s-simple] -[gw14] [ 13%] PASSED tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-87-ipd] +[gw7] [ 20%] PASSED tests/test_code_conventions.py::test_datasheet_kem[ML-KEM-1024] +tests/test_code_conventions.py::test_datasheet_kem[sntrup761] +[gw9] [ 20%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-8192128f] +tests/test_alg_info.py::test_alg_info_kem[HQC-128] +[gw13] [ 20%] PASSED tests/test_cmdline.py::test_kem[BIKE-L1] +[gw15] [ 20%] PASSED tests/test_cmdline.py::test_sig[Falcon-1024] +tests/test_cmdline.py::test_kem[BIKE-L3] +tests/test_cmdline.py::test_sig[Falcon-padded-512] +[gw0] [ 20%] PASSED tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-87-ipd] +[gw6] [ 21%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-6960119] +tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-6960119f] tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-87] -[gw2] [ 14%] PASSED tests/test_alg_info.py::test_alg_info_kem[ML-KEM-768-ipd] -[gw6] [ 14%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-256s-simple] -tests/test_binary.py::test_namespace -tests/test_alg_info.py::test_alg_info_kem[ML-KEM-768] -[gw9] [ 14%] PASSED tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-976-SHAKE] -tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-1344-AES] -[gw15] [ 14%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-192f-simple] -tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-192s-simple] -[gw0] [ 14%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-348864] -tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-348864f] -[gw4] [ 14%] PASSED tests/test_alg_info.py::test_alg_info_sig[ML-DSA-87-ipd] -tests/test_alg_info.py::test_alg_info_sig[ML-DSA-87] -[gw14] [ 15%] PASSED tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-87] +[gw7] [ 21%] PASSED tests/test_code_conventions.py::test_datasheet_kem[sntrup761] +tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-640-AES] +[gw6] [ 21%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-6960119f] +[gw5] [ 21%] PASSED tests/test_acvp_vectors.py::test_vectors_sig[ML-DSA-65] +tests/test_acvp_vectors.py::test_vectors_sig[ML-DSA-87-ipd] +tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-8192128] +[gw11] [ 21%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-192f-simple] +tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-192s-simple] +[gw0] [ 21%] PASSED tests/test_code_conventions.py::test_datasheet_sig[ML-DSA-87] +[gw13] [ 21%] PASSED tests/test_cmdline.py::test_kem[BIKE-L3] +[gw4] [ 21%] PASSED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[ML-KEM-1024] +tests/test_cmdline.py::test_sig[MAYO-2] +[gw6] [ 21%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-8192128] +tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-8192128f] +tests/test_cmdline.py::test_kem[BIKE-L5] +[gw7] [ 21%] PASSED tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-640-AES] +tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-640-SHAKE] tests/test_code_conventions.py::test_datasheet_sig[Falcon-512] -[gw9] [ 15%] PASSED tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-1344-AES] +[gw12] [ 22%] PASSED tests/test_alg_info.py::test_alg_info_sig[cross-rsdp-128-small] +tests/test_alg_info.py::test_alg_info_sig[cross-rsdp-192-balanced] +[gw0] [ 22%] PASSED tests/test_code_conventions.py::test_datasheet_sig[Falcon-512] +[gw15] [ 22%] PASSED tests/test_cmdline.py::test_sig[Falcon-padded-512] +tests/test_code_conventions.py::test_datasheet_sig[Falcon-1024] +tests/test_cmdline.py::test_sig[Falcon-padded-1024] +[gw6] [ 22%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-8192128f] +[gw7] [ 22%] PASSED tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-640-SHAKE] +tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-976-AES] +tests/test_code_conventions.py::test_datasheet_kem[HQC-128] +[gw4] [ 22%] PASSED tests/test_cmdline.py::test_sig[MAYO-2] +[gw8] [ 22%] PASSED tests/test_alg_info.py::test_alg_info_kem[BIKE-L5] +tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-348864] +tests/test_cmdline.py::test_sig[MAYO-3] +[gw0] [ 22%] PASSED tests/test_code_conventions.py::test_datasheet_sig[Falcon-1024] +tests/test_code_conventions.py::test_datasheet_sig[Falcon-padded-512] +[gw7] [ 22%] PASSED tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-976-AES] +[gw13] [ 22%] PASSED tests/test_cmdline.py::test_kem[BIKE-L5] +tests/test_cmdline.py::test_kem[Classic-McEliece-348864] +tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-976-SHAKE] +[gw6] [ 23%] PASSED tests/test_code_conventions.py::test_datasheet_kem[HQC-128] +tests/test_code_conventions.py::test_datasheet_kem[HQC-192] +[gw10] [ 23%] PASSED tests/test_alg_info.py::test_alg_info_sig[Dilithium2] +tests/test_alg_info.py::test_alg_info_sig[Dilithium3] +[gw4] [ 23%] PASSED tests/test_cmdline.py::test_sig[MAYO-3] +[gw15] [ 23%] PASSED tests/test_cmdline.py::test_sig[Falcon-padded-1024] +[gw7] [ 23%] PASSED tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-976-SHAKE] +tests/test_cmdline.py::test_sig[MAYO-5] +[gw0] [ 23%] PASSED tests/test_code_conventions.py::test_datasheet_sig[Falcon-padded-512] +tests/test_code_conventions.py::test_datasheet_sig[Falcon-padded-1024] +[gw6] [ 23%] PASSED tests/test_code_conventions.py::test_datasheet_kem[HQC-192] +tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-1344-AES] +tests/test_code_conventions.py::test_datasheet_kem[HQC-256] +[gw0] [ 23%] PASSED tests/test_code_conventions.py::test_datasheet_sig[Falcon-padded-1024] +tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-128f-simple] +[gw7] [ 23%] PASSED tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-1344-AES] +[gw6] [ 23%] PASSED tests/test_code_conventions.py::test_datasheet_kem[HQC-256] +[gw5] [ 23%] PASSED tests/test_acvp_vectors.py::test_vectors_sig[ML-DSA-87-ipd] +tests/test_acvp_vectors.py::test_vectors_sig[ML-DSA-87] +[gw15] [ 24%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-128f-simple] +tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-128s-simple] +[gw9] [ 24%] PASSED tests/test_alg_info.py::test_alg_info_kem[HQC-128] +tests/test_code_conventions.py::test_datasheet_kem[Kyber512] +tests/test_alg_info.py::test_alg_info_kem[HQC-192] +tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-256s-simple] tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-1344-SHAKE] -[gw10] [ 15%] PASSED tests/test_code_conventions.py::test_spdx -tests/test_code_conventions.py::test_free -[gw7] [ 15%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-348864f] -tests/test_cmdline.py::test_kem[Classic-McEliece-460896] -[gw6] [ 15%] PASSED tests/test_binary.py::test_namespace -tests/test_binary.py::test_non_executable_stack -[gw6] [ 15%] SKIPPED tests/test_binary.py::test_non_executable_stack -tests/test_cmdline.py::test_examples[example_kem] -[gw15] [ 16%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-192s-simple] -tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-256f-simple] -[gw1] [ 16%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-8192128f] -tests/test_alg_info.py::test_alg_info_kem[HQC-128] -[gw9] [ 16%] PASSED tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-1344-SHAKE] +[gw4] [ 24%] PASSED tests/test_cmdline.py::test_sig[MAYO-5] +tests/test_cmdline.py::test_sig[cross-rsdp-128-balanced] +[gw7] [ 24%] PASSED tests/test_code_conventions.py::test_datasheet_kem[FrodoKEM-1344-SHAKE] +[gw6] [ 24%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Kyber512] +[gw15] [ 24%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-128s-simple] +tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-192f-simple] +[gw0] [ 24%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-256s-simple] +tests/test_code_conventions.py::test_datasheet_sig[MAYO-1] tests/test_code_conventions.py::test_datasheet_sig[Dilithium2] -[gw14] [ 16%] PASSED tests/test_code_conventions.py::test_datasheet_sig[Falcon-512] -[gw3] [ 16%] PASSED tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-1344-AES] -tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-1344-SHAKE] -tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-460896] -[gw14] [ 16%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-460896] -tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-460896f] -[gw14] [ 17%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-460896f] -tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-6688128] -[gw14] [ 17%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-6688128] -tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-6688128f] -[gw14] [ 17%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-6688128f] -tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-6960119] -[gw15] [ 17%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-256f-simple] -tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-8192128f] -[gw15] [ 17%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-8192128f] -tests/test_constant_time.py::test_constant_time_kem[HQC-128] -[gw15] [ 17%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[HQC-128] -tests/test_constant_time.py::test_constant_time_kem[HQC-192] -[gw6] [ 18%] PASSED tests/test_cmdline.py::test_examples[example_kem] -tests/test_cmdline.py::test_examples[example_sig] -[gw9] [ 18%] PASSED tests/test_code_conventions.py::test_datasheet_sig[Dilithium2] +tests/test_code_conventions.py::test_datasheet_kem[Kyber768] +[gw7] [ 24%] PASSED tests/test_code_conventions.py::test_datasheet_sig[Dilithium2] +[gw6] [ 24%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Kyber768] +[gw0] [ 24%] PASSED tests/test_code_conventions.py::test_datasheet_sig[MAYO-1] +[gw4] [ 25%] PASSED tests/test_cmdline.py::test_sig[cross-rsdp-128-balanced] +tests/test_code_conventions.py::test_datasheet_sig[MAYO-2] +tests/test_cmdline.py::test_sig[cross-rsdp-128-fast] +tests/test_code_conventions.py::test_datasheet_kem[Kyber1024] tests/test_code_conventions.py::test_datasheet_sig[Dilithium3] -[gw14] [ 18%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-6960119] -tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-6960119f] -[gw14] [ 18%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-6960119f] -[gw15] [ 18%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[HQC-192] -tests/test_constant_time.py::test_constant_time_kem[HQC-256] -[gw15] [ 18%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[HQC-256] -tests/test_constant_time.py::test_constant_time_kem[Kyber512] -[gw15] [ 19%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Kyber512] +[gw15] [ 25%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-192f-simple] +tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-192s-simple] +[gw0] [ 25%] PASSED tests/test_code_conventions.py::test_datasheet_sig[MAYO-2] +[gw15] [ 25%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-192s-simple] +tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-256f-simple] +tests/test_code_conventions.py::test_datasheet_sig[MAYO-3] +[gw7] [ 25%] PASSED tests/test_code_conventions.py::test_datasheet_sig[Dilithium3] +tests/test_code_conventions.py::test_datasheet_sig[cross-rsdp-256-balanced] +[gw6] [ 25%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Kyber1024] +tests/test_code_conventions.py::test_datasheet_kem[ML-KEM-512] +[gw4] [ 25%] PASSED tests/test_cmdline.py::test_sig[cross-rsdp-128-fast] +tests/test_cmdline.py::test_sig[cross-rsdp-128-small] +[gw0] [ 25%] PASSED tests/test_code_conventions.py::test_datasheet_sig[MAYO-3] +[gw7] [ 25%] PASSED tests/test_code_conventions.py::test_datasheet_sig[cross-rsdp-256-balanced] +tests/test_code_conventions.py::test_datasheet_sig[MAYO-5] +[gw15] [ 25%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-256f-simple] +tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-256s-simple] +tests/test_code_conventions.py::test_datasheet_sig[cross-rsdp-256-fast] +[gw11] [ 25%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-192s-simple] +tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-256f-simple] +[gw6] [ 26%] PASSED tests/test_code_conventions.py::test_datasheet_kem[ML-KEM-512] +tests/test_code_conventions.py::test_datasheet_sig[cross-rsdpg-256-small] +[gw0] [ 26%] PASSED tests/test_code_conventions.py::test_datasheet_sig[MAYO-5] +[gw7] [ 26%] PASSED tests/test_code_conventions.py::test_datasheet_sig[cross-rsdp-256-fast] +[gw15] [ 26%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-256s-simple] +tests/test_code_conventions.py::test_datasheet_sig[cross-rsdp-128-balanced] +tests/test_code_conventions.py::test_datasheet_sig[cross-rsdp-256-small] +[gw10] [ 26%] PASSED tests/test_alg_info.py::test_alg_info_sig[Dilithium3] +tests/test_alg_info.py::test_alg_info_sig[Dilithium5] +[gw5] [ 26%] PASSED tests/test_acvp_vectors.py::test_vectors_sig[ML-DSA-87] +tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-128f-simple] +tests/test_cmdline.py::test_sig[cross-rsdpg-128-fast] +[gw0] [ 26%] PASSED tests/test_code_conventions.py::test_datasheet_sig[cross-rsdp-128-balanced] +[gw4] [ 26%] PASSED tests/test_cmdline.py::test_sig[cross-rsdp-128-small] +tests/test_cmdline.py::test_sig[cross-rsdp-192-balanced] +[gw15] [ 26%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-128f-simple] +tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-128s-simple] +[gw12] [ 26%] PASSED tests/test_alg_info.py::test_alg_info_sig[cross-rsdp-192-balanced] +tests/test_alg_info.py::test_alg_info_sig[cross-rsdp-192-fast] +tests/test_code_conventions.py::test_datasheet_sig[cross-rsdp-128-fast] +[gw7] [ 27%] PASSED tests/test_code_conventions.py::test_datasheet_sig[cross-rsdp-256-small] +tests/test_code_conventions.py::test_datasheet_sig[cross-rsdpg-128-balanced] +[gw6] [ 27%] PASSED tests/test_code_conventions.py::test_datasheet_sig[cross-rsdpg-256-small] +tests/test_code_conventions.py::test_style +[gw14] [ 27%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-6960119f] +tests/test_cmdline.py::test_kem[Classic-McEliece-8192128] +[gw0] [ 27%] PASSED tests/test_code_conventions.py::test_datasheet_sig[cross-rsdp-128-fast] +[gw13] [ 27%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-348864] +tests/test_code_conventions.py::test_datasheet_sig[cross-rsdp-128-small] +tests/test_cmdline.py::test_kem[Classic-McEliece-348864f] +[gw8] [ 27%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-348864] +[gw7] [ 27%] PASSED tests/test_code_conventions.py::test_datasheet_sig[cross-rsdpg-128-balanced] +[gw15] [ 27%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-128s-simple] +tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-192f-simple] +tests/test_code_conventions.py::test_datasheet_sig[cross-rsdpg-128-fast] +[gw9] [ 27%] PASSED tests/test_alg_info.py::test_alg_info_kem[HQC-192] +tests/test_alg_info.py::test_alg_info_kem[HQC-256] +[gw5] [ 27%] PASSED tests/test_cmdline.py::test_sig[cross-rsdpg-128-fast] +tests/test_cmdline.py::test_sig[cross-rsdpg-128-small] +[gw4] [ 27%] PASSED tests/test_cmdline.py::test_sig[cross-rsdp-192-balanced] +tests/test_cmdline.py::test_sig[cross-rsdp-192-fast] +[gw0] [ 28%] PASSED tests/test_code_conventions.py::test_datasheet_sig[cross-rsdp-128-small] +tests/test_code_conventions.py::test_datasheet_sig[cross-rsdp-192-balanced] +[gw1] [ 28%] PASSED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[ML-KEM-768] +[gw3] [ 28%] PASSED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[ML-KEM-768] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[ML-KEM-1024] +[gw7] [ 28%] PASSED tests/test_code_conventions.py::test_datasheet_sig[cross-rsdpg-128-fast] +tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-348864f] +tests/test_code_conventions.py::test_datasheet_sig[cross-rsdpg-128-small] +[gw15] [ 28%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-192f-simple] +tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-192s-simple] +[gw0] [ 28%] PASSED tests/test_code_conventions.py::test_datasheet_sig[cross-rsdp-192-balanced] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[ML-KEM-1024] +tests/test_code_conventions.py::test_datasheet_sig[cross-rsdp-192-fast] +[gw15] [ 28%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-192s-simple] +[gw5] [ 28%] PASSED tests/test_cmdline.py::test_sig[cross-rsdpg-128-small] +tests/test_cmdline.py::test_sig[cross-rsdpg-192-balanced] +[gw4] [ 28%] PASSED tests/test_cmdline.py::test_sig[cross-rsdp-192-fast] +tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-256f-simple] +[gw7] [ 28%] PASSED tests/test_code_conventions.py::test_datasheet_sig[cross-rsdpg-128-small] +tests/test_cmdline.py::test_sig[cross-rsdp-192-small] +tests/test_code_conventions.py::test_datasheet_sig[cross-rsdpg-192-balanced] +[gw0] [ 29%] PASSED tests/test_code_conventions.py::test_datasheet_sig[cross-rsdp-192-fast] +tests/test_code_conventions.py::test_datasheet_sig[cross-rsdp-192-small] +[gw15] [ 29%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-256f-simple] tests/test_constant_time.py::test_constant_time_kem[Kyber768] -[gw15] [ 19%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Kyber768] +[gw15] [ 29%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Kyber768] tests/test_constant_time.py::test_constant_time_kem[Kyber1024] -[gw15] [ 19%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Kyber1024] -tests/test_constant_time.py::test_constant_time_sig[ML-DSA-87] -[gw15] [ 19%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[ML-DSA-87] -tests/test_constant_time.py::test_constant_time_sig[Falcon-512] -[gw15] [ 19%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[Falcon-512] -tests/test_constant_time.py::test_constant_time_sig[Falcon-1024] -[gw15] [ 20%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[Falcon-1024] -tests/test_constant_time.py::test_constant_time_sig[Falcon-padded-512] -[gw15] [ 20%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[Falcon-padded-512] -[gw9] [ 20%] PASSED tests/test_code_conventions.py::test_datasheet_sig[Dilithium3] -tests/test_constant_time.py::test_constant_time_kem[ML-KEM-512-ipd] -[gw9] [ 20%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[ML-KEM-512-ipd] -tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-8192128] -[gw14] [ 20%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-8192128] +[gw15] [ 29%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Kyber1024] +tests/test_constant_time.py::test_constant_time_kem[ML-KEM-512] +[gw7] [ 29%] PASSED tests/test_code_conventions.py::test_datasheet_sig[cross-rsdpg-192-balanced] +tests/test_code_conventions.py::test_datasheet_sig[cross-rsdpg-192-fast] +[gw15] [ 29%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[ML-KEM-512] +[gw0] [ 29%] PASSED tests/test_code_conventions.py::test_datasheet_sig[cross-rsdp-192-small] +tests/test_constant_time.py::test_constant_time_kem[ML-KEM-768] +[gw15] [ 29%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[ML-KEM-768] +tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-1344-AES] +tests/test_constant_time.py::test_constant_time_kem[ML-KEM-1024] +[gw15] [ 29%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[ML-KEM-1024] +tests/test_constant_time.py::test_constant_time_kem[sntrup761] +[gw15] [ 29%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[sntrup761] +tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-640-AES] +[gw15] [ 30%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-640-AES] +tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-640-SHAKE] +[gw15] [ 30%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-640-SHAKE] +tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-976-AES] +[gw15] [ 30%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-976-AES] +[gw0] [ 30%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-1344-AES] +tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-1344-SHAKE] +[gw0] [ 30%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-1344-SHAKE] +tests/test_constant_time.py::test_constant_time_sig[Dilithium2] +[gw0] [ 30%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[Dilithium2] +[gw5] [ 30%] PASSED tests/test_cmdline.py::test_sig[cross-rsdpg-192-balanced] +tests/test_cmdline.py::test_sig[cross-rsdpg-192-fast] +tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-976-SHAKE] +[gw15] [ 30%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-976-SHAKE] +[gw10] [ 30%] PASSED tests/test_alg_info.py::test_alg_info_sig[Dilithium5] +tests/test_alg_info.py::test_alg_info_sig[ML-DSA-44-ipd] +tests/test_constant_time.py::test_constant_time_sig[MAYO-5] +[gw15] [ 30%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[MAYO-5] +tests/test_constant_time.py::test_constant_time_sig[cross-rsdp-128-balanced] +[gw15] [ 30%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[cross-rsdp-128-balanced] +tests/test_constant_time.py::test_constant_time_sig[cross-rsdp-128-fast] +[gw15] [ 31%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[cross-rsdp-128-fast] +tests/test_constant_time.py::test_constant_time_sig[cross-rsdp-128-small] +[gw15] [ 31%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[cross-rsdp-128-small] +tests/test_constant_time.py::test_constant_time_sig[cross-rsdp-192-balanced] +[gw4] [ 31%] PASSED tests/test_cmdline.py::test_sig[cross-rsdp-192-small] +[gw15] [ 31%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[cross-rsdp-192-balanced] +tests/test_constant_time.py::test_constant_time_sig[cross-rsdp-192-fast] +[gw15] [ 31%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[cross-rsdp-192-fast] +tests/test_constant_time.py::test_constant_time_sig[cross-rsdp-192-small] +[gw15] [ 31%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[cross-rsdp-192-small] +[gw7] [ 31%] PASSED tests/test_code_conventions.py::test_datasheet_sig[cross-rsdpg-192-fast] +tests/test_code_conventions.py::test_datasheet_sig[cross-rsdpg-192-small] +tests/test_cmdline.py::test_sig[cross-rsdp-256-balanced] +[gw11] [ 31%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-256f-simple] tests/test_constant_time.py::test_constant_time_sig[Dilithium3] -[gw14] [ 20%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[Dilithium3] +[gw0] [ 31%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[Dilithium3] tests/test_constant_time.py::test_constant_time_sig[Dilithium5] -[gw14] [ 21%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[Dilithium5] +[gw0] [ 31%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[Dilithium5] tests/test_constant_time.py::test_constant_time_sig[ML-DSA-44-ipd] -[gw14] [ 21%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[ML-DSA-44-ipd] +[gw0] [ 32%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[ML-DSA-44-ipd] tests/test_constant_time.py::test_constant_time_sig[ML-DSA-44] -[gw14] [ 21%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[ML-DSA-44] +[gw0] [ 32%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[ML-DSA-44] tests/test_constant_time.py::test_constant_time_sig[ML-DSA-65-ipd] -[gw14] [ 21%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[ML-DSA-65-ipd] +[gw0] [ 32%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[ML-DSA-65-ipd] tests/test_constant_time.py::test_constant_time_sig[ML-DSA-65] -[gw14] [ 21%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[ML-DSA-65] -[gw2] [ 21%] PASSED tests/test_alg_info.py::test_alg_info_kem[ML-KEM-768] -tests/test_alg_info.py::test_alg_info_kem[ML-KEM-1024-ipd] -tests/test_constant_time.py::test_constant_time_sig[Falcon-padded-1024] -[gw15] [ 22%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[Falcon-padded-1024] -tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-128f-simple] -[gw15] [ 22%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-128f-simple] -[gw5] [ 22%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-192s-simple] -tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-256f-simple] -tests/test_constant_time.py::test_constant_time_kem[ML-KEM-512] -[gw9] [ 22%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[ML-KEM-512] -tests/test_constant_time.py::test_constant_time_kem[ML-KEM-768-ipd] -[gw9] [ 22%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[ML-KEM-768-ipd] -tests/test_constant_time.py::test_constant_time_kem[ML-KEM-768] -[gw9] [ 22%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[ML-KEM-768] -tests/test_constant_time.py::test_constant_time_kem[ML-KEM-1024-ipd] -[gw9] [ 23%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[ML-KEM-1024-ipd] -tests/test_constant_time.py::test_constant_time_kem[ML-KEM-1024] -[gw9] [ 23%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[ML-KEM-1024] +[gw0] [ 32%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[ML-DSA-65] tests/test_constant_time.py::test_constant_time_sig[ML-DSA-87-ipd] -[gw14] [ 23%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[ML-DSA-87-ipd] -tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-192s-simple] -[gw14] [ 23%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-192s-simple] -tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-256f-simple] -[gw14] [ 23%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-256f-simple] -tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-256s-simple] -[gw14] [ 23%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-256s-simple] +tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-256s-simple] +tests/test_constant_time.py::test_constant_time_sig[cross-rsdp-256-balanced] +[gw15] [ 32%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[cross-rsdp-256-balanced] +tests/test_constant_time.py::test_constant_time_sig[cross-rsdp-256-fast] +[gw15] [ 32%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[cross-rsdp-256-fast] +tests/test_constant_time.py::test_constant_time_sig[cross-rsdp-256-small] +[gw15] [ 32%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[cross-rsdp-256-small] +tests/test_constant_time.py::test_constant_time_sig[cross-rsdpg-128-balanced] +[gw15] [ 32%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[cross-rsdpg-128-balanced] +tests/test_constant_time.py::test_constant_time_sig[cross-rsdpg-128-fast] +[gw15] [ 32%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[cross-rsdpg-128-fast] +tests/test_constant_time.py::test_constant_time_sig[cross-rsdpg-128-small] +[gw15] [ 32%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[cross-rsdpg-128-small] +tests/test_constant_time.py::test_constant_time_sig[cross-rsdpg-192-balanced] +[gw15] [ 32%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[cross-rsdpg-192-balanced] +tests/test_constant_time.py::test_constant_time_sig[cross-rsdpg-192-fast] +[gw15] [ 33%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[cross-rsdpg-192-fast] +[gw5] [ 33%] PASSED tests/test_cmdline.py::test_sig[cross-rsdpg-192-fast] +[gw0] [ 33%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[ML-DSA-87-ipd] tests/test_distbuild.py::test_kem[BIKE-L1] -[gw14] [ 24%] SKIPPED tests/test_distbuild.py::test_kem[BIKE-L1] +[gw0] [ 33%] SKIPPED tests/test_distbuild.py::test_kem[BIKE-L1] tests/test_distbuild.py::test_kem[BIKE-L3] -[gw14] [ 24%] SKIPPED tests/test_distbuild.py::test_kem[BIKE-L3] +[gw0] [ 33%] SKIPPED tests/test_distbuild.py::test_kem[BIKE-L3] tests/test_distbuild.py::test_kem[BIKE-L5] -tests/test_constant_time.py::test_constant_time_kem[sntrup761] -[gw6] [ 24%] PASSED tests/test_cmdline.py::test_examples[example_sig] -tests/test_cmdline.py::test_kem[BIKE-L1] -[gw4] [ 24%] PASSED tests/test_alg_info.py::test_alg_info_sig[ML-DSA-87] -tests/test_alg_info.py::test_alg_info_sig[Falcon-512] -[gw14] [ 24%] SKIPPED tests/test_distbuild.py::test_kem[BIKE-L5] -[gw9] [ 24%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[sntrup761] +[gw0] [ 33%] SKIPPED tests/test_distbuild.py::test_kem[BIKE-L5] +tests/test_distbuild.py::test_kem[Classic-McEliece-348864] +[gw0] [ 33%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-348864] +tests/test_constant_time.py::test_constant_time_sig[cross-rsdpg-192-small] +[gw15] [ 33%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[cross-rsdpg-192-small] +tests/test_constant_time.py::test_constant_time_sig[cross-rsdpg-256-balanced] +[gw15] [ 33%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[cross-rsdpg-256-balanced] +tests/test_constant_time.py::test_constant_time_sig[cross-rsdpg-256-fast] +[gw15] [ 33%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[cross-rsdpg-256-fast] +tests/test_constant_time.py::test_constant_time_sig[cross-rsdpg-256-small] +[gw15] [ 34%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[cross-rsdpg-256-small] +tests/test_distbuild.py::test_kem[Classic-McEliece-6960119] tests/test_distbuild.py::test_kem[Classic-McEliece-348864f] -[gw9] [ 25%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-348864f] +[gw0] [ 34%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-348864f] tests/test_distbuild.py::test_kem[Classic-McEliece-460896] -tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-128s-simple] -[gw15] [ 25%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-128s-simple] -tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-192f-simple] -[gw15] [ 25%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-192f-simple] -tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-192s-simple] -[gw15] [ 25%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-192s-simple] -tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-256f-simple] -[gw15] [ 25%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-256f-simple] -tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-256s-simple] -[gw15] [ 25%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-256s-simple] -tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-128f-simple] -[gw15] [ 26%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-128f-simple] -tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-128s-simple] -[gw15] [ 26%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-128s-simple] -[gw9] [ 26%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-460896] +[gw0] [ 34%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-460896] tests/test_distbuild.py::test_kem[Classic-McEliece-460896f] -[gw9] [ 26%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-460896f] +[gw0] [ 34%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-460896f] tests/test_distbuild.py::test_kem[Classic-McEliece-6688128] -[gw9] [ 26%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-6688128] +[gw0] [ 34%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-6688128] tests/test_distbuild.py::test_kem[Classic-McEliece-6688128f] -[gw9] [ 27%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-6688128f] -tests/test_distbuild.py::test_kem[Classic-McEliece-6960119] -[gw9] [ 27%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-6960119] -tests/test_distbuild.py::test_kem[ML-KEM-768] -tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-192f-simple] -[gw15] [ 27%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-192f-simple] -tests/test_distbuild.py::test_kem[Kyber512] -[gw15] [ 27%] SKIPPED tests/test_distbuild.py::test_kem[Kyber512] -tests/test_distbuild.py::test_kem[Kyber768] -[gw15] [ 27%] SKIPPED tests/test_distbuild.py::test_kem[Kyber768] -tests/test_distbuild.py::test_kem[Kyber1024] -[gw15] [ 27%] SKIPPED tests/test_distbuild.py::test_kem[Kyber1024] -tests/test_distbuild.py::test_kem[ML-KEM-512-ipd] -[gw15] [ 28%] SKIPPED tests/test_distbuild.py::test_kem[ML-KEM-512-ipd] -tests/test_distbuild.py::test_kem[ML-KEM-512] -[gw15] [ 28%] SKIPPED tests/test_distbuild.py::test_kem[ML-KEM-512] -[gw9] [ 28%] SKIPPED tests/test_distbuild.py::test_kem[ML-KEM-768] -tests/test_distbuild.py::test_kem[ML-KEM-1024-ipd] -[gw9] [ 28%] SKIPPED tests/test_distbuild.py::test_kem[ML-KEM-1024-ipd] -tests/test_distbuild.py::test_kem[ML-KEM-1024] -[gw9] [ 28%] SKIPPED tests/test_distbuild.py::test_kem[ML-KEM-1024] -tests/test_distbuild.py::test_kem[sntrup761] -[gw9] [ 28%] SKIPPED tests/test_distbuild.py::test_kem[sntrup761] -tests/test_distbuild.py::test_kem[FrodoKEM-640-AES] -[gw9] [ 29%] SKIPPED tests/test_distbuild.py::test_kem[FrodoKEM-640-AES] -tests/test_distbuild.py::test_kem[Classic-McEliece-348864] -[gw14] [ 29%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-348864] +[gw0] [ 34%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-6688128f] +[gw15] [ 34%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-6960119] tests/test_distbuild.py::test_kem[Classic-McEliece-6960119f] -[gw14] [ 29%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-6960119f] +[gw15] [ 34%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-6960119f] tests/test_distbuild.py::test_kem[Classic-McEliece-8192128] -[gw14] [ 29%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-8192128] +[gw15] [ 34%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-8192128] tests/test_distbuild.py::test_kem[Classic-McEliece-8192128f] -[gw14] [ 29%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-8192128f] +[gw15] [ 34%] SKIPPED tests/test_distbuild.py::test_kem[Classic-McEliece-8192128f] tests/test_distbuild.py::test_kem[HQC-128] -[gw14] [ 29%] SKIPPED tests/test_distbuild.py::test_kem[HQC-128] +[gw15] [ 34%] SKIPPED tests/test_distbuild.py::test_kem[HQC-128] tests/test_distbuild.py::test_kem[HQC-192] -[gw14] [ 30%] SKIPPED tests/test_distbuild.py::test_kem[HQC-192] -[gw6] [ 30%] PASSED tests/test_cmdline.py::test_kem[BIKE-L1] -tests/test_cmdline.py::test_kem[BIKE-L3] -tests/test_distbuild.py::test_kem[ML-KEM-768-ipd] -[gw15] [ 30%] SKIPPED tests/test_distbuild.py::test_kem[ML-KEM-768-ipd] -tests/test_distbuild.py::test_kem[FrodoKEM-640-SHAKE] +[gw15] [ 35%] SKIPPED tests/test_distbuild.py::test_kem[HQC-192] tests/test_distbuild.py::test_kem[HQC-256] -tests/test_distbuild.py::test_kem[FrodoKEM-976-AES] -[gw9] [ 30%] SKIPPED tests/test_distbuild.py::test_kem[FrodoKEM-640-SHAKE] -[gw14] [ 30%] SKIPPED tests/test_distbuild.py::test_kem[HQC-256] -[gw15] [ 30%] SKIPPED tests/test_distbuild.py::test_kem[FrodoKEM-976-AES] -tests/test_distbuild.py::test_sig[ML-DSA-87] +[gw15] [ 35%] SKIPPED tests/test_distbuild.py::test_kem[HQC-256] +tests/test_cmdline.py::test_sig[cross-rsdpg-192-small] +tests/test_distbuild.py::test_kem[Kyber1024] +[gw0] [ 35%] SKIPPED tests/test_distbuild.py::test_kem[Kyber1024] +[gw7] [ 35%] PASSED tests/test_code_conventions.py::test_datasheet_sig[cross-rsdpg-192-small] +tests/test_distbuild.py::test_kem[Kyber512] +[gw15] [ 35%] SKIPPED tests/test_distbuild.py::test_kem[Kyber512] +tests/test_distbuild.py::test_kem[Kyber768] +[gw15] [ 35%] SKIPPED tests/test_distbuild.py::test_kem[Kyber768] +tests/test_distbuild.py::test_kem[FrodoKEM-1344-AES] +[gw15] [ 35%] SKIPPED tests/test_distbuild.py::test_kem[FrodoKEM-1344-AES] +tests/test_distbuild.py::test_kem[FrodoKEM-1344-SHAKE] +[gw4] [ 35%] PASSED tests/test_cmdline.py::test_sig[cross-rsdp-256-balanced] +[gw9] [ 35%] PASSED tests/test_alg_info.py::test_alg_info_kem[HQC-256] +tests/test_alg_info.py::test_alg_info_kem[Kyber512] +[gw15] [ 35%] SKIPPED tests/test_distbuild.py::test_kem[FrodoKEM-1344-SHAKE] +tests/test_distbuild.py::test_sig[Dilithium2] +[gw15] [ 36%] SKIPPED tests/test_distbuild.py::test_sig[Dilithium2] +tests/test_code_conventions.py::test_datasheet_sig[cross-rsdpg-256-balanced] +[gw7] [ 36%] PASSED tests/test_code_conventions.py::test_datasheet_sig[cross-rsdpg-256-balanced] +tests/test_code_conventions.py::test_datasheet_sig[cross-rsdpg-256-fast] +tests/test_cmdline.py::test_sig[cross-rsdp-256-fast] +[gw12] [ 36%] PASSED tests/test_alg_info.py::test_alg_info_sig[cross-rsdp-192-fast] +tests/test_alg_info.py::test_alg_info_sig[cross-rsdp-192-small] +tests/test_distbuild.py::test_sig[Dilithium3] +[gw15] [ 36%] SKIPPED tests/test_distbuild.py::test_sig[Dilithium3] tests/test_distbuild.py::test_sig[Dilithium5] -tests/test_distbuild.py::test_kem[FrodoKEM-976-SHAKE] -[gw14] [ 31%] SKIPPED tests/test_distbuild.py::test_sig[ML-DSA-87] -tests/test_distbuild.py::test_sig[Falcon-512] -[gw9] [ 31%] SKIPPED tests/test_distbuild.py::test_sig[Dilithium5] -[gw14] [ 31%] SKIPPED tests/test_distbuild.py::test_sig[Falcon-512] +[gw15] [ 36%] SKIPPED tests/test_distbuild.py::test_sig[Dilithium5] tests/test_distbuild.py::test_sig[ML-DSA-44-ipd] -[gw9] [ 31%] SKIPPED tests/test_distbuild.py::test_sig[ML-DSA-44-ipd] +[gw15] [ 36%] SKIPPED tests/test_distbuild.py::test_sig[ML-DSA-44-ipd] tests/test_distbuild.py::test_sig[ML-DSA-44] -tests/test_distbuild.py::test_sig[Falcon-1024] -[gw14] [ 31%] SKIPPED tests/test_distbuild.py::test_sig[Falcon-1024] -tests/test_distbuild.py::test_sig[Falcon-padded-512] -[gw9] [ 31%] SKIPPED tests/test_distbuild.py::test_sig[ML-DSA-44] +[gw15] [ 36%] SKIPPED tests/test_distbuild.py::test_sig[ML-DSA-44] tests/test_distbuild.py::test_sig[ML-DSA-65-ipd] -[gw9] [ 32%] SKIPPED tests/test_distbuild.py::test_sig[ML-DSA-65-ipd] -[gw14] [ 32%] SKIPPED tests/test_distbuild.py::test_sig[Falcon-padded-512] -tests/test_distbuild.py::test_sig[Falcon-padded-1024] +[gw15] [ 36%] SKIPPED tests/test_distbuild.py::test_sig[ML-DSA-65-ipd] tests/test_distbuild.py::test_sig[ML-DSA-65] -[gw9] [ 32%] SKIPPED tests/test_distbuild.py::test_sig[ML-DSA-65] -[gw14] [ 32%] SKIPPED tests/test_distbuild.py::test_sig[Falcon-padded-1024] +[gw15] [ 36%] SKIPPED tests/test_distbuild.py::test_sig[ML-DSA-65] tests/test_distbuild.py::test_sig[ML-DSA-87-ipd] -[gw9] [ 32%] SKIPPED tests/test_distbuild.py::test_sig[ML-DSA-87-ipd] -[gw0] [ 32%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-348864f] -tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-460896] -tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-128f-simple] -[gw14] [ 33%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-128f-simple] -tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-128s-simple] -[gw14] [ 33%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-128s-simple] -[gw1] [ 33%] PASSED tests/test_alg_info.py::test_alg_info_kem[HQC-128] -tests/test_alg_info.py::test_alg_info_kem[HQC-192] -tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-192f-simple] -[gw14] [ 33%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-192f-simple] +[gw15] [ 36%] SKIPPED tests/test_distbuild.py::test_sig[ML-DSA-87-ipd] +tests/test_distbuild.py::test_sig[ML-DSA-87] +[gw15] [ 37%] SKIPPED tests/test_distbuild.py::test_sig[ML-DSA-87] +[gw5] [ 37%] PASSED tests/test_cmdline.py::test_sig[cross-rsdpg-192-small] +tests/test_cmdline.py::test_sig[cross-rsdpg-256-balanced] +[gw7] [ 37%] PASSED tests/test_code_conventions.py::test_datasheet_sig[cross-rsdpg-256-fast] +tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-256s-simple] +[gw7] [ 37%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-256s-simple] +tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-128f-simple] +[gw7] [ 37%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-128f-simple] +tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-128s-simple] +[gw7] [ 37%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-128s-simple] +tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-192f-simple] +[gw7] [ 37%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-192f-simple] +tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-192s-simple] +[gw7] [ 37%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-192s-simple] +tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-256f-simple] +[gw7] [ 37%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-256f-simple] +tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-256s-simple] +[gw7] [ 37%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHAKE-256s-simple] +tests/test_constant_time.py::test_constant_time_sig[MAYO-1] +[gw7] [ 37%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[MAYO-1] +tests/test_constant_time.py::test_constant_time_sig[MAYO-2] +[gw7] [ 38%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[MAYO-2] +tests/test_distbuild.py::test_kem[ML-KEM-512] +[gw0] [ 38%] SKIPPED tests/test_distbuild.py::test_kem[ML-KEM-512] +tests/test_distbuild.py::test_kem[ML-KEM-768] +[gw0] [ 38%] SKIPPED tests/test_distbuild.py::test_kem[ML-KEM-768] +tests/test_distbuild.py::test_sig[Falcon-512] +[gw15] [ 38%] SKIPPED tests/test_distbuild.py::test_sig[Falcon-512] +tests/test_distbuild.py::test_sig[Falcon-1024] +[gw15] [ 38%] SKIPPED tests/test_distbuild.py::test_sig[Falcon-1024] +[gw13] [ 38%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-348864f] +tests/test_cmdline.py::test_kem[Classic-McEliece-460896] +tests/test_distbuild.py::test_kem[ML-KEM-1024] +[gw0] [ 38%] SKIPPED tests/test_distbuild.py::test_kem[ML-KEM-1024] +tests/test_distbuild.py::test_kem[sntrup761] +[gw0] [ 38%] SKIPPED tests/test_distbuild.py::test_kem[sntrup761] +tests/test_distbuild.py::test_kem[FrodoKEM-640-AES] +[gw0] [ 38%] SKIPPED tests/test_distbuild.py::test_kem[FrodoKEM-640-AES] +tests/test_distbuild.py::test_kem[FrodoKEM-640-SHAKE] +[gw0] [ 38%] SKIPPED tests/test_distbuild.py::test_kem[FrodoKEM-640-SHAKE] +tests/test_distbuild.py::test_kem[FrodoKEM-976-AES] +[gw0] [ 39%] SKIPPED tests/test_distbuild.py::test_kem[FrodoKEM-976-AES] +tests/test_constant_time.py::test_constant_time_sig[MAYO-3] +[gw7] [ 39%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[MAYO-3] tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-192s-simple] -[gw15] [ 33%] SKIPPED tests/test_distbuild.py::test_kem[FrodoKEM-976-SHAKE] -tests/test_distbuild.py::test_kem[FrodoKEM-1344-AES] -[gw14] [ 34%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-192s-simple] +[gw7] [ 39%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-192s-simple] tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-256f-simple] -[gw14] [ 34%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-256f-simple] +[gw7] [ 39%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-256f-simple] tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-256s-simple] -[gw15] [ 34%] SKIPPED tests/test_distbuild.py::test_kem[FrodoKEM-1344-AES] -tests/test_distbuild.py::test_kem[FrodoKEM-1344-SHAKE] -[gw15] [ 34%] SKIPPED tests/test_distbuild.py::test_kem[FrodoKEM-1344-SHAKE] -tests/test_distbuild.py::test_sig[Dilithium2] -[gw15] [ 34%] SKIPPED tests/test_distbuild.py::test_sig[Dilithium2] -[gw14] [ 34%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-256s-simple] +tests/test_distbuild.py::test_sig[Falcon-padded-512] +[gw15] [ 39%] SKIPPED tests/test_distbuild.py::test_sig[Falcon-padded-512] +tests/test_distbuild.py::test_sig[Falcon-padded-1024] +[gw15] [ 39%] SKIPPED tests/test_distbuild.py::test_sig[Falcon-padded-1024] +tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-128f-simple] +[gw15] [ 39%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-128f-simple] +tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-128s-simple] +[gw7] [ 39%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-256s-simple] +[gw8] [ 39%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-348864f] +tests/test_distbuild.py::test_kem[FrodoKEM-976-SHAKE] +[gw4] [ 39%] PASSED tests/test_cmdline.py::test_sig[cross-rsdp-256-fast] +[gw15] [ 39%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-128s-simple] +tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-192f-simple] +[gw15] [ 40%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHA2-192f-simple] +tests/test_cmdline.py::test_sig[cross-rsdp-256-small] tests/test_distbuild.py::test_sig[SPHINCS+-SHAKE-128f-simple] -[gw14] [ 35%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHAKE-128f-simple] -tests/test_distbuild.py::test_sig[Dilithium3] -[gw15] [ 35%] SKIPPED tests/test_distbuild.py::test_sig[Dilithium3] -tests/test_hash.py::test_hash_sha2_random[sha3_512] -tests/test_hash.py::test_sha3 -[gw3] [ 35%] PASSED tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-1344-SHAKE] -tests/test_alg_info.py::test_alg_info_sig[Dilithium2] +[gw7] [ 40%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHAKE-128f-simple] tests/test_distbuild.py::test_sig[SPHINCS+-SHAKE-128s-simple] -[gw9] [ 35%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHAKE-128s-simple] +[gw7] [ 40%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHAKE-128s-simple] tests/test_distbuild.py::test_sig[SPHINCS+-SHAKE-192f-simple] -[gw9] [ 35%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHAKE-192f-simple] +[gw7] [ 40%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHAKE-192f-simple] tests/test_distbuild.py::test_sig[SPHINCS+-SHAKE-192s-simple] -[gw9] [ 35%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHAKE-192s-simple] +[gw7] [ 40%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHAKE-192s-simple] +[gw0] [ 40%] SKIPPED tests/test_distbuild.py::test_kem[FrodoKEM-976-SHAKE] +tests/test_distbuild.py::test_sig[MAYO-1] +[gw0] [ 40%] SKIPPED tests/test_distbuild.py::test_sig[MAYO-1] +tests/test_distbuild.py::test_sig[MAYO-2] +[gw0] [ 40%] SKIPPED tests/test_distbuild.py::test_sig[MAYO-2] +tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-460896] +[gw5] [ 40%] PASSED tests/test_cmdline.py::test_sig[cross-rsdpg-256-balanced] +tests/test_distbuild.py::test_sig[cross-rsdp-192-fast] +[gw15] [ 40%] SKIPPED tests/test_distbuild.py::test_sig[cross-rsdp-192-fast] +tests/test_distbuild.py::test_sig[cross-rsdp-192-small] +[gw15] [ 41%] SKIPPED tests/test_distbuild.py::test_sig[cross-rsdp-192-small] +tests/test_distbuild.py::test_sig[cross-rsdp-256-balanced] +[gw15] [ 41%] SKIPPED tests/test_distbuild.py::test_sig[cross-rsdp-256-balanced] +tests/test_distbuild.py::test_sig[cross-rsdp-256-fast] +[gw15] [ 41%] SKIPPED tests/test_distbuild.py::test_sig[cross-rsdp-256-fast] +tests/test_distbuild.py::test_sig[cross-rsdp-256-small] +[gw15] [ 41%] SKIPPED tests/test_distbuild.py::test_sig[cross-rsdp-256-small] +tests/test_distbuild.py::test_sig[cross-rsdpg-128-balanced] +[gw15] [ 41%] SKIPPED tests/test_distbuild.py::test_sig[cross-rsdpg-128-balanced] +tests/test_distbuild.py::test_sig[cross-rsdpg-128-fast] +[gw15] [ 41%] SKIPPED tests/test_distbuild.py::test_sig[cross-rsdpg-128-fast] +tests/test_distbuild.py::test_sig[MAYO-3] +[gw0] [ 41%] SKIPPED tests/test_distbuild.py::test_sig[MAYO-3] +tests/test_distbuild.py::test_sig[MAYO-5] +[gw0] [ 41%] SKIPPED tests/test_distbuild.py::test_sig[MAYO-5] +tests/test_distbuild.py::test_sig[cross-rsdp-128-balanced] tests/test_distbuild.py::test_sig[SPHINCS+-SHAKE-256f-simple] -[gw9] [ 36%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHAKE-256f-simple] +[gw7] [ 41%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHAKE-256f-simple] tests/test_distbuild.py::test_sig[SPHINCS+-SHAKE-256s-simple] -[gw9] [ 36%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHAKE-256s-simple] -[gw6] [ 36%] PASSED tests/test_cmdline.py::test_kem[BIKE-L3] -tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-640-AES] -[gw6] [ 36%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-640-AES] -tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-640-SHAKE] -[gw6] [ 36%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-640-SHAKE] -tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-976-AES] -[gw6] [ 36%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-976-AES] -tests/test_hash.py::test_aes -tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-976-SHAKE] -[gw6] [ 37%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-976-SHAKE] -tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-1344-AES] -[gw6] [ 37%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-1344-AES] -tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-1344-SHAKE] -[gw2] [ 37%] PASSED tests/test_alg_info.py::test_alg_info_kem[ML-KEM-1024-ipd] -[gw6] [ 37%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[FrodoKEM-1344-SHAKE] -[gw14] [ 37%] PASSED tests/test_hash.py::test_sha3 +[gw7] [ 41%] SKIPPED tests/test_distbuild.py::test_sig[SPHINCS+-SHAKE-256s-simple] +tests/test_distbuild.py::test_sig[cross-rsdpg-192-balanced] +[gw7] [ 41%] SKIPPED tests/test_distbuild.py::test_sig[cross-rsdpg-192-balanced] +tests/test_distbuild.py::test_sig[cross-rsdpg-192-fast] +[gw7] [ 42%] SKIPPED tests/test_distbuild.py::test_sig[cross-rsdpg-192-fast] +tests/test_distbuild.py::test_sig[cross-rsdpg-192-small] +[gw7] [ 42%] SKIPPED tests/test_distbuild.py::test_sig[cross-rsdpg-192-small] +tests/test_distbuild.py::test_sig[cross-rsdpg-128-small] +[gw15] [ 42%] SKIPPED tests/test_distbuild.py::test_sig[cross-rsdpg-128-small] +[gw0] [ 42%] SKIPPED tests/test_distbuild.py::test_sig[cross-rsdp-128-balanced] +tests/test_distbuild.py::test_sig[cross-rsdp-128-fast] +[gw0] [ 42%] SKIPPED tests/test_distbuild.py::test_sig[cross-rsdp-128-fast] +tests/test_distbuild.py::test_sig[cross-rsdp-128-small] +[gw0] [ 42%] SKIPPED tests/test_distbuild.py::test_sig[cross-rsdp-128-small] tests/test_hash.py::test_hash_sha2_random[sha256] -tests/test_constant_time.py::test_constant_time_sig[Dilithium2] -[gw6] [ 37%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[Dilithium2] -tests/test_kat.py::test_kem[Classic-McEliece-6960119] -[gw9] [ 38%] PASSED tests/test_hash.py::test_aes -tests/test_kat.py::test_kem[Classic-McEliece-348864f] -tests/test_alg_info.py::test_alg_info_kem[ML-KEM-1024] -[gw4] [ 38%] PASSED tests/test_alg_info.py::test_alg_info_sig[Falcon-512] -tests/test_alg_info.py::test_alg_info_sig[Falcon-1024] -[gw5] [ 38%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-256f-simple] -tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-256s-simple] -[gw1] [ 38%] PASSED tests/test_alg_info.py::test_alg_info_kem[HQC-192] -tests/test_alg_info.py::test_alg_info_kem[HQC-256] -[gw3] [ 38%] PASSED tests/test_alg_info.py::test_alg_info_sig[Dilithium2] -tests/test_alg_info.py::test_alg_info_sig[Dilithium3] -[gw0] [ 38%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-460896] -tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-460896f] -[gw2] [ 39%] PASSED tests/test_alg_info.py::test_alg_info_kem[ML-KEM-1024] -tests/test_alg_info.py::test_alg_info_kem[sntrup761] -[gw4] [ 39%] PASSED tests/test_alg_info.py::test_alg_info_sig[Falcon-1024] -tests/test_alg_info.py::test_alg_info_sig[Falcon-padded-512] -[gw1] [ 39%] PASSED tests/test_alg_info.py::test_alg_info_kem[HQC-256] -tests/test_alg_info.py::test_alg_info_kem[Kyber512] -[gw9] [ 39%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-348864f] -tests/test_kat.py::test_kem[Classic-McEliece-460896] -[gw5] [ 39%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-256s-simple] +tests/test_cmdline.py::test_sig[cross-rsdpg-256-fast] +tests/test_distbuild.py::test_sig[cross-rsdpg-256-balanced] +[gw7] [ 42%] SKIPPED tests/test_distbuild.py::test_sig[cross-rsdpg-256-balanced] +tests/test_distbuild.py::test_sig[cross-rsdpg-256-fast] +[gw7] [ 42%] SKIPPED tests/test_distbuild.py::test_sig[cross-rsdpg-256-fast] +tests/test_distbuild.py::test_sig[cross-rsdp-192-balanced] +[gw0] [ 42%] SKIPPED tests/test_distbuild.py::test_sig[cross-rsdp-192-balanced] +tests/test_kat.py::test_kem[BIKE-L5] +tests/test_distbuild.py::test_sig[cross-rsdpg-256-small] +[gw7] [ 42%] SKIPPED tests/test_distbuild.py::test_sig[cross-rsdpg-256-small] +tests/test_hash.py::test_aes +[gw5] [ 43%] PASSED tests/test_cmdline.py::test_sig[cross-rsdpg-256-fast] +tests/test_cmdline.py::test_sig[cross-rsdpg-256-small] +[gw7] [ 43%] PASSED tests/test_hash.py::test_aes +tests/test_hash.py::test_sha3 +[gw4] [ 43%] PASSED tests/test_cmdline.py::test_sig[cross-rsdp-256-small] +tests/test_cmdline.py::test_sig[cross-rsdpg-128-balanced] +[gw10] [ 43%] PASSED tests/test_alg_info.py::test_alg_info_sig[ML-DSA-44-ipd] +tests/test_alg_info.py::test_alg_info_sig[ML-DSA-44] +[gw7] [ 43%] PASSED tests/test_hash.py::test_sha3 +tests/test_kat.py::test_kem[Classic-McEliece-6960119f] +[gw4] [ 43%] PASSED tests/test_cmdline.py::test_sig[cross-rsdpg-128-balanced] +[gw0] [ 43%] PASSED tests/test_kat.py::test_kem[BIKE-L5] +[gw11] [ 43%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHA2-256s-simple] tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-128f-simple] -[gw3] [ 40%] PASSED tests/test_alg_info.py::test_alg_info_sig[Dilithium3] -tests/test_alg_info.py::test_alg_info_sig[Dilithium5] -[gw2] [ 40%] PASSED tests/test_alg_info.py::test_alg_info_kem[sntrup761] -tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-640-AES] -[gw0] [ 40%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-460896f] -tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-6688128] -[gw4] [ 40%] PASSED tests/test_alg_info.py::test_alg_info_sig[Falcon-padded-512] -[gw1] [ 40%] PASSED tests/test_alg_info.py::test_alg_info_kem[Kyber512] -tests/test_alg_info.py::test_alg_info_sig[Falcon-padded-1024] +tests/test_constant_time.py::test_constant_time_sig[ML-DSA-87] +tests/test_kat.py::test_kem[Classic-McEliece-348864] +[gw4] [ 43%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[ML-DSA-87] +tests/test_constant_time.py::test_constant_time_sig[Falcon-512] +[gw4] [ 43%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[Falcon-512] +tests/test_constant_time.py::test_constant_time_sig[Falcon-1024] +[gw4] [ 44%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[Falcon-1024] +tests/test_constant_time.py::test_constant_time_sig[Falcon-padded-512] +[gw4] [ 44%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[Falcon-padded-512] +tests/test_constant_time.py::test_constant_time_sig[Falcon-padded-1024] +[gw4] [ 44%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[Falcon-padded-1024] +[gw9] [ 44%] PASSED tests/test_alg_info.py::test_alg_info_kem[Kyber512] +tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-128f-simple] +[gw4] [ 44%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-128f-simple] +tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-128s-simple] tests/test_alg_info.py::test_alg_info_kem[Kyber768] -[gw3] [ 40%] PASSED tests/test_alg_info.py::test_alg_info_sig[Dilithium5] -[gw5] [ 41%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-128f-simple] -tests/test_alg_info.py::test_alg_info_sig[ML-DSA-44-ipd] -tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-128s-simple] -[gw2] [ 41%] PASSED tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-640-AES] -tests/test_kat.py::test_kem[HQC-192] -[gw0] [ 41%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-6688128] -[gw7] [ 41%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-460896] -tests/test_cmdline.py::test_kem[Classic-McEliece-460896f] -tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-6688128f] -[gw4] [ 41%] PASSED tests/test_alg_info.py::test_alg_info_sig[Falcon-padded-1024] -tests/test_kat.py::test_kem[ML-KEM-768-ipd] -[gw1] [ 41%] PASSED tests/test_alg_info.py::test_alg_info_kem[Kyber768] -tests/test_kat.py::test_kem[FrodoKEM-976-AES] -[gw2] [ 42%] PASSED tests/test_kat.py::test_kem[HQC-192] -tests/test_kat.py::test_kem[HQC-256] -[gw10] [ 42%] PASSED tests/test_code_conventions.py::test_free -tests/test_constant_time.py::test_constant_time_kem[BIKE-L1] -[gw10] [ 42%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[BIKE-L1] -tests/test_constant_time.py::test_constant_time_kem[BIKE-L3] -[gw10] [ 42%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[BIKE-L3] -tests/test_constant_time.py::test_constant_time_kem[BIKE-L5] -[gw10] [ 42%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[BIKE-L5] -tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-348864] -[gw10] [ 42%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-348864] -[gw4] [ 43%] PASSED tests/test_kat.py::test_kem[ML-KEM-768-ipd] -tests/test_kat.py::test_kem[ML-KEM-768] -[gw3] [ 43%] PASSED tests/test_alg_info.py::test_alg_info_sig[ML-DSA-44-ipd] -tests/test_kat.py::test_sig[ML-DSA-44-ipd] -tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-348864f] -[gw10] [ 43%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-348864f] -tests/test_kat.py::test_sig[SPHINCS+-SHA2-192f-simple] -[gw5] [ 43%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-128s-simple] -[gw1] [ 43%] PASSED tests/test_kat.py::test_kem[FrodoKEM-976-AES] +[gw5] [ 44%] PASSED tests/test_cmdline.py::test_sig[cross-rsdpg-256-small] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHA2_10_256] +[gw4] [ 44%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-128s-simple] +tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-192f-simple] +[gw4] [ 44%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-192f-simple] +tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-192s-simple] +[gw4] [ 44%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-192s-simple] +tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-256f-simple] +[gw4] [ 44%] SKIPPED tests/test_constant_time.py::test_constant_time_sig[SPHINCS+-SHA2-256f-simple] +tests/test_kat.py::test_kem[Kyber1024] +[gw5] [ 44%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHA2_10_256] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHA2_16_256] +[gw5] [ 45%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHA2_16_256] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHA2_20_256] +[gw5] [ 45%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHA2_20_256] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE_10_256] +[gw5] [ 45%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE_10_256] +tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE_16_256] +[gw5] [ 45%] SKIPPED tests/test_cmdline.py::test_sig_stfl[XMSS-SHAKE_16_256] tests/test_kat.py::test_kem[FrodoKEM-976-SHAKE] -tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-192f-simple] -[gw4] [ 43%] PASSED tests/test_kat.py::test_kem[ML-KEM-768] -[gw3] [ 44%] PASSED tests/test_kat.py::test_sig[ML-DSA-44-ipd] -tests/test_kat.py::test_kem[ML-KEM-1024-ipd] -tests/test_kat.py::test_sig[ML-DSA-44] -[gw4] [ 44%] PASSED tests/test_kat.py::test_kem[ML-KEM-1024-ipd] -tests/test_kat.py::test_kem[ML-KEM-1024] -[gw3] [ 44%] PASSED tests/test_kat.py::test_sig[ML-DSA-44] -tests/test_kat.py::test_sig[ML-DSA-65-ipd] -[gw8] [ 44%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-8192128] -tests/test_cmdline.py::test_kem[Classic-McEliece-8192128f] -[gw0] [ 44%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-6688128f] -tests/test_kat.py::test_sig[Falcon-512] -[gw2] [ 44%] PASSED tests/test_kat.py::test_kem[HQC-256] -tests/test_kat.py::test_kem[Kyber512] -[gw1] [ 45%] PASSED tests/test_kat.py::test_kem[FrodoKEM-976-SHAKE] +[gw12] [ 45%] PASSED tests/test_alg_info.py::test_alg_info_sig[cross-rsdp-192-small] +[gw4] [ 45%] PASSED tests/test_kat.py::test_kem[Kyber1024] +tests/test_alg_info.py::test_alg_info_sig[cross-rsdp-256-balanced] +tests/test_kat.py::test_kem[ML-KEM-512] +[gw8] [ 45%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-460896] +[gw4] [ 45%] PASSED tests/test_kat.py::test_kem[ML-KEM-512] +tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-460896f] +tests/test_kat.py::test_kem[ML-KEM-768] +[gw5] [ 45%] PASSED tests/test_kat.py::test_kem[FrodoKEM-976-SHAKE] tests/test_kat.py::test_kem[FrodoKEM-1344-AES] -[gw3] [ 45%] PASSED tests/test_kat.py::test_sig[ML-DSA-65-ipd] -tests/test_kat.py::test_sig[ML-DSA-65] -[gw4] [ 45%] PASSED tests/test_kat.py::test_kem[ML-KEM-1024] -[gw2] [ 45%] PASSED tests/test_kat.py::test_kem[Kyber512] -tests/test_kat.py::test_kem[Kyber768] +[gw4] [ 45%] PASSED tests/test_kat.py::test_kem[ML-KEM-768] +tests/test_kat.py::test_kem[ML-KEM-1024] +[gw10] [ 46%] PASSED tests/test_alg_info.py::test_alg_info_sig[ML-DSA-44] +tests/test_alg_info.py::test_alg_info_sig[ML-DSA-65-ipd] +[gw4] [ 46%] PASSED tests/test_kat.py::test_kem[ML-KEM-1024] tests/test_kat.py::test_kem[sntrup761] -[gw5] [ 45%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-192f-simple] -tests/test_kat.py::test_sig[SPHINCS+-SHAKE-128s-simple] -[gw3] [ 45%] PASSED tests/test_kat.py::test_sig[ML-DSA-65] -[gw0] [ 46%] PASSED tests/test_kat.py::test_sig[Falcon-512] -tests/test_kat.py::test_sig[Falcon-1024] -tests/test_kat.py::test_sig[ML-DSA-87-ipd] -[gw1] [ 46%] PASSED tests/test_kat.py::test_kem[FrodoKEM-1344-AES] +[gw5] [ 46%] PASSED tests/test_kat.py::test_kem[FrodoKEM-1344-AES] tests/test_kat.py::test_kem[FrodoKEM-1344-SHAKE] -[gw4] [ 46%] PASSED tests/test_kat.py::test_kem[sntrup761] +[gw9] [ 46%] PASSED tests/test_alg_info.py::test_alg_info_kem[Kyber768] +tests/test_alg_info.py::test_alg_info_kem[Kyber1024] +[gw3] [ 46%] PASSED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[ML-KEM-1024] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[sntrup761] +[gw1] [ 46%] PASSED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[ML-KEM-1024] +[gw11] [ 46%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-128f-simple] +[gw3] [ 46%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[sntrup761] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[FrodoKEM-640-AES] +tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-128s-simple] +[gw3] [ 46%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[FrodoKEM-640-AES] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[FrodoKEM-640-SHAKE] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[sntrup761] +[gw1] [ 46%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[sntrup761] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[FrodoKEM-640-AES] +[gw1] [ 46%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[FrodoKEM-640-AES] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[FrodoKEM-640-SHAKE] +[gw1] [ 47%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[FrodoKEM-640-SHAKE] +[gw3] [ 47%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[FrodoKEM-640-SHAKE] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[FrodoKEM-976-AES] +[gw3] [ 47%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[FrodoKEM-976-AES] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[FrodoKEM-976-SHAKE] +[gw3] [ 47%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[FrodoKEM-976-SHAKE] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[FrodoKEM-976-AES] +[gw1] [ 47%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[FrodoKEM-976-AES] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[FrodoKEM-976-SHAKE] +[gw1] [ 47%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[FrodoKEM-976-SHAKE] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[FrodoKEM-1344-AES] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[FrodoKEM-1344-AES] +[gw4] [ 47%] PASSED tests/test_kat.py::test_kem[sntrup761] +[gw3] [ 47%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[FrodoKEM-1344-AES] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[FrodoKEM-1344-SHAKE] +[gw3] [ 47%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[FrodoKEM-1344-SHAKE] tests/test_kat.py::test_kem[FrodoKEM-640-AES] -[gw2] [ 46%] PASSED tests/test_kat.py::test_kem[Kyber768] -tests/test_kat.py::test_kem[Kyber1024] -[gw10] [ 46%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHA2-192f-simple] -tests/test_kat.py::test_sig[SPHINCS+-SHA2-192s-simple] -[gw3] [ 47%] PASSED tests/test_kat.py::test_sig[ML-DSA-87-ipd] -tests/test_kat.py::test_sig[ML-DSA-87] -[gw2] [ 47%] PASSED tests/test_kat.py::test_kem[Kyber1024] -tests/test_kat.py::test_kem[ML-KEM-512-ipd] -[gw4] [ 47%] PASSED tests/test_kat.py::test_kem[FrodoKEM-640-AES] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[BIKE-L1] +[gw3] [ 47%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[BIKE-L1] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[BIKE-L3] +[gw1] [ 48%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[FrodoKEM-1344-AES] +tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[FrodoKEM-1344-SHAKE] +[gw3] [ 48%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[BIKE-L3] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[BIKE-L5] +[gw3] [ 48%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[BIKE-L5] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-348864] +[gw3] [ 48%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-348864] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-348864f] +[gw3] [ 48%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-348864f] +[gw1] [ 48%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_keygen[FrodoKEM-1344-SHAKE] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[BIKE-L1] +[gw1] [ 48%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[BIKE-L1] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[BIKE-L3] +[gw1] [ 48%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[BIKE-L3] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[BIKE-L5] +tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-460896] +[gw3] [ 48%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_val[Classic-McEliece-460896] +tests/test_kat.py::test_sig[SPHINCS+-SHAKE-128f-simple] +[gw1] [ 48%] SKIPPED tests/test_acvp_vectors.py::test_acvp_vec_kem_encdec_aft[BIKE-L5] +tests/test_kat.py::test_sig[Falcon-padded-1024] +[gw4] [ 48%] PASSED tests/test_kat.py::test_kem[FrodoKEM-640-AES] tests/test_kat.py::test_kem[FrodoKEM-640-SHAKE] -[gw0] [ 47%] PASSED tests/test_kat.py::test_sig[Falcon-1024] +[gw12] [ 49%] PASSED tests/test_alg_info.py::test_alg_info_sig[cross-rsdp-256-balanced] +tests/test_alg_info.py::test_alg_info_sig[cross-rsdp-256-fast] +[gw5] [ 49%] PASSED tests/test_kat.py::test_kem[FrodoKEM-1344-SHAKE] +tests/test_kat.py::test_sig[Dilithium2] +[gw10] [ 49%] PASSED tests/test_alg_info.py::test_alg_info_sig[ML-DSA-65-ipd] +tests/test_alg_info.py::test_alg_info_sig[ML-DSA-65] +[gw0] [ 49%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-348864] +[gw8] [ 49%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-460896f] +tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-6688128] +tests/test_kat.py::test_kem[Classic-McEliece-348864f] +[gw5] [ 49%] PASSED tests/test_kat.py::test_sig[Dilithium2] +tests/test_kat.py::test_sig[Dilithium3] +[gw1] [ 49%] PASSED tests/test_kat.py::test_sig[Falcon-padded-1024] +[gw4] [ 49%] PASSED tests/test_kat.py::test_kem[FrodoKEM-640-SHAKE] +tests/test_kat.py::test_kem[FrodoKEM-976-AES] +tests/test_kat.py::test_sig[SPHINCS+-SHA2-128f-simple] +[gw9] [ 49%] PASSED tests/test_alg_info.py::test_alg_info_kem[Kyber1024] +tests/test_alg_info.py::test_alg_info_kem[ML-KEM-512] +[gw5] [ 49%] PASSED tests/test_kat.py::test_sig[Dilithium3] +tests/test_kat.py::test_sig[Dilithium5] +[gw4] [ 50%] PASSED tests/test_kat.py::test_kem[FrodoKEM-976-AES] +tests/test_kat.py::test_sig[ML-DSA-65-ipd] +[gw13] [ 50%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-460896] +tests/test_cmdline.py::test_kem[Classic-McEliece-460896f] +[gw11] [ 50%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-128s-simple] +tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-192f-simple] +[gw5] [ 50%] PASSED tests/test_kat.py::test_sig[Dilithium5] +tests/test_kat.py::test_sig[ML-DSA-44-ipd] +[gw3] [ 50%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHAKE-128f-simple] +tests/test_kat.py::test_sig[SPHINCS+-SHAKE-128s-simple] +[gw4] [ 50%] PASSED tests/test_kat.py::test_sig[ML-DSA-65-ipd] +tests/test_kat.py::test_sig[ML-DSA-65] +[gw1] [ 50%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHA2-128f-simple] +[gw5] [ 50%] PASSED tests/test_kat.py::test_sig[ML-DSA-44-ipd] +tests/test_kat.py::test_sig[ML-DSA-44] +tests/test_kat.py::test_sig[SPHINCS+-SHA2-128s-simple] +[gw4] [ 50%] PASSED tests/test_kat.py::test_sig[ML-DSA-65] +tests/test_kat.py::test_sig[ML-DSA-87-ipd] +[gw5] [ 50%] PASSED tests/test_kat.py::test_sig[ML-DSA-44] +tests/test_kat.py::test_sig[MAYO-2] +[gw12] [ 51%] PASSED tests/test_alg_info.py::test_alg_info_sig[cross-rsdp-256-fast] +[gw10] [ 51%] PASSED tests/test_alg_info.py::test_alg_info_sig[ML-DSA-65] +tests/test_alg_info.py::test_alg_info_sig[ML-DSA-87-ipd] +[gw4] [ 51%] PASSED tests/test_kat.py::test_sig[ML-DSA-87-ipd] +tests/test_kat.py::test_sig[ML-DSA-87] +tests/test_alg_info.py::test_alg_info_sig[cross-rsdp-256-small] +[gw8] [ 51%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-6688128] +[gw9] [ 51%] PASSED tests/test_alg_info.py::test_alg_info_kem[ML-KEM-512] +tests/test_alg_info.py::test_alg_info_kem[ML-KEM-768] +tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-6688128f] +[gw5] [ 51%] PASSED tests/test_kat.py::test_sig[MAYO-2] +[gw0] [ 51%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-348864f] +tests/test_kat.py::test_sig[MAYO-3] +tests/test_kat.py::test_kem[Classic-McEliece-460896] +[gw4] [ 51%] PASSED tests/test_kat.py::test_sig[ML-DSA-87] +tests/test_kat.py::test_sig[Falcon-512] +[gw5] [ 51%] PASSED tests/test_kat.py::test_sig[MAYO-3] +[gw4] [ 51%] PASSED tests/test_kat.py::test_sig[Falcon-512] +tests/test_kat.py::test_sig[Falcon-1024] +tests/test_kat.py::test_sig[MAYO-5] +[gw11] [ 51%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-192f-simple] +tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-192s-simple] +[gw5] [ 52%] PASSED tests/test_kat.py::test_sig[MAYO-5] +tests/test_kat.py::test_sig[cross-rsdp-128-balanced] +[gw4] [ 52%] PASSED tests/test_kat.py::test_sig[Falcon-1024] tests/test_kat.py::test_sig[Falcon-padded-512] -[gw3] [ 47%] PASSED tests/test_kat.py::test_sig[ML-DSA-87] +[gw10] [ 52%] PASSED tests/test_alg_info.py::test_alg_info_sig[ML-DSA-87-ipd] +tests/test_alg_info.py::test_alg_info_sig[ML-DSA-87] +[gw9] [ 52%] PASSED tests/test_alg_info.py::test_alg_info_kem[ML-KEM-768] +tests/test_alg_info.py::test_alg_info_kem[ML-KEM-1024] +[gw5] [ 52%] PASSED tests/test_kat.py::test_sig[cross-rsdp-128-balanced] +tests/test_kat.py::test_sig[cross-rsdp-128-fast] +[gw8] [ 52%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-6688128f] +[gw4] [ 52%] PASSED tests/test_kat.py::test_sig[Falcon-padded-512] +tests/test_kat.py::test_sig[cross-rsdp-192-fast] +[gw5] [ 52%] PASSED tests/test_kat.py::test_sig[cross-rsdp-128-fast] +tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-6960119] +tests/test_kat.py::test_sig[cross-rsdp-128-small] +[gw12] [ 52%] PASSED tests/test_alg_info.py::test_alg_info_sig[cross-rsdp-256-small] +tests/test_alg_info.py::test_alg_info_sig[cross-rsdpg-128-balanced] +[gw4] [ 52%] PASSED tests/test_kat.py::test_sig[cross-rsdp-192-fast] +tests/test_kat.py::test_sig[cross-rsdp-192-small] +[gw5] [ 53%] PASSED tests/test_kat.py::test_sig[cross-rsdp-128-small] +tests/test_kat.py::test_sig[cross-rsdp-192-balanced] +[gw11] [ 53%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-192s-simple] +tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-256f-simple] +[gw10] [ 53%] PASSED tests/test_alg_info.py::test_alg_info_sig[ML-DSA-87] +tests/test_alg_info.py::test_alg_info_sig[Falcon-512] +[gw4] [ 53%] PASSED tests/test_kat.py::test_sig[cross-rsdp-192-small] +[gw9] [ 53%] PASSED tests/test_alg_info.py::test_alg_info_kem[ML-KEM-1024] +tests/test_alg_info.py::test_alg_info_kem[sntrup761] +tests/test_kat.py::test_sig[cross-rsdp-256-balanced] +[gw5] [ 53%] PASSED tests/test_kat.py::test_sig[cross-rsdp-192-balanced] +tests/test_kat.py::test_sig[cross-rsdpg-128-small] +[gw5] [ 53%] PASSED tests/test_kat.py::test_sig[cross-rsdpg-128-small] +tests/test_kat.py::test_sig[cross-rsdpg-192-balanced] +[gw7] [ 53%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-6960119f] +tests/test_kat.py::test_kem[Classic-McEliece-8192128] +[gw4] [ 53%] PASSED tests/test_kat.py::test_sig[cross-rsdp-256-balanced] +tests/test_kat.py::test_sig[cross-rsdp-256-fast] +[gw8] [ 53%] PASSED tests/test_alg_info.py::test_alg_info_kem[Classic-McEliece-6960119] +tests/test_kat.py::test_sig_stfl[XMSS-SHA2_10_256] +[gw8] [ 53%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHA2_10_256] +[gw13] [ 54%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-460896f] +tests/test_kat.py::test_sig_stfl[XMSS-SHA2_16_256] +[gw8] [ 54%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHA2_16_256] +tests/test_cmdline.py::test_kem[Classic-McEliece-6688128] +tests/test_kat.py::test_sig_stfl[XMSS-SHA2_20_256] +[gw8] [ 54%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHA2_20_256] +tests/test_kat.py::test_sig_stfl[XMSS-SHAKE_10_256] +[gw8] [ 54%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHAKE_10_256] +tests/test_kat.py::test_sig_stfl[XMSS-SHAKE_16_256] +[gw8] [ 54%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHAKE_16_256] +tests/test_kat.py::test_sig_stfl[XMSS-SHAKE_20_256] +[gw5] [ 54%] PASSED tests/test_kat.py::test_sig[cross-rsdpg-192-balanced] +tests/test_kat.py::test_sig[cross-rsdpg-192-fast] +[gw8] [ 54%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHAKE_20_256] +tests/test_kat.py::test_sig_stfl[XMSS-SHA2_10_512] +[gw8] [ 54%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHA2_10_512] +tests/test_kat.py::test_sig_stfl[XMSS-SHA2_16_512] +[gw12] [ 54%] PASSED tests/test_alg_info.py::test_alg_info_sig[cross-rsdpg-128-balanced] +tests/test_alg_info.py::test_alg_info_sig[cross-rsdpg-128-fast] +[gw8] [ 54%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHA2_16_512] +tests/test_kat.py::test_sig_stfl[XMSS-SHA2_20_512] +[gw4] [ 55%] PASSED tests/test_kat.py::test_sig[cross-rsdp-256-fast] +tests/test_kat.py::test_sig[cross-rsdp-256-small] +[gw8] [ 55%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHA2_20_512] +tests/test_kat.py::test_sig_stfl[XMSS-SHAKE_10_512] +[gw8] [ 55%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHAKE_10_512] +tests/test_kat.py::test_sig_stfl[XMSS-SHAKE256_20_192] +[gw8] [ 55%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHAKE256_20_192] +tests/test_kat.py::test_sig_stfl[XMSS-SHAKE256_10_256] +[gw8] [ 55%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHAKE256_10_256] +tests/test_kat.py::test_sig_stfl[XMSS-SHAKE256_16_256] +[gw8] [ 55%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHAKE256_16_256] +tests/test_kat.py::test_sig_stfl[XMSS-SHAKE256_20_256] +[gw8] [ 55%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHAKE256_20_256] +tests/test_kat.py::test_sig_stfl[XMSSMT-SHA2_20/2_256] +[gw8] [ 55%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSSMT-SHA2_20/2_256] +tests/test_kat.py::test_sig_stfl[XMSSMT-SHA2_20/4_256] +[gw8] [ 55%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSSMT-SHA2_20/4_256] +tests/test_kat.py::test_sig_stfl[XMSSMT-SHA2_40/2_256] +[gw8] [ 55%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSSMT-SHA2_40/2_256] +tests/test_kat.py::test_sig_stfl[XMSSMT-SHA2_40/4_256] +[gw5] [ 55%] PASSED tests/test_kat.py::test_sig[cross-rsdpg-192-fast] +tests/test_kat.py::test_sig[cross-rsdpg-192-small] +[gw9] [ 56%] PASSED tests/test_alg_info.py::test_alg_info_kem[sntrup761] +tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-640-AES] +[gw8] [ 56%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSSMT-SHA2_40/4_256] +tests/test_kat.py::test_sig_stfl[XMSSMT-SHA2_40/8_256] +[gw8] [ 56%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSSMT-SHA2_40/8_256] +tests/test_kat.py::test_sig_stfl[XMSSMT-SHA2_60/3_256] +[gw8] [ 56%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSSMT-SHA2_60/3_256] +tests/test_kat.py::test_sig_stfl[XMSSMT-SHA2_60/6_256] +[gw8] [ 56%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSSMT-SHA2_60/6_256] +tests/test_kat.py::test_sig_stfl[XMSSMT-SHA2_60/12_256] +[gw8] [ 56%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSSMT-SHA2_60/12_256] +[gw10] [ 56%] PASSED tests/test_alg_info.py::test_alg_info_sig[Falcon-512] +tests/test_kat.py::test_sig_stfl[XMSSMT-SHAKE_60/6_256] +[gw8] [ 56%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSSMT-SHAKE_60/6_256] +tests/test_alg_info.py::test_alg_info_sig[Falcon-1024] +tests/test_kat.py::test_sig_stfl[XMSSMT-SHAKE_60/12_256] +[gw8] [ 56%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSSMT-SHAKE_60/12_256] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H5_W1] +[gw8] [ 56%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H5_W1] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H5_W2] +[gw11] [ 57%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-256f-simple] +tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-256s-simple] +[gw4] [ 57%] PASSED tests/test_kat.py::test_sig[cross-rsdp-256-small] +[gw8] [ 57%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H5_W2] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H5_W4] +[gw8] [ 57%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H5_W4] +tests/test_kat.py::test_sig[cross-rsdpg-128-balanced] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H5_W8] +[gw8] [ 57%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H5_W8] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H10_W1] +[gw8] [ 57%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H10_W1] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H10_W2] +[gw8] [ 57%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H10_W2] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H10_W4] +[gw8] [ 57%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H10_W4] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H10_W8] +[gw8] [ 57%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H10_W8] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H15_W1] +[gw8] [ 57%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H15_W1] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H15_W2] +[gw5] [ 58%] PASSED tests/test_kat.py::test_sig[cross-rsdpg-192-small] +[gw8] [ 58%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H15_W2] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H15_W4] +[gw8] [ 58%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H15_W4] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H15_W8] +[gw8] [ 58%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H15_W8] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H20_W1] +tests/test_kat.py::test_sig[cross-rsdpg-256-balanced] +[gw8] [ 58%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H20_W1] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H20_W2] +[gw8] [ 58%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H20_W2] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H20_W4] +[gw8] [ 58%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H20_W4] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H20_W8] +[gw8] [ 58%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H20_W8] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H25_W1] +[gw8] [ 58%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H25_W1] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H25_W2] +[gw8] [ 58%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H25_W2] +[gw4] [ 58%] PASSED tests/test_kat.py::test_sig[cross-rsdpg-128-balanced] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H25_W4] +[gw8] [ 59%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H25_W4] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H25_W8] +[gw8] [ 59%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H25_W8] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H5_W8_H5_W8] +[gw8] [ 59%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H5_W8_H5_W8] +tests/test_kat.py::test_sig[cross-rsdpg-128-fast] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H10_W4_H5_W8] +[gw5] [ 59%] PASSED tests/test_kat.py::test_sig[cross-rsdpg-256-balanced] +[gw8] [ 59%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H10_W4_H5_W8] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H10_W8_H5_W8] +[gw8] [ 59%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H10_W8_H5_W8] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H10_W2_H10_W2] +[gw8] [ 59%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H10_W2_H10_W2] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H10_W4_H10_W4] +[gw8] [ 59%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H10_W4_H10_W4] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H10_W8_H10_W8] +[gw8] [ 59%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H10_W8_H10_W8] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H15_W8_H5_W8] +[gw8] [ 59%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H15_W8_H5_W8] +tests/test_kat.py::test_sig[cross-rsdpg-256-fast] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H15_W8_H10_W8] +[gw8] [ 60%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H15_W8_H10_W8] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H15_W8_H15_W8] +[gw8] [ 60%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H15_W8_H15_W8] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H20_W8_H5_W8] +[gw8] [ 60%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H20_W8_H5_W8] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H20_W8_H10_W8] +[gw8] [ 60%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H20_W8_H10_W8] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H20_W8_H15_W8] +[gw8] [ 60%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H20_W8_H15_W8] +tests/test_kat.py::test_sig_stfl[LMS_SHA256_H20_W8_H20_W8] +[gw8] [ 60%] SKIPPED tests/test_kat.py::test_sig_stfl[LMS_SHA256_H20_W8_H20_W8] +tests/test_leaks.py::test_kem_leak[BIKE-L1] +[gw8] [ 60%] SKIPPED tests/test_leaks.py::test_kem_leak[BIKE-L1] +[gw4] [ 60%] PASSED tests/test_kat.py::test_sig[cross-rsdpg-128-fast] tests/test_leaks.py::test_kem_leak[BIKE-L3] -[gw3] [ 47%] SKIPPED tests/test_leaks.py::test_kem_leak[BIKE-L3] +[gw8] [ 60%] SKIPPED tests/test_leaks.py::test_kem_leak[BIKE-L3] +tests/test_kat.py::test_sig_stfl[XMSS-SHAKE_16_512] +[gw5] [ 60%] PASSED tests/test_kat.py::test_sig[cross-rsdpg-256-fast] tests/test_leaks.py::test_kem_leak[BIKE-L5] -[gw3] [ 48%] SKIPPED tests/test_leaks.py::test_kem_leak[BIKE-L5] -[gw2] [ 48%] PASSED tests/test_kat.py::test_kem[ML-KEM-512-ipd] -tests/test_kat.py::test_kem[ML-KEM-512] +[gw8] [ 60%] SKIPPED tests/test_leaks.py::test_kem_leak[BIKE-L5] tests/test_leaks.py::test_kem_leak[Classic-McEliece-348864] -[gw3] [ 48%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-348864] +tests/test_kat.py::test_sig[cross-rsdpg-256-small] +[gw8] [ 61%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-348864] +[gw4] [ 61%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHAKE_16_512] tests/test_leaks.py::test_kem_leak[Classic-McEliece-348864f] -[gw4] [ 48%] PASSED tests/test_kat.py::test_kem[FrodoKEM-640-SHAKE] -[gw3] [ 48%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-348864f] +tests/test_kat.py::test_sig_stfl[XMSS-SHAKE_20_512] +[gw8] [ 61%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-348864f] tests/test_leaks.py::test_kem_leak[Classic-McEliece-460896] -[gw3] [ 48%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-460896] -tests/test_leaks.py::test_kem_leak[HQC-192] -[gw3] [ 49%] SKIPPED tests/test_leaks.py::test_kem_leak[HQC-192] -tests/test_leaks.py::test_kem_leak[HQC-256] -[gw3] [ 49%] SKIPPED tests/test_leaks.py::test_kem_leak[HQC-256] -tests/test_leaks.py::test_kem_leak[Kyber512] -[gw3] [ 49%] SKIPPED tests/test_leaks.py::test_kem_leak[Kyber512] -[gw0] [ 49%] PASSED tests/test_kat.py::test_sig[Falcon-padded-512] -tests/test_kat.py::test_sig[Falcon-padded-1024] +[gw4] [ 61%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHAKE_20_512] +tests/test_kat.py::test_sig_stfl[XMSS-SHA2_10_192] +[gw8] [ 61%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-460896] tests/test_leaks.py::test_kem_leak[Classic-McEliece-460896f] -[gw4] [ 49%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-460896f] +[gw4] [ 61%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHA2_10_192] +tests/test_kat.py::test_sig_stfl[XMSS-SHA2_16_192] +[gw8] [ 61%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-460896f] tests/test_leaks.py::test_kem_leak[Classic-McEliece-6688128] -[gw4] [ 49%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-6688128] -tests/test_leaks.py::test_kem_leak[Kyber768] -[gw3] [ 50%] SKIPPED tests/test_leaks.py::test_kem_leak[Kyber768] -tests/test_leaks.py::test_kem_leak[Kyber1024] -[gw3] [ 50%] SKIPPED tests/test_leaks.py::test_kem_leak[Kyber1024] -tests/test_leaks.py::test_kem_leak[ML-KEM-512-ipd] -[gw2] [ 50%] PASSED tests/test_kat.py::test_kem[ML-KEM-512] +[gw4] [ 61%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHA2_16_192] +[gw8] [ 61%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-6688128] +tests/test_kat.py::test_sig_stfl[XMSS-SHA2_20_192] tests/test_leaks.py::test_kem_leak[Classic-McEliece-6688128f] -[gw4] [ 50%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-6688128f] +[gw4] [ 61%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHA2_20_192] +tests/test_kat.py::test_sig_stfl[XMSS-SHAKE256_10_192] +[gw8] [ 62%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-6688128f] tests/test_leaks.py::test_kem_leak[Classic-McEliece-6960119] -[gw4] [ 50%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-6960119] -tests/test_leaks.py::test_kem_leak[ML-KEM-768] -[gw4] [ 50%] SKIPPED tests/test_leaks.py::test_kem_leak[ML-KEM-768] -tests/test_leaks.py::test_kem_leak[ML-KEM-1024-ipd] -[gw4] [ 51%] SKIPPED tests/test_leaks.py::test_kem_leak[ML-KEM-1024-ipd] -tests/test_leaks.py::test_kem_leak[ML-KEM-1024] -[gw4] [ 51%] SKIPPED tests/test_leaks.py::test_kem_leak[ML-KEM-1024] -[gw1] [ 51%] PASSED tests/test_kat.py::test_kem[FrodoKEM-1344-SHAKE] -tests/test_kat.py::test_sig[Dilithium2] +[gw4] [ 62%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHAKE256_10_192] +[gw2] [ 62%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-128s-simple] +tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-192f-simple] +[gw8] [ 62%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-6960119] tests/test_leaks.py::test_kem_leak[Classic-McEliece-6960119f] -[gw2] [ 51%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-6960119f] +tests/test_kat.py::test_sig_stfl[XMSS-SHAKE256_16_192] +[gw8] [ 62%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-6960119f] tests/test_leaks.py::test_kem_leak[Classic-McEliece-8192128] -tests/test_leaks.py::test_kem_leak[sntrup761] -[gw4] [ 51%] SKIPPED tests/test_leaks.py::test_kem_leak[sntrup761] -tests/test_leaks.py::test_kem_leak[FrodoKEM-640-AES] -[gw2] [ 51%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-8192128] +[gw8] [ 62%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-8192128] +[gw4] [ 62%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSS-SHAKE256_16_192] tests/test_leaks.py::test_kem_leak[Classic-McEliece-8192128f] -[gw2] [ 52%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-8192128f] -[gw3] [ 52%] SKIPPED tests/test_leaks.py::test_kem_leak[ML-KEM-512-ipd] +[gw12] [ 62%] PASSED tests/test_alg_info.py::test_alg_info_sig[cross-rsdpg-128-fast] +tests/test_leaks.py::test_kem_leak[HQC-128] +[gw4] [ 62%] SKIPPED tests/test_leaks.py::test_kem_leak[HQC-128] +[gw8] [ 62%] SKIPPED tests/test_leaks.py::test_kem_leak[Classic-McEliece-8192128f] +tests/test_leaks.py::test_kem_leak[HQC-192] +tests/test_leaks.py::test_kem_leak[Kyber1024] +[gw8] [ 62%] SKIPPED tests/test_leaks.py::test_kem_leak[Kyber1024] tests/test_leaks.py::test_kem_leak[ML-KEM-512] -[gw3] [ 52%] SKIPPED tests/test_leaks.py::test_kem_leak[ML-KEM-512] -[gw4] [ 52%] SKIPPED tests/test_leaks.py::test_kem_leak[FrodoKEM-640-AES] +[gw4] [ 63%] SKIPPED tests/test_leaks.py::test_kem_leak[HQC-192] +tests/test_alg_info.py::test_alg_info_sig[cross-rsdpg-128-small] +[gw8] [ 63%] SKIPPED tests/test_leaks.py::test_kem_leak[ML-KEM-512] +tests/test_leaks.py::test_kem_leak[ML-KEM-768] +tests/test_leaks.py::test_kem_leak[HQC-256] +[gw8] [ 63%] SKIPPED tests/test_leaks.py::test_kem_leak[ML-KEM-768] +tests/test_leaks.py::test_kem_leak[ML-KEM-1024] +[gw4] [ 63%] SKIPPED tests/test_leaks.py::test_kem_leak[HQC-256] +[gw8] [ 63%] SKIPPED tests/test_leaks.py::test_kem_leak[ML-KEM-1024] +tests/test_leaks.py::test_kem_leak[Kyber512] +tests/test_leaks.py::test_kem_leak[sntrup761] +[gw4] [ 63%] SKIPPED tests/test_leaks.py::test_kem_leak[Kyber512] +[gw8] [ 63%] SKIPPED tests/test_leaks.py::test_kem_leak[sntrup761] +tests/test_leaks.py::test_kem_leak[Kyber768] +tests/test_leaks.py::test_kem_leak[FrodoKEM-1344-SHAKE] +[gw4] [ 63%] SKIPPED tests/test_leaks.py::test_kem_leak[Kyber768] +[gw8] [ 63%] SKIPPED tests/test_leaks.py::test_kem_leak[FrodoKEM-1344-SHAKE] +tests/test_leaks.py::test_kem_leak[FrodoKEM-640-AES] +tests/test_leaks.py::test_sig_leak[Dilithium2] +[gw4] [ 63%] SKIPPED tests/test_leaks.py::test_kem_leak[FrodoKEM-640-AES] +[gw8] [ 64%] SKIPPED tests/test_leaks.py::test_sig_leak[Dilithium2] tests/test_leaks.py::test_kem_leak[FrodoKEM-640-SHAKE] -[gw7] [ 52%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-460896f] -tests/test_cmdline.py::test_kem[Classic-McEliece-6688128] -[gw4] [ 52%] SKIPPED tests/test_leaks.py::test_kem_leak[FrodoKEM-640-SHAKE] +tests/test_leaks.py::test_sig_leak[Dilithium3] +[gw4] [ 64%] SKIPPED tests/test_leaks.py::test_kem_leak[FrodoKEM-640-SHAKE] +[gw8] [ 64%] SKIPPED tests/test_leaks.py::test_sig_leak[Dilithium3] tests/test_leaks.py::test_kem_leak[FrodoKEM-976-AES] -[gw4] [ 53%] SKIPPED tests/test_leaks.py::test_kem_leak[FrodoKEM-976-AES] -tests/test_leaks.py::test_kem_leak[HQC-128] -[gw2] [ 53%] SKIPPED tests/test_leaks.py::test_kem_leak[HQC-128] -tests/test_leaks.py::test_kem_leak[FrodoKEM-1344-AES] -tests/test_leaks.py::test_kem_leak[ML-KEM-768-ipd] -[gw3] [ 53%] SKIPPED tests/test_leaks.py::test_kem_leak[ML-KEM-768-ipd] tests/test_leaks.py::test_sig_leak[Dilithium5] -[gw3] [ 53%] SKIPPED tests/test_leaks.py::test_sig_leak[Dilithium5] +[gw4] [ 64%] SKIPPED tests/test_leaks.py::test_kem_leak[FrodoKEM-976-AES] +tests/test_leaks.py::test_kem_leak[FrodoKEM-976-SHAKE] +[gw8] [ 64%] SKIPPED tests/test_leaks.py::test_sig_leak[Dilithium5] +[gw4] [ 64%] SKIPPED tests/test_leaks.py::test_kem_leak[FrodoKEM-976-SHAKE] tests/test_leaks.py::test_sig_leak[ML-DSA-44-ipd] -[gw3] [ 53%] SKIPPED tests/test_leaks.py::test_sig_leak[ML-DSA-44-ipd] +tests/test_leaks.py::test_kem_leak[FrodoKEM-1344-AES] +[gw8] [ 64%] SKIPPED tests/test_leaks.py::test_sig_leak[ML-DSA-44-ipd] +[gw4] [ 64%] SKIPPED tests/test_leaks.py::test_kem_leak[FrodoKEM-1344-AES] +tests/test_leaks.py::test_sig_leak[Falcon-512] tests/test_leaks.py::test_sig_leak[ML-DSA-44] -[gw3] [ 54%] SKIPPED tests/test_leaks.py::test_sig_leak[ML-DSA-44] -tests/test_leaks.py::test_kem_leak[FrodoKEM-976-SHAKE] -[gw4] [ 54%] SKIPPED tests/test_leaks.py::test_kem_leak[FrodoKEM-976-SHAKE] -tests/test_leaks.py::test_sig_leak[ML-DSA-65] -[gw4] [ 54%] SKIPPED tests/test_leaks.py::test_sig_leak[ML-DSA-65] +[gw9] [ 64%] PASSED tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-640-AES] +tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-640-SHAKE] +[gw4] [ 64%] SKIPPED tests/test_leaks.py::test_sig_leak[Falcon-512] +[gw8] [ 65%] SKIPPED tests/test_leaks.py::test_sig_leak[ML-DSA-44] +tests/test_leaks.py::test_sig_leak[Falcon-1024] tests/test_leaks.py::test_sig_leak[ML-DSA-65-ipd] +[gw4] [ 65%] SKIPPED tests/test_leaks.py::test_sig_leak[Falcon-1024] +tests/test_leaks.py::test_sig_leak[Falcon-padded-512] +[gw8] [ 65%] SKIPPED tests/test_leaks.py::test_sig_leak[ML-DSA-65-ipd] +[gw4] [ 65%] SKIPPED tests/test_leaks.py::test_sig_leak[Falcon-padded-512] +tests/test_leaks.py::test_sig_leak[Falcon-padded-1024] +tests/test_leaks.py::test_sig_leak[ML-DSA-65] +[gw10] [ 65%] PASSED tests/test_alg_info.py::test_alg_info_sig[Falcon-1024] +tests/test_alg_info.py::test_alg_info_sig[Falcon-padded-512] +[gw4] [ 65%] SKIPPED tests/test_leaks.py::test_sig_leak[Falcon-padded-1024] +[gw8] [ 65%] SKIPPED tests/test_leaks.py::test_sig_leak[ML-DSA-65] +tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-128f-simple] tests/test_leaks.py::test_sig_leak[ML-DSA-87-ipd] -[gw4] [ 54%] SKIPPED tests/test_leaks.py::test_sig_leak[ML-DSA-87-ipd] +[gw8] [ 65%] SKIPPED tests/test_leaks.py::test_sig_leak[ML-DSA-87-ipd] +[gw4] [ 65%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-128f-simple] tests/test_leaks.py::test_sig_leak[ML-DSA-87] -[gw4] [ 54%] SKIPPED tests/test_leaks.py::test_sig_leak[ML-DSA-87] -[gw0] [ 54%] PASSED tests/test_kat.py::test_sig[Falcon-padded-1024] -[gw2] [ 55%] SKIPPED tests/test_leaks.py::test_kem_leak[FrodoKEM-1344-AES] -tests/test_leaks.py::test_kem_leak[FrodoKEM-1344-SHAKE] -[gw2] [ 55%] SKIPPED tests/test_leaks.py::test_kem_leak[FrodoKEM-1344-SHAKE] -tests/test_leaks.py::test_sig_leak[Dilithium2] -[gw2] [ 55%] SKIPPED tests/test_leaks.py::test_sig_leak[Dilithium2] -tests/test_kat.py::test_sig[SPHINCS+-SHA2-128f-simple] -tests/test_leaks.py::test_sig_leak[Falcon-512] -[gw4] [ 55%] SKIPPED tests/test_leaks.py::test_sig_leak[Falcon-512] tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-128s-simple] -[gw4] [ 55%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-128s-simple] +[gw5] [ 65%] PASSED tests/test_kat.py::test_sig[cross-rsdpg-256-small] +[gw4] [ 65%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-128s-simple] +[gw8] [ 66%] SKIPPED tests/test_leaks.py::test_sig_leak[ML-DSA-87] +tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-128f-simple] tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-192f-simple] -[gw4] [ 55%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-192f-simple] +[gw4] [ 66%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-192f-simple] +tests/test_kat.py::test_sig_stfl[XMSSMT-SHAKE_20/2_256] tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-192s-simple] -[gw1] [ 56%] PASSED tests/test_kat.py::test_sig[Dilithium2] -[gw4] [ 56%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-192s-simple] -[gw3] [ 56%] SKIPPED tests/test_leaks.py::test_sig_leak[ML-DSA-65-ipd] -tests/test_leaks.py::test_sig_leak[Falcon-1024] -[gw3] [ 56%] SKIPPED tests/test_leaks.py::test_sig_leak[Falcon-1024] -tests/test_leaks.py::test_sig_leak[Falcon-padded-512] -[gw3] [ 56%] SKIPPED tests/test_leaks.py::test_sig_leak[Falcon-padded-512] -tests/test_leaks.py::test_sig_leak[Falcon-padded-1024] -[gw3] [ 56%] SKIPPED tests/test_leaks.py::test_sig_leak[Falcon-padded-1024] -tests/test_kat.py::test_sig[Dilithium3] -tests/test_leaks.py::test_sig_leak[Dilithium3] +[gw8] [ 66%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-128f-simple] +[gw4] [ 66%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-192s-simple] +tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-128s-simple] tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-256f-simple] -[gw4] [ 57%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-256f-simple] -tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-192s-simple] -tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-128f-simple] -[gw3] [ 57%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-128f-simple] -tests/test_mem.py::test_mem_kem[BIKE-L3] -[gw2] [ 57%] SKIPPED tests/test_leaks.py::test_sig_leak[Dilithium3] +[gw8] [ 66%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-128s-simple] +[gw4] [ 66%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-256f-simple] +[gw5] [ 66%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSSMT-SHAKE_20/2_256] +tests/test_kat.py::test_sig_stfl[XMSSMT-SHAKE_20/4_256] tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-256s-simple] -[gw2] [ 57%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-256s-simple] -tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-128f-simple] -[gw2] [ 57%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-128f-simple] -tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-128s-simple] -[gw4] [ 57%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-192s-simple] -tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-256f-simple] -[gw4] [ 58%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-256f-simple] -tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-256s-simple] -[gw4] [ 58%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-256s-simple] -[gw2] [ 58%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-128s-simple] tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-192f-simple] -[gw2] [ 58%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-192f-simple] -tests/test_mem.py::test_mem_kem[Classic-McEliece-6960119] +[gw11] [ 66%] PASSED tests/test_alg_info.py::test_alg_info_sig[SPHINCS+-SHAKE-256s-simple] +[gw5] [ 66%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSSMT-SHAKE_20/4_256] +[gw4] [ 66%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHA2-256s-simple] +tests/test_kat.py::test_sig_stfl[XMSSMT-SHAKE_40/2_256] +[gw8] [ 67%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-192f-simple] +tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-192s-simple] +tests/test_alg_info.py::test_alg_info_sig[MAYO-1] +tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-256s-simple] +[gw5] [ 67%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSSMT-SHAKE_40/2_256] +[gw8] [ 67%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-192s-simple] +tests/test_kat.py::test_sig_stfl[XMSSMT-SHAKE_40/4_256] +[gw4] [ 67%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-256s-simple] +tests/test_leaks.py::test_sig_leak[MAYO-1] +[gw5] [ 67%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSSMT-SHAKE_40/4_256] +tests/test_kat.py::test_sig_stfl[XMSSMT-SHAKE_40/8_256] +[gw4] [ 67%] SKIPPED tests/test_leaks.py::test_sig_leak[MAYO-1] +tests/test_leaks.py::test_sig_leak[MAYO-2] +[gw5] [ 67%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSSMT-SHAKE_40/8_256] +tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-256f-simple] +[gw8] [ 67%] SKIPPED tests/test_leaks.py::test_sig_leak[SPHINCS+-SHAKE-256f-simple] +[gw4] [ 67%] SKIPPED tests/test_leaks.py::test_sig_leak[MAYO-2] +tests/test_leaks.py::test_sig_leak[cross-rsdp-128-balanced] +tests/test_leaks.py::test_sig_leak[MAYO-3] +[gw8] [ 67%] SKIPPED tests/test_leaks.py::test_sig_leak[cross-rsdp-128-balanced] +tests/test_leaks.py::test_sig_leak[cross-rsdp-128-fast] +tests/test_kat.py::test_sig_stfl[XMSSMT-SHAKE_60/3_256] +[gw4] [ 67%] SKIPPED tests/test_leaks.py::test_sig_leak[MAYO-3] +[gw8] [ 68%] SKIPPED tests/test_leaks.py::test_sig_leak[cross-rsdp-128-fast] +tests/test_leaks.py::test_sig_leak[cross-rsdp-128-small] +[gw5] [ 68%] SKIPPED tests/test_kat.py::test_sig_stfl[XMSSMT-SHAKE_60/3_256] +[gw8] [ 68%] SKIPPED tests/test_leaks.py::test_sig_leak[cross-rsdp-128-small] +tests/test_leaks.py::test_sig_leak[cross-rsdp-192-small] +tests/test_leaks.py::test_sig_leak[cross-rsdp-192-balanced] +[gw5] [ 68%] SKIPPED tests/test_leaks.py::test_sig_leak[cross-rsdp-192-small] +[gw8] [ 68%] SKIPPED tests/test_leaks.py::test_sig_leak[cross-rsdp-192-balanced] +tests/test_leaks.py::test_sig_leak[cross-rsdp-256-balanced] +tests/test_leaks.py::test_sig_leak[MAYO-5] +tests/test_leaks.py::test_sig_leak[cross-rsdp-192-fast] +[gw5] [ 68%] SKIPPED tests/test_leaks.py::test_sig_leak[cross-rsdp-256-balanced] +tests/test_leaks.py::test_sig_leak[cross-rsdp-256-fast] +[gw8] [ 68%] SKIPPED tests/test_leaks.py::test_sig_leak[cross-rsdp-192-fast] +[gw4] [ 68%] SKIPPED tests/test_leaks.py::test_sig_leak[MAYO-5] +tests/test_leaks.py::test_sig_leak[cross-rsdpg-256-balanced] +[gw5] [ 68%] SKIPPED tests/test_leaks.py::test_sig_leak[cross-rsdp-256-fast] +tests/test_leaks.py::test_sig_leak[cross-rsdpg-128-fast] +tests/test_leaks.py::test_sig_leak[cross-rsdp-256-small] +[gw8] [ 68%] SKIPPED tests/test_leaks.py::test_sig_leak[cross-rsdpg-256-balanced] +[gw5] [ 69%] SKIPPED tests/test_leaks.py::test_sig_leak[cross-rsdp-256-small] +tests/test_leaks.py::test_sig_leak[cross-rsdpg-256-fast] +[gw4] [ 69%] SKIPPED tests/test_leaks.py::test_sig_leak[cross-rsdpg-128-fast] +[gw8] [ 69%] SKIPPED tests/test_leaks.py::test_sig_leak[cross-rsdpg-256-fast] +tests/test_leaks.py::test_sig_leak[cross-rsdpg-128-balanced] +tests/test_leaks.py::test_sig_leak[cross-rsdpg-256-small] +tests/test_leaks.py::test_sig_leak[cross-rsdpg-128-small] +[gw8] [ 69%] SKIPPED tests/test_leaks.py::test_sig_leak[cross-rsdpg-256-small] +[gw5] [ 69%] SKIPPED tests/test_leaks.py::test_sig_leak[cross-rsdpg-128-balanced] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHA2_10_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHA2_20_256] +[gw4] [ 69%] SKIPPED tests/test_leaks.py::test_sig_leak[cross-rsdpg-128-small] +[gw8] [ 69%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHA2_10_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHA2_16_256] +tests/test_leaks.py::test_sig_leak[cross-rsdpg-192-balanced] +[gw5] [ 69%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHA2_20_256] +[gw8] [ 69%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHA2_16_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE_10_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHA2_10_512] +[gw5] [ 69%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE_10_256] +[gw8] [ 69%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHA2_10_512] +[gw4] [ 70%] SKIPPED tests/test_leaks.py::test_sig_leak[cross-rsdpg-192-balanced] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE_16_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHA2_16_512] +tests/test_leaks.py::test_sig_leak[cross-rsdpg-192-fast] +[gw8] [ 70%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHA2_16_512] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHA2_20_512] +[gw4] [ 70%] SKIPPED tests/test_leaks.py::test_sig_leak[cross-rsdpg-192-fast] +tests/test_leaks.py::test_sig_leak[cross-rsdpg-192-small] +[gw8] [ 70%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHA2_20_512] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE_10_512] +[gw4] [ 70%] SKIPPED tests/test_leaks.py::test_sig_leak[cross-rsdpg-192-small] +[gw5] [ 70%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE_16_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHA2_20_192] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE_20_256] +[gw4] [ 70%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHA2_20_192] +[gw8] [ 70%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE_10_512] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE256_10_192] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE256_10_256] +[gw5] [ 70%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE_20_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE_16_512] +[gw4] [ 70%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE256_10_192] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE256_16_192] +[gw8] [ 71%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE256_10_256] +[gw5] [ 71%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE_16_512] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE256_16_256] +[gw4] [ 71%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE256_16_192] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE_20_512] +[gw8] [ 71%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE256_16_256] +[gw5] [ 71%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE_20_512] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE256_20_192] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHA2_10_192] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE256_20_256] +[gw8] [ 71%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE256_20_256] +[gw4] [ 71%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHAKE256_20_192] +[gw5] [ 71%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHA2_10_192] +tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHA2_20/4_256] +[gw4] [ 71%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHA2_20/4_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHA2_16_192] +tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHA2_40/2_256] +[gw5] [ 71%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSS-SHA2_16_192] +tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHA2_60/3_256] +[gw4] [ 72%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHA2_40/2_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHA2_40/4_256] +[gw5] [ 72%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHA2_60/3_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHA2_20/2_256] +[gw4] [ 72%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHA2_40/4_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHA2_60/6_256] +[gw8] [ 72%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHA2_20/2_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHAKE_20/4_256] +[gw5] [ 72%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHA2_60/6_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHA2_40/8_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHA2_60/12_256] +[gw8] [ 72%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHAKE_20/4_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHAKE_40/2_256] +[gw5] [ 72%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHA2_60/12_256] +[gw4] [ 72%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHA2_40/8_256] +[gw8] [ 72%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHAKE_40/2_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHAKE_60/3_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHAKE_40/4_256] +[gw4] [ 72%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHAKE_60/3_256] +[gw8] [ 72%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHAKE_40/4_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHAKE_60/6_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHAKE_20/2_256] +tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHAKE_40/8_256] +[gw4] [ 73%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHAKE_60/6_256] +[gw5] [ 73%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHAKE_20/2_256] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H5_W2] +tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHAKE_60/12_256] +[gw8] [ 73%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHAKE_40/8_256] +[gw5] [ 73%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H5_W2] +[gw4] [ 73%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[XMSSMT-SHAKE_60/12_256] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H5_W4] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H10_W2] +[gw8] [ 73%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H10_W2] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H10_W4] +[gw5] [ 73%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H5_W4] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H5_W8] +[gw8] [ 73%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H10_W4] +[gw5] [ 73%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H5_W8] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H5_W1] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H10_W8] +[gw8] [ 73%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H10_W8] +[gw4] [ 74%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H5_W1] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H15_W2] +[gw4] [ 74%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H15_W2] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H10_W1] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H15_W4] +[gw4] [ 74%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H15_W4] +[gw5] [ 74%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H10_W1] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H15_W1] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H15_W8] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H20_W2] +[gw8] [ 74%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H15_W1] +[gw4] [ 74%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H15_W8] +[gw5] [ 74%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H20_W2] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H25_W2] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H20_W4] +[gw8] [ 74%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H25_W2] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H25_W4] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H20_W1] +[gw5] [ 74%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H20_W4] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H20_W8] +[gw8] [ 74%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H25_W4] +[gw5] [ 74%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H20_W8] +[gw4] [ 75%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H20_W1] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H10_W4_H5_W8] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H25_W8] +[gw8] [ 75%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H25_W8] +[gw4] [ 75%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H10_W4_H5_W8] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H10_W8_H5_W8] +[gw2] [ 75%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-192f-simple] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H25_W1] +[gw4] [ 75%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H10_W8_H5_W8] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H10_W2_H10_W2] +[gw5] [ 75%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H25_W1] +[gw4] [ 75%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H10_W2_H10_W2] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H10_W8_H10_W8] +[gw10] [ 75%] PASSED tests/test_alg_info.py::test_alg_info_sig[Falcon-padded-512] +[gw5] [ 75%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H10_W8_H10_W8] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H10_W4_H10_W4] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H15_W8_H5_W8] +[gw5] [ 75%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H15_W8_H5_W8] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H15_W8_H10_W8] +tests/test_alg_info.py::test_alg_info_sig[Falcon-padded-1024] +[gw4] [ 76%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H10_W4_H10_W4] +[gw5] [ 76%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H15_W8_H10_W8] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H20_W8_H20_W8] +[gw4] [ 76%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H20_W8_H20_W8] tests/test_mem.py::test_mem_kem[BIKE-L1] -[gw1] [ 58%] PASSED tests/test_kat.py::test_sig[Dilithium3] -tests/test_kat.py::test_sig[Dilithium5] -[gw3] [ 58%] PASSED tests/test_mem.py::test_mem_kem[BIKE-L3] -tests/test_mem.py::test_mem_kem[BIKE-L5] -[gw0] [ 59%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHA2-128f-simple] -tests/test_kat.py::test_sig[SPHINCS+-SHA2-128s-simple] -[gw1] [ 59%] PASSED tests/test_kat.py::test_sig[Dilithium5] -tests/test_mem.py::test_mem_kem[HQC-128] -[gw4] [ 59%] PASSED tests/test_mem.py::test_mem_kem[BIKE-L1] +tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-192s-simple] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H15_W8_H15_W8] +[gw5] [ 76%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H15_W8_H15_W8] tests/test_mem.py::test_mem_kem[Classic-McEliece-460896] -[gw1] [ 59%] PASSED tests/test_mem.py::test_mem_kem[HQC-128] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H5_W8_H5_W8] +[gw8] [ 76%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H5_W8_H5_W8] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H20_W8_H5_W8] +[gw9] [ 76%] PASSED tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-640-SHAKE] +[gw8] [ 76%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H20_W8_H5_W8] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H20_W8_H10_W8] +[gw8] [ 76%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H20_W8_H10_W8] +tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-976-AES] +tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H20_W8_H15_W8] +[gw8] [ 76%] SKIPPED tests/test_leaks.py::test_sig_stfl_leak[LMS_SHA256_H20_W8_H15_W8] +tests/test_mem.py::test_mem_kem[Classic-McEliece-8192128] +[gw11] [ 76%] PASSED tests/test_alg_info.py::test_alg_info_sig[MAYO-1] +tests/test_alg_info.py::test_alg_info_sig[MAYO-2] +[gw12] [ 76%] PASSED tests/test_alg_info.py::test_alg_info_sig[cross-rsdpg-128-small] +tests/test_alg_info.py::test_alg_info_sig[cross-rsdpg-192-balanced] +[gw4] [ 77%] PASSED tests/test_mem.py::test_mem_kem[BIKE-L1] +tests/test_mem.py::test_mem_kem[BIKE-L3] +[gw4] [ 77%] PASSED tests/test_mem.py::test_mem_kem[BIKE-L3] tests/test_mem.py::test_mem_kem[HQC-192] -[gw3] [ 59%] PASSED tests/test_mem.py::test_mem_kem[BIKE-L5] +[gw10] [ 77%] PASSED tests/test_alg_info.py::test_alg_info_sig[Falcon-padded-1024] +tests/test_mem.py::test_mem_kem[BIKE-L5] +[gw9] [ 77%] PASSED tests/test_alg_info.py::test_alg_info_kem[FrodoKEM-976-AES] +tests/test_mem.py::test_mem_kem[Classic-McEliece-6688128f] +[gw11] [ 77%] PASSED tests/test_alg_info.py::test_alg_info_sig[MAYO-2] +tests/test_alg_info.py::test_alg_info_sig[MAYO-3] +[gw10] [ 77%] PASSED tests/test_mem.py::test_mem_kem[BIKE-L5] +[gw4] [ 77%] PASSED tests/test_mem.py::test_mem_kem[HQC-192] tests/test_mem.py::test_mem_kem[Classic-McEliece-348864] -[gw1] [ 60%] PASSED tests/test_mem.py::test_mem_kem[HQC-192] tests/test_mem.py::test_mem_kem[HQC-256] -[gw6] [ 60%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-6960119] -tests/test_kat.py::test_kem[Classic-McEliece-6960119f] -[gw3] [ 60%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-348864] -tests/test_mem.py::test_mem_kem[Classic-McEliece-348864f] -[gw9] [ 60%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-460896] +[gw12] [ 77%] PASSED tests/test_alg_info.py::test_alg_info_sig[cross-rsdpg-192-balanced] +tests/test_alg_info.py::test_alg_info_sig[cross-rsdpg-192-fast] +[gw11] [ 77%] PASSED tests/test_alg_info.py::test_alg_info_sig[MAYO-3] +tests/test_alg_info.py::test_alg_info_sig[MAYO-5] +[gw4] [ 77%] PASSED tests/test_mem.py::test_mem_kem[HQC-256] +tests/test_mem.py::test_mem_kem[Kyber512] +[gw0] [ 78%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-460896] tests/test_kat.py::test_kem[Classic-McEliece-460896f] -[gw1] [ 60%] PASSED tests/test_mem.py::test_mem_kem[HQC-256] -tests/test_mem.py::test_mem_kem[ML-KEM-512-ipd] -[gw1] [ 60%] PASSED tests/test_mem.py::test_mem_kem[ML-KEM-512-ipd] -tests/test_mem.py::test_mem_kem[ML-KEM-512] -[gw4] [ 61%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-460896] -tests/test_mem.py::test_mem_kem[Classic-McEliece-460896f] -[gw3] [ 61%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-348864f] +[gw12] [ 78%] PASSED tests/test_alg_info.py::test_alg_info_sig[cross-rsdpg-192-fast] +tests/test_alg_info.py::test_alg_info_sig[cross-rsdpg-192-small] +[gw4] [ 78%] PASSED tests/test_mem.py::test_mem_kem[Kyber512] tests/test_mem.py::test_mem_kem[ML-KEM-768] -[gw1] [ 61%] PASSED tests/test_mem.py::test_mem_kem[ML-KEM-512] -tests/test_mem.py::test_mem_kem[ML-KEM-768-ipd] -[gw8] [ 61%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-8192128f] -tests/test_cmdline.py::test_kem[HQC-128] -[gw3] [ 61%] PASSED tests/test_mem.py::test_mem_kem[ML-KEM-768] -tests/test_mem.py::test_mem_kem[ML-KEM-1024-ipd] -[gw1] [ 61%] PASSED tests/test_mem.py::test_mem_kem[ML-KEM-768-ipd] -tests/test_mem.py::test_mem_kem[sntrup761] -[gw8] [ 62%] PASSED tests/test_cmdline.py::test_kem[HQC-128] -tests/test_cmdline.py::test_kem[HQC-192] -[gw11] [ 62%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-128s-simple] -tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-256s-simple] -[gw2] [ 62%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-6960119] -tests/test_mem.py::test_mem_kem[Classic-McEliece-6960119f] -[gw3] [ 62%] PASSED tests/test_mem.py::test_mem_kem[ML-KEM-1024-ipd] +[gw5] [ 78%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-460896] +tests/test_mem.py::test_mem_kem[Classic-McEliece-460896f] +[gw10] [ 78%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-348864] +tests/test_mem.py::test_mem_kem[Classic-McEliece-348864f] +[gw11] [ 78%] PASSED tests/test_alg_info.py::test_alg_info_sig[MAYO-5] +tests/test_mem.py::test_mem_kem[Kyber768] +[gw4] [ 78%] PASSED tests/test_mem.py::test_mem_kem[ML-KEM-768] tests/test_mem.py::test_mem_kem[ML-KEM-1024] -[gw11] [ 62%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHA2-256s-simple] -tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-128f-simple] -[gw11] [ 62%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-128f-simple] -tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-128s-simple] -[gw1] [ 63%] PASSED tests/test_mem.py::test_mem_kem[sntrup761] +[gw11] [ 78%] PASSED tests/test_mem.py::test_mem_kem[Kyber768] +tests/test_mem.py::test_mem_kem[Kyber1024] +[gw4] [ 78%] PASSED tests/test_mem.py::test_mem_kem[ML-KEM-1024] +tests/test_mem.py::test_mem_kem[sntrup761] +[gw14] [ 78%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-8192128] +tests/test_cmdline.py::test_kem[Classic-McEliece-8192128f] +[gw11] [ 79%] PASSED tests/test_mem.py::test_mem_kem[Kyber1024] +tests/test_mem.py::test_mem_kem[ML-KEM-512] +[gw10] [ 79%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-348864f] tests/test_mem.py::test_mem_kem[FrodoKEM-640-AES] -[gw11] [ 63%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-128s-simple] -tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-192f-simple] -[gw8] [ 63%] PASSED tests/test_cmdline.py::test_kem[HQC-192] -tests/test_cmdline.py::test_kem[HQC-256] -[gw3] [ 63%] PASSED tests/test_mem.py::test_mem_kem[ML-KEM-1024] -tests/test_mem.py::test_mem_kem[FrodoKEM-976-AES] -[gw11] [ 63%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-192f-simple] -tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-192s-simple] -[gw9] [ 63%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-460896f] -tests/test_kat.py::test_kem[Classic-McEliece-6688128] -[gw11] [ 64%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-192s-simple] -[gw1] [ 64%] PASSED tests/test_mem.py::test_mem_kem[FrodoKEM-640-AES] -tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-256f-simple] -tests/test_mem.py::test_mem_kem[FrodoKEM-640-SHAKE] -[gw11] [ 64%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-256f-simple] -[gw3] [ 64%] PASSED tests/test_mem.py::test_mem_kem[FrodoKEM-976-AES] +[gw4] [ 79%] PASSED tests/test_mem.py::test_mem_kem[sntrup761] tests/test_mem.py::test_mem_kem[FrodoKEM-976-SHAKE] -tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-256s-simple] -[gw11] [ 64%] PASSED tests/test_code_conventions.py::test_datasheet_sig[SPHINCS+-SHAKE-256s-simple] -tests/test_code_conventions.py::test_style -[gw8] [ 64%] PASSED tests/test_cmdline.py::test_kem[HQC-256] -[gw1] [ 65%] PASSED tests/test_mem.py::test_mem_kem[FrodoKEM-640-SHAKE] -tests/test_cmdline.py::test_kem[Kyber512] +[gw11] [ 79%] PASSED tests/test_mem.py::test_mem_kem[ML-KEM-512] tests/test_mem.py::test_mem_kem[FrodoKEM-1344-SHAKE] -[gw4] [ 65%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-460896f] -tests/test_mem.py::test_mem_kem[Classic-McEliece-6688128] -[gw8] [ 65%] PASSED tests/test_cmdline.py::test_kem[Kyber512] -tests/test_cmdline.py::test_kem[Kyber768] -[gw3] [ 65%] PASSED tests/test_mem.py::test_mem_kem[FrodoKEM-976-SHAKE] -[gw8] [ 65%] PASSED tests/test_cmdline.py::test_kem[Kyber768] -tests/test_cmdline.py::test_kem[Kyber1024] +[gw12] [ 79%] PASSED tests/test_alg_info.py::test_alg_info_sig[cross-rsdpg-192-small] +tests/test_alg_info.py::test_alg_info_sig[cross-rsdpg-256-balanced] +[gw10] [ 79%] PASSED tests/test_mem.py::test_mem_kem[FrodoKEM-640-AES] +tests/test_mem.py::test_mem_kem[FrodoKEM-640-SHAKE] +[gw4] [ 79%] PASSED tests/test_mem.py::test_mem_kem[FrodoKEM-976-SHAKE] tests/test_mem.py::test_mem_kem[FrodoKEM-1344-AES] -[gw8] [ 65%] PASSED tests/test_cmdline.py::test_kem[Kyber1024] -tests/test_cmdline.py::test_kem[ML-KEM-512-ipd] -[gw1] [ 66%] PASSED tests/test_mem.py::test_mem_kem[FrodoKEM-1344-SHAKE] +[gw11] [ 79%] PASSED tests/test_mem.py::test_mem_kem[FrodoKEM-1344-SHAKE] +[gw10] [ 79%] PASSED tests/test_mem.py::test_mem_kem[FrodoKEM-640-SHAKE] tests/test_mem.py::test_mem_sig[Dilithium2] -[gw8] [ 66%] PASSED tests/test_cmdline.py::test_kem[ML-KEM-512-ipd] -tests/test_mem.py::test_mem_sig[ML-DSA-87] -[gw3] [ 66%] PASSED tests/test_mem.py::test_mem_kem[FrodoKEM-1344-AES] +tests/test_mem.py::test_mem_kem[FrodoKEM-976-AES] +[gw4] [ 79%] PASSED tests/test_mem.py::test_mem_kem[FrodoKEM-1344-AES] +[gw0] [ 79%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-460896f] +tests/test_kat.py::test_kem[Classic-McEliece-6688128] +tests/test_mem.py::test_mem_sig[ML-DSA-44-ipd] +[gw11] [ 80%] PASSED tests/test_mem.py::test_mem_sig[Dilithium2] tests/test_mem.py::test_mem_sig[ML-DSA-65-ipd] -[gw1] [ 66%] PASSED tests/test_mem.py::test_mem_sig[Dilithium2] +[gw10] [ 80%] PASSED tests/test_mem.py::test_mem_kem[FrodoKEM-976-AES] +tests/test_mem.py::test_mem_sig[ML-DSA-87-ipd] +[gw12] [ 80%] PASSED tests/test_alg_info.py::test_alg_info_sig[cross-rsdpg-256-balanced] +[gw5] [ 80%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-460896f] tests/test_mem.py::test_mem_sig[Dilithium3] -[gw8] [ 66%] PASSED tests/test_mem.py::test_mem_sig[ML-DSA-87] -tests/test_mem.py::test_mem_sig[Falcon-512] -[gw6] [ 67%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-6960119f] -tests/test_kat.py::test_kem[Classic-McEliece-8192128] -[gw1] [ 67%] PASSED tests/test_mem.py::test_mem_sig[Dilithium3] -tests/test_mem.py::test_mem_sig[Falcon-padded-512] -[gw3] [ 67%] PASSED tests/test_mem.py::test_mem_sig[ML-DSA-65-ipd] +tests/test_mem.py::test_mem_kem[Classic-McEliece-6688128] +[gw4] [ 80%] PASSED tests/test_mem.py::test_mem_sig[ML-DSA-44-ipd] +tests/test_mem.py::test_mem_sig[ML-DSA-44] +[gw11] [ 80%] PASSED tests/test_mem.py::test_mem_sig[ML-DSA-65-ipd] tests/test_mem.py::test_mem_sig[ML-DSA-65] -[gw8] [ 67%] PASSED tests/test_mem.py::test_mem_sig[Falcon-512] -tests/test_mem.py::test_mem_sig[Falcon-1024] -[gw1] [ 67%] PASSED tests/test_mem.py::test_mem_sig[Falcon-padded-512] +[gw1] [ 80%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHA2-128s-simple] +tests/test_kat.py::test_sig[SPHINCS+-SHA2-192f-simple] +[gw10] [ 80%] PASSED tests/test_mem.py::test_mem_sig[ML-DSA-87-ipd] +[gw12] [ 80%] PASSED tests/test_mem.py::test_mem_sig[Dilithium3] +tests/test_mem.py::test_mem_sig[ML-DSA-87] +tests/test_mem.py::test_mem_sig[Dilithium5] +[gw8] [ 80%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-8192128] +tests/test_mem.py::test_mem_kem[Classic-McEliece-8192128f] +[gw4] [ 81%] PASSED tests/test_mem.py::test_mem_sig[ML-DSA-44] +tests/test_mem.py::test_mem_sig[Falcon-padded-512] +[gw11] [ 81%] PASSED tests/test_mem.py::test_mem_sig[ML-DSA-65] +tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-128f-simple] +[gw9] [ 81%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-6688128f] +[gw12] [ 81%] PASSED tests/test_mem.py::test_mem_sig[Dilithium5] +tests/test_mem.py::test_mem_kem[Classic-McEliece-6960119] +[gw10] [ 81%] PASSED tests/test_mem.py::test_mem_sig[ML-DSA-87] +tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-256f-simple] +tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-192f-simple] +[gw4] [ 81%] PASSED tests/test_mem.py::test_mem_sig[Falcon-padded-512] tests/test_mem.py::test_mem_sig[Falcon-padded-1024] -[gw3] [ 67%] PASSED tests/test_mem.py::test_mem_sig[ML-DSA-65] -tests/test_mem.py::test_mem_sig[ML-DSA-87-ipd] -[gw8] [ 68%] PASSED tests/test_mem.py::test_mem_sig[Falcon-1024] +[gw1] [ 81%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHA2-192f-simple] +tests/test_kat.py::test_sig[SPHINCS+-SHA2-192s-simple] +[gw4] [ 81%] PASSED tests/test_mem.py::test_mem_sig[Falcon-padded-1024] +[gw11] [ 81%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-128f-simple] +tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-128f-simple] tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-128s-simple] -[gw3] [ 68%] PASSED tests/test_mem.py::test_mem_sig[ML-DSA-87-ipd] +[gw10] [ 81%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-192f-simple] tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-192s-simple] -[gw1] [ 68%] PASSED tests/test_mem.py::test_mem_sig[Falcon-padded-1024] -tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-128f-simple] -[gw2] [ 68%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-6960119f] -tests/test_mem.py::test_mem_kem[Classic-McEliece-8192128] -[gw12] [ 68%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-192s-simple] -tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-256f-simple] -[gw13] [ 68%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-256s-simple] -tests/test_code_conventions.py::test_datasheet_kem[BIKE-L1] -[gw13] [ 69%] PASSED tests/test_code_conventions.py::test_datasheet_kem[BIKE-L1] -tests/test_code_conventions.py::test_datasheet_kem[BIKE-L3] -[gw1] [ 69%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-128f-simple] -tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-256s-simple] -[gw13] [ 69%] PASSED tests/test_code_conventions.py::test_datasheet_kem[BIKE-L3] -tests/test_code_conventions.py::test_datasheet_kem[BIKE-L5] -[gw13] [ 69%] PASSED tests/test_code_conventions.py::test_datasheet_kem[BIKE-L5] -tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-348864] -[gw13] [ 69%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-348864] -tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-348864f] -[gw0] [ 69%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHA2-128s-simple] -tests/test_mem.py::test_mem_kem[Kyber512] -[gw13] [ 70%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-348864f] -tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-460896] -[gw13] [ 70%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-460896] -tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-460896f] -[gw0] [ 70%] PASSED tests/test_mem.py::test_mem_kem[Kyber512] -tests/test_mem.py::test_mem_kem[Kyber768] -[gw13] [ 70%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-460896f] -tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-6688128] -[gw0] [ 70%] PASSED tests/test_mem.py::test_mem_kem[Kyber768] -[gw13] [ 70%] PASSED tests/test_code_conventions.py::test_datasheet_kem[Classic-McEliece-6688128] +[gw4] [ 81%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-128f-simple] tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-128s-simple] -tests/test_mem.py::test_mem_kem[Kyber1024] -[gw12] [ 71%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-256f-simple] -tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-256s-simple] -[gw0] [ 71%] PASSED tests/test_mem.py::test_mem_kem[Kyber1024] -tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-192s-simple] -[gw5] [ 71%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHAKE-128s-simple] +[gw12] [ 82%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-256f-simple] +tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-256s-simple] +[gw14] [ 82%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-8192128f] +tests/test_cmdline.py::test_kem[HQC-128] +[gw3] [ 82%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHAKE-128s-simple] tests/test_kat.py::test_sig[SPHINCS+-SHAKE-192f-simple] -[gw7] [ 71%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-6688128] -tests/test_cmdline.py::test_kem[Classic-McEliece-6688128f] -[gw5] [ 71%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHAKE-192f-simple] +[gw14] [ 82%] PASSED tests/test_cmdline.py::test_kem[HQC-128] +tests/test_cmdline.py::test_kem[HQC-192] +[gw9] [ 82%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-6960119] +tests/test_mem.py::test_mem_kem[Classic-McEliece-6960119f] +[gw14] [ 82%] PASSED tests/test_cmdline.py::test_kem[HQC-192] +tests/test_cmdline.py::test_kem[HQC-256] +[gw8] [ 82%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-8192128f] +tests/test_mem.py::test_mem_kem[HQC-128] +[gw3] [ 82%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHAKE-192f-simple] tests/test_kat.py::test_sig[SPHINCS+-SHAKE-192s-simple] -[gw10] [ 71%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHA2-192s-simple] -tests/test_kat.py::test_sig[SPHINCS+-SHA2-256f-simple] -[gw10] [ 72%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHA2-256f-simple] -tests/test_kat.py::test_sig[SPHINCS+-SHA2-256s-simple] -[gw7] [ 72%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-6688128f] -tests/test_cmdline.py::test_kem[Classic-McEliece-6960119] -[gw9] [ 72%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-6688128] -tests/test_kat.py::test_kem[Classic-McEliece-6688128f] -[gw8] [ 72%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-128s-simple] -tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-192f-simple] -[gw8] [ 72%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-192f-simple] -tests/test_speed.py::test_kem[BIKE-L3] -[gw2] [ 72%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-8192128] -tests/test_mem.py::test_mem_kem[Classic-McEliece-8192128f] -[gw4] [ 73%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-6688128] -tests/test_mem.py::test_mem_kem[Classic-McEliece-6688128f] -[gw9] [ 73%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-6688128f] -tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-256s-simple] -[gw1] [ 73%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-256s-simple] -[gw13] [ 73%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-128s-simple] -tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-128f-simple] -tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-192f-simple] -[gw7] [ 73%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-6960119] -tests/test_cmdline.py::test_kem[Classic-McEliece-6960119f] -[gw1] [ 74%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-128f-simple] -tests/test_speed.py::test_kem[Classic-McEliece-6688128] -[gw3] [ 74%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-192s-simple] -[gw6] [ 74%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-8192128] +[gw8] [ 82%] PASSED tests/test_mem.py::test_mem_kem[HQC-128] +tests/test_mem.py::test_mem_sig[cross-rsdp-128-fast] +[gw14] [ 82%] PASSED tests/test_cmdline.py::test_kem[HQC-256] +tests/test_cmdline.py::test_kem[Kyber512] +[gw8] [ 83%] PASSED tests/test_mem.py::test_mem_sig[cross-rsdp-128-fast] +tests/test_mem.py::test_mem_sig[cross-rsdp-128-small] +[gw14] [ 83%] PASSED tests/test_cmdline.py::test_kem[Kyber512] +tests/test_cmdline.py::test_kem[Kyber768] +[gw14] [ 83%] PASSED tests/test_cmdline.py::test_kem[Kyber768] +[gw13] [ 83%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-6688128] +tests/test_cmdline.py::test_kem[Classic-McEliece-6688128f] +tests/test_cmdline.py::test_kem[Kyber1024] +[gw8] [ 83%] PASSED tests/test_mem.py::test_mem_sig[cross-rsdp-128-small] +[gw14] [ 83%] PASSED tests/test_cmdline.py::test_kem[Kyber1024] +tests/test_mem.py::test_mem_sig[cross-rsdp-192-balanced] +tests/test_cmdline.py::test_kem[ML-KEM-512] +[gw14] [ 83%] PASSED tests/test_cmdline.py::test_kem[ML-KEM-512] +tests/test_cmdline.py::test_kem[ML-KEM-768] +[gw14] [ 83%] PASSED tests/test_cmdline.py::test_kem[ML-KEM-768] +tests/test_cmdline.py::test_kem[ML-KEM-1024] +[gw8] [ 83%] PASSED tests/test_mem.py::test_mem_sig[cross-rsdp-192-balanced] +tests/test_mem.py::test_mem_sig[cross-rsdp-192-fast] +[gw14] [ 83%] PASSED tests/test_cmdline.py::test_kem[ML-KEM-1024] +tests/test_cmdline.py::test_kem[sntrup761] +[gw14] [ 83%] PASSED tests/test_cmdline.py::test_kem[sntrup761] +tests/test_cmdline.py::test_kem[FrodoKEM-640-AES] +[gw8] [ 84%] PASSED tests/test_mem.py::test_mem_sig[cross-rsdp-192-fast] +tests/test_mem.py::test_mem_sig[cross-rsdp-192-small] +[gw14] [ 84%] PASSED tests/test_cmdline.py::test_kem[FrodoKEM-640-AES] +tests/test_cmdline.py::test_kem[FrodoKEM-640-SHAKE] +[gw14] [ 84%] PASSED tests/test_cmdline.py::test_kem[FrodoKEM-640-SHAKE] +tests/test_cmdline.py::test_kem[FrodoKEM-976-AES] +[gw8] [ 84%] PASSED tests/test_mem.py::test_mem_sig[cross-rsdp-192-small] +tests/test_mem.py::test_mem_sig[cross-rsdp-256-balanced] +[gw14] [ 84%] PASSED tests/test_cmdline.py::test_kem[FrodoKEM-976-AES] +tests/test_mem.py::test_mem_sig[cross-rsdp-256-fast] +[gw8] [ 84%] PASSED tests/test_mem.py::test_mem_sig[cross-rsdp-256-balanced] +tests/test_mem.py::test_mem_sig[cross-rsdp-256-small] +[gw14] [ 84%] PASSED tests/test_mem.py::test_mem_sig[cross-rsdp-256-fast] +tests/test_mem.py::test_mem_sig[cross-rsdpg-128-balanced] +[gw14] [ 84%] PASSED tests/test_mem.py::test_mem_sig[cross-rsdpg-128-balanced] +[gw8] [ 84%] PASSED tests/test_mem.py::test_mem_sig[cross-rsdp-256-small] +tests/test_mem.py::test_mem_sig[cross-rsdpg-128-small] +tests/test_mem.py::test_mem_sig[cross-rsdpg-128-fast] +[gw8] [ 84%] PASSED tests/test_mem.py::test_mem_sig[cross-rsdpg-128-fast] +tests/test_mem.py::test_mem_sig[cross-rsdpg-192-fast] +[gw14] [ 85%] PASSED tests/test_mem.py::test_mem_sig[cross-rsdpg-128-small] +tests/test_mem.py::test_mem_sig[cross-rsdpg-192-balanced] +[gw8] [ 85%] PASSED tests/test_mem.py::test_mem_sig[cross-rsdpg-192-fast] +[gw9] [ 85%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-6960119f] +tests/test_mem.py::test_mem_sig[cross-rsdpg-192-small] +tests/test_mem.py::test_mem_sig[cross-rsdp-128-balanced] +[gw14] [ 85%] PASSED tests/test_mem.py::test_mem_sig[cross-rsdpg-192-balanced] +tests/test_mem.py::test_mem_sig[cross-rsdpg-256-balanced] +[gw9] [ 85%] PASSED tests/test_mem.py::test_mem_sig[cross-rsdp-128-balanced] +tests/test_mem.py::test_mem_sig[cross-rsdpg-256-small] +[gw14] [ 85%] PASSED tests/test_mem.py::test_mem_sig[cross-rsdpg-256-balanced] +tests/test_speed.py::test_kem[BIKE-L1] +[gw8] [ 85%] PASSED tests/test_mem.py::test_mem_sig[cross-rsdpg-192-small] +tests/test_mem.py::test_mem_sig[cross-rsdpg-256-fast] +[gw7] [ 85%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-8192128] tests/test_kat.py::test_kem[Classic-McEliece-8192128f] -tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-256f-simple] -[gw2] [ 74%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-8192128f] +[gw9] [ 85%] PASSED tests/test_mem.py::test_mem_sig[cross-rsdpg-256-small] +tests/test_speed.py::test_kem[BIKE-L3] +[gw8] [ 85%] PASSED tests/test_mem.py::test_mem_sig[cross-rsdpg-256-fast] tests/test_speed.py::test_kem[Classic-McEliece-348864] -[gw13] [ 74%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-192f-simple] +[gw5] [ 86%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-6688128] +tests/test_mem.py::test_mem_sig[Falcon-512] +[gw5] [ 86%] PASSED tests/test_mem.py::test_mem_sig[Falcon-512] +tests/test_mem.py::test_mem_sig[Falcon-1024] +[gw5] [ 86%] PASSED tests/test_mem.py::test_mem_sig[Falcon-1024] +[gw13] [ 86%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-6688128f] +tests/test_speed.py::test_kem[Classic-McEliece-460896f] +tests/test_cmdline.py::test_kem[Classic-McEliece-6960119] +[gw11] [ 86%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-128s-simple] +tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-192f-simple] +[gw0] [ 86%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-6688128] +tests/test_kat.py::test_kem[Classic-McEliece-6688128f] +[gw11] [ 86%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-192f-simple] +tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-192s-simple] +[gw2] [ 86%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-192s-simple] +tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-256f-simple] +[gw7] [ 86%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-8192128f] +tests/test_kat.py::test_kem[HQC-128] +[gw7] [ 86%] PASSED tests/test_kat.py::test_kem[HQC-128] +tests/test_kat.py::test_kem[HQC-192] +[gw2] [ 86%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-256f-simple] +tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-256s-simple] +[gw7] [ 87%] PASSED tests/test_kat.py::test_kem[HQC-192] +tests/test_kat.py::test_kem[HQC-256] +[gw4] [ 87%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-128s-simple] +tests/test_mem.py::test_mem_sig[MAYO-1] +[gw4] [ 87%] PASSED tests/test_mem.py::test_mem_sig[MAYO-1] +[gw7] [ 87%] PASSED tests/test_kat.py::test_kem[HQC-256] +tests/test_mem.py::test_mem_sig[MAYO-2] +tests/test_kat.py::test_kem[Kyber512] +[gw7] [ 87%] PASSED tests/test_kat.py::test_kem[Kyber512] +tests/test_kat.py::test_kem[Kyber768] +[gw4] [ 87%] PASSED tests/test_mem.py::test_mem_sig[MAYO-2] tests/test_speed.py::test_kem[Classic-McEliece-6960119] -[gw4] [ 74%] PASSED tests/test_mem.py::test_mem_kem[Classic-McEliece-6688128f] -tests/test_speed.py::test_kem[Classic-McEliece-460896] -[gw12] [ 75%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-256s-simple] -tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-128f-simple] -[gw3] [ 75%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-256f-simple] +[gw7] [ 87%] PASSED tests/test_kat.py::test_kem[Kyber768] +tests/test_speed.py::test_kem[Classic-McEliece-6960119f] +[gw12] [ 87%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-256s-simple] +tests/test_mem.py::test_mem_sig[MAYO-3] +[gw12] [ 87%] PASSED tests/test_mem.py::test_mem_sig[MAYO-3] +tests/test_mem.py::test_mem_sig[MAYO-5] +[gw0] [ 87%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-6688128f] +tests/test_kat.py::test_kem[Classic-McEliece-6960119] +[gw1] [ 88%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHA2-192s-simple] +tests/test_kat.py::test_sig[SPHINCS+-SHA2-256f-simple] +[gw12] [ 88%] PASSED tests/test_mem.py::test_mem_sig[MAYO-5] tests/test_speed.py::test_kem[HQC-128] -[gw12] [ 75%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-128f-simple] -tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-128s-simple] -[gw7] [ 75%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-6960119f] -tests/test_speed.py::test_kem[Classic-McEliece-8192128] -[gw6] [ 75%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-8192128f] -tests/test_kat.py::test_kem[HQC-128] -[gw6] [ 75%] PASSED tests/test_kat.py::test_kem[HQC-128] -tests/test_speed.py::test_kem[HQC-256] -[gw10] [ 76%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHA2-256s-simple] -tests/test_kat.py::test_sig[SPHINCS+-SHAKE-128f-simple] -[gw10] [ 76%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHAKE-128f-simple] -tests/test_speed.py::test_kem[Kyber768] -[gw0] [ 76%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-192s-simple] +[gw10] [ 88%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHA2-192s-simple] tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-256f-simple] -[gw5] [ 76%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHAKE-192s-simple] -tests/test_kat.py::test_sig[SPHINCS+-SHAKE-256f-simple] -[gw0] [ 76%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-256f-simple] -tests/test_speed.py::test_kem[ML-KEM-512-ipd] -[gw8] [ 76%] PASSED tests/test_speed.py::test_kem[BIKE-L3] +[gw1] [ 88%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHA2-256f-simple] +tests/test_kat.py::test_sig[SPHINCS+-SHA2-256s-simple] +[gw10] [ 88%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-256f-simple] +tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-256s-simple] +[gw13] [ 88%] PASSED tests/test_cmdline.py::test_kem[Classic-McEliece-6960119] +tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-6688128] +[gw13] [ 88%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-6688128] +tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-6688128f] +[gw13] [ 88%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-6688128f] +tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-6960119] +[gw13] [ 88%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-6960119] +tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-6960119f] +[gw13] [ 88%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-6960119f] +tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-8192128] +[gw13] [ 88%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-8192128] +tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-8192128f] +[gw13] [ 89%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-8192128f] +tests/test_constant_time.py::test_constant_time_kem[HQC-128] +[gw13] [ 89%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[HQC-128] +tests/test_constant_time.py::test_constant_time_kem[HQC-192] +[gw13] [ 89%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[HQC-192] +tests/test_constant_time.py::test_constant_time_kem[HQC-256] +[gw13] [ 89%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[HQC-256] +tests/test_constant_time.py::test_constant_time_kem[Kyber512] +[gw13] [ 89%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Kyber512] +tests/test_speed.py::test_kem[Kyber1024] +[gw0] [ 89%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-6960119] +tests/test_speed.py::test_kem[HQC-192] +[gw14] [ 89%] PASSED tests/test_speed.py::test_kem[BIKE-L1] tests/test_speed.py::test_kem[BIKE-L5] -[gw5] [ 77%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHAKE-256f-simple] -tests/test_kat.py::test_sig[SPHINCS+-SHAKE-256s-simple] -[gw12] [ 77%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-128s-simple] -tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-192f-simple] -[gw2] [ 77%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-348864] +[gw9] [ 89%] PASSED tests/test_speed.py::test_kem[BIKE-L3] tests/test_speed.py::test_kem[Classic-McEliece-348864f] -[gw12] [ 77%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-192f-simple] -tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-192s-simple] -[gw4] [ 77%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-460896] -tests/test_speed.py::test_kem[Classic-McEliece-460896f] -[gw3] [ 77%] PASSED tests/test_speed.py::test_kem[HQC-128] -tests/test_speed.py::test_kem[HQC-192] -[gw9] [ 78%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-256s-simple] -tests/test_speed.py::test_kem[BIKE-L1] -[gw6] [ 78%] PASSED tests/test_speed.py::test_kem[HQC-256] +[gw8] [ 89%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-348864] +tests/test_speed.py::test_kem[Classic-McEliece-460896] +[gw3] [ 89%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHAKE-192s-simple] +tests/test_kat.py::test_sig[SPHINCS+-SHAKE-256f-simple] +[gw5] [ 90%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-460896f] +tests/test_speed.py::test_kem[Classic-McEliece-6688128] +[gw3] [ 90%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHAKE-256f-simple] +tests/test_kat.py::test_sig[SPHINCS+-SHAKE-256s-simple] +[gw2] [ 90%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHA2-256s-simple] +tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-128f-simple] +[gw2] [ 90%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-128f-simple] +tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-128s-simple] +[gw1] [ 90%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHA2-256s-simple] tests/test_speed.py::test_kem[Kyber512] -[gw13] [ 78%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-6960119] -tests/test_speed.py::test_kem[Classic-McEliece-6960119f] -[gw10] [ 78%] PASSED tests/test_speed.py::test_kem[Kyber768] -tests/test_speed.py::test_kem[Kyber1024] -[gw1] [ 78%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-6688128] +[gw12] [ 90%] PASSED tests/test_speed.py::test_kem[HQC-128] +tests/test_speed.py::test_kem[HQC-256] +[gw11] [ 90%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-192s-simple] tests/test_speed.py::test_kem[Classic-McEliece-6688128f] -[gw7] [ 78%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-8192128] +[gw7] [ 90%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-6960119f] tests/test_speed.py::test_kem[Classic-McEliece-8192128f] -[gw0] [ 79%] PASSED tests/test_speed.py::test_kem[ML-KEM-512-ipd] +[gw13] [ 90%] PASSED tests/test_speed.py::test_kem[Kyber1024] tests/test_speed.py::test_kem[ML-KEM-512] -[gw8] [ 79%] PASSED tests/test_speed.py::test_kem[BIKE-L5] -tests/test_speed.py::test_kem[ML-KEM-768-ipd] -[gw5] [ 79%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHAKE-256s-simple] -tests/test_leaks.py::test_kem_leak[BIKE-L1] -[gw5] [ 79%] SKIPPED tests/test_leaks.py::test_kem_leak[BIKE-L1] -tests/test_speed.py::test_sig[Dilithium3] -[gw11] [ 79%] PASSED tests/test_code_conventions.py::test_style -tests/test_mem.py::test_mem_sig[Dilithium5] -[gw2] [ 80%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-348864f] +[gw10] [ 90%] PASSED tests/test_mem.py::test_mem_sig[SPHINCS+-SHAKE-256s-simple] +tests/test_speed.py::test_kem[Kyber768] +[gw0] [ 90%] PASSED tests/test_speed.py::test_kem[HQC-192] tests/test_speed.py::test_kem[ML-KEM-768] -[gw11] [ 80%] PASSED tests/test_mem.py::test_mem_sig[Dilithium5] -tests/test_mem.py::test_mem_sig[ML-DSA-44-ipd] -[gw11] [ 80%] PASSED tests/test_mem.py::test_mem_sig[ML-DSA-44-ipd] -tests/test_mem.py::test_mem_sig[ML-DSA-44] -[gw11] [ 80%] PASSED tests/test_mem.py::test_mem_sig[ML-DSA-44] -tests/test_speed.py::test_sig[ML-DSA-44] -[gw3] [ 80%] PASSED tests/test_speed.py::test_kem[HQC-192] +[gw14] [ 91%] PASSED tests/test_speed.py::test_kem[BIKE-L5] tests/test_speed.py::test_kem[ML-KEM-1024] -[gw4] [ 80%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-460896f] -tests/test_speed.py::test_kem[ML-KEM-1024-ipd] -[gw9] [ 81%] PASSED tests/test_speed.py::test_kem[BIKE-L1] +[gw9] [ 91%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-348864f] tests/test_speed.py::test_kem[sntrup761] -[gw6] [ 81%] PASSED tests/test_speed.py::test_kem[Kyber512] +[gw8] [ 91%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-460896] tests/test_speed.py::test_kem[FrodoKEM-640-AES] -[gw10] [ 81%] PASSED tests/test_speed.py::test_kem[Kyber1024] +[gw2] [ 91%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-128s-simple] +tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-192f-simple] +[gw2] [ 91%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-192f-simple] +tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-192s-simple] +[gw3] [ 91%] PASSED tests/test_kat.py::test_sig[SPHINCS+-SHAKE-256s-simple] +tests/test_kat.py::test_sig[MAYO-1] +[gw3] [ 91%] PASSED tests/test_kat.py::test_sig[MAYO-1] +tests/test_speed.py::test_sig[ML-DSA-65] +[gw1] [ 91%] PASSED tests/test_speed.py::test_kem[Kyber512] tests/test_speed.py::test_kem[FrodoKEM-976-AES] -[gw12] [ 81%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-192s-simple] -tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-256f-simple] -[gw1] [ 81%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-6688128f] +[gw12] [ 91%] PASSED tests/test_speed.py::test_kem[HQC-256] tests/test_speed.py::test_kem[FrodoKEM-976-SHAKE] -[gw12] [ 81%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-256f-simple] -[gw7] [ 82%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-8192128f] -tests/test_speed.py::test_sig[Falcon-padded-512] -[gw13] [ 82%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-6960119f] -tests/test_speed.py::test_kem[FrodoKEM-1344-AES] +[gw5] [ 91%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-6688128] tests/test_speed.py::test_kem[FrodoKEM-640-SHAKE] -[gw0] [ 82%] PASSED tests/test_speed.py::test_kem[ML-KEM-512] +[gw7] [ 92%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-8192128f] tests/test_speed.py::test_kem[FrodoKEM-1344-SHAKE] -[gw8] [ 82%] PASSED tests/test_speed.py::test_kem[ML-KEM-768-ipd] +[gw4] [ 92%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-6960119] +tests/test_speed.py::test_kem[Classic-McEliece-8192128] +[gw11] [ 92%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-6688128f] +tests/test_speed.py::test_kem[FrodoKEM-1344-AES] +[gw6] [ 92%] PASSED tests/test_code_conventions.py::test_style +tests/test_code_conventions.py::test_spdx +[gw6] [ 92%] PASSED tests/test_code_conventions.py::test_spdx +tests/test_code_conventions.py::test_free +[gw13] [ 92%] PASSED tests/test_speed.py::test_kem[ML-KEM-512] tests/test_speed.py::test_sig[Dilithium2] -[gw5] [ 82%] PASSED tests/test_speed.py::test_sig[Dilithium3] +[gw10] [ 92%] PASSED tests/test_speed.py::test_kem[Kyber768] +tests/test_speed.py::test_sig[Dilithium3] +[gw0] [ 92%] PASSED tests/test_speed.py::test_kem[ML-KEM-768] tests/test_speed.py::test_sig[Dilithium5] -[gw2] [ 82%] PASSED tests/test_speed.py::test_kem[ML-KEM-768] +[gw14] [ 92%] PASSED tests/test_speed.py::test_kem[ML-KEM-1024] tests/test_speed.py::test_sig[ML-DSA-44-ipd] -[gw11] [ 83%] PASSED tests/test_speed.py::test_sig[ML-DSA-44] +[gw9] [ 92%] PASSED tests/test_speed.py::test_kem[sntrup761] +tests/test_speed.py::test_sig[ML-DSA-44] +[gw6] [ 93%] PASSED tests/test_code_conventions.py::test_free +tests/test_constant_time.py::test_constant_time_kem[BIKE-L1] +[gw6] [ 93%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[BIKE-L1] +tests/test_constant_time.py::test_constant_time_kem[BIKE-L3] +[gw6] [ 93%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[BIKE-L3] +tests/test_constant_time.py::test_constant_time_kem[BIKE-L5] +[gw6] [ 93%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[BIKE-L5] +tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-348864] +[gw6] [ 93%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-348864] +tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-348864f] +[gw6] [ 93%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-348864f] +tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-460896] +[gw6] [ 93%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-460896] +tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-460896f] +[gw6] [ 93%] SKIPPED tests/test_constant_time.py::test_constant_time_kem[Classic-McEliece-460896f] +tests/test_speed.py::test_sig[SPHINCS+-SHAKE-128f-simple] +[gw8] [ 93%] PASSED tests/test_speed.py::test_kem[FrodoKEM-640-AES] tests/test_speed.py::test_sig[ML-DSA-65-ipd] -[gw3] [ 83%] PASSED tests/test_speed.py::test_kem[ML-KEM-1024] -tests/test_speed.py::test_sig[ML-DSA-65] -[gw4] [ 83%] PASSED tests/test_speed.py::test_kem[ML-KEM-1024-ipd] +[gw3] [ 93%] PASSED tests/test_speed.py::test_sig[ML-DSA-65] tests/test_speed.py::test_sig[ML-DSA-87-ipd] -[gw9] [ 83%] PASSED tests/test_speed.py::test_kem[sntrup761] +[gw1] [ 93%] PASSED tests/test_speed.py::test_kem[FrodoKEM-976-AES] tests/test_speed.py::test_sig[ML-DSA-87] -[gw6] [ 83%] PASSED tests/test_speed.py::test_kem[FrodoKEM-640-AES] +[gw12] [ 94%] PASSED tests/test_speed.py::test_kem[FrodoKEM-976-SHAKE] tests/test_speed.py::test_sig[Falcon-512] -[gw10] [ 83%] PASSED tests/test_speed.py::test_kem[FrodoKEM-976-AES] +[gw5] [ 94%] PASSED tests/test_speed.py::test_kem[FrodoKEM-640-SHAKE] tests/test_speed.py::test_sig[Falcon-1024] -[gw1] [ 84%] PASSED tests/test_speed.py::test_kem[FrodoKEM-976-SHAKE] -tests/test_speed.py::test_sig[Falcon-padded-1024] -[gw7] [ 84%] PASSED tests/test_speed.py::test_kem[FrodoKEM-1344-AES] -[gw12] [ 84%] PASSED tests/test_speed.py::test_sig[Falcon-padded-512] -[gw13] [ 84%] PASSED tests/test_speed.py::test_kem[FrodoKEM-640-SHAKE] -tests/test_speed.py::test_sig[SPHINCS+-SHA2-128s-simple] +[gw7] [ 94%] PASSED tests/test_speed.py::test_kem[FrodoKEM-1344-SHAKE] +tests/test_speed.py::test_sig[Falcon-padded-512] +[gw11] [ 94%] PASSED tests/test_speed.py::test_kem[FrodoKEM-1344-AES] tests/test_speed.py::test_sig[SPHINCS+-SHA2-128f-simple] +[gw2] [ 94%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-192s-simple] +tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-256f-simple] +[gw13] [ 94%] PASSED tests/test_speed.py::test_sig[Dilithium2] +tests/test_speed.py::test_sig[SPHINCS+-SHA2-128s-simple] +[gw10] [ 94%] PASSED tests/test_speed.py::test_sig[Dilithium3] tests/test_speed.py::test_sig[SPHINCS+-SHA2-192f-simple] -[gw0] [ 84%] PASSED tests/test_speed.py::test_kem[FrodoKEM-1344-SHAKE] +[gw0] [ 94%] PASSED tests/test_speed.py::test_sig[Dilithium5] tests/test_speed.py::test_sig[SPHINCS+-SHA2-192s-simple] -[gw8] [ 84%] PASSED tests/test_speed.py::test_sig[Dilithium2] +[gw2] [ 94%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-256f-simple] +tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-256s-simple] +[gw14] [ 94%] PASSED tests/test_speed.py::test_sig[ML-DSA-44-ipd] tests/test_speed.py::test_sig[SPHINCS+-SHA2-256f-simple] -[gw5] [ 85%] PASSED tests/test_speed.py::test_sig[Dilithium5] +[gw9] [ 95%] PASSED tests/test_speed.py::test_sig[ML-DSA-44] tests/test_speed.py::test_sig[SPHINCS+-SHA2-256s-simple] -[gw2] [ 85%] PASSED tests/test_speed.py::test_sig[ML-DSA-44-ipd] -tests/test_speed.py::test_sig[SPHINCS+-SHAKE-128f-simple] -[gw11] [ 85%] PASSED tests/test_speed.py::test_sig[ML-DSA-65-ipd] -tests/test_speed.py::test_sig[SPHINCS+-SHAKE-128s-simple] -[gw3] [ 85%] PASSED tests/test_speed.py::test_sig[ML-DSA-65] +[gw8] [ 95%] PASSED tests/test_speed.py::test_sig[ML-DSA-65-ipd] tests/test_speed.py::test_sig[SPHINCS+-SHAKE-192f-simple] -[gw4] [ 85%] PASSED tests/test_speed.py::test_sig[ML-DSA-87-ipd] +[gw6] [ 95%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHAKE-128f-simple] +tests/test_speed.py::test_sig[SPHINCS+-SHAKE-128s-simple] +[gw4] [ 95%] PASSED tests/test_speed.py::test_kem[Classic-McEliece-8192128] +tests/test_speed.py::test_sig[Falcon-padded-1024] +[gw3] [ 95%] PASSED tests/test_speed.py::test_sig[ML-DSA-87-ipd] tests/test_speed.py::test_sig[SPHINCS+-SHAKE-192s-simple] -[gw9] [ 85%] PASSED tests/test_speed.py::test_sig[ML-DSA-87] +[gw1] [ 95%] PASSED tests/test_speed.py::test_sig[ML-DSA-87] tests/test_speed.py::test_sig[SPHINCS+-SHAKE-256f-simple] -[gw6] [ 86%] PASSED tests/test_speed.py::test_sig[Falcon-512] +[gw12] [ 95%] PASSED tests/test_speed.py::test_sig[Falcon-512] tests/test_speed.py::test_sig[SPHINCS+-SHAKE-256s-simple] -[gw10] [ 86%] PASSED tests/test_speed.py::test_sig[Falcon-1024] -tests/test_vectors.py::test_vectors_kem[BIKE-L1] -[gw10] [ 86%] SKIPPED tests/test_vectors.py::test_vectors_kem[BIKE-L1] -tests/test_vectors.py::test_vectors_kem[HQC-192] -[gw10] [ 86%] SKIPPED tests/test_vectors.py::test_vectors_kem[HQC-192] -tests/test_vectors.py::test_vectors_kem[HQC-256] -[gw10] [ 86%] SKIPPED tests/test_vectors.py::test_vectors_kem[HQC-256] -tests/test_vectors.py::test_vectors_kem[Kyber512] -[gw10] [ 87%] SKIPPED tests/test_vectors.py::test_vectors_kem[Kyber512] -tests/test_vectors.py::test_vectors_kem[Kyber768] -[gw10] [ 87%] SKIPPED tests/test_vectors.py::test_vectors_kem[Kyber768] -tests/test_vectors.py::test_vectors_kem[Kyber1024] -[gw1] [ 87%] PASSED tests/test_speed.py::test_sig[Falcon-padded-1024] -tests/test_vectors.py::test_vectors_kem[BIKE-L3] -[gw10] [ 87%] SKIPPED tests/test_vectors.py::test_vectors_kem[Kyber1024] -tests/test_vectors.py::test_vectors_kem[ML-KEM-512-ipd] -[gw1] [ 87%] SKIPPED tests/test_vectors.py::test_vectors_kem[BIKE-L3] -tests/test_vectors.py::test_vectors_kem[ML-KEM-512] -[gw10] [ 87%] PASSED tests/test_vectors.py::test_vectors_kem[ML-KEM-512-ipd] -[gw1] [ 88%] PASSED tests/test_vectors.py::test_vectors_kem[ML-KEM-512] -tests/test_vectors.py::test_vectors_kem[ML-KEM-768-ipd] -tests/test_vectors.py::test_vectors_kem[ML-KEM-768] -[gw0] [ 88%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHA2-192s-simple] -[gw12] [ 88%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHA2-128f-simple] -tests/test_vectors.py::test_vectors_kem[Classic-McEliece-460896] -[gw10] [ 88%] PASSED tests/test_vectors.py::test_vectors_kem[ML-KEM-768-ipd] -tests/test_vectors.py::test_vectors_kem[Classic-McEliece-348864] -tests/test_vectors.py::test_vectors_kem[ML-KEM-1024-ipd] -[gw1] [ 88%] PASSED tests/test_vectors.py::test_vectors_kem[ML-KEM-768] -tests/test_vectors.py::test_vectors_kem[ML-KEM-1024] -[gw13] [ 88%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHA2-192f-simple] -[gw12] [ 89%] SKIPPED tests/test_vectors.py::test_vectors_kem[Classic-McEliece-348864] -[gw0] [ 89%] SKIPPED tests/test_vectors.py::test_vectors_kem[Classic-McEliece-460896] -tests/test_vectors.py::test_vectors_kem[FrodoKEM-640-AES] -tests/test_vectors.py::test_vectors_kem[Classic-McEliece-348864f] -tests/test_vectors.py::test_vectors_kem[sntrup761] -[gw13] [ 89%] SKIPPED tests/test_vectors.py::test_vectors_kem[Classic-McEliece-348864f] -[gw12] [ 89%] SKIPPED tests/test_vectors.py::test_vectors_kem[FrodoKEM-640-AES] -tests/test_vectors.py::test_vectors_kem[FrodoKEM-976-SHAKE] -tests/test_vectors.py::test_vectors_kem[FrodoKEM-1344-AES] -[gw0] [ 89%] SKIPPED tests/test_vectors.py::test_vectors_kem[sntrup761] -tests/test_vectors.py::test_vectors_kem[FrodoKEM-1344-SHAKE] -[gw13] [ 89%] SKIPPED tests/test_vectors.py::test_vectors_kem[FrodoKEM-976-SHAKE] -tests/test_vectors.py::test_vectors_sig[Dilithium2] -[gw12] [ 90%] SKIPPED tests/test_vectors.py::test_vectors_kem[FrodoKEM-1344-AES] -[gw0] [ 90%] SKIPPED tests/test_vectors.py::test_vectors_kem[FrodoKEM-1344-SHAKE] -tests/test_vectors.py::test_vectors_sig[Dilithium3] -[gw10] [ 90%] PASSED tests/test_vectors.py::test_vectors_kem[ML-KEM-1024-ipd] -[gw13] [ 90%] SKIPPED tests/test_vectors.py::test_vectors_sig[Dilithium2] -tests/test_vectors.py::test_vectors_sig[Dilithium5] -tests/test_vectors.py::test_vectors_kem[FrodoKEM-640-SHAKE] -tests/test_vectors.py::test_vectors_sig[ML-DSA-44-ipd] -[gw8] [ 90%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHA2-256f-simple] -[gw1] [ 90%] PASSED tests/test_vectors.py::test_vectors_kem[ML-KEM-1024] -tests/test_vectors.py::test_vectors_kem[Classic-McEliece-460896f] -tests/test_vectors.py::test_vectors_kem[FrodoKEM-976-AES] -[gw10] [ 91%] SKIPPED tests/test_vectors.py::test_vectors_kem[FrodoKEM-640-SHAKE] -[gw0] [ 91%] SKIPPED tests/test_vectors.py::test_vectors_sig[Dilithium5] -tests/test_vectors.py::test_vectors_sig[ML-DSA-65] -[gw12] [ 91%] SKIPPED tests/test_vectors.py::test_vectors_sig[Dilithium3] -tests/test_vectors.py::test_vectors_sig[ML-DSA-65-ipd] -tests/test_vectors.py::test_vectors_sig[ML-DSA-44] -[gw8] [ 91%] SKIPPED tests/test_vectors.py::test_vectors_kem[Classic-McEliece-460896f] -[gw1] [ 91%] SKIPPED tests/test_vectors.py::test_vectors_kem[FrodoKEM-976-AES] -tests/test_vectors.py::test_vectors_sig[Falcon-512] -tests/test_vectors.py::test_vectors_sig[ML-DSA-87] -[gw1] [ 91%] SKIPPED tests/test_vectors.py::test_vectors_sig[Falcon-512] -[gw10] [ 92%] PASSED tests/test_vectors.py::test_vectors_sig[ML-DSA-65] -tests/test_vectors.py::test_vectors_sig[Falcon-1024] -tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHA2-128s-simple] -[gw13] [ 92%] PASSED tests/test_vectors.py::test_vectors_sig[ML-DSA-44-ipd] -[gw0] [ 92%] PASSED tests/test_vectors.py::test_vectors_sig[ML-DSA-65-ipd] -tests/test_vectors.py::test_vectors_sig[ML-DSA-87-ipd] -[gw12] [ 92%] PASSED tests/test_vectors.py::test_vectors_sig[ML-DSA-44] -[gw10] [ 92%] SKIPPED tests/test_vectors.py::test_vectors_sig[Falcon-1024] -tests/test_vectors.py::test_vectors_sig[Falcon-padded-512] -[gw8] [ 92%] PASSED tests/test_vectors.py::test_vectors_sig[ML-DSA-87] -tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHA2-192s-simple] -tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHA2-128f-simple] -[gw1] [ 93%] SKIPPED tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHA2-128s-simple] -tests/test_vectors.py::test_vectors_sig[Falcon-padded-1024] -tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHA2-192f-simple] -[gw0] [ 93%] SKIPPED tests/test_vectors.py::test_vectors_sig[Falcon-padded-512] -tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHA2-256s-simple] -[gw8] [ 93%] SKIPPED tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHA2-128f-simple] -[gw10] [ 93%] SKIPPED tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHA2-192s-simple] -[gw1] [ 93%] SKIPPED tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHA2-192f-simple] -tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-192s-simple] -tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-128f-simple] -tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-128s-simple] -[gw0] [ 94%] SKIPPED tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHA2-256s-simple] -[gw12] [ 94%] SKIPPED tests/test_vectors.py::test_vectors_sig[Falcon-padded-1024] -[gw8] [ 94%] SKIPPED tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-128s-simple] -tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-256f-simple] -[gw1] [ 94%] SKIPPED tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-192s-simple] -[gw10] [ 94%] SKIPPED tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-128f-simple] -[gw13] [ 94%] PASSED tests/test_vectors.py::test_vectors_sig[ML-DSA-87-ipd] -tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-192f-simple] -tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-256s-simple] -[gw0] [ 95%] SKIPPED tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-256f-simple] -tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHA2-256f-simple] -[gw7] [ 95%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHA2-128s-simple] -[gw8] [ 95%] SKIPPED tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-256s-simple] -[gw12] [ 95%] SKIPPED tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHAKE-192f-simple] -tests/test_vectors.py::test_vectors_kem[BIKE-L5] -[gw13] [ 95%] SKIPPED tests/test_vectors.py::test_vectors_sig[SPHINCS+-SHA2-256f-simple] -[gw7] [ 95%] SKIPPED tests/test_vectors.py::test_vectors_kem[BIKE-L5] -[gw2] [ 96%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHAKE-128f-simple] -tests/test_vectors.py::test_vectors_kem[Classic-McEliece-6688128f] -[gw2] [ 96%] SKIPPED tests/test_vectors.py::test_vectors_kem[Classic-McEliece-6688128f] -[gw3] [ 96%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHAKE-192f-simple] -tests/test_vectors.py::test_vectors_kem[Classic-McEliece-6960119f] -[gw3] [ 96%] SKIPPED tests/test_vectors.py::test_vectors_kem[Classic-McEliece-6960119f] -[gw9] [ 96%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHAKE-256f-simple] -tests/test_vectors.py::test_vectors_kem[Classic-McEliece-8192128f] -[gw9] [ 96%] SKIPPED tests/test_vectors.py::test_vectors_kem[Classic-McEliece-8192128f] -[gw4] [ 97%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHAKE-192s-simple] -tests/test_vectors.py::test_vectors_kem[Classic-McEliece-8192128] -[gw4] [ 97%] SKIPPED tests/test_vectors.py::test_vectors_kem[Classic-McEliece-8192128] -[gw6] [ 97%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHAKE-256s-simple] -tests/test_vectors.py::test_vectors_kem[HQC-128] -[gw6] [ 97%] SKIPPED tests/test_vectors.py::test_vectors_kem[HQC-128] -[gw5] [ 97%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHA2-256s-simple] -tests/test_vectors.py::test_vectors_kem[Classic-McEliece-6688128] -[gw5] [ 97%] SKIPPED tests/test_vectors.py::test_vectors_kem[Classic-McEliece-6688128] -[gw11] [ 98%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHAKE-128s-simple] -tests/test_vectors.py::test_vectors_kem[Classic-McEliece-6960119] -[gw11] [ 98%] SKIPPED tests/test_vectors.py::test_vectors_kem[Classic-McEliece-6960119] -[gw15] [ 98%] PASSED tests/test_hash.py::test_hash_sha2_random[sha3_512] -tests/test_kat.py::test_kem[BIKE-L1] -[gw15] [ 98%] PASSED tests/test_kat.py::test_kem[BIKE-L1] -tests/test_kat.py::test_kem[BIKE-L3] -[gw15] [ 98%] PASSED tests/test_kat.py::test_kem[BIKE-L3] -tests/test_kat.py::test_kem[BIKE-L5] -[gw15] [ 98%] PASSED tests/test_kat.py::test_kem[BIKE-L5] -tests/test_kat.py::test_kem[Classic-McEliece-348864] -[gw15] [ 99%] PASSED tests/test_kat.py::test_kem[Classic-McEliece-348864] -[gw14] [ 99%] PASSED tests/test_hash.py::test_hash_sha2_random[sha256] +[gw5] [ 95%] PASSED tests/test_speed.py::test_sig[Falcon-1024] +tests/test_speed.py::test_sig[MAYO-1] +[gw7] [ 95%] PASSED tests/test_speed.py::test_sig[Falcon-padded-512] +tests/test_speed.py::test_sig[MAYO-2] +[gw11] [ 95%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHA2-128f-simple] +tests/test_speed.py::test_sig[MAYO-3] +[gw10] [ 95%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHA2-192f-simple] +tests/test_speed.py::test_sig[cross-rsdp-128-balanced] +[gw13] [ 96%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHA2-128s-simple] +tests/test_speed.py::test_sig[MAYO-5] +[gw14] [ 96%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHA2-256f-simple] +tests/test_speed.py::test_sig[cross-rsdp-128-small] +[gw2] [ 96%] PASSED tests/test_cmdline.py::test_sig[SPHINCS+-SHAKE-256s-simple] +tests/test_cmdline.py::test_sig[MAYO-1] +[gw2] [ 96%] PASSED tests/test_cmdline.py::test_sig[MAYO-1] +tests/test_speed.py::test_sig[cross-rsdpg-256-fast] +[gw4] [ 96%] PASSED tests/test_speed.py::test_sig[Falcon-padded-1024] +tests/test_speed.py::test_sig[cross-rsdp-256-balanced] +[gw8] [ 96%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHAKE-192f-simple] +tests/test_speed.py::test_sig[cross-rsdp-192-fast] +[gw5] [ 96%] PASSED tests/test_speed.py::test_sig[MAYO-1] +tests/test_speed.py::test_sig[cross-rsdpg-128-fast] +[gw1] [ 96%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHAKE-256f-simple] +tests/test_speed.py::test_sig[cross-rsdp-256-small] +[gw12] [ 96%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHAKE-256s-simple] +tests/test_speed.py::test_sig[cross-rsdpg-128-balanced] +[gw6] [ 96%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHAKE-128s-simple] +tests/test_speed.py::test_sig[cross-rsdp-192-small] +[gw7] [ 97%] PASSED tests/test_speed.py::test_sig[MAYO-2] +tests/test_speed.py::test_sig[cross-rsdpg-128-small] +[gw3] [ 97%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHAKE-192s-simple] +tests/test_speed.py::test_sig[cross-rsdp-256-fast] +[gw9] [ 97%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHA2-256s-simple] +tests/test_speed.py::test_sig[cross-rsdp-192-balanced] +[gw11] [ 97%] PASSED tests/test_speed.py::test_sig[MAYO-3] +tests/test_speed.py::test_sig[cross-rsdpg-192-balanced] +[gw0] [ 97%] PASSED tests/test_speed.py::test_sig[SPHINCS+-SHA2-192s-simple] +tests/test_speed.py::test_sig[cross-rsdp-128-fast] +[gw10] [ 97%] PASSED tests/test_speed.py::test_sig[cross-rsdp-128-balanced] +tests/test_speed.py::test_sig[cross-rsdpg-192-fast] +[gw13] [ 97%] PASSED tests/test_speed.py::test_sig[MAYO-5] +tests/test_speed.py::test_sig[cross-rsdpg-192-small] +[gw14] [ 97%] PASSED tests/test_speed.py::test_sig[cross-rsdp-128-small] +tests/test_speed.py::test_sig[cross-rsdpg-256-balanced] +[gw2] [ 97%] PASSED tests/test_speed.py::test_sig[cross-rsdpg-256-fast] +tests/test_speed.py::test_sig[cross-rsdpg-256-small] +[gw4] [ 97%] PASSED tests/test_speed.py::test_sig[cross-rsdp-256-balanced] +[gw8] [ 97%] PASSED tests/test_speed.py::test_sig[cross-rsdp-192-fast] +[gw5] [ 98%] PASSED tests/test_speed.py::test_sig[cross-rsdpg-128-fast] +[gw1] [ 98%] PASSED tests/test_speed.py::test_sig[cross-rsdp-256-small] +[gw12] [ 98%] PASSED tests/test_speed.py::test_sig[cross-rsdpg-128-balanced] +[gw6] [ 98%] PASSED tests/test_speed.py::test_sig[cross-rsdp-192-small] +[gw7] [ 98%] PASSED tests/test_speed.py::test_sig[cross-rsdpg-128-small] +[gw3] [ 98%] PASSED tests/test_speed.py::test_sig[cross-rsdp-256-fast] +[gw9] [ 98%] PASSED tests/test_speed.py::test_sig[cross-rsdp-192-balanced] +[gw11] [ 98%] PASSED tests/test_speed.py::test_sig[cross-rsdpg-192-balanced] +[gw0] [ 98%] PASSED tests/test_speed.py::test_sig[cross-rsdp-128-fast] +[gw10] [ 98%] PASSED tests/test_speed.py::test_sig[cross-rsdpg-192-fast] +[gw13] [ 99%] PASSED tests/test_speed.py::test_sig[cross-rsdpg-192-small] +[gw14] [ 99%] PASSED tests/test_speed.py::test_sig[cross-rsdpg-256-balanced] +[gw2] [ 99%] PASSED tests/test_speed.py::test_sig[cross-rsdpg-256-small] +[gw15] [ 99%] PASSED tests/test_hash.py::test_hash_sha2_random[sha256] tests/test_hash.py::test_hash_sha2_random[sha384] -[gw14] [ 99%] PASSED tests/test_hash.py::test_hash_sha2_random[sha384] +[gw15] [ 99%] PASSED tests/test_hash.py::test_hash_sha2_random[sha384] tests/test_hash.py::test_hash_sha2_random[sha512] -[gw14] [ 99%] PASSED tests/test_hash.py::test_hash_sha2_random[sha512] +[gw15] [ 99%] PASSED tests/test_hash.py::test_hash_sha2_random[sha512] tests/test_hash.py::test_hash_sha2_random[sha3_256] -[gw14] [ 99%] PASSED tests/test_hash.py::test_hash_sha2_random[sha3_256] +[gw15] [ 99%] PASSED tests/test_hash.py::test_hash_sha2_random[sha3_256] tests/test_hash.py::test_hash_sha2_random[sha3_384] -[gw14] [100%] PASSED tests/test_hash.py::test_hash_sha2_random[sha3_384] +[gw15] [ 99%] PASSED tests/test_hash.py::test_hash_sha2_random[sha3_384] +tests/test_hash.py::test_hash_sha2_random[sha3_512] +[gw15] [ 99%] PASSED tests/test_hash.py::test_hash_sha2_random[sha3_512] +tests/test_kat.py::test_kem[BIKE-L1] +[gw15] [ 99%] PASSED tests/test_kat.py::test_kem[BIKE-L1] +tests/test_kat.py::test_kem[BIKE-L3] +[gw15] [100%] PASSED tests/test_kat.py::test_kem[BIKE-L3] -================= 368 passed, 217 skipped in 540.64s (0:09:00) ================= +================= 485 passed, 558 skipped in 497.45s (0:08:17) ================= diff --git a/build/libtool/build.sh b/build/libtool/build.sh index f334db355b..55083f78b4 100755 --- a/build/libtool/build.sh +++ b/build/libtool/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=libtool -VER=2.4.7 +VER=2.5.3 PKG=developer/build/libtool ##IGNORE## SUMMARY="unused; replaced below" DESC="$SUMMARY" diff --git a/build/mercurial/build.sh b/build/mercurial/build.sh index 20ef68d038..cb419000c1 100755 --- a/build/mercurial/build.sh +++ b/build/mercurial/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=mercurial -VER=6.8.1 +VER=6.8.2 PKG=developer/versioning/mercurial SUMMARY="Mercurial source control management" DESC="Free, distributed source control management tool" diff --git a/build/nghttp2/build.sh b/build/nghttp2/build.sh index 5022dc2a67..d020ce1cfa 100755 --- a/build/nghttp2/build.sh +++ b/build/nghttp2/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=nghttp2 -VER=1.63.0 +VER=1.64.0 PKG=library/nghttp2 SUMMARY="nghttp2: HTTP/2 C Library" DESC="An implementation of the Hypertext Transfer Protocol version 2 in C" diff --git a/build/nghttp2/testsuite.log b/build/nghttp2/testsuite.log index 5cce9b3772..cebd126643 100644 --- a/build/nghttp2/testsuite.log +++ b/build/nghttp2/testsuite.log @@ -5,7 +5,7 @@ Making check in src Making check in testdata Making all in testdata ============================================================================ -Testsuite summary for nghttp2 1.63.0 +Testsuite summary for nghttp2 1.64.0 ============================================================================ # TOTAL: 0 # PASS: 0 @@ -22,7 +22,7 @@ Making check in testdata PASS: main PASS: failmalloc ============================================================================ -Testsuite summary for nghttp2 1.63.0 +Testsuite summary for nghttp2 1.64.0 ============================================================================ # TOTAL: 2 # PASS: 2 diff --git a/build/nspr/build.sh b/build/nspr/build.sh index c979e25c1f..858e64161f 100755 --- a/build/nspr/build.sh +++ b/build/nspr/build.sh @@ -12,12 +12,12 @@ # http://www.illumos.org/license/CDDL. # }}} # -# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=nspr -VER=4.35 +VER=4.36 PKG=library/nspr SUMMARY="Netscape Portable Runtime" DESC="The $SUMMARY" diff --git a/build/nspr/patches/aarch64.patch b/build/nspr/patches/aarch64.patch index 3c253f5c4e..fe28d15e61 100644 --- a/build/nspr/patches/aarch64.patch +++ b/build/nspr/patches/aarch64.patch @@ -1,7 +1,7 @@ -diff -wpruN '--exclude=*.orig' a~/configure a/configure +diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure --- a~/configure 1970-01-01 00:00:00 +++ a/configure 1970-01-01 00:00:00 -@@ -8123,6 +8123,8 @@ _ACEOF +@@ -8930,6 +8930,8 @@ case "$target" in else PR_MD_ASFILES=os_SunOS_x86.s fi @@ -10,10 +10,10 @@ diff -wpruN '--exclude=*.orig' a~/configure a/configure else if test -n "$USE_64"; then PR_MD_ASFILES=os_SunOS_sparcv9.s -diff -wpruN '--exclude=*.orig' a~/configure.in a/configure.in +diff -wpruN --no-dereference '--exclude=*.orig' a~/configure.in a/configure.in --- a~/configure.in 1970-01-01 00:00:00 +++ a/configure.in 1970-01-01 00:00:00 -@@ -2619,6 +2619,8 @@ case "$target" in +@@ -2431,6 +2431,8 @@ case "$target" in else PR_MD_ASFILES=os_SunOS_x86.s fi @@ -22,7 +22,7 @@ diff -wpruN '--exclude=*.orig' a~/configure.in a/configure.in else if test -n "$USE_64"; then PR_MD_ASFILES=os_SunOS_sparcv9.s -diff -wpruN '--exclude=*.orig' a~/pr/include/md/_solaris.cfg a/pr/include/md/_solaris.cfg +diff -wpruN --no-dereference '--exclude=*.orig' a~/pr/include/md/_solaris.cfg a/pr/include/md/_solaris.cfg --- a~/pr/include/md/_solaris.cfg 1970-01-01 00:00:00 +++ a/pr/include/md/_solaris.cfg 1970-01-01 00:00:00 @@ -35,6 +35,12 @@ @@ -38,7 +38,7 @@ diff -wpruN '--exclude=*.orig' a~/pr/include/md/_solaris.cfg a/pr/include/md/_so #else #error unknown processor #endif -diff -wpruN '--exclude=*.orig' a~/pr/include/md/_solaris.h a/pr/include/md/_solaris.h +diff -wpruN --no-dereference '--exclude=*.orig' a~/pr/include/md/_solaris.h a/pr/include/md/_solaris.h --- a~/pr/include/md/_solaris.h 1970-01-01 00:00:00 +++ a/pr/include/md/_solaris.h 1970-01-01 00:00:00 @@ -18,6 +18,8 @@ @@ -85,7 +85,7 @@ diff -wpruN '--exclude=*.orig' a~/pr/include/md/_solaris.h a/pr/include/md/_sola #else /* x86 solaris */ #ifdef USE_SETJMP -diff -wpruN '--exclude=*.orig' a~/pr/include/prcpucfg.h a/pr/include/prcpucfg.h +diff -wpruN --no-dereference '--exclude=*.orig' a~/pr/include/prcpucfg.h a/pr/include/prcpucfg.h --- a~/pr/include/prcpucfg.h 1970-01-01 00:00:00 +++ a/pr/include/prcpucfg.h 1970-01-01 00:00:00 @@ -0,0 +1,177 @@ @@ -266,7 +266,7 @@ diff -wpruN '--exclude=*.orig' a~/pr/include/prcpucfg.h a/pr/include/prcpucfg.h +#endif /* NO_NSPR_10_SUPPORT */ + +#endif /* ifndef nspr_cpucfg___ */ -diff -wpruN '--exclude=*.orig' a~/pr/src/md/unix/os_SunOS_aarch64.s a/pr/src/md/unix/os_SunOS_aarch64.s +diff -wpruN --no-dereference '--exclude=*.orig' a~/pr/src/md/unix/os_SunOS_aarch64.s a/pr/src/md/unix/os_SunOS_aarch64.s --- a~/pr/src/md/unix/os_SunOS_aarch64.s 1970-01-01 00:00:00 +++ a/pr/src/md/unix/os_SunOS_aarch64.s 1970-01-01 00:00:00 @@ -0,0 +1,73 @@ @@ -343,15 +343,15 @@ diff -wpruN '--exclude=*.orig' a~/pr/src/md/unix/os_SunOS_aarch64.s a/pr/src/md/ + cbnz w4, 1b + mov w0, w2 + ret -diff -wpruN '--exclude=*.orig' a~/pr/src/md/unix/unix.c a/pr/src/md/unix/unix.c +diff -wpruN --no-dereference '--exclude=*.orig' a~/pr/src/md/unix/unix.c a/pr/src/md/unix/unix.c --- a~/pr/src/md/unix/unix.c 1970-01-01 00:00:00 +++ a/pr/src/md/unix/unix.c 1970-01-01 00:00:00 -@@ -2752,7 +2752,7 @@ static void _PR_InitIOV(void) - #else - _md_iovector._open64 = open64; - #endif -- _md_iovector._mmap64 = mmap64; -+ _md_iovector._mmap64 = (_MD_Mmap64)mmap64; - #if (defined(ANDROID) && __ANDROID_API__ < 21) - /* Same as the open64 case for Android. */ - _md_iovector._fstat64 = (_MD_Fstat64)fstat; +@@ -2560,7 +2560,7 @@ static void _PR_InitIOV(void) { + # else + _md_iovector._open64 = open64; + # endif +- _md_iovector._mmap64 = mmap64; ++ _md_iovector._mmap64 = (_MD_Mmap64)mmap64; + # if (defined(ANDROID) && __ANDROID_API__ < 21) + /* Same as the open64 case for Android. */ + _md_iovector._fstat64 = (_MD_Fstat64)fstat; diff --git a/build/nspr/patches/libs.patch b/build/nspr/patches/libs.patch index 81e6a9d27a..244c31eca6 100644 --- a/build/nspr/patches/libs.patch +++ b/build/nspr/patches/libs.patch @@ -1,7 +1,7 @@ -diff -wpruN '--exclude=*.orig' a~/configure a/configure +diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure --- a~/configure 1970-01-01 00:00:00 +++ a/configure 1970-01-01 00:00:00 -@@ -7370,7 +7370,7 @@ $as_echo "$as_me: WARNING: Unknown versi +@@ -8074,7 +8074,7 @@ printf "%s\n" "$as_me: WARNING: Unknown # be linked against -lrt (or -lposix4) so add it to OS_LIBS _rev=`uname -r` _librt=`echo $_rev 5.6 | awk '{ if ($1 > $2) print "-lrt"; else print "-lposix4" }'` @@ -9,4 +9,4 @@ diff -wpruN '--exclude=*.orig' a~/configure a/configure + # OS_LIBS="$OS_LIBS $_librt" ;; - *-sco-sysv5*) + *) diff --git a/build/nss/build.sh b/build/nss/build.sh index 1d913d4707..06540acd87 100755 --- a/build/nss/build.sh +++ b/build/nss/build.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=nss -VER=3.105 +VER=3.106 PKG=system/library/mozilla-nss SUMMARY="Network Security Services" DESC="Network Security Services (NSS) is a set of libraries designed to " diff --git a/build/open-vm-tools/build.sh b/build/open-vm-tools/build.sh index 018f79a863..1cb632a302 100755 --- a/build/open-vm-tools/build.sh +++ b/build/open-vm-tools/build.sh @@ -19,11 +19,11 @@ PKG=system/virtualization/open-vm-tools PROG=open-vm-tools -VER=12.4.5 +VER=12.5.0 # The open-vm-tools have been inconsistent in the past in regard to whether # the filenames and extracted directories contain the build number. If they # do, set the build number. -BUILD=23787635 +BUILD=24276846 SUMMARY="Open Virtual Machine Tools" DESC="The Open Virtual Machine Tools project aims to provide a suite of open " DESC+="source virtualisation utilities and drivers to improve the " diff --git a/build/oqs-provider/build.sh b/build/oqs-provider/build.sh index 1173da5465..b0325c96fb 100755 --- a/build/oqs-provider/build.sh +++ b/build/oqs-provider/build.sh @@ -17,12 +17,15 @@ . ../../lib/build.sh PROG=oqs-provider -VER=0.6.0 +VER=0.7.0 PKG=library/security/oqs-provider SUMMARY="$PROG" DESC="Open Quantum Safe provider for OpenSSL (3.x)" -TESTSUITE_SED='s/ *[0-9][0-9]*\.[0-9][0-9]* *sec//' +TESTSUITE_SED=' + s/ *[0-9][0-9]*\.[0-9][0-9]* *sec// + /^Test project/d +' CONFIGURE_OPTS=" -DCMAKE_BUILD_TYPE=Release diff --git a/build/oqs-provider/testsuite.log b/build/oqs-provider/testsuite.log index dc0a389e67..1571452b02 100644 --- a/build/oqs-provider/testsuite.log +++ b/build/oqs-provider/testsuite.log @@ -1,4 +1,3 @@ -Test project /build/tmp/oqs-provider-0.6.0/oqs-provider-0.6.0-build/build.amd64 Start 1: oqs_signatures 1/6 Test #1: oqs_signatures ................... Passed Start 2: oqs_kems diff --git a/build/pv/build.sh b/build/pv/build.sh index 259072628e..75c20c260b 100755 --- a/build/pv/build.sh +++ b/build/pv/build.sh @@ -27,7 +27,7 @@ . ../../lib/build.sh PROG=pv -VER=1.8.14 +VER=1.9.0 PKG=shell/pipe-viewer SUMMARY="Pipe Viewer" DESC="pv - a terminal-based tool for monitoring the progress of data through a pipeline." diff --git a/build/rsyslog/build.sh b/build/rsyslog/build.sh index 384c083e7a..859970d36e 100755 --- a/build/rsyslog/build.sh +++ b/build/rsyslog/build.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=rsyslog -VER=8.2408.0 +VER=8.2410.0 PKG=system/rsyslog SUMMARY="rsyslog - the rocket-fast system for log processing." DESC="A high-performance, modular syslog implementation." diff --git a/build/rsyslog/patches/test.patch b/build/rsyslog/patches/test.patch index eb7cc65a79..2893ac8292 100644 --- a/build/rsyslog/patches/test.patch +++ b/build/rsyslog/patches/test.patch @@ -1,19 +1,3 @@ -diff -wpruN --no-dereference '--exclude=*.orig' a~/tests/minitcpsrvr.c a/tests/minitcpsrvr.c ---- a~/tests/minitcpsrvr.c 1970-01-01 00:00:00 -+++ a/tests/minitcpsrvr.c 1970-01-01 00:00:00 -@@ -89,7 +89,11 @@ createListenSocket(void) - } - // Set SO_REUSEADDR and SO_REUSEPORT options - int opt = 1; -- if (setsockopt(listen_fd, SOL_SOCKET, SO_REUSEADDR | SO_REUSEPORT, &opt, sizeof(opt)) < 0) { -+ int opts = SO_REUSEADDR; -+#ifdef SO_REUSEPORT -+ opts |= SO_REUSEPORT; -+#endif -+ if (setsockopt(listen_fd, SOL_SOCKET, opts, &opt, sizeof(opt)) < 0) { - errout("setsockopt failed"); - } - diff -wpruN --no-dereference '--exclude=*.orig' a~/tests/tcpflood.c a/tests/tcpflood.c --- a~/tests/tcpflood.c 1970-01-01 00:00:00 +++ a/tests/tcpflood.c 1970-01-01 00:00:00 diff --git a/build/rsyslog/testsuite.log b/build/rsyslog/testsuite.log index 949152f77b..429838f915 100644 --- a/build/rsyslog/testsuite.log +++ b/build/rsyslog/testsuite.log @@ -420,7 +420,7 @@ PASS: imtcp-tls-ossl-error-key.sh PASS: imtcp-tls-ossl-error-key2.sh PASS: uxsock_simple.sh ============================================================================ -Testsuite summary for rsyslog 8.2408.0 +Testsuite summary for rsyslog 8.2410.0 ============================================================================ # TOTAL: 422 # PASS: 379 diff --git a/build/sqlite3/build.sh b/build/sqlite3/build.sh index 782a85f015..29b8ec4ca3 100755 --- a/build/sqlite3/build.sh +++ b/build/sqlite3/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=sqlite-autoconf -VER=3460100 +VER=3470000 PKG=database/sqlite-3 SUMMARY="SQL database engine library" DESC="SQLite is a self-contained, high-reliability, embedded, full-featured, " diff --git a/build/swig/build.sh b/build/swig/build.sh index b07e569b72..e44f2213cc 100755 --- a/build/swig/build.sh +++ b/build/swig/build.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=swig -VER=4.2.1 +VER=4.3.0 PKG=developer/swig SUMMARY="The Simplified Wrapper and Interface Generator (swig)" DESC="A compiler that integrates C and C++ with languages including Perl, " diff --git a/build/swig/patches/unneeded-libs.patch b/build/swig/patches/unneeded-libs.patch index 15f926af93..1458a44b6b 100644 --- a/build/swig/patches/unneeded-libs.patch +++ b/build/swig/patches/unneeded-libs.patch @@ -1,7 +1,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure.ac a/configure.ac --- a~/configure.ac 1970-01-01 00:00:00 +++ a/configure.ac 1970-01-01 00:00:00 -@@ -457,7 +457,7 @@ case $host in +@@ -453,7 +453,7 @@ case $host in esac # Check for specific libraries. Used for SWIG examples @@ -9,25 +9,4 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure.ac a/configure.ac +#AC_CHECK_LIB(dl, dlopen) # Dynamic linking for SunOS/Solaris and SYSV AC_CHECK_LIB(dld, shl_load) # Dynamic linking for HP-UX - dnl The following three libraries (nsl,inet,socket) are needed on Sequent, -@@ -467,9 +467,9 @@ dnl - dnl Most SVR4 platforms will need -lsocket and -lnsl. However on SGI IRIX 5, - dnl these exist but are broken, so we use AC_SEARCH_LIBS which will only try - dnl the library if the function isn't already available without it. --AC_SEARCH_LIBS(t_open, nsl) # SVR4 -+#AC_SEARCH_LIBS(t_open, nsl) # SVR4 - AC_SEARCH_LIBS(gethostbyname, inet) # Sequent --AC_SEARCH_LIBS(socket, socket) # SVR4 sockets -+#AC_SEARCH_LIBS(socket, socket) # SVR4 sockets - # check for --with-libm=... - AC_SUBST(LIBM) -@@ -479,7 +479,7 @@ if test "$withval" != yes - then LIBM=$withval - else AC_MSG_ERROR([proper usage is --with-libm=STRING]) - fi]) --AC_CHECK_LIB(ieee, main, [LIBM="-lieee $LIBM"]) -+#AC_CHECK_LIB(ieee, main, [LIBM="-lieee $LIBM"]) - AC_CHECK_LIB(crypt,crypt, [LIBCRYPT="-lcrypt"]) - AC_SUBST(LIBCRYPT) - diff --git a/build/swig/testsuite.log b/build/swig/testsuite.log index 43f0226c5d..a96d3cadfa 100644 --- a/build/swig/testsuite.log +++ b/build/swig/testsuite.log @@ -90,7 +90,7 @@ partialchecking perl5 testcase destructor_reprotected partialchecking perl5 testcase director_abstract (with run test) partialchecking perl5 testcase director_alternating (with run test) partialchecking perl5 testcase director_basic (with run test) -partialchecking perl5 testcase director_binary_string +partialchecking perl5 testcase director_binary_string (with run test) partialchecking perl5 testcase director_classes (with run test) partialchecking perl5 testcase director_classic (with run test) partialchecking perl5 testcase director_constructor (with run test) @@ -167,6 +167,7 @@ partialchecking perl5 testcase expressions partialchecking perl5 testcase features partialchecking perl5 testcase fragments partialchecking perl5 testcase friends +partialchecking perl5 testcase friends_nested partialchecking perl5 testcase friends_operator_overloading partialchecking perl5 testcase friends_template partialchecking perl5 testcase funcptr_cpp @@ -188,6 +189,7 @@ partialchecking perl5 testcase inherit_same_name partialchecking perl5 testcase inherit_target_language partialchecking perl5 testcase inherit_void_arg partialchecking perl5 testcase inline_initializer +partialchecking perl5 testcase inout_typemaps (with run test) partialchecking perl5 testcase insert_directive partialchecking perl5 testcase keyword_rename partialchecking perl5 testcase kind @@ -201,7 +203,7 @@ partialchecking perl5 testcase li_boost_shared_ptr_bits partialchecking perl5 testcase li_boost_shared_ptr_director partialchecking perl5 testcase li_boost_shared_ptr_template partialchecking perl5 testcase li_carrays_cpp (with run test) -partialchecking perl5 testcase li_cdata_cpp +partialchecking perl5 testcase li_cdata_cpp (with run test) partialchecking perl5 testcase li_cpointer_cpp partialchecking perl5 testcase li_std_auto_ptr (with run test) partialchecking perl5 testcase li_stdint @@ -239,8 +241,6 @@ partialchecking perl5 testcase namespace_typedef_class partialchecking perl5 testcase namespace_typemap partialchecking perl5 testcase namespace_union partialchecking perl5 testcase namespace_virtual_method -partialchecking perl5 testcase nspace -partialchecking perl5 testcase nspace_extend partialchecking perl5 testcase native_directive partialchecking perl5 testcase naturalvar (with run test) partialchecking perl5 testcase naturalvar_more @@ -256,6 +256,11 @@ partialchecking perl5 testcase nested_template_base partialchecking perl5 testcase nested_workaround partialchecking perl5 testcase newobject1 partialchecking perl5 testcase newobject3 +partialchecking perl5 testcase nspace +partialchecking perl5 testcase nspace_extend +partialchecking perl5 testcase nspacemove +partialchecking perl5 testcase nspacemove_nested +partialchecking perl5 testcase nspacemove_stl partialchecking perl5 testcase null_pointer partialchecking perl5 testcase numeric_bounds_checking partialchecking perl5 testcase operator_overload (with run test) @@ -458,6 +463,7 @@ partialchecking perl5 testcase typemap_delete partialchecking perl5 testcase typemap_directorout partialchecking perl5 testcase typemap_documentation partialchecking perl5 testcase typemap_global_scope +partialchecking perl5 testcase typemap_isvoid partialchecking perl5 testcase typemap_manyargs partialchecking perl5 testcase typemap_namespace (with run test) partialchecking perl5 testcase typemap_ns_using @@ -480,6 +486,7 @@ partialchecking perl5 testcase using_composition partialchecking perl5 testcase using_directive_and_declaration partialchecking perl5 testcase using_directive_and_declaration_forward partialchecking perl5 testcase using_extend +partialchecking perl5 testcase using_extend_flatten partialchecking perl5 testcase using_inherit partialchecking perl5 testcase using_member partialchecking perl5 testcase using_member_multiple_inherit @@ -525,6 +532,7 @@ partialchecking perl5 testcase smart_pointer_inherit partialchecking perl5 testcase template_typedef_fnc partialchecking perl5 testcase template_type_namespace partialchecking perl5 testcase template_opaque +partialchecking perl5 testcase cpp11_strongly_typed_enumerations_perl_const (with run test) partialchecking perl5 testcase cpp11_alias_nested_template_scoping partialchecking perl5 testcase cpp11_alignment partialchecking perl5 testcase cpp11_alternate_function_syntax @@ -534,6 +542,7 @@ partialchecking perl5 testcase cpp11_attribute_specifiers partialchecking perl5 testcase cpp11_auto_variable partialchecking perl5 testcase cpp11_brackets_expression partialchecking perl5 testcase cpp11_constexpr +partialchecking perl5 testcase cpp11_constexpr_friend partialchecking perl5 testcase cpp11_copyctor_delete partialchecking perl5 testcase cpp11_decltype partialchecking perl5 testcase cpp11_default_delete @@ -628,7 +637,7 @@ partialchecking perl5 testcase integers partialchecking perl5 testcase keyword_rename_c partialchecking perl5 testcase lextype partialchecking perl5 testcase li_carrays (with run test) -partialchecking perl5 testcase li_cdata +partialchecking perl5 testcase li_cdata (with run test) partialchecking perl5 testcase li_cmalloc partialchecking perl5 testcase li_constraints (with run test) partialchecking perl5 testcase li_cpointer @@ -672,16 +681,16 @@ partialchecking perl5 testcase mod partialchecking perl5 testcase multi_import partialchecking perl5 testcase packageoption (with run test) partialchecking perl5 testcase template_typedef_import -673 perl5 tests passed +682 perl5 tests passed partialchecking python test-suite partialchecking python testcase callback (with run test) partialchecking python testcase complextest (with run test) +partialchecking python testcase director_guard (with run test) partialchecking python testcase director_stl (with run test) partialchecking python testcase director_wstring (with run test) partialchecking python testcase file_test (with run test) partialchecking python testcase iadd (with run test) partialchecking python testcase implicittest (with run test) -partialchecking python testcase inout (with run test) partialchecking python testcase inplaceadd (with run test) partialchecking python testcase input (with run test) partialchecking python testcase li_cstring (with run test) @@ -809,7 +818,7 @@ partialchecking python testcase destructor_reprotected partialchecking python testcase director_abstract (with run test) partialchecking python testcase director_alternating (with run test) partialchecking python testcase director_basic (with run test) -partialchecking python testcase director_binary_string +partialchecking python testcase director_binary_string (with run test) partialchecking python testcase director_classes partialchecking python testcase director_classic (with run test) partialchecking python testcase director_constructor @@ -886,6 +895,7 @@ partialchecking python testcase expressions partialchecking python testcase features partialchecking python testcase fragments partialchecking python testcase friends (with run test) +partialchecking python testcase friends_nested partialchecking python testcase friends_operator_overloading (with run test) partialchecking python testcase friends_template partialchecking python testcase funcptr_cpp (with run test) @@ -907,6 +917,7 @@ partialchecking python testcase inherit_same_name partialchecking python testcase inherit_target_language partialchecking python testcase inherit_void_arg partialchecking python testcase inline_initializer +partialchecking python testcase inout_typemaps (with run test) partialchecking python testcase insert_directive partialchecking python testcase keyword_rename (with run test) partialchecking python testcase kind @@ -958,8 +969,6 @@ partialchecking python testcase namespace_typedef_class partialchecking python testcase namespace_typemap (with run test) partialchecking python testcase namespace_union partialchecking python testcase namespace_virtual_method (with run test) -partialchecking python testcase nspace -partialchecking python testcase nspace_extend partialchecking python testcase native_directive partialchecking python testcase naturalvar (with run test) partialchecking python testcase naturalvar_more @@ -975,6 +984,11 @@ partialchecking python testcase nested_template_base (with run test) partialchecking python testcase nested_workaround (with run test) partialchecking python testcase newobject1 partialchecking python testcase newobject3 +partialchecking python testcase nspace +partialchecking python testcase nspace_extend +partialchecking python testcase nspacemove +partialchecking python testcase nspacemove_nested +partialchecking python testcase nspacemove_stl partialchecking python testcase null_pointer partialchecking python testcase numeric_bounds_checking partialchecking python testcase operator_overload (with run test) @@ -1177,6 +1191,7 @@ partialchecking python testcase typemap_delete (with run test) partialchecking python testcase typemap_directorout partialchecking python testcase typemap_documentation (with run test) partialchecking python testcase typemap_global_scope +partialchecking python testcase typemap_isvoid partialchecking python testcase typemap_manyargs partialchecking python testcase typemap_namespace (with run test) partialchecking python testcase typemap_ns_using (with run test) @@ -1199,6 +1214,7 @@ partialchecking python testcase using_composition (with run test) partialchecking python testcase using_directive_and_declaration partialchecking python testcase using_directive_and_declaration_forward partialchecking python testcase using_extend (with run test) +partialchecking python testcase using_extend_flatten partialchecking python testcase using_inherit (with run test) partialchecking python testcase using_member (with run test) partialchecking python testcase using_member_multiple_inherit (with run test) @@ -1232,6 +1248,7 @@ partialchecking python testcase doxygen_code_blocks (with run test) partialchecking python testcase doxygen_ignore (with run test) partialchecking python testcase doxygen_misc_constructs (with run test) partialchecking python testcase doxygen_nested_class +partialchecking python testcase doxygen_overloads (with run test) partialchecking python testcase doxygen_parsing (with run test) partialchecking python testcase doxygen_parsing_enums partialchecking python testcase doxygen_translate (with run test) @@ -1247,7 +1264,7 @@ partialchecking python testcase li_std_except_as_class (with run test) partialchecking python testcase li_std_map (with run test) partialchecking python testcase li_std_pair (with run test) partialchecking python testcase li_std_pair_using (with run test) -partialchecking python testcase li_std_string +partialchecking python testcase li_std_string (with run test) partialchecking python testcase li_std_vector (with run test) partialchecking python testcase li_std_vector_back_reference (with run test) partialchecking python testcase li_std_vector_enum (with run test) @@ -1279,6 +1296,7 @@ partialchecking python testcase cpp11_attribute_specifiers partialchecking python testcase cpp11_auto_variable partialchecking python testcase cpp11_brackets_expression partialchecking python testcase cpp11_constexpr +partialchecking python testcase cpp11_constexpr_friend partialchecking python testcase cpp11_copyctor_delete partialchecking python testcase cpp11_decltype (with run test) partialchecking python testcase cpp11_default_delete @@ -1421,4 +1439,4 @@ partialchecking python testcase mod (with run test) partialchecking python testcase multi_import (with run test) partialchecking python testcase packageoption partialchecking python testcase template_typedef_import (with run test) -747 python tests passed +756 python tests passed diff --git a/build/wget/build.sh b/build/wget/build.sh index 48eab6e3b1..cd57d25fd4 100755 --- a/build/wget/build.sh +++ b/build/wget/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=wget -VER=1.24.5 +VER=1.25.0 PKG=web/wget SUMMARY="GNU Wget" DESC="Retrieving files using HTTP, HTTPS, FTP and FTPS " diff --git a/build/wget/patches/hostos.patch b/build/wget/patches/hostos.patch index 6e06294fd5..6266dc8acd 100644 --- a/build/wget/patches/hostos.patch +++ b/build/wget/patches/hostos.patch @@ -4,7 +4,7 @@ report 'solaris2.11' diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure --- a~/configure 1970-01-01 00:00:00 +++ a/configure 1970-01-01 00:00:00 -@@ -8376,7 +8376,7 @@ case $host_os in *\ *) host_os=`echo "$h +@@ -8678,7 +8678,7 @@ case $host_os in *\ *) host_os=`echo "$h @@ -12,7 +12,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure +printf "%s\n" "#define OS_TYPE \"OmniOS\"" >>confdefs.h - # Check whether --enable-silent-rules was given. + diff -wpruN --no-dereference '--exclude=*.orig' a~/configure.ac a/configure.ac --- a~/configure.ac 1970-01-01 00:00:00 +++ a/configure.ac 1970-01-01 00:00:00 diff --git a/build/wget/patches/nofuzz.patch b/build/wget/patches/nofuzz.patch index 40ad147ef5..2fdf9194a0 100644 --- a/build/wget/patches/nofuzz.patch +++ b/build/wget/patches/nofuzz.patch @@ -20,7 +20,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/Makefile.am a/Makefile.am diff -wpruN --no-dereference '--exclude=*.orig' a~/Makefile.in a/Makefile.in --- a~/Makefile.in 1970-01-01 00:00:00 +++ a/Makefile.in 1970-01-01 00:00:00 -@@ -1971,7 +1971,7 @@ distuninstallcheck_listfiles = find . -t +@@ -2128,7 +2128,7 @@ distuninstallcheck_listfiles = find . -t ACLOCAL_AMFLAGS = -I m4 # subdirectories in the distribution diff --git a/build/xz/build.sh b/build/xz/build.sh index 92eb4a72c6..037122f3b0 100755 --- a/build/xz/build.sh +++ b/build/xz/build.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=xz -VER=5.6.2 +VER=5.6.3 PKG=compress/xz SUMMARY="XZ Utils - general-purpose data compression software" DESC="Free general-purpose data compression software with a " diff --git a/build/xz/testsuite.log b/build/xz/testsuite.log index 8696994f94..3acdf80582 100644 --- a/build/xz/testsuite.log +++ b/build/xz/testsuite.log @@ -27,7 +27,7 @@ PASS: test_compress_generated_text PASS: test_microlzma PASS: test_scripts.sh ============================================================================ -Testsuite summary for XZ Utils 5.6.2 +Testsuite summary for XZ Utils 5.6.3 ============================================================================ # TOTAL: 19 # PASS: 19 diff --git a/doc/packages.md b/doc/packages.md index bf5ebe73e0..f467b46a6e 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -8,15 +8,15 @@ | compress/lzip | 1.24.1 | https://download.savannah.gnu.org/releases/lzip/ | compress/p7zip | 16.02 | https://sourceforge.net/projects/p7zip/files/p7zip | compress/unzip | 6.0 | https://sourceforge.net/projects/infozip/files/UnZip%206.x%20%28latest%29/ https://www.cvedetails.com/vulnerability-list/vendor_id-816/product_id-1395/Info-zip-Unzip.html -| compress/xz | 5.6.2 | https://tukaani.org/xz/ +| compress/xz | 5.6.3 | https://tukaani.org/xz/ | compress/zip | 3.0 | https://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/ http://www.info-zip.org/Zip.html | compress/zstd | 1.5.6 | https://github.com/facebook/zstd/releases | data/iso-codes | 4.17.0 | https://salsa.debian.org/api/v4/projects/iso-codes-team%2Fiso-codes/repository/tags https://salsa.debian.org/iso-codes-team/iso-codes/tags -| database/sqlite-3 | 3460100 | https://www.sqlite.org/download.html +| database/sqlite-3 | 3470000 | https://www.sqlite.org/download.html | developer/build/autoconf | 2.72 | https://ftp.gnu.org/gnu/autoconf/ | developer/build/automake | 1.17 | https://ftp.gnu.org/gnu/automake/ | developer/build/gnu-make | 4.4.1 | https://ftp.gnu.org/gnu/make/ -| developer/build/libtool | 2.4.7 | https://www.gnu.org/software/libtool/ +| developer/build/libtool | 2.5.3 | https://www.gnu.org/software/libtool/ | developer/exuberant-ctags | 5.8 | https://sourceforge.net/projects/ctags/files/ctags/ http://ctags.sourceforge.net/ | developer/gcc7 | 7.5 | https://ftp.gnu.org/gnu/gcc/ | developer/gcc10 | 10.5 | https://ftp.gnu.org/gnu/gcc/ @@ -27,15 +27,15 @@ | developer/nasm | 2.16.03 | http://www.nasm.us/pub/nasm/releasebuilds | developer/parser/bison | 3.8.2 | https://ftp.gnu.org/gnu/bison/ | developer/pkg-config | 0.29.2 | https://pkg-config.freedesktop.org/releases -| developer/versioning/git | 2.46.2 | https://www.kernel.org/pub/software/scm/git https://git-scm.com/ -| developer/versioning/mercurial | 6.8.1 | https://www.mercurial-scm.org/release/?M=D https://www.mercurial-scm.org/wiki/WhatsNew +| developer/versioning/git | 2.47.0 | https://www.kernel.org/pub/software/scm/git https://git-scm.com/ +| developer/versioning/mercurial | 6.8.2 | https://www.mercurial-scm.org/release/?M=D https://www.mercurial-scm.org/wiki/WhatsNew | developer/versioning/sccs | 5.09 | https://sourceforge.net/projects/sccs/files/ | driver/tuntap | 1.3.3 | https://github.com/kaizawa/tuntap/tags | editor/vim | 9.1 | https://www.vim.org/download.php https://github.com/vim/vim | file/gnu-coreutils | 9.5 | https://ftp.gnu.org/gnu/coreutils/ | file/gnu-findutils | 4.10.0 | https://ftp.gnu.org/pub/gnu/findutils/ | library/c++/sigcpp | 3.6.0 | https://download.gnome.org/sources/libsigc++/cache.json https://github.com/libsigcplusplus/libsigcplusplus/blob/master/NEWS -| library/expat | 2.6.3 | https://github.com/libexpat/libexpat/releases +| library/expat | 2.6.4 | https://github.com/libexpat/libexpat/releases | library/estr | 0.1.11 | https://github.com/rsyslog/libestr/tags | Currently used solely by rsyslog | library/fastjson | 1.2304.0 | https://github.com/rsyslog/libfastjson/tags | Currently used solely by rsyslog | library/gmp | 6.3.0 | https://gmplib.org/download/gmp/ https://gmplib.org/ @@ -47,28 +47,28 @@ | library/libidn | 1.42 | http://git.savannah.gnu.org/cgit/libidn.git/refs/tags https://ftp.gnu.org/gnu/libidn/ | library/libffi | 3.4.5 | https://sourceware.org/libffi/ | library/libpsl | 0.21.5 | https://github.com/rockdaboot/libpsl/releases -| library/libuv | 1.49.1 | https://github.com/libuv/libuv/releases | Currently used solely by bind +| library/libuv | 1.49.2 | https://github.com/libuv/libuv/releases | Currently used solely by bind | library/libxml2 | 2.13.4 | https://github.com/GNOME/libxml2/tags http://xmlsoft.org/news.html | library/libxslt | 1.1.42 | https://gitlab.gnome.org/GNOME/libxslt/-/releases | library/lzlib | 1.14 | https://download.savannah.gnu.org/releases/lzip/lzlib/ | library/nettle | 3.10 | https://ftp.gnu.org/gnu/nettle/ https://www.lysator.liu.se/~nisse/nettle/ | Used solely by chrony | library/ncurses | 6.5 | https://ftp.gnu.org/gnu/ncurses/ -| library/nghttp2 | 1.63.0 | https://github.com/nghttp2/nghttp2/releases -| library/nss | 3.105 | https://ftp.mozilla.org/pub/security/nss/releases/ https://firefox-source-docs.mozilla.org/security/nss/releases/ -| library/nspr | 4.35 | http://archive.mozilla.org/pub/nspr/releases/ | https://ftp.mozilla.org/pub/security/nss/releases/ +| library/nghttp2 | 1.64.0 | https://github.com/nghttp2/nghttp2/releases +| library/nss | 3.106 | https://ftp.mozilla.org/pub/security/nss/releases/ https://firefox-source-docs.mozilla.org/security/nss/releases/ +| library/nspr | 4.36 | http://archive.mozilla.org/pub/nspr/releases/ | https://ftp.mozilla.org/pub/security/nss/releases/ | library/pcre2 | 10.44 | https://github.com/PhilipHazel/pcre2/releases | library/perl-5/xml-parser | 2.47 | https://metacpan.org/pod/XML::Parser | library/readline | 8.2.13 | https://ftp.gnu.org/gnu/readline/ | library/readline8-patchlvl | 013 | https://ftp.gnu.org/gnu/readline/readline-8.2-patches/ -| library/security/liboqs | 0.10.1 | https://github.com/open-quantum-safe/liboqs/releases +| library/security/liboqs | 0.11.0 | https://github.com/open-quantum-safe/liboqs/releases | library/security/openssl-3 | 3.3.2 | https://www.openssl.org/source/ -| library/security/oqs-provider | 0.6.0 | https://github.com/open-quantum-safe/oqs-provider/releases +| library/security/oqs-provider | 0.7.0 | https://github.com/open-quantum-safe/oqs-provider/releases | library/unixodbc | 2.3.12 | http://www.unixodbc.org/download.html | library/xxhash | 0.8.2 | https://github.com/Cyan4973/xxHash/releases | Currently used solely by rsync | library/zlib | 1.3.1 | https://www.zlib.net/ | meta/data/microcode/amd | 20240710 | https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/amd-ucode | meta/data/microcode/intel | 20240910 | https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases -| network/dns/bind | 9.18.30 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/ +| network/dns/bind | 9.18.31 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/ | network/openssh | 9.9p1 | https://www.mirrorservice.org/pub/OpenBSD/OpenSSH/portable/ | network/rsync | 3.3.0 | https://rsync.samba.org/ | network/service/isc-dhcp | 4.4.3-P1 | https://ftp.isc.org/isc/dhcp/ https://www.isc.org/downloads/ @@ -89,7 +89,7 @@ | shell/bash | 5.2.37 | https://ftp.gnu.org/gnu/bash/ | shell/bash5-patchlvl | 037 | https://ftp.gnu.org/gnu/bash/bash-5.2-patches | shell/bash5-completions | 2.14.0 | https://github.com/scop/bash-completion/releases -| shell/pipe-viewer | 1.8.14 | http://www.ivarch.com/programs/pv.shtml +| shell/pipe-viewer | 1.9.0 | http://www.ivarch.com/programs/pv.shtml | shell/tcsh | 6.24.13 | https://github.com/tcsh-org/tcsh/tags | shell/zsh | 5.9 | https://sourceforge.net/projects/zsh/files/zsh | system/cpuid | 1.8.2 | https://github.com/tycho/cpuid/tags @@ -103,9 +103,9 @@ | system/network/lldp | 0.4alpha | https://sourceforge.net/projects/openlldp/files/ | system/pciutils | 3.13.0 | https://www.kernel.org/pub/software/utils/pciutils/ | system/pkgtree | 1.1 | https://github.com/quattor/pkgtree/tags -| system/rsyslog | 8.2408.0 | https://www.rsyslog.com/downloads/download-v8-stable/ +| system/rsyslog | 8.2410.0 | https://www.rsyslog.com/downloads/download-v8-stable/ | system/test/epolltest | 20240808 | https://github.com/omniosorg/epoll-test-suite -| system/test/fio | 3.37 | https://github.com/axboe/fio/tags +| system/test/fio | 3.38 | https://github.com/axboe/fio/tags | system/watch | 3.3.16 | https://gitlab.com/api/v4/projects/procps-ng%2Fprocps/releases https://gitlab.com/procps-ng/procps/-/releases | terminal/screen | 4.9.1 | https://ftp.gnu.org/gnu/screen/ | terminal/tmux | 3.5 | https://github.com/tmux/tmux/releases http://tmux.github.io/ @@ -116,15 +116,15 @@ | text/gnu-patch | 2.7.6 | http://git.savannah.gnu.org/cgit/patch.git/refs/tags | text/gnu-sed | 4.9 | https://ftp.gnu.org/gnu/sed/ https://savannah.gnu.org/news/?group=sed | text/groff | 1.23.0 | https://ftp.gnu.org/gnu/groff/ -| text/less | 661 | http://www.greenwoodsoftware.com/less/download.html -| web/curl | 8.10.1 | https://curl.haxx.se/download.html -| web/wget | 1.24.5 | https://ftp.gnu.org/gnu/wget/ +| text/less | 668 | http://www.greenwoodsoftware.com/less/download.html +| web/curl | 8.11.0 | https://curl.haxx.se/download.html +| web/wget | 1.25.0 | https://ftp.gnu.org/gnu/wget/ | web/wget2 | 2.1.0 | https://ftp.gnu.org/gnu/wget/ -| library/glib2 | 2.82.1 | https://download.gnome.org/sources/glib/cache.json https://download.gnome.org/sources/glib/ | Odd minor versions are dev/unstable +| library/glib2 | 2.82.2 | https://download.gnome.org/sources/glib/cache.json https://download.gnome.org/sources/glib/ | Odd minor versions are dev/unstable | developer/gnu-binutils | 2.43.1 | https://ftp.gnu.org/gnu/binutils | media/xorriso | 1.5.6.pl02 | https://www.gnu.org/software/xorriso/ -| system/virtualization/open-vm-tools | 12.4.5 | https://github.com/vmware/open-vm-tools/releases https://docs.vmware.com/en/VMware-Tools/ -| developer/swig | 4.2.1 | http://www.swig.org/download.html +| system/virtualization/open-vm-tools | 12.5.0 | https://github.com/vmware/open-vm-tools/releases https://docs.vmware.com/en/VMware-Tools/ +| developer/swig | 4.3.0 | http://www.swig.org/download.html | library/security/trousers | 0.3.15 | https://sourceforge.net/projects/trousers/files/trousers | library/python-3/asn1crypto-312 | 1.5.1 | https://pypi.org/project/asn1crypto | library/python-3/attrs-312 | 24.2.0 | https://pypi.org/project/attrs