Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-cryptography.spec'], chrootPath='/var/lib/mock/f33-build-289924-54404/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-cryptography.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595980800 Wrote: /builddir/build/SRPMS/python-cryptography-3.0-2.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-cryptography.spec'], chrootPath='/var/lib/mock/f33-build-289924-54404/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-cryptography.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595980800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.g88laf + umask 022 + cd /builddir/build/BUILD + /usr/lib/rpm/redhat/gpgverify --keyring=/builddir/build/SOURCES/gpgkey-05FD_9FA1_6CF7_5735_0D91_A560_235A_E5F1_29F9_ED98.gpg --signature=/builddir/build/SOURCES/cryptography-3.0.tar.gz.asc --data=/builddir/build/SOURCES/cryptography-3.0.tar.gz gpgv: Signature made Mon Jul 20 18:29:27 2020 EDT gpgv: using RSA key 05FD9FA16CF757350D91A560235AE5F129F9ED98 gpgv: Good signature from "Paul Kehrer " + cd /builddir/build/BUILD + rm -rf cryptography-3.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/cryptography-3.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cryptography-3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0sXOic + umask 022 + cd /builddir/build/BUILD + cd cryptography-3.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-riscv64-3.9 creating build/lib.linux-riscv64-3.9/cryptography copying src/cryptography/__about__.py -> build/lib.linux-riscv64-3.9/cryptography copying src/cryptography/exceptions.py -> build/lib.linux-riscv64-3.9/cryptography copying src/cryptography/utils.py -> build/lib.linux-riscv64-3.9/cryptography copying src/cryptography/__init__.py -> build/lib.linux-riscv64-3.9/cryptography copying src/cryptography/fernet.py -> build/lib.linux-riscv64-3.9/cryptography creating build/lib.linux-riscv64-3.9/cryptography/hazmat copying src/cryptography/hazmat/_der.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat copying src/cryptography/hazmat/_oid.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat copying src/cryptography/hazmat/__init__.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat creating build/lib.linux-riscv64-3.9/cryptography/x509 copying src/cryptography/x509/extensions.py -> build/lib.linux-riscv64-3.9/cryptography/x509 copying src/cryptography/x509/oid.py -> build/lib.linux-riscv64-3.9/cryptography/x509 copying src/cryptography/x509/ocsp.py -> build/lib.linux-riscv64-3.9/cryptography/x509 copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-riscv64-3.9/cryptography/x509 copying src/cryptography/x509/name.py -> build/lib.linux-riscv64-3.9/cryptography/x509 copying src/cryptography/x509/__init__.py -> build/lib.linux-riscv64-3.9/cryptography/x509 copying src/cryptography/x509/general_name.py -> build/lib.linux-riscv64-3.9/cryptography/x509 copying src/cryptography/x509/base.py -> build/lib.linux-riscv64-3.9/cryptography/x509 creating build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives creating build/lib.linux-riscv64-3.9/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends creating build/lib.linux-riscv64-3.9/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/bindings creating build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/kdf creating build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/twofactor creating build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric creating build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/ciphers creating build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/serialization creating build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ocsp.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl creating build/lib.linux-riscv64-3.9/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-riscv64-3.9/cryptography/hazmat/bindings/openssl running egg_info writing src/cryptography.egg-info/PKG-INFO writing dependency_links to src/cryptography.egg-info/dependency_links.txt writing requirements to src/cryptography.egg-info/requires.txt writing top-level names to src/cryptography.egg-info/top_level.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files found matching 'vectors' warning: no previously-included files matching '*' found under directory 'vectors' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching '.travis' warning: no previously-included files matching '*' found under directory '.travis' warning: no previously-included files matching '*' found under directory '.github' warning: no previously-included files found matching 'release.py' warning: no previously-included files found matching '.coveragerc' warning: no previously-included files found matching 'codecov.yml' warning: no previously-included files found matching 'dev-requirements.txt' warning: no previously-included files found matching 'rtd-requirements.txt' warning: no previously-included files found matching 'tox.ini' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' running build_ext generating cffi module 'build/temp.linux-riscv64-3.9/_padding.c' creating build/temp.linux-riscv64-3.9 generating cffi module 'build/temp.linux-riscv64-3.9/_openssl.c' building '_openssl' extension creating build/temp.linux-riscv64-3.9/build creating build/temp.linux-riscv64-3.9/build/temp.linux-riscv64-3.9 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.9 -c build/temp.linux-riscv64-3.9/_openssl.c -o build/temp.linux-riscv64-3.9/build/temp.linux-riscv64-3.9/_openssl.o -Wconversion -Wno-error=sign-conversion build/temp.linux-riscv64-3.9/_openssl.c: In function ‘Cryptography_pem_password_cb’: build/temp.linux-riscv64-3.9/_openssl.c:2926:37: warning: conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion] 2926 | memcpy(buf, st->password, st->length); | ~~^~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_ASN1_STRING_data’: build/temp.linux-riscv64-3.9/_openssl.c:10775:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations] 10775 | return ASN1_STRING_data(x0); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_ASN1_STRING_data’: build/temp.linux-riscv64-3.9/_openssl.c:10798:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations] 10798 | { result = ASN1_STRING_data(x0); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_BIO_s_datagram’: build/temp.linux-riscv64-3.9/_openssl.c:11977:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 11977 | return BIO_s_datagram(); | ^~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_BIO_s_datagram’: build/temp.linux-riscv64-3.9/_openssl.c:11988:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 11988 | { result = BIO_s_datagram(); } | ^ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_BIO_s_mem’: build/temp.linux-riscv64-3.9/_openssl.c:12003:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 12003 | return BIO_s_mem(); | ^~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_BIO_s_mem’: build/temp.linux-riscv64-3.9/_openssl.c:12014:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 12014 | { result = BIO_s_mem(); } | ^ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_DTLSv1_client_method’: build/temp.linux-riscv64-3.9/_openssl.c:17301:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations] 17301 | return DTLSv1_client_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1902:1: note: declared here 1902 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_DTLSv1_client_method’: build/temp.linux-riscv64-3.9/_openssl.c:17312:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations] 17312 | { result = DTLSv1_client_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1902:1: note: declared here 1902 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_DTLSv1_method’: build/temp.linux-riscv64-3.9/_openssl.c:17365:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations] 17365 | return DTLSv1_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1900:1: note: declared here 1900 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_DTLSv1_method’: build/temp.linux-riscv64-3.9/_openssl.c:17376:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations] 17376 | { result = DTLSv1_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1900:1: note: declared here 1900 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_DTLSv1_server_method’: build/temp.linux-riscv64-3.9/_openssl.c:17391:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations] 17391 | return DTLSv1_server_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1901:1: note: declared here 1901 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_DTLSv1_server_method’: build/temp.linux-riscv64-3.9/_openssl.c:17402:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations] 17402 | { result = DTLSv1_server_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1901:1: note: declared here 1901 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_OCSP_resp_get0_certs’: build/temp.linux-riscv64-3.9/_openssl.c:28236:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 28236 | return OCSP_resp_get0_certs(x0); | ^~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_OCSP_resp_get0_certs’: build/temp.linux-riscv64-3.9/_openssl.c:28259:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 28259 | { result = OCSP_resp_get0_certs(x0); } | ^ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_OPENSSL_config’: build/temp.linux-riscv64-3.9/_openssl.c:28724:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations] 28724 | OPENSSL_config(x0); | ^~~~~~~~~~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/conf.h:91:1: note: declared here 91 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_OPENSSL_config’: build/temp.linux-riscv64-3.9/_openssl.c:28745:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations] 28745 | { OPENSSL_config(x0); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/conf.h:91:1: note: declared here 91 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_SSL_CTX_add_extra_chain_cert’: build/temp.linux-riscv64-3.9/_openssl.c:34364:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 34364 | return SSL_CTX_add_extra_chain_cert(x0, x1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_SSL_CTX_add_extra_chain_cert’: build/temp.linux-riscv64-3.9/_openssl.c:34402:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 34402 | { result = SSL_CTX_add_extra_chain_cert(x0, x1); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_SSL_CTX_clear_mode’: build/temp.linux-riscv64-3.9/_openssl.c:34543:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 34543 | return SSL_CTX_clear_mode(x0, x1); | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c:34543:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_SSL_CTX_clear_mode’: build/temp.linux-riscv64-3.9/_openssl.c:34576:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 34576 | { result = SSL_CTX_clear_mode(x0, x1); } | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c:34576:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_mode’: build/temp.linux-riscv64-3.9/_openssl.c:34956:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 34956 | return SSL_CTX_get_mode(x0); | ^~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_mode’: build/temp.linux-riscv64-3.9/_openssl.c:34979:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 34979 | { result = SSL_CTX_get_mode(x0); } | ^~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_session_cache_mode’: build/temp.linux-riscv64-3.9/_openssl.c:35070:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 35070 | return SSL_CTX_get_session_cache_mode(x0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_session_cache_mode’: build/temp.linux-riscv64-3.9/_openssl.c:35093:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 35093 | { result = SSL_CTX_get_session_cache_mode(x0); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_mode’: build/temp.linux-riscv64-3.9/_openssl.c:36775:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 36775 | return SSL_CTX_set_mode(x0, x1); | ^~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c:36775:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_mode’: build/temp.linux-riscv64-3.9/_openssl.c:36808:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 36808 | { result = SSL_CTX_set_mode(x0, x1); } | ^~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c:36808:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] In file included from build/temp.linux-riscv64-3.9/_openssl.c:788: build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_session_cache_mode’: build/temp.linux-riscv64-3.9/_openssl.c:37057:45: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 37057 | return SSL_CTX_set_session_cache_mode(x0, x1); | ^~ build/temp.linux-riscv64-3.9/_openssl.c:37057:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 37057 | return SSL_CTX_set_session_cache_mode(x0, x1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from build/temp.linux-riscv64-3.9/_openssl.c:788: build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_session_cache_mode’: build/temp.linux-riscv64-3.9/_openssl.c:37090:49: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 37090 | { result = SSL_CTX_set_session_cache_mode(x0, x1); } | ^~ build/temp.linux-riscv64-3.9/_openssl.c:37090:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 37090 | { result = SSL_CTX_set_session_cache_mode(x0, x1); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_dh’: build/temp.linux-riscv64-3.9/_openssl.c:37463:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 37463 | return SSL_CTX_set_tmp_dh(x0, x1); | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_dh’: build/temp.linux-riscv64-3.9/_openssl.c:37501:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 37501 | { result = SSL_CTX_set_tmp_dh(x0, x1); } | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_ecdh’: build/temp.linux-riscv64-3.9/_openssl.c:37516:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 37516 | return SSL_CTX_set_tmp_ecdh(x0, x1); | ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_ecdh’: build/temp.linux-riscv64-3.9/_openssl.c:37554:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 37554 | { result = SSL_CTX_set_tmp_ecdh(x0, x1); } | ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_SSL_SESSION_get_ticket_lifetime_hint’: build/temp.linux-riscv64-3.9/_openssl.c:38307:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 38307 | return SSL_SESSION_get_ticket_lifetime_hint(x0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_SSL_SESSION_get_ticket_lifetime_hint’: build/temp.linux-riscv64-3.9/_openssl.c:38330:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 38330 | { result = SSL_SESSION_get_ticket_lifetime_hint(x0); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_SSL_clear_mode’: build/temp.linux-riscv64-3.9/_openssl.c:38609:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 38609 | return SSL_clear_mode(x0, x1); | ^~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c:38609:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_SSL_clear_mode’: build/temp.linux-riscv64-3.9/_openssl.c:38642:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 38642 | { result = SSL_clear_mode(x0, x1); } | ^~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c:38642:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_SSL_get_mode’: build/temp.linux-riscv64-3.9/_openssl.c:39747:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 39747 | return SSL_get_mode(x0); | ^~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_SSL_get_mode’: build/temp.linux-riscv64-3.9/_openssl.c:39770:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 39770 | { result = SSL_get_mode(x0); } | ^~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_SSL_set_mode’: build/temp.linux-riscv64-3.9/_openssl.c:41752:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 41752 | return SSL_set_mode(x0, x1); | ^~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c:41752:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_SSL_set_mode’: build/temp.linux-riscv64-3.9/_openssl.c:41785:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] 41785 | { result = SSL_set_mode(x0, x1); } | ^~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c:41785:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_SSLv3_client_method’: build/temp.linux-riscv64-3.9/_openssl.c:43225:3: warning: ‘SSLv3_client_method’ is deprecated [-Wdeprecated-declarations] 43225 | return SSLv3_client_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1869:1: note: declared here 1869 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_SSLv3_client_method’: build/temp.linux-riscv64-3.9/_openssl.c:43236:3: warning: ‘SSLv3_client_method’ is deprecated [-Wdeprecated-declarations] 43236 | { result = SSLv3_client_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1869:1: note: declared here 1869 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_SSLv3_method’: build/temp.linux-riscv64-3.9/_openssl.c:43251:3: warning: ‘SSLv3_method’ is deprecated [-Wdeprecated-declarations] 43251 | return SSLv3_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1867:1: note: declared here 1867 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_SSLv3_method’: build/temp.linux-riscv64-3.9/_openssl.c:43262:3: warning: ‘SSLv3_method’ is deprecated [-Wdeprecated-declarations] 43262 | { result = SSLv3_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1867:1: note: declared here 1867 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_SSLv3_server_method’: build/temp.linux-riscv64-3.9/_openssl.c:43277:3: warning: ‘SSLv3_server_method’ is deprecated [-Wdeprecated-declarations] 43277 | return SSLv3_server_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1868:1: note: declared here 1868 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_SSLv3_server_method’: build/temp.linux-riscv64-3.9/_openssl.c:43288:3: warning: ‘SSLv3_server_method’ is deprecated [-Wdeprecated-declarations] 43288 | { result = SSLv3_server_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1868:1: note: declared here 1868 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_TLSv1_1_client_method’: build/temp.linux-riscv64-3.9/_openssl.c:43303:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations] 43303 | return TLSv1_1_client_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1890:1: note: declared here 1890 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_TLSv1_1_client_method’: build/temp.linux-riscv64-3.9/_openssl.c:43314:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations] 43314 | { result = TLSv1_1_client_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1890:1: note: declared here 1890 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_TLSv1_1_method’: build/temp.linux-riscv64-3.9/_openssl.c:43329:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations] 43329 | return TLSv1_1_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1888:1: note: declared here 1888 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_TLSv1_1_method’: build/temp.linux-riscv64-3.9/_openssl.c:43340:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations] 43340 | { result = TLSv1_1_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1888:1: note: declared here 1888 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_TLSv1_1_server_method’: build/temp.linux-riscv64-3.9/_openssl.c:43355:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations] 43355 | return TLSv1_1_server_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1889:1: note: declared here 1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_TLSv1_1_server_method’: build/temp.linux-riscv64-3.9/_openssl.c:43366:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations] 43366 | { result = TLSv1_1_server_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1889:1: note: declared here 1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_TLSv1_2_client_method’: build/temp.linux-riscv64-3.9/_openssl.c:43381:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations] 43381 | return TLSv1_2_client_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1896:1: note: declared here 1896 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_TLSv1_2_client_method’: build/temp.linux-riscv64-3.9/_openssl.c:43392:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations] 43392 | { result = TLSv1_2_client_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1896:1: note: declared here 1896 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_TLSv1_2_method’: build/temp.linux-riscv64-3.9/_openssl.c:43407:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations] 43407 | return TLSv1_2_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1894:1: note: declared here 1894 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_TLSv1_2_method’: build/temp.linux-riscv64-3.9/_openssl.c:43418:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations] 43418 | { result = TLSv1_2_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1894:1: note: declared here 1894 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_TLSv1_2_server_method’: build/temp.linux-riscv64-3.9/_openssl.c:43433:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations] 43433 | return TLSv1_2_server_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1895:1: note: declared here 1895 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_TLSv1_2_server_method’: build/temp.linux-riscv64-3.9/_openssl.c:43444:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations] 43444 | { result = TLSv1_2_server_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1895:1: note: declared here 1895 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_TLSv1_client_method’: build/temp.linux-riscv64-3.9/_openssl.c:43459:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations] 43459 | return TLSv1_client_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1884:1: note: declared here 1884 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_TLSv1_client_method’: build/temp.linux-riscv64-3.9/_openssl.c:43470:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations] 43470 | { result = TLSv1_client_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1884:1: note: declared here 1884 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_TLSv1_method’: build/temp.linux-riscv64-3.9/_openssl.c:43485:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations] 43485 | return TLSv1_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1882:1: note: declared here 1882 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_TLSv1_method’: build/temp.linux-riscv64-3.9/_openssl.c:43496:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations] 43496 | { result = TLSv1_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1882:1: note: declared here 1882 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_TLSv1_server_method’: build/temp.linux-riscv64-3.9/_openssl.c:43511:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations] 43511 | return TLSv1_server_method(); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1883:1: note: declared here 1883 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_TLSv1_server_method’: build/temp.linux-riscv64-3.9/_openssl.c:43522:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations] 43522 | { result = TLSv1_server_method(); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/ssl.h:1883:1: note: declared here 1883 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_X509_CRL_get_lastUpdate’: build/temp.linux-riscv64-3.9/_openssl.c:44747:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations] 44747 | return X509_CRL_get_lastUpdate(x0); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/x509.h:727:1: note: declared here 727 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_X509_CRL_get_lastUpdate’: build/temp.linux-riscv64-3.9/_openssl.c:44770:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations] 44770 | { result = X509_CRL_get_lastUpdate(x0); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/x509.h:727:1: note: declared here 727 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_d_X509_CRL_get_nextUpdate’: build/temp.linux-riscv64-3.9/_openssl.c:44785:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated [-Wdeprecated-declarations] 44785 | return X509_CRL_get_nextUpdate(x0); | ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/x509.h:728:1: note: declared here 728 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: In function ‘_cffi_f_X509_CRL_get_nextUpdate’: build/temp.linux-riscv64-3.9/_openssl.c:44808:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated [-Wdeprecated-declarations] 44808 | { result = X509_CRL_get_nextUpdate(x0); } | ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-riscv64-3.9/_openssl.c:560: /usr/include/openssl/x509.h:728:1: note: declared here 728 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c: At top level: build/temp.linux-riscv64-3.9/_openssl.c:750:13: warning: ‘ERR_load_Cryptography_OSRandom_strings’ declared ‘static’ but never defined [-Wunused-function] 750 | static void ERR_load_Cryptography_OSRandom_strings(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-riscv64-3.9/_openssl.c:751:13: warning: ‘ERR_Cryptography_OSRandom_error’ declared ‘static’ but never defined [-Wunused-function] 751 | static void ERR_Cryptography_OSRandom_error(int function, int reason, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.9/build/temp.linux-riscv64-3.9/_openssl.o -L/usr/lib64 -lssl -lcrypto -lpthread -o build/lib.linux-riscv64-3.9/cryptography/hazmat/bindings/_openssl.abi3.so building '_padding' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.9 -c build/temp.linux-riscv64-3.9/_padding.c -o build/temp.linux-riscv64-3.9/build/temp.linux-riscv64-3.9/_padding.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.9/build/temp.linux-riscv64-3.9/_padding.o -L/usr/lib64 -o build/lib.linux-riscv64-3.9/cryptography/hazmat/bindings/_padding.abi3.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jGj7Kf + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64 + cd cryptography-3.0 + find . -name .keep -print -delete ./docs/_static/.keep + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr creating /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9 creating /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages creating /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography creating /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat copying build/lib.linux-riscv64-3.9/cryptography/hazmat/_der.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat creating /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/kdf/hkdf.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/kdf/scrypt.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/kdf/x963kdf.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/kdf/concatkdf.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/kdf/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/kdf/kbkdf.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/kdf/pbkdf2.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf creating /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/twofactor/utils.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/twofactor/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/twofactor/hotp.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/twofactor/totp.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/twofactor creating /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric/ed448.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric/dh.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric/padding.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric/x25519.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric/ec.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric/x448.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric/utils.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/asymmetric/ed25519.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/padding.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/ciphers/aead.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/ciphers/algorithms.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/ciphers/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/ciphers/modes.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/ciphers/base.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/serialization/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/serialization/pkcs12.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/serialization/ssh.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/serialization/base.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/poly1305.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/keywrap.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-3.9/cryptography/hazmat/primitives/constant_time.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-3.9/cryptography/hazmat/_oid.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat copying build/lib.linux-riscv64-3.9/cryptography/hazmat/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat creating /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends creating /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/decode_asn1.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/ed448.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/dh.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/x25519.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/ciphers.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/aead.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/ocsp.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/ec.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/backend.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/x448.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/utils.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/poly1305.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/ed25519.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/encode_asn1.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/openssl/x509.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/interfaces.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends copying build/lib.linux-riscv64-3.9/cryptography/hazmat/backends/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends creating /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings copying build/lib.linux-riscv64-3.9/cryptography/hazmat/bindings/_padding.abi3.so -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings copying build/lib.linux-riscv64-3.9/cryptography/hazmat/bindings/_openssl.abi3.so -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings creating /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/bindings/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/bindings/openssl/binding.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/bindings/openssl/_conditional.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-riscv64-3.9/cryptography/hazmat/bindings/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings copying build/lib.linux-riscv64-3.9/cryptography/__about__.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography copying build/lib.linux-riscv64-3.9/cryptography/exceptions.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography copying build/lib.linux-riscv64-3.9/cryptography/utils.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography copying build/lib.linux-riscv64-3.9/cryptography/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography creating /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.9/cryptography/x509/extensions.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.9/cryptography/x509/oid.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.9/cryptography/x509/ocsp.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.9/cryptography/x509/certificate_transparency.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.9/cryptography/x509/name.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.9/cryptography/x509/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.9/cryptography/x509/general_name.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.9/cryptography/x509/base.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.9/cryptography/fernet.py -> /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/_der.py to _der.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py to hkdf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py to scrypt.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py to x963kdf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py to concatkdf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py to kbkdf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py to pbkdf2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/twofactor/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py to hotp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/twofactor/totp.py to totp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py to dsa.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py to ed448.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py to dh.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py to padding.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py to x25519.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py to ec.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py to x448.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py to rsa.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py to ed25519.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/padding.py to padding.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers/aead.py to aead.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py to algorithms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers/modes.py to modes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/ciphers/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/hashes.py to hashes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/cmac.py to cmac.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization/pkcs12.py to pkcs12.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization/ssh.py to ssh.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/serialization/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/hmac.py to hmac.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/poly1305.py to poly1305.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/keywrap.py to keywrap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/primitives/constant_time.py to constant_time.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/_oid.py to _oid.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/dsa.py to dsa.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/decode_asn1.py to decode_asn1.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/ed448.py to ed448.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/dh.py to dh.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/x25519.py to x25519.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/ciphers.py to ciphers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/aead.py to aead.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/hashes.py to hashes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/ocsp.py to ocsp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/cmac.py to cmac.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/ec.py to ec.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/backend.py to backend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/x448.py to x448.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/rsa.py to rsa.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/hmac.py to hmac.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/poly1305.py to poly1305.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/ed25519.py to ed25519.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/encode_asn1.py to encode_asn1.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/openssl/x509.py to x509.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/interfaces.py to interfaces.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/openssl/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/openssl/binding.py to binding.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py to _conditional.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/__about__.py to __about__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/x509/extensions.py to extensions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/x509/oid.py to oid.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/x509/ocsp.py to ocsp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/x509/certificate_transparency.py to certificate_transparency.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/x509/name.py to name.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/x509/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/x509/general_name.py to general_name.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/x509/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/fernet.py to fernet.cpython-39.pyc writing byte-compilation script '/tmp/tmpmvztggmm.py' /usr/bin/python3 /tmp/tmpmvztggmm.py removing /tmp/tmpmvztggmm.py running install_egg_info running egg_info writing src/cryptography.egg-info/PKG-INFO writing dependency_links to src/cryptography.egg-info/dependency_links.txt writing requirements to src/cryptography.egg-info/requires.txt writing top-level names to src/cryptography.egg-info/top_level.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files found matching 'vectors' warning: no previously-included files matching '*' found under directory 'vectors' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching '.travis' warning: no previously-included files matching '*' found under directory '.travis' warning: no previously-included files matching '*' found under directory '.github' warning: no previously-included files found matching 'release.py' warning: no previously-included files found matching '.coveragerc' warning: no previously-included files found matching 'codecov.yml' warning: no previously-included files found matching 'dev-requirements.txt' warning: no previously-included files found matching 'rtd-requirements.txt' warning: no previously-included files found matching 'tox.ini' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' Copying src/cryptography.egg-info to /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography-3.0-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 3.0-2.fc33 --unique-debug-suffix -3.0-2.fc33.riscv64 --unique-debug-src-base python-cryptography-3.0-2.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/cryptography-3.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/_padding.abi3.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages/cryptography/hazmat/bindings/_padding.abi3.so original debug info size: 6452kB, size after compression: 6356kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 4037 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib/debug/usr/lib64/python3.9 using /usr/bin/python3.9 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.UVkbcd + umask 022 + cd /builddir/build/BUILD + cd cryptography-3.0 + PYTHONPATH=/builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/lib64/python3.9/site-packages + /usr/bin/python3 -m pytest -k 'not (test_buffer_protocol_alternate_modes or test_dh_parameters_supported or test_load_ecdsa_no_named_curve)' ============================= test session starts ============================== platform linux -- Python 3.9.0rc1, pytest-6.0.1, py-1.9.0, pluggy-0.13.1 OpenSSL: OpenSSL 1.1.1g FIPS 21 Apr 2020 FIPS Enabled: False rootdir: /builddir/build/BUILD/cryptography-3.0 plugins: hypothesis-5.20.3 collected 107149 items / 12 deselected / 13 skipped / 107124 selected tests/test_cryptography_utils.py .... [ 0%] tests/test_fernet.py .............................. [ 0%] tests/test_interfaces.py ..... [ 0%] tests/test_utils.py ..................................... [ 0%] tests/test_warnings.py .. [ 0%] tests/hazmat/test_der.py ......................................... [ 0%] tests/hazmat/test_oid.py .. [ 0%] tests/hazmat/backends/test_openssl.py ...................sssssss........ [ 0%] .....ss.............sssssss [ 0%] tests/hazmat/backends/test_openssl_memleak.py ................. [ 0%] tests/hazmat/bindings/test_openssl.py .......... [ 0%] tests/hazmat/primitives/test_3des.py ................................... [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ....................... [ 2%] tests/hazmat/primitives/test_aead.py s.................................. [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] .......................................................... [ 11%] tests/hazmat/primitives/test_aes.py .................................... [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] .................................................................... [ 66%] tests/hazmat/primitives/test_arc4.py ................................... [ 66%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ..................................... [ 67%] tests/hazmat/primitives/test_asym_utils.py ...... [ 67%] tests/hazmat/primitives/test_block.py ........................ [ 67%] tests/hazmat/primitives/test_blowfish.py ............................... [ 67%] ........................... [ 67%] tests/hazmat/primitives/test_camellia.py ............................... [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ............................. [ 70%] tests/hazmat/primitives/test_cast5.py .................................. [ 70%] ............................. [ 70%] tests/hazmat/primitives/test_chacha20.py ........ [ 70%] tests/hazmat/primitives/test_ciphers.py ................................ [ 71%] ........................................................................ [ 71%] .................................... [ 71%] tests/hazmat/primitives/test_cmac.py ................................... [ 71%] ............ [ 71%] tests/hazmat/primitives/test_concatkdf.py ................ [ 71%] tests/hazmat/primitives/test_constant_time.py .. [ 71%] tests/hazmat/primitives/test_dh.py ..................................... [ 71%] .................................................... [ 71%] tests/hazmat/primitives/test_dsa.py .................................... [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] .................................................................... [ 71%] tests/hazmat/primitives/test_ec.py .....................ssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssss...................................... [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ..................ssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss........ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ................................................ssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] sssssssssssssssssssssssssssssssssssssssssssss.s.....sssssssssssss.s..sss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ............ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssss.............................. [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ...............sssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 75%] ssssssssssssssssss...................................................... [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] ..............................ssssssssssssssssssssssssssssssssssssssssss [ 75%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 75%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss............ [ 76%] ..............................s..........................sssssssssssssss [ 76%] sssssssssssssss......................................................... [ 76%] ...............................................................sss.. [ 76%] tests/hazmat/primitives/test_ed25519.py s............................... [ 76%] ........................................................................ [ 76%] ........................................................................ [ 76%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ....................................................................... [ 77%] tests/hazmat/primitives/test_ed448.py s..s............................. [ 77%] tests/hazmat/primitives/test_hash_vectors.py ........................... [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ................................................... [ 82%] tests/hazmat/primitives/test_hashes.py .................... [ 82%] tests/hazmat/primitives/test_hkdf.py ............... [ 82%] tests/hazmat/primitives/test_hkdf_vectors.py ..................... [ 82%] tests/hazmat/primitives/test_hmac.py .......... [ 82%] tests/hazmat/primitives/test_hmac_vectors.py ........................... [ 82%] ............. [ 82%] tests/hazmat/primitives/test_idea.py ................................... [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ............................................................. [ 83%] tests/hazmat/primitives/test_kbkdf.py ................. [ 83%] tests/hazmat/primitives/test_kbkdf_vectors.py ssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.. [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ..............................ssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssss.......................... [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ......ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssss.................................................. [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ......................................................ssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.. [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ..............................ssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssss.......................... [ 87%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ......ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 88%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 88%] ssssssssssssssssssssss [ 88%] tests/hazmat/primitives/test_keywrap.py ................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ......................................... [ 94%] tests/hazmat/primitives/test_padding.py ................................ [ 94%] .... [ 94%] tests/hazmat/primitives/test_pbkdf2hmac.py ....... [ 94%] tests/hazmat/primitives/test_pbkdf2hmac_vectors.py ...... [ 94%] tests/hazmat/primitives/test_pkcs12.py ................... [ 94%] tests/hazmat/primitives/test_poly1305.py s.................... [ 94%] tests/hazmat/primitives/test_rsa.py .................................... [ 94%] .....s.................................................................. [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ................................. [ 98%] tests/hazmat/primitives/test_scrypt.py ................... [ 98%] tests/hazmat/primitives/test_seed.py ................................... [ 98%] ........... [ 98%] tests/hazmat/primitives/test_serialization.py .......................... [ 98%] ........................................................................ [ 98%] .......................................................s.s.s.ss......... [ 99%] s.... [ 99%] tests/hazmat/primitives/test_x25519.py s................... [ 99%] tests/hazmat/primitives/test_x448.py s................. [ 99%] tests/hazmat/primitives/test_x963_vectors.py ........................... [ 99%] ........................................................................ [ 99%] .. [ 99%] tests/hazmat/primitives/test_x963kdf.py ........ [ 99%] tests/hazmat/primitives/twofactor/test_hotp.py ......................... [ 99%] .............. [ 99%] tests/hazmat/primitives/twofactor/test_totp.py ......................... [ 99%] ................ [ 99%] tests/hypothesis/test_fernet.py . [ 99%] tests/hypothesis/test_padding.py .. [ 99%] tests/wycheproof/test_utils.py .. [ 99%] tests/x509/test_ocsp.py ................................................ [ 99%] ..........s.... [ 99%] tests/x509/test_x509.py ................................................ [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] ............... [ 99%] tests/x509/test_x509_crlbuilder.py ..................................... [ 99%] . [ 99%] tests/x509/test_x509_ext.py s........................................... [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] ...........................................................s....... [ 99%] tests/x509/test_x509_revokedcertbuilder.py .................... [100%] =============================== warnings summary =============================== tests/test_fernet.py:43 /builddir/build/BUILD/cryptography-3.0/tests/test_fernet.py:43: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/test_fernet.py:44 /builddir/build/BUILD/cryptography-3.0/tests/test_fernet.py:44: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/test_fernet.py:45 /builddir/build/BUILD/cryptography-3.0/tests/test_fernet.py:45: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/test_fernet.py:148 /builddir/build/BUILD/cryptography-3.0/tests/test_fernet.py:148: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/test_fernet.py:149 /builddir/build/BUILD/cryptography-3.0/tests/test_fernet.py:149: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/test_fernet.py:150 /builddir/build/BUILD/cryptography-3.0/tests/test_fernet.py:150: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_ec.py:96 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ec.py:96: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/hazmat/primitives/test_ec.py:102 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ec.py:102: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/hazmat/primitives/test_ec.py:108 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ec.py:108: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/hazmat/primitives/test_ec.py:114 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ec.py:114: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/hazmat/primitives/test_ec.py:128 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ec.py:128: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/hazmat/primitives/test_ec.py:271 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ec.py:271: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/hazmat/primitives/test_ec.py:280 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ec.py:280: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/hazmat/primitives/test_ec.py:316 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ec.py:316: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/hazmat/primitives/test_ec.py:671 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ec.py:671: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/hazmat/primitives/test_ec.py:672 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ec.py:672: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=PEMSerializationBackend) tests/hazmat/primitives/test_ec.py:794 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ec.py:794: PytestUnknownMarkWarning: Unknown pytest.mark.skip_fips - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.skip_fips( tests/hazmat/primitives/test_ec.py:923 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ec.py:923: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/hazmat/primitives/test_ec.py:924 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ec.py:924: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=PEMSerializationBackend) tests/hazmat/primitives/test_ec.py:1176 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ec.py:1176: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/hazmat/primitives/test_ec.py:1188 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ec.py:1188: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/x509/test_x509.py:139 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:139: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:483 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:483: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:671 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:671: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:672 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:672: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:1240 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:1240: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:1241 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:1241: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:1814 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:1814: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:1815 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:1815: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:1836 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:1836: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:1837 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:1837: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:1867 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:1867: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:1868 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:1868: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:1902 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:1902: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:1903 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:1903: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:1961 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:1961: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:1962 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:1962: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:1985 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:1985: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:1986 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:1986: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2002 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2002: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:2003 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2003: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2019 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2019: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:2020 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2020: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2038 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2038: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:2039 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2039: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2057 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2057: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:2058 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2058: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2076 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2076: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:2077 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2077: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2143 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2143: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:2144 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2144: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2152 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2152: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:2153 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2153: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2174 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2174: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:2175 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2175: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2194 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2194: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:2195 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2195: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2224 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2224: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:2225 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2225: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2248 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2248: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:2249 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2249: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2293 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2293: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:2294 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2294: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2353 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2353: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:2354 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2354: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2375 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2375: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509.py:2379 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2379: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2399 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2399: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509.py:2403 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2403: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2423 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2423: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:2424 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2424: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2425 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2425: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509.py:2447 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2447: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/x509/test_x509.py:2448 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2448: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2449 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2449: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509.py:2471 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2471: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/x509/test_x509.py:2472 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2472: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2473 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2473: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509.py:2496 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2496: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/x509/test_x509.py:2497 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2497: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2545 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2545: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/x509/test_x509.py:2546 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2546: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2595 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2595: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509.py:2599 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2599: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2652 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2652: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509.py:2656 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2656: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2657 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2657: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:2692 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2692: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509.py:2696 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2696: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2749 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2749: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509.py:2753 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2753: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2754 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2754: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:2789 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2789: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:2790 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2790: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:2815 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2815: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:2816 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:2816: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:3211 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3211: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:3212 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3212: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:3263 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3263: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:3264 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3264: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:3299 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3299: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:3300 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3300: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:3325 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3325: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:3327 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3327: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:3337 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3337: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509.py:3341 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3341: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:3351 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3351: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509.py:3355 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3355: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:3365 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3365: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:3366 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3366: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509.py:3379 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3379: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/x509/test_x509.py:3380 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3380: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509.py:3392 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3392: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/x509/test_x509.py:3393 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3393: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509.py:3406 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3406: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:3414 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3414: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:3445 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3445: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:3475 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3475: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:3538 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3538: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:3568 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3568: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:3598 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3598: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/x509/test_x509.py:3634 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3634: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509.py:3638 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3638: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:3673 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3673: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509.py:3677 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3677: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:3712 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3712: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/x509/test_x509.py:3887 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:3887: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/x509/test_x509.py:4080 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:4080: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:4093 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:4093: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:4094 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:4094: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:4139 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:4139: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:4140 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:4140: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:4179 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:4179: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:4180 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:4180: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:4262 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:4262: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509.py:4263 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:4263: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:4321 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:4321: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/x509/test_x509.py:4322 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:4322: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:4445 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:4445: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/x509/test_x509.py:4446 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:4446: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:4519 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:4519: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/x509/test_x509.py:4520 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:4520: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:4610 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:4610: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:4611 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:4611: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/x509/test_x509.py:4679 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:4679: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:5109 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:5109: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:5122 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:5122: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:5142 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:5142: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:5162 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:5162: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509.py:5166 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:5166: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:5190 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:5190: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509.py:5194 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:5194: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509.py:5210 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509.py:5210: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/hazmat/backends/test_openssl.py:175 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/backends/test_openssl.py:175: PytestUnknownMarkWarning: Unknown pytest.mark.skip_fips - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.skip_fips(reason="osrandom engine disabled for FIPS") tests/hazmat/backends/test_openssl.py:569 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/backends/test_openssl.py:569: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/backends/test_openssl.py:610 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/backends/test_openssl.py:610: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DHBackend) tests/hazmat/backends/test_openssl_memleak.py:162 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/backends/test_openssl_memleak.py:162: PytestUnknownMarkWarning: Unknown pytest.mark.skip_fips - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.skip_fips(reason="FIPS self-test sets allow_customize = 0") tests/hazmat/backends/test_openssl_memleak.py:228 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/backends/test_openssl_memleak.py:228: PytestUnknownMarkWarning: Unknown pytest.mark.skip_fips - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.skip_fips(reason="FIPS self-test sets allow_customize = 0") tests/hazmat/primitives/test_3des.py:23 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_3des.py:23: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_3des.py:29 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_3des.py:29: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_3des.py:56 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_3des.py:56: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_3des.py:62 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_3des.py:62: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_3des.py:89 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_3des.py:89: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_3des.py:95 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_3des.py:95: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_3des.py:122 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_3des.py:122: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_3des.py:128 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_3des.py:128: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_3des.py:155 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_3des.py:155: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_3des.py:161 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_3des.py:161: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_aead.py:46 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aead.py:46: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_aead.py:56 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aead.py:56: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_aead.py:191 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aead.py:191: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_aead.py:366 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aead.py:366: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_aes.py:20 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aes.py:20: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_aes.py:26 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aes.py:26: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_aes.py:58 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aes.py:58: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_aes.py:64 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aes.py:64: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_aes.py:91 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aes.py:91: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_aes.py:97 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aes.py:97: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_aes.py:124 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aes.py:124: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_aes.py:130 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aes.py:130: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_aes.py:157 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aes.py:157: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_aes.py:163 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aes.py:163: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_aes.py:190 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aes.py:190: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_aes.py:196 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aes.py:196: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_aes.py:223 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aes.py:223: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_aes.py:229 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aes.py:229: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_aes.py:240 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aes.py:240: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_aes.py:246 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aes.py:246: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_aes.py:434 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_aes.py:434: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_arc4.py:19 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_arc4.py:19: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_arc4.py:25 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_arc4.py:25: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_block.py:28 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_block.py:28: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_block.py:52 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_block.py:52: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_block.py:130 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_block.py:130: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_block.py:136 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_block.py:136: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_block.py:146 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_block.py:146: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_blowfish.py:19 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_blowfish.py:19: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_blowfish.py:25 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_blowfish.py:25: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_blowfish.py:36 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_blowfish.py:36: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_blowfish.py:42 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_blowfish.py:42: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_blowfish.py:53 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_blowfish.py:53: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_blowfish.py:59 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_blowfish.py:59: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_blowfish.py:70 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_blowfish.py:70: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_blowfish.py:76 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_blowfish.py:76: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_camellia.py:19 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_camellia.py:19: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_camellia.py:25 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_camellia.py:25: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_camellia.py:40 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_camellia.py:40: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_camellia.py:46 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_camellia.py:46: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_camellia.py:57 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_camellia.py:57: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_camellia.py:63 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_camellia.py:63: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_camellia.py:74 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_camellia.py:74: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_camellia.py:80 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_camellia.py:80: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_cast5.py:19 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cast5.py:19: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_cast5.py:25 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cast5.py:25: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_cast5.py:36 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cast5.py:36: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_cast5.py:42 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cast5.py:42: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_cast5.py:53 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cast5.py:53: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_cast5.py:59 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cast5.py:59: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_cast5.py:70 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cast5.py:70: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_cast5.py:76 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cast5.py:76: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_chacha20.py:20 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_chacha20.py:20: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_chacha20.py:26 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_chacha20.py:26: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_ciphers.py:53 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ciphers.py:53: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_ciphers.py:69 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ciphers.py:69: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_ciphers.py:205 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ciphers.py:205: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_ciphers.py:211 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ciphers.py:211: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_ciphers.py:231 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ciphers.py:231: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_ciphers.py:256 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ciphers.py:256: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_ciphers.py:306 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ciphers.py:306: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_cmac.py:52 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cmac.py:52: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CMACBackend) tests/hazmat/primitives/test_cmac.py:54 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cmac.py:54: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_cmac.py:70 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cmac.py:70: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_cmac.py:86 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cmac.py:86: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_cmac.py:107 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cmac.py:107: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_cmac.py:128 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cmac.py:128: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_cmac.py:142 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cmac.py:142: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_cmac.py:151 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cmac.py:151: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_cmac.py:174 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cmac.py:174: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_cmac.py:190 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cmac.py:190: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_cmac.py:203 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_cmac.py:203: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_concatkdf.py:21 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_concatkdf.py:21: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_concatkdf.py:128 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_concatkdf.py:128: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/hazmat/primitives/test_dh.py:125 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dh.py:125: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DHBackend) tests/hazmat/primitives/test_dh.py:175 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dh.py:175: PytestUnknownMarkWarning: Unknown pytest.mark.skip_fips - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.skip_fips(reason="modulus too small for FIPS") tests/hazmat/primitives/test_dh.py:224 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dh.py:224: PytestUnknownMarkWarning: Unknown pytest.mark.skip_fips - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.skip_fips(reason="FIPS requires key size >= 2048") tests/hazmat/primitives/test_dh.py:295 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dh.py:295: PytestUnknownMarkWarning: Unknown pytest.mark.skip_fips - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.skip_fips(reason="key_size too small for FIPS") tests/hazmat/primitives/test_dh.py:409 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dh.py:409: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DHBackend) tests/hazmat/primitives/test_dh.py:410 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dh.py:410: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=PEMSerializationBackend) tests/hazmat/primitives/test_dh.py:411 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dh.py:411: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DERSerializationBackend) tests/hazmat/primitives/test_dh.py:597 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dh.py:597: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DHBackend) tests/hazmat/primitives/test_dh.py:598 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dh.py:598: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=PEMSerializationBackend) tests/hazmat/primitives/test_dh.py:599 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dh.py:599: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DERSerializationBackend) tests/hazmat/primitives/test_dh.py:725 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dh.py:725: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DHBackend) tests/hazmat/primitives/test_dh.py:726 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dh.py:726: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=PEMSerializationBackend) tests/hazmat/primitives/test_dh.py:727 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dh.py:727: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DERSerializationBackend) tests/hazmat/primitives/test_dsa.py:44 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dsa.py:44: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/hazmat/primitives/test_dsa.py:50 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dsa.py:50: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/hazmat/primitives/test_dsa.py:380 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dsa.py:380: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/hazmat/primitives/test_dsa.py:488 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dsa.py:488: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/hazmat/primitives/test_dsa.py:690 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dsa.py:690: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/hazmat/primitives/test_dsa.py:691 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dsa.py:691: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=PEMSerializationBackend) tests/hazmat/primitives/test_dsa.py:805 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dsa.py:805: PytestUnknownMarkWarning: Unknown pytest.mark.skip_fips - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.skip_fips( tests/hazmat/primitives/test_dsa.py:909 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dsa.py:909: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/hazmat/primitives/test_dsa.py:910 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_dsa.py:910: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=PEMSerializationBackend) tests/hazmat/primitives/test_ed25519.py:46 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ed25519.py:46: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_ed25519.py:67 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ed25519.py:67: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_ed448.py:26 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ed448.py:26: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_ed448.py:47 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_ed448.py:47: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hash_vectors.py:19 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:19: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hash_vectors.py:23 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:23: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hash_vectors.py:33 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:33: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hash_vectors.py:37 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:37: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hash_vectors.py:47 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:47: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hash_vectors.py:51 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:51: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hash_vectors.py:61 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:61: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hash_vectors.py:65 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:65: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hash_vectors.py:75 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:75: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hash_vectors.py:79 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:79: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hash_vectors.py:89 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:89: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hash_vectors.py:93 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:93: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hash_vectors.py:103 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:103: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hash_vectors.py:107 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:107: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hash_vectors.py:117 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:117: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hash_vectors.py:121 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:121: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hash_vectors.py:131 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:131: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hash_vectors.py:137 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:137: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hash_vectors.py:147 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:147: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hash_vectors.py:153 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:153: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hash_vectors.py:163 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:163: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hash_vectors.py:167 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:167: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hash_vectors.py:177 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:177: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hash_vectors.py:181 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:181: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hash_vectors.py:191 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:191: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hash_vectors.py:195 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:195: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hash_vectors.py:205 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:205: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hash_vectors.py:209 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:209: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hash_vectors.py:219 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:219: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hash_vectors.py:225 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:225: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hash_vectors.py:251 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:251: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hash_vectors.py:257 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hash_vectors.py:257: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hashes.py:20 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hashes.py:20: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hashes.py:49 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hashes.py:49: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hashes.py:53 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hashes.py:53: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hashes.py:58 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hashes.py:58: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hashes.py:62 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hashes.py:62: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hashes.py:67 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hashes.py:67: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hashes.py:71 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hashes.py:71: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hashes.py:76 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hashes.py:76: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hashes.py:80 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hashes.py:80: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hashes.py:85 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hashes.py:85: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hashes.py:89 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hashes.py:89: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hashes.py:94 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hashes.py:94: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hashes.py:98 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hashes.py:98: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hashes.py:103 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hashes.py:103: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hashes.py:109 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hashes.py:109: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hashes.py:126 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hashes.py:126: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hashes.py:132 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hashes.py:132: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hashes.py:156 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hashes.py:156: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_hkdf.py:24 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hkdf.py:24: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/hazmat/primitives/test_hkdf.py:130 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hkdf.py:130: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/hazmat/primitives/test_hkdf_vectors.py:18 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hkdf_vectors.py:18: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hkdf_vectors.py:22 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hkdf_vectors.py:22: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/hazmat/primitives/test_hkdf_vectors.py:32 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hkdf_vectors.py:32: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hkdf_vectors.py:36 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hkdf_vectors.py:36: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/hazmat/primitives/test_hmac.py:24 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hmac.py:24: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hmac.py:28 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hmac.py:28: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/hazmat/primitives/test_hmac.py:33 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hmac.py:33: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/hazmat/primitives/test_hmac_vectors.py:18 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hmac_vectors.py:18: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hmac_vectors.py:22 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hmac_vectors.py:22: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/hazmat/primitives/test_hmac_vectors.py:29 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hmac_vectors.py:29: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hmac_vectors.py:33 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hmac_vectors.py:33: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/hazmat/primitives/test_hmac_vectors.py:40 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hmac_vectors.py:40: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hmac_vectors.py:44 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hmac_vectors.py:44: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/hazmat/primitives/test_hmac_vectors.py:51 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hmac_vectors.py:51: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hmac_vectors.py:55 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hmac_vectors.py:55: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/hazmat/primitives/test_hmac_vectors.py:62 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hmac_vectors.py:62: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hmac_vectors.py:66 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hmac_vectors.py:66: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/hazmat/primitives/test_hmac_vectors.py:73 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hmac_vectors.py:73: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hmac_vectors.py:77 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hmac_vectors.py:77: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/hazmat/primitives/test_hmac_vectors.py:84 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hmac_vectors.py:84: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_hmac_vectors.py:90 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_hmac_vectors.py:90: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/hazmat/primitives/test_idea.py:19 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_idea.py:19: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_idea.py:25 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_idea.py:25: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_idea.py:36 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_idea.py:36: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_idea.py:42 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_idea.py:42: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_idea.py:53 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_idea.py:53: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_idea.py:59 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_idea.py:59: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_idea.py:70 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_idea.py:70: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_idea.py:76 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_idea.py:76: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_kbkdf.py:22 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_kbkdf.py:22: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/hazmat/primitives/test_kbkdf_vectors.py:17 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_kbkdf_vectors.py:17: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/hazmat/primitives/test_keywrap.py:20 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_keywrap.py:20: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_keywrap.py:30 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_keywrap.py:30: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_keywrap.py:51 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_keywrap.py:51: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_keywrap.py:70 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_keywrap.py:70: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_keywrap.py:82 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_keywrap.py:82: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_keywrap.py:93 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_keywrap.py:93: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_keywrap.py:119 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_keywrap.py:119: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_keywrap.py:126 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_keywrap.py:126: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_pbkdf2hmac_vectors.py:16 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_pbkdf2hmac_vectors.py:16: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_pbkdf2hmac_vectors.py:20 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_pbkdf2hmac_vectors.py:20: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=PBKDF2HMACBackend) tests/hazmat/primitives/test_pkcs12.py:25 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_pkcs12.py:25: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DERSerializationBackend) tests/hazmat/primitives/test_pkcs12.py:70 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_pkcs12.py:70: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_pkcs12.py:74 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_pkcs12.py:74: PytestUnknownMarkWarning: Unknown pytest.mark.skip_fips - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.skip_fips(reason="Unsupported algorithm in FIPS mode") tests/hazmat/primitives/test_poly1305.py:26 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_poly1305.py:26: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_poly1305.py:35 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_poly1305.py:35: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:141 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:141: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_rsa.py:171 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:171: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_rsa.py:265 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:265: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:297 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:297: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:331 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:331: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:362 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:362: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:392 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:392: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_rsa.py:394 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:394: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:429 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:429: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:502 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:502: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:525 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:525: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:534 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:534: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:550 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:550: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:570 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:570: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:597 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:597: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:614 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:614: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:627 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:627: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:646 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:646: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:664 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:664: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:670 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:670: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:683 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:683: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:700 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:700: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:715 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:715: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:733 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:733: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_rsa.py:735 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:735: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:762 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:762: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:814 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:814: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:831 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:831: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:862 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:862: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:896 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:896: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:932 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:932: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:968 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:968: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1000 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1000: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1021 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1021: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1040 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1040: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1049 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1049: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1071 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1071: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1138 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1138: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_rsa.py:1140 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1140: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html test_rsa_pss_mgf1_sha1 = pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1165 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1165: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html test_rsa_pss_mgf1_sha224 = pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1190 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1190: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html test_rsa_pss_mgf1_sha256 = pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1215 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1215: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html test_rsa_pss_mgf1_sha384 = pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1240 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1240: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html test_rsa_pss_mgf1_sha512 = pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1266 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1266: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_rsa.py:1268 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1268: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html test_rsa_pkcs1v15_verify_sha1 = pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1288 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1288: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html test_rsa_pkcs1v15_verify_sha224 = pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1308 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1308: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html test_rsa_pkcs1v15_verify_sha256 = pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1328 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1328: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html test_rsa_pkcs1v15_verify_sha384 = pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1348 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1348: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html test_rsa_pkcs1v15_verify_sha512 = pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1418 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1418: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_rsa.py:1420 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1420: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1458 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1458: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1469 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1469: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1480 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1480: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1495 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1495: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1539 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1539: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1575 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1575: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1612 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1612: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1661 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1661: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_rsa.py:1663 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1663: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1707 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1707: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1753 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1753: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_rsa.py:1845 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:1845: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_rsa.py:2064 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:2064: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_rsa.py:2065 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:2065: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=PEMSerializationBackend) tests/hazmat/primitives/test_rsa.py:2171 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:2171: PytestUnknownMarkWarning: Unknown pytest.mark.skip_fips - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.skip_fips( tests/hazmat/primitives/test_rsa.py:2253 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:2253: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_rsa.py:2254 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_rsa.py:2254: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=PEMSerializationBackend) tests/hazmat/primitives/test_scrypt.py:48 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_scrypt.py:48: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=ScryptBackend) tests/hazmat/primitives/test_seed.py:19 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_seed.py:19: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_seed.py:25 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_seed.py:25: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_seed.py:36 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_seed.py:36: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_seed.py:42 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_seed.py:42: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_seed.py:53 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_seed.py:53: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_seed.py:59 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_seed.py:59: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_seed.py:70 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_seed.py:70: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_seed.py:76 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_seed.py:76: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/hazmat/primitives/test_serialization.py:70 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:70: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_serialization.py:91 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:91: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_serialization.py:121 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:121: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DERSerializationBackend) tests/hazmat/primitives/test_serialization.py:123 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:123: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_serialization.py:145 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:145: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/hazmat/primitives/test_serialization.py:170 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:170: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_serialization.py:191 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:191: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/hazmat/primitives/test_serialization.py:210 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:210: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_serialization.py:227 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:227: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_serialization.py:247 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:247: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_serialization.py:334 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:334: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_serialization.py:361 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:361: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/hazmat/primitives/test_serialization.py:371 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:371: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/hazmat/primitives/test_serialization.py:393 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:393: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=PEMSerializationBackend) tests/hazmat/primitives/test_serialization.py:465 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:465: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/hazmat/primitives/test_serialization.py:522 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:522: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/hazmat/primitives/test_serialization.py:538 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:538: PytestUnknownMarkWarning: Unknown pytest.mark.skip_fips - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.skip_fips( tests/hazmat/primitives/test_serialization.py:978 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:978: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_serialization.py:1091 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:1091: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/hazmat/primitives/test_serialization.py:1205 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:1205: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/hazmat/primitives/test_serialization.py:1339 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:1339: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_serialization.py:1394 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:1394: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_serialization.py:1478 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:1478: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_serialization.py:1565 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:1565: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_serialization.py:1652 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:1652: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_serialization.py:1803 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:1803: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/hazmat/primitives/test_serialization.py:1804 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:1804: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/hazmat/primitives/test_serialization.py:1805 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:1805: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/hazmat/primitives/test_serialization.py:1968 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:1968: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_serialization.py:2028 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:2028: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_serialization.py:2248 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_serialization.py:2248: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_x25519.py:26 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_x25519.py:26: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_x25519.py:41 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_x25519.py:41: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_x448.py:26 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_x448.py:26: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_x448.py:41 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_x448.py:41: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/test_x963_vectors.py:30 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_x963_vectors.py:30: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/test_x963kdf.py:19 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/test_x963kdf.py:19: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HashBackend) tests/hazmat/primitives/twofactor/test_hotp.py:27 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/twofactor/test_hotp.py:27: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/twofactor/test_hotp.py:31 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/twofactor/test_hotp.py:31: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/hazmat/primitives/twofactor/test_totp.py:24 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/twofactor/test_totp.py:24: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=HMACBackend) tests/hazmat/primitives/twofactor/test_totp.py:26 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/twofactor/test_totp.py:26: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/twofactor/test_totp.py:41 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/twofactor/test_totp.py:41: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/twofactor/test_totp.py:56 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/twofactor/test_totp.py:56: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/twofactor/test_totp.py:71 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/twofactor/test_totp.py:71: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/twofactor/test_totp.py:87 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/twofactor/test_totp.py:87: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/hazmat/primitives/twofactor/test_totp.py:103 /builddir/build/BUILD/cryptography-3.0/tests/hazmat/primitives/twofactor/test_totp.py:103: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/wycheproof/test_aes.py:20 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_aes.py:20: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/wycheproof/test_aes.py:21 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_aes.py:21: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests("aes_cbc_pkcs5_test.json") tests/wycheproof/test_aes.py:48 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_aes.py:48: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/wycheproof/test_aes.py:49 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_aes.py:49: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests("aes_gcm_test.json") tests/wycheproof/test_aes.py:91 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_aes.py:91: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/wycheproof/test_aes.py:92 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_aes.py:92: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests("aes_gcm_test.json") tests/wycheproof/test_aes.py:122 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_aes.py:122: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/wycheproof/test_aes.py:123 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_aes.py:123: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests("aes_ccm_test.json") tests/wycheproof/test_chacha20poly1305.py:22 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_chacha20poly1305.py:22: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/wycheproof/test_chacha20poly1305.py:23 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_chacha20poly1305.py:23: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests("chacha20_poly1305_test.json") tests/wycheproof/test_cmac.py:17 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_cmac.py:17: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CMACBackend) tests/wycheproof/test_cmac.py:18 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_cmac.py:18: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests("aes_cmac_test.json") tests/wycheproof/test_dsa.py:23 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_dsa.py:23: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/wycheproof/test_dsa.py:24 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_dsa.py:24: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests( tests/wycheproof/test_ecdh.py:39 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_ecdh.py:39: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/wycheproof/test_ecdh.py:40 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_ecdh.py:40: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests( tests/wycheproof/test_ecdh.py:87 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_ecdh.py:87: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/wycheproof/test_ecdh.py:88 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_ecdh.py:88: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests( tests/wycheproof/test_ecdsa.py:30 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_ecdsa.py:30: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/wycheproof/test_ecdsa.py:31 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_ecdsa.py:31: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests( tests/wycheproof/test_eddsa.py:16 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_eddsa.py:16: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/wycheproof/test_eddsa.py:20 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_eddsa.py:20: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests("eddsa_test.json") tests/wycheproof/test_eddsa.py:43 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_eddsa.py:43: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/wycheproof/test_eddsa.py:47 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_eddsa.py:47: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests("ed448_test.json") tests/wycheproof/test_hkdf.py:23 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_hkdf.py:23: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests( tests/wycheproof/test_hmac.py:28 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_hmac.py:28: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests( tests/wycheproof/test_keywrap.py:15 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_keywrap.py:15: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/wycheproof/test_keywrap.py:16 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_keywrap.py:16: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests("kwp_test.json") tests/wycheproof/test_keywrap.py:40 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_keywrap.py:40: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=CipherBackend) tests/wycheproof/test_keywrap.py:41 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_keywrap.py:41: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests("kw_test.json") tests/wycheproof/test_rsa.py:48 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_rsa.py:48: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/wycheproof/test_rsa.py:49 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_rsa.py:49: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests( tests/wycheproof/test_rsa.py:100 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_rsa.py:100: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests("rsa_sig_gen_misc_test.json") tests/wycheproof/test_rsa.py:117 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_rsa.py:117: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/wycheproof/test_rsa.py:118 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_rsa.py:118: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests( tests/wycheproof/test_rsa.py:166 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_rsa.py:166: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/wycheproof/test_rsa.py:167 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_rsa.py:167: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/wycheproof/test_rsa.py:177 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_rsa.py:177: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests( tests/wycheproof/test_rsa.py:231 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_rsa.py:231: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests( tests/wycheproof/test_x25519.py:17 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_x25519.py:17: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/wycheproof/test_x25519.py:21 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_x25519.py:21: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests("x25519_test.json") tests/wycheproof/test_x448.py:17 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_x448.py:17: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/wycheproof/test_x448.py:21 /builddir/build/BUILD/cryptography-3.0/tests/wycheproof/test_x448.py:21: PytestUnknownMarkWarning: Unknown pytest.mark.wycheproof_tests - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.wycheproof_tests("x448_test.json") tests/x509/test_ocsp.py:712 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_ocsp.py:712: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_ocsp.py:741 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_ocsp.py:741: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_ocsp.py:762 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_ocsp.py:762: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_ocsp.py:994 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_ocsp.py:994: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_ocsp.py:1017 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_ocsp.py:1017: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_ocsp.py:1050 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_ocsp.py:1050: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_ocsp.py:1078 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_ocsp.py:1078: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_ocsp.py:1117 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_ocsp.py:1117: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509_crlbuilder.py:49 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:49: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_crlbuilder.py:50 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:50: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:93 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:93: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_crlbuilder.py:94 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:94: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:171 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:171: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_crlbuilder.py:172 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:172: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:184 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:184: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_crlbuilder.py:185 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:185: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:199 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:199: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_crlbuilder.py:200 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:200: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:214 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:214: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_crlbuilder.py:215 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:215: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:264 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:264: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_crlbuilder.py:265 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:265: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:293 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:293: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_crlbuilder.py:294 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:294: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:332 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:332: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_crlbuilder.py:333 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:333: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:374 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:374: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_crlbuilder.py:375 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:375: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:398 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:398: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_crlbuilder.py:399 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:399: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:422 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:422: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_crlbuilder.py:423 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:423: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:446 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:446: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509_crlbuilder.py:450 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:450: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:475 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:475: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509_crlbuilder.py:479 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:479: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:504 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:504: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/x509/test_x509_crlbuilder.py:505 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:505: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:554 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:554: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/x509/test_x509_crlbuilder.py:555 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:555: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:605 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:605: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509_crlbuilder.py:609 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:609: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:660 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:660: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509_crlbuilder.py:664 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:664: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:715 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:715: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/x509/test_x509_crlbuilder.py:716 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:716: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:739 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:739: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/x509/test_x509_crlbuilder.py:740 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:740: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_crlbuilder.py:764 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:764: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_crlbuilder.py:765 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_crlbuilder.py:765: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:582 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:582: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:691 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:691: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:692 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:692: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:1307 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1307: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:1308 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1308: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:1361 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1361: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/x509/test_x509_ext.py:1439 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1439: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:1440 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1440: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:1533 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1533: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:1534 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1534: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:1551 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1551: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:1552 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1552: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:1564 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1564: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:1565 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1565: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:1578 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1578: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/x509/test_x509_ext.py:1579 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1579: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:1593 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1593: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/x509/test_x509_ext.py:1594 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1594: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:1609 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1609: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=DSABackend) tests/x509/test_x509_ext.py:1610 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1610: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:1627 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1627: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) tests/x509/test_x509_ext.py:1628 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1628: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:1643 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1643: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509_ext.py:1647 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1647: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:1661 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1661: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509_ext.py:1665 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1665: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:1680 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1680: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:1681 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:1681: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:2219 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:2219: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:2220 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:2220: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:2333 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:2333: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:2334 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:2334: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:2634 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:2634: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:2635 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:2635: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:2784 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:2784: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:2785 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:2785: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:3215 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:3215: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:3216 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:3216: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:3246 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:3246: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:3247 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:3247: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:3370 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:3370: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:3371 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:3371: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:3621 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:3621: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:3622 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:3622: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:4486 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:4486: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:4487 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:4487: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:4773 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:4773: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:4774 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:4774: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:4821 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:4821: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:4822 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:4822: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:4891 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:4891: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:4892 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:4892: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:5058 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5058: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:5059 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5059: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:5273 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5273: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:5274 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5274: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:5425 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5425: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:5426 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5426: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:5481 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5481: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:5482 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5482: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:5484 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5484: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509_ext.py:5515 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5515: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509_ext.py:5547 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5547: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509_ext.py:5591 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5591: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:5592 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5592: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_ext.py:5603 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5603: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509_ext.py:5634 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5634: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509_ext.py:5666 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5666: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509_ext.py:5709 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5709: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509_ext.py:5740 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5740: PytestUnknownMarkWarning: Unknown pytest.mark.supported - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.supported( tests/x509/test_x509_ext.py:5764 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5764: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=RSABackend) tests/x509/test_x509_ext.py:5765 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_ext.py:5765: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_revokedcertbuilder.py:30 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_revokedcertbuilder.py:30: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_revokedcertbuilder.py:42 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_revokedcertbuilder.py:42: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_revokedcertbuilder.py:63 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_revokedcertbuilder.py:63: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_revokedcertbuilder.py:112 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_revokedcertbuilder.py:112: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_revokedcertbuilder.py:121 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_revokedcertbuilder.py:121: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_revokedcertbuilder.py:128 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_revokedcertbuilder.py:128: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_revokedcertbuilder.py:151 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_revokedcertbuilder.py:151: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) tests/x509/test_x509_revokedcertbuilder.py:172 /builddir/build/BUILD/cryptography-3.0/tests/x509/test_x509_revokedcertbuilder.py:172: PytestUnknownMarkWarning: Unknown pytest.mark.requires_backend_interface - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.requires_backend_interface(interface=X509Backend) -- Docs: https://docs.pytest.org/en/stable/warnings.html = 101104 passed, 6046 skipped, 12 deselected, 662 warnings in 10201.00s (2:50:00) = + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-cryptography-3.0-2.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tmQrIf + umask 022 + cd /builddir/build/BUILD + cd cryptography-3.0 + DOCDIR=/builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/share/doc/python3-cryptography + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/share/doc/python3-cryptography + cp -pr README.rst /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/share/doc/python3-cryptography + cp -pr docs /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/share/doc/python3-cryptography + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.TLl51c + umask 022 + cd /builddir/build/BUILD + cd cryptography-3.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/share/licenses/python3-cryptography + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/share/licenses/python3-cryptography + cp -pr LICENSE /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/share/licenses/python3-cryptography + cp -pr LICENSE.APACHE /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/share/licenses/python3-cryptography + cp -pr LICENSE.BSD /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64/usr/share/licenses/python3-cryptography + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-cryptography = 3.0-2.fc33 python3-cryptography = 3.0-2.fc33 python3-cryptography(riscv-64) = 3.0-2.fc33 python3.9-cryptography = 3.0-2.fc33 python3.9dist(cryptography) = 3 python3dist(cryptography) = 3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ((python3.9dist(cffi) < 1.11.3 or python3.9dist(cffi) > 1.11.3) with python3.9dist(cffi) >= 1.8) ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libcrypto.so.1.1(OPENSSL_1_1_0j)(64bit) libcrypto.so.1.1(OPENSSL_1_1_1)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) libssl.so.1.1(OPENSSL_1_1_1)(64bit) python(abi) = 3.9 python3.9dist(six) >= 1.4.1 rtld(GNU_HASH) Obsoletes: python-cryptography < 3.0-2.fc33 Processing files: python-cryptography-debugsource-3.0-2.fc33.riscv64 Provides: python-cryptography-debugsource = 3.0-2.fc33 python-cryptography-debugsource(riscv-64) = 3.0-2.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-cryptography-debuginfo-3.0-2.fc33.riscv64 Provides: debuginfo(build-id) = 102af134fa4a96a24fe017cfcc978151af9d39a6 debuginfo(build-id) = 82f9419705fcb271553527aaa5d3daa4112bd052 python-cryptography-debuginfo = 3.0-2.fc33 python3-cryptography-debuginfo = 3.0-2.fc33 python3-cryptography-debuginfo(riscv-64) = 3.0-2.fc33 python3.9-cryptography-debuginfo = 3.0-2.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-cryptography-debugsource(riscv-64) = 3.0-2.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64 Wrote: /builddir/build/RPMS/python3-cryptography-debuginfo-3.0-2.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python3-cryptography-3.0-2.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python-cryptography-debugsource-3.0-2.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Rdf2nf + umask 022 + cd /builddir/build/BUILD + cd cryptography-3.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-cryptography-3.0-2.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0