Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-cryptography.spec'], chrootPath='/var/lib/mock/f29-build-15629-7391/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=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=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 Wrote: /builddir/build/SRPMS/python-cryptography-2.2.1-1.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-cryptography.spec'], chrootPath='/var/lib/mock/f29-build-15629-7391/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=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nJh9OE + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cryptography-2.2.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/cryptography-2.2.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cryptography-2.2.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf /builddir/build/BUILD/python3-python-cryptography-2.2.1-1.fc29 + cp -a . /builddir/build/BUILD/python3-python-cryptography-2.2.1-1.fc29 + xargs sed -i '1s|^#!/usr/bin/python|#!/usr/bin/python3|' + find /builddir/build/BUILD/python3-python-cryptography-2.2.1-1.fc29 -name '*.py' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3scRxi + umask 022 + cd /builddir/build/BUILD + cd cryptography-2.2.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/cryptography copying src/cryptography/__about__.py -> build/lib.linux-riscv64-2.7/cryptography copying src/cryptography/fernet.py -> build/lib.linux-riscv64-2.7/cryptography copying src/cryptography/utils.py -> build/lib.linux-riscv64-2.7/cryptography copying src/cryptography/exceptions.py -> build/lib.linux-riscv64-2.7/cryptography copying src/cryptography/__init__.py -> build/lib.linux-riscv64-2.7/cryptography creating build/lib.linux-riscv64-2.7/cryptography/x509 copying src/cryptography/x509/general_name.py -> build/lib.linux-riscv64-2.7/cryptography/x509 copying src/cryptography/x509/name.py -> build/lib.linux-riscv64-2.7/cryptography/x509 copying src/cryptography/x509/extensions.py -> build/lib.linux-riscv64-2.7/cryptography/x509 copying src/cryptography/x509/oid.py -> build/lib.linux-riscv64-2.7/cryptography/x509 copying src/cryptography/x509/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/x509 copying src/cryptography/x509/base.py -> build/lib.linux-riscv64-2.7/cryptography/x509 copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-riscv64-2.7/cryptography/x509 creating build/lib.linux-riscv64-2.7/cryptography/hazmat copying src/cryptography/hazmat/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat creating build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings creating build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/serialization.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/mac.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives creating build/lib.linux-riscv64-2.7/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends creating build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/openssl creating build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers creating build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf creating build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/twofactor creating build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric creating build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl running egg_info writing requirements to src/cryptography.egg-info/requires.txt writing src/cryptography.egg-info/PKG-INFO writing top-level names to src/cryptography.egg-info/top_level.txt writing dependency_links to src/cryptography.egg-info/dependency_links.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' BUILDSTDERR: no previously-included directories found matching 'docs/_build' BUILDSTDERR: warning: no previously-included files matching '*' found under directory 'vectors' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' running build_ext generating cffi module 'build/temp.linux-riscv64-2.7/_padding.c' creating build/temp.linux-riscv64-2.7 generating cffi module 'build/temp.linux-riscv64-2.7/_constant_time.c' generating cffi module 'build/temp.linux-riscv64-2.7/_openssl.c' building '_openssl' extension creating build/temp.linux-riscv64-2.7/build creating build/temp.linux-riscv64-2.7/build/temp.linux-riscv64-2.7 gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c build/temp.linux-riscv64-2.7/_openssl.c -o build/temp.linux-riscv64-2.7/build/temp.linux-riscv64-2.7/_openssl.o -Wconversion -Wno-error=sign-conversion BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function 'dev_urandom_read': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:1530:17: warning: conversion from 'ssize_t' {aka 'long int'} to 'int' may change value [-Wconversion] BUILDSTDERR: size -= n; BUILDSTDERR: ^ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function 'osrandom_rand_bytes': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:1722:21: warning: conversion from 'long int' to 'int' may change value [-Wconversion] BUILDSTDERR: size -= n; BUILDSTDERR: ^ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function 'Cryptography_pem_password_cb': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:2638:37: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: memcpy(buf, st->password, st->length); BUILDSTDERR: ~~^~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_ASN1_STRING_data': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:13081:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return ASN1_STRING_data(x0); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/bn.h:31, BUILDSTDERR: from /usr/include/openssl/asn1.h:24, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:519: BUILDSTDERR: /usr/include/openssl/asn1.h:553:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_ASN1_STRING_data': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:13104:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = ASN1_STRING_data(x0); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/bn.h:31, BUILDSTDERR: from /usr/include/openssl/asn1.h:24, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:519: BUILDSTDERR: /usr/include/openssl/asn1.h:553:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_BIO_callback_ctrl': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:13782:36: warning: passing argument 3 of 'BIO_callback_ctrl' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: return BIO_callback_ctrl(x0, x1, x2); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/openssl/asn1.h:16, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:519: BUILDSTDERR: /usr/include/openssl/bio.h:551:54: note: expected 'int (*)(BIO *, int, int)' {aka 'int (*)(struct bio_st *, int, int)'} but argument is of type 'void (*)(BIO *, int, const char *, int, long int, long int)' {aka 'void (*)(struct bio_st *, int, const char *, int, long int, long int)'} BUILDSTDERR: long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp); BUILDSTDERR: ~~~~~~~~~~~~~^~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_BIO_callback_ctrl': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:13821:40: warning: passing argument 3 of 'BIO_callback_ctrl' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: { result = BIO_callback_ctrl(x0, x1, x2); } BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/openssl/asn1.h:16, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:519: BUILDSTDERR: /usr/include/openssl/bio.h:551:54: note: expected 'int (*)(BIO *, int, int)' {aka 'int (*)(struct bio_st *, int, int)'} but argument is of type 'void (*)(BIO *, int, const char *, int, long int, long int)' {aka 'void (*)(struct bio_st *, int, const char *, int, long int, long int)'} BUILDSTDERR: long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp); BUILDSTDERR: ~~~~~~~~~~~~~^~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_BIO_f_buffer': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:14043:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: return BIO_f_buffer(); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_BIO_f_buffer': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:14053:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: { result = BIO_f_buffer(); } BUILDSTDERR: ^ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_BIO_f_null': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:14067:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: return BIO_f_null(); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_BIO_f_null': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:14077:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: { result = BIO_f_null(); } BUILDSTDERR: ^ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_BIO_s_datagram': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:15481:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: return BIO_s_datagram(); BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_BIO_s_datagram': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:15491:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: { result = BIO_s_datagram(); } BUILDSTDERR: ^ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_BIO_s_fd': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:15505:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: return BIO_s_fd(); BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_BIO_s_fd': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:15515:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: { result = BIO_s_fd(); } BUILDSTDERR: ^ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_BIO_s_file': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:15529:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: return BIO_s_file(); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_BIO_s_file': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:15539:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: { result = BIO_s_file(); } BUILDSTDERR: ^ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_BIO_s_mem': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:15553:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: return BIO_s_mem(); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_BIO_s_mem': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:15563:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: { result = BIO_s_mem(); } BUILDSTDERR: ^ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_BIO_s_null': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:15577:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: return BIO_s_null(); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_BIO_s_null': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:15587:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: { result = BIO_s_null(); } BUILDSTDERR: ^ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_BIO_s_socket': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:15601:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: return BIO_s_socket(); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_BIO_s_socket': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:15611:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: { result = BIO_s_socket(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/asn1.h:16, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:519: BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_BIO_set_info_callback': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:15933:36: warning: passing argument 3 of 'BIO_callback_ctrl' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: return BIO_set_info_callback(x0, x1); BUILDSTDERR: ^~ BUILDSTDERR: /usr/include/openssl/bio.h:551:54: note: expected 'int (*)(BIO *, int, int)' {aka 'int (*)(struct bio_st *, int, int)'} but argument is of type 'void (*)(BIO *, int, const char *, int, long int, long int)' {aka 'void (*)(struct bio_st *, int, const char *, int, long int, long int)'} BUILDSTDERR: long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp); BUILDSTDERR: ~~~~~~~~~~~~~^~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_BIO_set_info_callback': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:15966:40: warning: passing argument 3 of 'BIO_callback_ctrl' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: { result = BIO_set_info_callback(x0, x1); } BUILDSTDERR: ^~ BUILDSTDERR: /usr/include/openssl/bio.h:551:54: note: expected 'int (*)(BIO *, int, int)' {aka 'int (*)(struct bio_st *, int, int)'} but argument is of type 'void (*)(BIO *, int, const char *, int, long int, long int)' {aka 'void (*)(struct bio_st *, int, const char *, int, long int, long int)'} BUILDSTDERR: long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp); BUILDSTDERR: ~~~~~~~~~~~~~^~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_DTLSv1_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:22571:3: warning: 'DTLSv1_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return DTLSv1_client_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1652:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) /* DTLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_DTLSv1_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:22581:3: warning: 'DTLSv1_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = DTLSv1_client_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1652:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) /* DTLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_DTLSv1_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:22631:3: warning: 'DTLSv1_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return DTLSv1_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1650:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_DTLSv1_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:22641:3: warning: 'DTLSv1_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = DTLSv1_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1650:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_DTLSv1_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:22655:3: warning: 'DTLSv1_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return DTLSv1_server_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1651:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) /* DTLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_DTLSv1_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:22665:3: warning: 'DTLSv1_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = DTLSv1_server_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1651:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) /* DTLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_OPENSSL_config': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:40091:3: warning: 'OPENSSL_config' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: OPENSSL_config(x0); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/evp.h:13, BUILDSTDERR: from /usr/include/openssl/cmac.h:19, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:529: BUILDSTDERR: /usr/include/openssl/conf.h:92:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_OPENSSL_config': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:40113:3: warning: 'OPENSSL_config' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { OPENSSL_config(x0); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/evp.h:13, BUILDSTDERR: from /usr/include/openssl/cmac.h:19, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:529: BUILDSTDERR: /usr/include/openssl/conf.h:92:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_add_extra_chain_cert': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:46124:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_CTX_add_extra_chain_cert(x0, x1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_add_extra_chain_cert': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:46164:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_CTX_add_extra_chain_cert(x0, x1); } BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_get_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:46498:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_CTX_get_mode(x0); BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_get_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:46521:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_CTX_get_mode(x0); } BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_get_session_cache_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:46606:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_CTX_get_session_cache_mode(x0); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_get_session_cache_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:46629:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_CTX_get_session_cache_mode(x0); } BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_set_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:48235:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_CTX_set_mode(x0, x1); BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:48235:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_set_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:48268:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_CTX_set_mode(x0, x1); } BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:48268:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_set_psk_server_callback': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:48491:39: warning: passing argument 2 of 'SSL_CTX_set_psk_server_callback' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: SSL_CTX_set_psk_server_callback(x0, x1); BUILDSTDERR: ^~ BUILDSTDERR: In file included from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:764:53: note: expected 'unsigned int (*)(SSL *, const char *, unsigned char *, unsigned int)' {aka 'unsigned int (*)(struct ssl_st *, const char *, unsigned char *, unsigned int)'} but argument is of type 'unsigned int (*)(SSL *, const char *, unsigned char *, int)' {aka 'unsigned int (*)(struct ssl_st *, const char *, unsigned char *, int)'} BUILDSTDERR: unsigned int (*psk_server_callback) (SSL BUILDSTDERR: ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: *ssl, BUILDSTDERR: ~~~~~ BUILDSTDERR: const BUILDSTDERR: ~~~~~ BUILDSTDERR: char BUILDSTDERR: ~~~~ BUILDSTDERR: *identity, BUILDSTDERR: ~~~~~~~~~~ BUILDSTDERR: unsigned BUILDSTDERR: ~~~~~~~~ BUILDSTDERR: char BUILDSTDERR: ~~~~ BUILDSTDERR: *psk, BUILDSTDERR: ~~~~~ BUILDSTDERR: unsigned BUILDSTDERR: ~~~~~~~~ BUILDSTDERR: int BUILDSTDERR: ~~~ BUILDSTDERR: max_psk_len)); BUILDSTDERR: ~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_set_psk_server_callback': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:48523:41: warning: passing argument 2 of 'SSL_CTX_set_psk_server_callback' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: { SSL_CTX_set_psk_server_callback(x0, x1); } BUILDSTDERR: ^~ BUILDSTDERR: In file included from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:764:53: note: expected 'unsigned int (*)(SSL *, const char *, unsigned char *, unsigned int)' {aka 'unsigned int (*)(struct ssl_st *, const char *, unsigned char *, unsigned int)'} but argument is of type 'unsigned int (*)(SSL *, const char *, unsigned char *, int)' {aka 'unsigned int (*)(struct ssl_st *, const char *, unsigned char *, int)'} BUILDSTDERR: unsigned int (*psk_server_callback) (SSL BUILDSTDERR: ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: *ssl, BUILDSTDERR: ~~~~~ BUILDSTDERR: const BUILDSTDERR: ~~~~~ BUILDSTDERR: char BUILDSTDERR: ~~~~ BUILDSTDERR: *identity, BUILDSTDERR: ~~~~~~~~~~ BUILDSTDERR: unsigned BUILDSTDERR: ~~~~~~~~ BUILDSTDERR: char BUILDSTDERR: ~~~~ BUILDSTDERR: *psk, BUILDSTDERR: ~~~~~ BUILDSTDERR: unsigned BUILDSTDERR: ~~~~~~~~ BUILDSTDERR: int BUILDSTDERR: ~~~ BUILDSTDERR: max_psk_len)); BUILDSTDERR: ~~~~~~~~~~~~ BUILDSTDERR: In file included from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_set_session_cache_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:48583:45: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_CTX_set_session_cache_mode(x0, x1); BUILDSTDERR: ^~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:48583:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_CTX_set_session_cache_mode(x0, x1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_set_session_cache_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:48616:49: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_CTX_set_session_cache_mode(x0, x1); } BUILDSTDERR: ^~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:48616:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_CTX_set_session_cache_mode(x0, x1); } BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_set_tmp_dh': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:48985:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_CTX_set_tmp_dh(x0, x1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_set_tmp_dh': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:49025:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_CTX_set_tmp_dh(x0, x1); } BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_CTX_set_tmp_ecdh': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:49038:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_CTX_set_tmp_ecdh(x0, x1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_CTX_set_tmp_ecdh': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:49078:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_CTX_set_tmp_ecdh(x0, x1); } BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_get_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:50971:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_get_mode(x0); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_get_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:50994:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_get_mode(x0); } BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSL_set_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:52806:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_set_mode(x0, x1); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:52806:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSL_set_mode': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:52839:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_set_mode(x0, x1); } BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:52839:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSLv3_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54099:3: warning: 'SSLv3_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return SSLv3_client_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1619:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) /* SSLv3 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSLv3_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54109:3: warning: 'SSLv3_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = SSLv3_client_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1619:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) /* SSLv3 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSLv3_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54123:3: warning: 'SSLv3_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return SSLv3_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1617:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSLv3_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54133:3: warning: 'SSLv3_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = SSLv3_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1617:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_SSLv3_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54147:3: warning: 'SSLv3_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return SSLv3_server_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1618:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void)) /* SSLv3 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_SSLv3_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54157:3: warning: 'SSLv3_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = SSLv3_server_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1618:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void)) /* SSLv3 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_TLSv1_1_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54171:3: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return TLSv1_1_client_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1640:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) /* TLSv1.1 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_TLSv1_1_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54181:3: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = TLSv1_1_client_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1640:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) /* TLSv1.1 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_TLSv1_1_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54195:3: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return TLSv1_1_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1638:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_TLSv1_1_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54205:3: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = TLSv1_1_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1638:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_TLSv1_1_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54219:3: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return TLSv1_1_server_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1639:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) /* TLSv1.1 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_TLSv1_1_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54229:3: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = TLSv1_1_server_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1639:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) /* TLSv1.1 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_TLSv1_2_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54243:3: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return TLSv1_2_client_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1646:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) /* TLSv1.2 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_TLSv1_2_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54253:3: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = TLSv1_2_client_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1646:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) /* TLSv1.2 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_TLSv1_2_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54267:3: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return TLSv1_2_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1644:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_TLSv1_2_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54277:3: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = TLSv1_2_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1644:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_TLSv1_2_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54291:3: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return TLSv1_2_server_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1645:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) /* TLSv1.2 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_TLSv1_2_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54301:3: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = TLSv1_2_server_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1645:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) /* TLSv1.2 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_TLSv1_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54315:3: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return TLSv1_client_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1634:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_TLSv1_client_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54325:3: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = TLSv1_client_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1634:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_TLSv1_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54339:3: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return TLSv1_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1632:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_TLSv1_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54349:3: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = TLSv1_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1632:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_TLSv1_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54363:3: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return TLSv1_server_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1633:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) /* TLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_TLSv1_server_method': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:54373:3: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = TLSv1_server_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1633:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) /* TLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_X509_CRL_get_lastUpdate': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:55380:3: warning: 'X509_CRL_get_lastUpdate' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return X509_CRL_get_lastUpdate(x0); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/x509_vfy.h:20, BUILDSTDERR: from /usr/include/openssl/x509.h:309, BUILDSTDERR: from /usr/include/openssl/ct.h:18, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:540: BUILDSTDERR: /usr/include/openssl/x509.h:708:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_X509_CRL_get_lastUpdate': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:55403:3: warning: 'X509_CRL_get_lastUpdate' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = X509_CRL_get_lastUpdate(x0); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/x509_vfy.h:20, BUILDSTDERR: from /usr/include/openssl/x509.h:309, BUILDSTDERR: from /usr/include/openssl/ct.h:18, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:540: BUILDSTDERR: /usr/include/openssl/x509.h:708:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_X509_CRL_get_nextUpdate': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:55416:3: warning: 'X509_CRL_get_nextUpdate' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return X509_CRL_get_nextUpdate(x0); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/x509_vfy.h:20, BUILDSTDERR: from /usr/include/openssl/x509.h:309, BUILDSTDERR: from /usr/include/openssl/ct.h:18, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:540: BUILDSTDERR: /usr/include/openssl/x509.h:709:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_X509_CRL_get_nextUpdate': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:55439:3: warning: 'X509_CRL_get_nextUpdate' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = X509_CRL_get_nextUpdate(x0); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/x509_vfy.h:20, BUILDSTDERR: from /usr/include/openssl/x509.h:309, BUILDSTDERR: from /usr/include/openssl/ct.h:18, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:540: BUILDSTDERR: /usr/include/openssl/x509.h:709:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_d_X509_get0_signature': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:61276:23: warning: passing argument 1 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: X509_get0_signature(x0, x1, x2); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/openssl/ct.h:18, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:540: BUILDSTDERR: /usr/include/openssl/x509.h:552:50: note: expected 'const ASN1_BIT_STRING **' {aka 'const struct asn1_string_st **'} but argument is of type 'ASN1_OCTET_STRING **' {aka 'struct asn1_string_st **'} BUILDSTDERR: void X509_get0_signature(const ASN1_BIT_STRING **psig, BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:61276:27: warning: passing argument 2 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: X509_get0_signature(x0, x1, x2); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/openssl/ct.h:18, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:540: BUILDSTDERR: /usr/include/openssl/x509.h:553:45: note: expected 'const X509_ALGOR **' {aka 'const struct X509_algor_st **'} but argument is of type 'X509_ALGOR **' {aka 'struct X509_algor_st **'} BUILDSTDERR: const X509_ALGOR **palg, const X509 *x); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c: In function '_cffi_f_X509_get0_signature': BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:61328:25: warning: passing argument 1 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: { X509_get0_signature(x0, x1, x2); } BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/openssl/ct.h:18, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:540: BUILDSTDERR: /usr/include/openssl/x509.h:552:50: note: expected 'const ASN1_BIT_STRING **' {aka 'const struct asn1_string_st **'} but argument is of type 'ASN1_OCTET_STRING **' {aka 'struct asn1_string_st **'} BUILDSTDERR: void X509_get0_signature(const ASN1_BIT_STRING **psig, BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:61328:29: warning: passing argument 2 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: { X509_get0_signature(x0, x1, x2); } BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/openssl/ct.h:18, BUILDSTDERR: from build/temp.linux-riscv64-2.7/_openssl.c:540: BUILDSTDERR: /usr/include/openssl/x509.h:553:45: note: expected 'const X509_ALGOR **' {aka 'const struct X509_algor_st **'} but argument is of type 'X509_ALGOR **' {aka 'struct X509_algor_st **'} BUILDSTDERR: const X509_ALGOR **palg, const X509 *x); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: At top level: BUILDSTDERR: build/temp.linux-riscv64-2.7/_openssl.c:2567:13: warning: '_ssl_thread_locking_function' defined but not used [-Wunused-function] BUILDSTDERR: static void _ssl_thread_locking_function(int mode, int n, const char *file, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-2.7/build/temp.linux-riscv64-2.7/_openssl.o -L/usr/lib64 -lssl -lcrypto -lpython2.7 -o build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/_openssl.so building '_constant_time' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c build/temp.linux-riscv64-2.7/_constant_time.c -o build/temp.linux-riscv64-2.7/build/temp.linux-riscv64-2.7/_constant_time.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-2.7/build/temp.linux-riscv64-2.7/_constant_time.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/_constant_time.so building '_padding' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c build/temp.linux-riscv64-2.7/_padding.c -o build/temp.linux-riscv64-2.7/build/temp.linux-riscv64-2.7/_padding.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-2.7/build/temp.linux-riscv64-2.7/_padding.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/_padding.so + sleep 1 ~/build/BUILD/python3-python-cryptography-2.2.1-1.fc29 ~/build/BUILD/cryptography-2.2.1 + pushd /builddir/build/BUILD/python3-python-cryptography-2.2.1-1.fc29 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -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.6 creating build/lib.linux-riscv64-3.6/cryptography copying src/cryptography/__about__.py -> build/lib.linux-riscv64-3.6/cryptography copying src/cryptography/fernet.py -> build/lib.linux-riscv64-3.6/cryptography copying src/cryptography/utils.py -> build/lib.linux-riscv64-3.6/cryptography copying src/cryptography/exceptions.py -> build/lib.linux-riscv64-3.6/cryptography copying src/cryptography/__init__.py -> build/lib.linux-riscv64-3.6/cryptography creating build/lib.linux-riscv64-3.6/cryptography/x509 copying src/cryptography/x509/general_name.py -> build/lib.linux-riscv64-3.6/cryptography/x509 copying src/cryptography/x509/name.py -> build/lib.linux-riscv64-3.6/cryptography/x509 copying src/cryptography/x509/extensions.py -> build/lib.linux-riscv64-3.6/cryptography/x509 copying src/cryptography/x509/oid.py -> build/lib.linux-riscv64-3.6/cryptography/x509 copying src/cryptography/x509/__init__.py -> build/lib.linux-riscv64-3.6/cryptography/x509 copying src/cryptography/x509/base.py -> build/lib.linux-riscv64-3.6/cryptography/x509 copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-riscv64-3.6/cryptography/x509 creating build/lib.linux-riscv64-3.6/cryptography/hazmat copying src/cryptography/hazmat/__init__.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat creating build/lib.linux-riscv64-3.6/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/bindings creating build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/serialization.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/mac.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives creating build/lib.linux-riscv64-3.6/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/backends creating build/lib.linux-riscv64-3.6/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/bindings/openssl creating build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/ciphers creating build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/kdf creating build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/twofactor creating build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/asymmetric creating build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/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' BUILDSTDERR: no previously-included directories found matching 'docs/_build' BUILDSTDERR: warning: no previously-included files matching '*' found under directory 'vectors' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' running build_ext generating cffi module 'build/temp.linux-riscv64-3.6/_padding.c' creating build/temp.linux-riscv64-3.6 generating cffi module 'build/temp.linux-riscv64-3.6/_constant_time.c' generating cffi module 'build/temp.linux-riscv64-3.6/_openssl.c' building '_openssl' extension creating build/temp.linux-riscv64-3.6/build creating build/temp.linux-riscv64-3.6/build/temp.linux-riscv64-3.6 gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.6m -c build/temp.linux-riscv64-3.6/_openssl.c -o build/temp.linux-riscv64-3.6/build/temp.linux-riscv64-3.6/_openssl.o -Wconversion -Wno-error=sign-conversion BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘dev_urandom_read’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:1530:17: warning: conversion from ‘ssize_t’ {aka ‘long int’} to ‘int’ may change value [-Wconversion] BUILDSTDERR: size -= n; BUILDSTDERR: ^ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘osrandom_rand_bytes’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:1722:21: warning: conversion from ‘long int’ to ‘int’ may change value [-Wconversion] BUILDSTDERR: size -= n; BUILDSTDERR: ^ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘Cryptography_pem_password_cb’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:2638:37: warning: conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: memcpy(buf, st->password, st->length); BUILDSTDERR: ~~^~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_ASN1_STRING_data’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:13081:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return ASN1_STRING_data(x0); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/bn.h:31, BUILDSTDERR: from /usr/include/openssl/asn1.h:24, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:519: BUILDSTDERR: /usr/include/openssl/asn1.h:553:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_ASN1_STRING_data’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:13104:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = ASN1_STRING_data(x0); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/bn.h:31, BUILDSTDERR: from /usr/include/openssl/asn1.h:24, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:519: BUILDSTDERR: /usr/include/openssl/asn1.h:553:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_BIO_callback_ctrl’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:13782:36: warning: passing argument 3 of ‘BIO_callback_ctrl’ from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: return BIO_callback_ctrl(x0, x1, x2); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/openssl/asn1.h:16, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:519: BUILDSTDERR: /usr/include/openssl/bio.h:551:54: note: expected ‘int (*)(BIO *, int, int)’ {aka ‘int (*)(struct bio_st *, int, int)’} but argument is of type ‘void (*)(BIO *, int, const char *, int, long int, long int)’ {aka ‘void (*)(struct bio_st *, int, const char *, int, long int, long int)’} BUILDSTDERR: long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp); BUILDSTDERR: ~~~~~~~~~~~~~^~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_BIO_callback_ctrl’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:13821:40: warning: passing argument 3 of ‘BIO_callback_ctrl’ from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: { result = BIO_callback_ctrl(x0, x1, x2); } BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/openssl/asn1.h:16, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:519: BUILDSTDERR: /usr/include/openssl/bio.h:551:54: note: expected ‘int (*)(BIO *, int, int)’ {aka ‘int (*)(struct bio_st *, int, int)’} but argument is of type ‘void (*)(BIO *, int, const char *, int, long int, long int)’ {aka ‘void (*)(struct bio_st *, int, const char *, int, long int, long int)’} BUILDSTDERR: long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp); BUILDSTDERR: ~~~~~~~~~~~~~^~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_BIO_f_buffer’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:14043:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: return BIO_f_buffer(); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_BIO_f_buffer’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:14053:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: { result = BIO_f_buffer(); } BUILDSTDERR: ^ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_BIO_f_null’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:14067:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: return BIO_f_null(); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_BIO_f_null’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:14077:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: { result = BIO_f_null(); } BUILDSTDERR: ^ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_BIO_s_datagram’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:15481:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: return BIO_s_datagram(); BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_BIO_s_datagram’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:15491:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: { result = BIO_s_datagram(); } BUILDSTDERR: ^ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_BIO_s_fd’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:15505:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: return BIO_s_fd(); BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_BIO_s_fd’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:15515:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: { result = BIO_s_fd(); } BUILDSTDERR: ^ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_BIO_s_file’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:15529:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: return BIO_s_file(); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_BIO_s_file’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:15539:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: { result = BIO_s_file(); } BUILDSTDERR: ^ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_BIO_s_mem’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:15553:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: return BIO_s_mem(); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_BIO_s_mem’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:15563:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: { result = BIO_s_mem(); } BUILDSTDERR: ^ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_BIO_s_null’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:15577:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: return BIO_s_null(); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_BIO_s_null’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:15587:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: { result = BIO_s_null(); } BUILDSTDERR: ^ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_BIO_s_socket’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:15601:10: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: return BIO_s_socket(); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_BIO_s_socket’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:15611:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: { result = BIO_s_socket(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/asn1.h:16, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:519: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_BIO_set_info_callback’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:15933:36: warning: passing argument 3 of ‘BIO_callback_ctrl’ from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: return BIO_set_info_callback(x0, x1); BUILDSTDERR: ^~ BUILDSTDERR: /usr/include/openssl/bio.h:551:54: note: expected ‘int (*)(BIO *, int, int)’ {aka ‘int (*)(struct bio_st *, int, int)’} but argument is of type ‘void (*)(BIO *, int, const char *, int, long int, long int)’ {aka ‘void (*)(struct bio_st *, int, const char *, int, long int, long int)’} BUILDSTDERR: long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp); BUILDSTDERR: ~~~~~~~~~~~~~^~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_BIO_set_info_callback’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:15966:40: warning: passing argument 3 of ‘BIO_callback_ctrl’ from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: { result = BIO_set_info_callback(x0, x1); } BUILDSTDERR: ^~ BUILDSTDERR: /usr/include/openssl/bio.h:551:54: note: expected ‘int (*)(BIO *, int, int)’ {aka ‘int (*)(struct bio_st *, int, int)’} but argument is of type ‘void (*)(BIO *, int, const char *, int, long int, long int)’ {aka ‘void (*)(struct bio_st *, int, const char *, int, long int, long int)’} BUILDSTDERR: long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp); BUILDSTDERR: ~~~~~~~~~~~~~^~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_DTLSv1_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:22571:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return DTLSv1_client_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1652:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) /* DTLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_DTLSv1_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:22581:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = DTLSv1_client_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1652:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) /* DTLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_DTLSv1_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:22631:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return DTLSv1_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1650:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_DTLSv1_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:22641:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = DTLSv1_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1650:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_DTLSv1_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:22655:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return DTLSv1_server_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1651:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) /* DTLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_DTLSv1_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:22665:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = DTLSv1_server_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1651:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) /* DTLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_OPENSSL_config’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:40091:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: OPENSSL_config(x0); BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/evp.h:13, BUILDSTDERR: from /usr/include/openssl/cmac.h:19, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:529: BUILDSTDERR: /usr/include/openssl/conf.h:92:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_OPENSSL_config’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:40113:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { OPENSSL_config(x0); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/evp.h:13, BUILDSTDERR: from /usr/include/openssl/cmac.h:19, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:529: BUILDSTDERR: /usr/include/openssl/conf.h:92:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_SSL_CTX_add_extra_chain_cert’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:46124:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_CTX_add_extra_chain_cert(x0, x1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_SSL_CTX_add_extra_chain_cert’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:46164:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_CTX_add_extra_chain_cert(x0, x1); } BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:46498:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_CTX_get_mode(x0); BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:46521:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_CTX_get_mode(x0); } BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_session_cache_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:46606:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_CTX_get_session_cache_mode(x0); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_session_cache_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:46629:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_CTX_get_session_cache_mode(x0); } BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:48235:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_CTX_set_mode(x0, x1); BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:48235:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:48268:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_CTX_set_mode(x0, x1); } BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:48268:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_psk_server_callback’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:48491:39: warning: passing argument 2 of ‘SSL_CTX_set_psk_server_callback’ from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: SSL_CTX_set_psk_server_callback(x0, x1); BUILDSTDERR: ^~ BUILDSTDERR: In file included from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:764:53: note: expected ‘unsigned int (*)(SSL *, const char *, unsigned char *, unsigned int)’ {aka ‘unsigned int (*)(struct ssl_st *, const char *, unsigned char *, unsigned int)’} but argument is of type ‘unsigned int (*)(SSL *, const char *, unsigned char *, int)’ {aka ‘unsigned int (*)(struct ssl_st *, const char *, unsigned char *, int)’} BUILDSTDERR: unsigned int (*psk_server_callback) (SSL BUILDSTDERR: ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: *ssl, BUILDSTDERR: ~~~~~ BUILDSTDERR: const BUILDSTDERR: ~~~~~ BUILDSTDERR: char BUILDSTDERR: ~~~~ BUILDSTDERR: *identity, BUILDSTDERR: ~~~~~~~~~~ BUILDSTDERR: unsigned BUILDSTDERR: ~~~~~~~~ BUILDSTDERR: char BUILDSTDERR: ~~~~ BUILDSTDERR: *psk, BUILDSTDERR: ~~~~~ BUILDSTDERR: unsigned BUILDSTDERR: ~~~~~~~~ BUILDSTDERR: int BUILDSTDERR: ~~~ BUILDSTDERR: max_psk_len)); BUILDSTDERR: ~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_psk_server_callback’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:48523:41: warning: passing argument 2 of ‘SSL_CTX_set_psk_server_callback’ from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: { SSL_CTX_set_psk_server_callback(x0, x1); } BUILDSTDERR: ^~ BUILDSTDERR: In file included from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:764:53: note: expected ‘unsigned int (*)(SSL *, const char *, unsigned char *, unsigned int)’ {aka ‘unsigned int (*)(struct ssl_st *, const char *, unsigned char *, unsigned int)’} but argument is of type ‘unsigned int (*)(SSL *, const char *, unsigned char *, int)’ {aka ‘unsigned int (*)(struct ssl_st *, const char *, unsigned char *, int)’} BUILDSTDERR: unsigned int (*psk_server_callback) (SSL BUILDSTDERR: ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: *ssl, BUILDSTDERR: ~~~~~ BUILDSTDERR: const BUILDSTDERR: ~~~~~ BUILDSTDERR: char BUILDSTDERR: ~~~~ BUILDSTDERR: *identity, BUILDSTDERR: ~~~~~~~~~~ BUILDSTDERR: unsigned BUILDSTDERR: ~~~~~~~~ BUILDSTDERR: char BUILDSTDERR: ~~~~ BUILDSTDERR: *psk, BUILDSTDERR: ~~~~~ BUILDSTDERR: unsigned BUILDSTDERR: ~~~~~~~~ BUILDSTDERR: int BUILDSTDERR: ~~~ BUILDSTDERR: max_psk_len)); BUILDSTDERR: ~~~~~~~~~~~~ BUILDSTDERR: In file included from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_session_cache_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:48583:45: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_CTX_set_session_cache_mode(x0, x1); BUILDSTDERR: ^~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:48583:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_CTX_set_session_cache_mode(x0, x1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_session_cache_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:48616:49: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_CTX_set_session_cache_mode(x0, x1); } BUILDSTDERR: ^~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:48616:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_CTX_set_session_cache_mode(x0, x1); } BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_dh’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:48985:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_CTX_set_tmp_dh(x0, x1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_dh’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:49025:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_CTX_set_tmp_dh(x0, x1); } BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_ecdh’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:49038:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_CTX_set_tmp_ecdh(x0, x1); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_ecdh’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:49078:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_CTX_set_tmp_ecdh(x0, x1); } BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_SSL_get_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:50971:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_get_mode(x0); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_SSL_get_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:50994:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_get_mode(x0); } BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_SSL_set_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:52806:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: return SSL_set_mode(x0, x1); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:52806:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_SSL_set_mode’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:52839:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: { result = SSL_set_mode(x0, x1); } BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:52839:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_SSLv3_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54099:3: warning: ‘SSLv3_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return SSLv3_client_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1619:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) /* SSLv3 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_SSLv3_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54109:3: warning: ‘SSLv3_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = SSLv3_client_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1619:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) /* SSLv3 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_SSLv3_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54123:3: warning: ‘SSLv3_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return SSLv3_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1617:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_SSLv3_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54133:3: warning: ‘SSLv3_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = SSLv3_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1617:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_SSLv3_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54147:3: warning: ‘SSLv3_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return SSLv3_server_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1618:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void)) /* SSLv3 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_SSLv3_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54157:3: warning: ‘SSLv3_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = SSLv3_server_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1618:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void)) /* SSLv3 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_TLSv1_1_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54171:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return TLSv1_1_client_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1640:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) /* TLSv1.1 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_TLSv1_1_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54181:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = TLSv1_1_client_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1640:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) /* TLSv1.1 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_TLSv1_1_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54195:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return TLSv1_1_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1638:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_TLSv1_1_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54205:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = TLSv1_1_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1638:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_TLSv1_1_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54219:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return TLSv1_1_server_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1639:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) /* TLSv1.1 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_TLSv1_1_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54229:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = TLSv1_1_server_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1639:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) /* TLSv1.1 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_TLSv1_2_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54243:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return TLSv1_2_client_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1646:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) /* TLSv1.2 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_TLSv1_2_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54253:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = TLSv1_2_client_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1646:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) /* TLSv1.2 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_TLSv1_2_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54267:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return TLSv1_2_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1644:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_TLSv1_2_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54277:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = TLSv1_2_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1644:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_TLSv1_2_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54291:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return TLSv1_2_server_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1645:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) /* TLSv1.2 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_TLSv1_2_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54301:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = TLSv1_2_server_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1645:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) /* TLSv1.2 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_TLSv1_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54315:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return TLSv1_client_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1634:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_TLSv1_client_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54325:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = TLSv1_client_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1634:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_TLSv1_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54339:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return TLSv1_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1632:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_TLSv1_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54349:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = TLSv1_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1632:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_TLSv1_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54363:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return TLSv1_server_method(); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1633:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) /* TLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_TLSv1_server_method’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:54373:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = TLSv1_server_method(); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/comp.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:47, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:702: BUILDSTDERR: /usr/include/openssl/ssl.h:1633:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) /* TLSv1.0 */ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_X509_CRL_get_lastUpdate’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:55380:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return X509_CRL_get_lastUpdate(x0); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/x509_vfy.h:20, BUILDSTDERR: from /usr/include/openssl/x509.h:309, BUILDSTDERR: from /usr/include/openssl/ct.h:18, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:540: BUILDSTDERR: /usr/include/openssl/x509.h:708:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_X509_CRL_get_lastUpdate’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:55403:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = X509_CRL_get_lastUpdate(x0); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/x509_vfy.h:20, BUILDSTDERR: from /usr/include/openssl/x509.h:309, BUILDSTDERR: from /usr/include/openssl/ct.h:18, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:540: BUILDSTDERR: /usr/include/openssl/x509.h:708:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_X509_CRL_get_nextUpdate’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:55416:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: return X509_CRL_get_nextUpdate(x0); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/x509_vfy.h:20, BUILDSTDERR: from /usr/include/openssl/x509.h:309, BUILDSTDERR: from /usr/include/openssl/ct.h:18, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:540: BUILDSTDERR: /usr/include/openssl/x509.h:709:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_X509_CRL_get_nextUpdate’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:55439:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: { result = X509_CRL_get_nextUpdate(x0); } BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/openssl/x509_vfy.h:20, BUILDSTDERR: from /usr/include/openssl/x509.h:309, BUILDSTDERR: from /usr/include/openssl/ct.h:18, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:540: BUILDSTDERR: /usr/include/openssl/x509.h:709:1: note: declared here BUILDSTDERR: DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_d_X509_get0_signature’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:61276:23: warning: passing argument 1 of ‘X509_get0_signature’ from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: X509_get0_signature(x0, x1, x2); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/openssl/ct.h:18, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:540: BUILDSTDERR: /usr/include/openssl/x509.h:552:50: note: expected ‘const ASN1_BIT_STRING **’ {aka ‘const struct asn1_string_st **’} but argument is of type ‘ASN1_OCTET_STRING **’ {aka ‘struct asn1_string_st **’} BUILDSTDERR: void X509_get0_signature(const ASN1_BIT_STRING **psig, BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:61276:27: warning: passing argument 2 of ‘X509_get0_signature’ from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: X509_get0_signature(x0, x1, x2); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/openssl/ct.h:18, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:540: BUILDSTDERR: /usr/include/openssl/x509.h:553:45: note: expected ‘const X509_ALGOR **’ {aka ‘const struct X509_algor_st **’} but argument is of type ‘X509_ALGOR **’ {aka ‘struct X509_algor_st **’} BUILDSTDERR: const X509_ALGOR **palg, const X509 *x); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c: In function ‘_cffi_f_X509_get0_signature’: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:61328:25: warning: passing argument 1 of ‘X509_get0_signature’ from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: { X509_get0_signature(x0, x1, x2); } BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/openssl/ct.h:18, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:540: BUILDSTDERR: /usr/include/openssl/x509.h:552:50: note: expected ‘const ASN1_BIT_STRING **’ {aka ‘const struct asn1_string_st **’} but argument is of type ‘ASN1_OCTET_STRING **’ {aka ‘struct asn1_string_st **’} BUILDSTDERR: void X509_get0_signature(const ASN1_BIT_STRING **psig, BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:61328:29: warning: passing argument 2 of ‘X509_get0_signature’ from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: { X509_get0_signature(x0, x1, x2); } BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/openssl/ct.h:18, BUILDSTDERR: from build/temp.linux-riscv64-3.6/_openssl.c:540: BUILDSTDERR: /usr/include/openssl/x509.h:553:45: note: expected ‘const X509_ALGOR **’ {aka ‘const struct X509_algor_st **’} but argument is of type ‘X509_ALGOR **’ {aka ‘struct X509_algor_st **’} BUILDSTDERR: const X509_ALGOR **palg, const X509 *x); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: At top level: BUILDSTDERR: build/temp.linux-riscv64-3.6/_openssl.c:2567:13: warning: ‘_ssl_thread_locking_function’ defined but not used [-Wunused-function] BUILDSTDERR: static void _ssl_thread_locking_function(int mode, int n, const char *file, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.6/build/temp.linux-riscv64-3.6/_openssl.o -L/usr/lib64 -lssl -lcrypto -lpython3.6m -o build/lib.linux-riscv64-3.6/cryptography/hazmat/bindings/_openssl.abi3.so building '_constant_time' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.6m -c build/temp.linux-riscv64-3.6/_constant_time.c -o build/temp.linux-riscv64-3.6/build/temp.linux-riscv64-3.6/_constant_time.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.6/build/temp.linux-riscv64-3.6/_constant_time.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/cryptography/hazmat/bindings/_constant_time.abi3.so building '_padding' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.6m -c build/temp.linux-riscv64-3.6/_padding.c -o build/temp.linux-riscv64-3.6/build/temp.linux-riscv64-3.6/_padding.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.6/build/temp.linux-riscv64-3.6/_padding.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/cryptography/hazmat/bindings/_padding.abi3.so + sleep 1 ~/build/BUILD/cryptography-2.2.1 + popd + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.xNZvRl + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64 + cd cryptography-2.2.1 + find . -name .keep -print -delete ./docs/_static/.keep + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography copying build/lib.linux-riscv64-2.7/cryptography/__about__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography copying build/lib.linux-riscv64-2.7/cryptography/fernet.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography copying build/lib.linux-riscv64-2.7/cryptography/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-2.7/cryptography/x509/general_name.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-2.7/cryptography/x509/name.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-2.7/cryptography/x509/extensions.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-2.7/cryptography/x509/oid.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-2.7/cryptography/x509/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-2.7/cryptography/x509/base.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-2.7/cryptography/x509/certificate_transparency.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509 copying build/lib.linux-riscv64-2.7/cryptography/exceptions.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings copying build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/_padding.so -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings copying build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/_constant_time.so -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/openssl/_conditional.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/openssl/binding.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/_openssl.so -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings copying build/lib.linux-riscv64-2.7/cryptography/hazmat/bindings/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/serialization.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers/aead.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers/modes.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers/algorithms.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/ciphers/base.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/mac.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/constant_time.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/padding.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf/kbkdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf/scrypt.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf/concatkdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf/hkdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf/x963kdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/kdf/pbkdf2.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/twofactor/hotp.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/twofactor/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/twofactor/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/twofactor/totp.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/dh.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/padding.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/ec.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/x25519.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/asymmetric/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-2.7/cryptography/hazmat/primitives/keywrap.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/backend.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/aead.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/encode_asn1.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/dh.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/decode_asn1.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/ciphers.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/x509.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/ec.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/x25519.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/interfaces.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends copying build/lib.linux-riscv64-2.7/cryptography/hazmat/backends/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends copying build/lib.linux-riscv64-2.7/cryptography/hazmat/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat copying build/lib.linux-riscv64-2.7/cryptography/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/__about__.py to __about__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/fernet.py to fernet.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509/general_name.py to general_name.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509/name.py to name.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509/extensions.py to extensions.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509/oid.py to oid.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/x509/certificate_transparency.py to certificate_transparency.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py to _conditional.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py to binding.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/serialization.py to serialization.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/hmac.py to hmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/aead.py to aead.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/modes.py to modes.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py to algorithms.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/mac.py to mac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/hashes.py to hashes.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/constant_time.py to constant_time.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/padding.py to padding.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py to kbkdf.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py to scrypt.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py to concatkdf.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py to hkdf.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py to x963kdf.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py to pbkdf2.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py to hotp.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/totp.py to totp.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/cmac.py to cmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py to dh.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py to dsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py to rsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py to padding.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py to ec.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py to x25519.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/keywrap.py to keywrap.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/backend.py to backend.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/hmac.py to hmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/aead.py to aead.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/encode_asn1.py to encode_asn1.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/dh.py to dh.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/decode_asn1.py to decode_asn1.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/ciphers.py to ciphers.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/x509.py to x509.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/dsa.py to dsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/rsa.py to rsa.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/hashes.py to hashes.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/ec.py to ec.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/x25519.py to x25519.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/cmac.py to cmac.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/interfaces.py to interfaces.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpL9GuUC.py' /usr/bin/python2 -O /tmp/tmpL9GuUC.py removing /tmp/tmpL9GuUC.py running install_egg_info running egg_info writing requirements to src/cryptography.egg-info/requires.txt writing src/cryptography.egg-info/PKG-INFO writing top-level names to src/cryptography.egg-info/top_level.txt writing dependency_links to src/cryptography.egg-info/dependency_links.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' BUILDSTDERR: no previously-included directories found matching 'docs/_build' BUILDSTDERR: warning: no previously-included files matching '*' found under directory 'vectors' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' Copying src/cryptography.egg-info to /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography-2.2.1-py2.7.egg-info running install_scripts ~/build/BUILD/python3-python-cryptography-2.2.1-1.fc29 ~/build/BUILD/cryptography-2.2.1 + pushd /builddir/build/BUILD/python3-python-cryptography-2.2.1-1.fc29 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -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-2.2.1-1.fc29.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6 creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography copying build/lib.linux-riscv64-3.6/cryptography/__about__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography copying build/lib.linux-riscv64-3.6/cryptography/fernet.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography copying build/lib.linux-riscv64-3.6/cryptography/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.6/cryptography/x509/general_name.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.6/cryptography/x509/name.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.6/cryptography/x509/extensions.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.6/cryptography/x509/oid.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.6/cryptography/x509/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.6/cryptography/x509/base.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.6/cryptography/x509/certificate_transparency.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/x509 copying build/lib.linux-riscv64-3.6/cryptography/exceptions.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings copying build/lib.linux-riscv64-3.6/cryptography/hazmat/bindings/_openssl.abi3.so -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/bindings/openssl/_conditional.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/bindings/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/bindings/openssl/binding.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/bindings/_constant_time.abi3.so -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings copying build/lib.linux-riscv64-3.6/cryptography/hazmat/bindings/_padding.abi3.so -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings copying build/lib.linux-riscv64-3.6/cryptography/hazmat/bindings/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/serialization.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/ciphers/aead.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/ciphers/modes.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/ciphers/algorithms.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/ciphers/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/ciphers/base.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/mac.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/constant_time.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/padding.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/kdf/kbkdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/kdf/scrypt.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/kdf/concatkdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/kdf/hkdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/kdf/x963kdf.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/kdf/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/kdf/pbkdf2.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/twofactor/hotp.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/twofactor/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/twofactor/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/twofactor/totp.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/asymmetric/dh.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/asymmetric/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/asymmetric/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/asymmetric/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/asymmetric/padding.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/asymmetric/ec.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/asymmetric/x25519.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/asymmetric/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-riscv64-3.6/cryptography/hazmat/primitives/keywrap.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends creating /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl/backend.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl/hmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl/aead.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl/encode_asn1.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl/dh.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl/decode_asn1.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl/ciphers.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl/x509.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl/dsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl/rsa.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl/utils.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl/hashes.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl/ec.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl/x25519.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl/cmac.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/openssl/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/interfaces.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends copying build/lib.linux-riscv64-3.6/cryptography/hazmat/backends/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends copying build/lib.linux-riscv64-3.6/cryptography/hazmat/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat copying build/lib.linux-riscv64-3.6/cryptography/__init__.py -> /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/__about__.py to __about__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/fernet.py to fernet.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/x509/general_name.py to general_name.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/x509/name.py to name.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/x509/extensions.py to extensions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/x509/oid.py to oid.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/x509/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/x509/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/x509/certificate_transparency.py to certificate_transparency.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py to _conditional.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings/openssl/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings/openssl/binding.py to binding.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization.py to serialization.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/hmac.py to hmac.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/aead.py to aead.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/modes.py to modes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py to algorithms.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/mac.py to mac.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/hashes.py to hashes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/constant_time.py to constant_time.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/padding.py to padding.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py to kbkdf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py to scrypt.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py to concatkdf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py to hkdf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py to x963kdf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py to pbkdf2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py to hotp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/twofactor/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/twofactor/totp.py to totp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/cmac.py to cmac.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py to dh.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py to dsa.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py to rsa.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py to padding.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py to ec.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py to x25519.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/keywrap.py to keywrap.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl/backend.py to backend.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl/hmac.py to hmac.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl/aead.py to aead.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl/encode_asn1.py to encode_asn1.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl/dh.py to dh.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl/decode_asn1.py to decode_asn1.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl/ciphers.py to ciphers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl/x509.py to x509.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl/dsa.py to dsa.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl/rsa.py to rsa.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl/hashes.py to hashes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl/ec.py to ec.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl/x25519.py to x25519.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl/cmac.py to cmac.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/interfaces.py to interfaces.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/__init__.py to __init__.cpython-36.pyc writing byte-compilation script '/tmp/tmpmucqn4rg.py' /usr/bin/python3 /tmp/tmpmucqn4rg.py removing /tmp/tmpmucqn4rg.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' BUILDSTDERR: no previously-included directories found matching 'docs/_build' BUILDSTDERR: warning: no previously-included files matching '*' found under directory 'vectors' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' Copying src/cryptography.egg-info to /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography-2.2.1-py3.6.egg-info running install_scripts ~/build/BUILD/cryptography-2.2.1 + popd + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.2.1-1.fc29 --unique-debug-suffix -2.2.1-1.fc29.riscv64 --unique-debug-src-base python-cryptography-2.2.1-1.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/cryptography-2.2.1 extracting debug info from /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/_constant_time.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/_padding.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings/_constant_time.abi3.so extracting debug info from /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings/_padding.abi3.so /usr/lib/rpm/sepdebugcrcfix: Updated 6 CRC32s, 0 CRC32s did match. BUILDSTDERR: 4607 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib/debug/usr/lib64/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/lib64/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jdWSyV Processing files: python2-cryptography-2.2.1-1.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jcjANy + umask 022 + cd /builddir/build/BUILD + cd cryptography-2.2.1 + DOCDIR=/builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/share/doc/python2-cryptography + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/share/doc/python2-cryptography + cp -pr LICENSE /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/share/doc/python2-cryptography + cp -pr LICENSE.APACHE /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/share/doc/python2-cryptography + cp -pr LICENSE.BSD /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/share/doc/python2-cryptography + cp -pr README.rst /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/share/doc/python2-cryptography + cp -pr docs /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/share/doc/python2-cryptography + exit 0 Provides: python-cryptography = 2.2.1-1.fc29 python-cryptography(riscv-64) = 2.2.1-1.fc29 python2-cryptography = 2.2.1-1.fc29 python2-cryptography(riscv-64) = 2.2.1-1.fc29 python2.7dist(cryptography) = 2.2.1 python2dist(cryptography) = 2.2.1 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: 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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libpython2.7.so.1.0()(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-cryptography < 2.2.1-1.fc29 Processing files: python3-cryptography-2.2.1-1.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.36gAyR + umask 022 + cd /builddir/build/BUILD + cd cryptography-2.2.1 + DOCDIR=/builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/share/doc/python3-cryptography + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/share/doc/python3-cryptography + cp -pr README.rst /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/share/doc/python3-cryptography + cp -pr docs /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/share/doc/python3-cryptography + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.P2yIof + umask 022 + cd /builddir/build/BUILD + cd cryptography-2.2.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/share/licenses/python3-cryptography + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/share/licenses/python3-cryptography + cp -pr LICENSE /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/share/licenses/python3-cryptography + cp -pr LICENSE.APACHE /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/share/licenses/python3-cryptography + cp -pr LICENSE.BSD /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64/usr/share/licenses/python3-cryptography + exit 0 BUILDSTDERR: warning: File listed twice: /usr/lib64/python3.6/site-packages/cryptography-2.2.1-py3.6.egg-info BUILDSTDERR: warning: File listed twice: /usr/lib64/python3.6/site-packages/cryptography-2.2.1-py3.6.egg-info/PKG-INFO BUILDSTDERR: warning: File listed twice: /usr/lib64/python3.6/site-packages/cryptography-2.2.1-py3.6.egg-info/SOURCES.txt BUILDSTDERR: warning: File listed twice: /usr/lib64/python3.6/site-packages/cryptography-2.2.1-py3.6.egg-info/dependency_links.txt BUILDSTDERR: warning: File listed twice: /usr/lib64/python3.6/site-packages/cryptography-2.2.1-py3.6.egg-info/not-zip-safe BUILDSTDERR: warning: File listed twice: /usr/lib64/python3.6/site-packages/cryptography-2.2.1-py3.6.egg-info/requires.txt BUILDSTDERR: warning: File listed twice: /usr/lib64/python3.6/site-packages/cryptography-2.2.1-py3.6.egg-info/top_level.txt Provides: python3-cryptography = 2.2.1-1.fc29 python3-cryptography(riscv-64) = 2.2.1-1.fc29 python3.6dist(cryptography) = 2.2.1 python3dist(cryptography) = 2.2.1 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: 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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libpython3.6m.so.1.0()(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) python(abi) = 3.6 rtld(GNU_HASH) Processing files: python-cryptography-debugsource-2.2.1-1.fc29.riscv64 Provides: python-cryptography-debugsource = 2.2.1-1.fc29 python-cryptography-debugsource(riscv-64) = 2.2.1-1.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-cryptography-debuginfo-2.2.1-1.fc29.riscv64 Provides: python-cryptography-debuginfo = 2.2.1-1.fc29 python-cryptography-debuginfo(riscv-64) = 2.2.1-1.fc29 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) = 2.2.1-1.fc29 Processing files: python2-cryptography-debuginfo-2.2.1-1.fc29.riscv64 Provides: debuginfo(build-id) = 0a2c54a1b0288bcb501d1502ed5913b2bf914de6 debuginfo(build-id) = ab936f74677b29e9b049e77bb47899ee63b2cb25 debuginfo(build-id) = bf1a1bc1b8237cdc9326058a7f19dbd1b5e8f4f6 python2-cryptography-debuginfo = 2.2.1-1.fc29 python2-cryptography-debuginfo(riscv-64) = 2.2.1-1.fc29 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) = 2.2.1-1.fc29 Processing files: python3-cryptography-debuginfo-2.2.1-1.fc29.riscv64 Provides: debuginfo(build-id) = 2b122fd357dcbcb39c0569eb3db262e30e2cf202 debuginfo(build-id) = 383e779e9cea1f99a43fcc0f4dcf7ff249081d3b debuginfo(build-id) = 3a01c1f1da2e43ed46a98f166c3c27ba549bb431 python3-cryptography-debuginfo = 2.2.1-1.fc29 python3-cryptography-debuginfo(riscv-64) = 2.2.1-1.fc29 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) = 2.2.1-1.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64 Wrote: /builddir/build/RPMS/python2-cryptography-2.2.1-1.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python3-cryptography-2.2.1-1.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python-cryptography-debugsource-2.2.1-1.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python-cryptography-debuginfo-2.2.1-1.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python2-cryptography-debuginfo-2.2.1-1.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python3-cryptography-debuginfo-2.2.1-1.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.VydSYJ + umask 022 + cd /builddir/build/BUILD + cd cryptography-2.2.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-cryptography-2.2.1-1.fc29.riscv64 + exit 0 Child return code was: 0