------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.3_1.txz Installing /packages/All/expat-2.2.10.txz Installing /packages/All/ncurses-6.2.20210116.txz Installing /packages/All/readline-8.0.4_1.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/openssl-1.1.1i,1.txz Installing /packages/All/python37-3.7.9_1.txz ===== Message from python37-3.7.9_1: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-pycparser-2.20.txz Installing /packages/All/py37-cffi-1.14.4.txz Installing /packages/All/py37-six-1.15.0.txz SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-cryptography-2.9.2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-cryptography-2.9.2 depends on file: /usr/local/sbin/pkg - found => cryptography-2.9.2.tar.gz doesn't seem to exist in /distfiles/. => Attempting to fetch https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-2.9.2.tar.gz cryptography-2.9.2.tar.gz 0% of 505 kB 0 Bps cryptography-2.9.2.tar.gz 505 kB 27 MBps 00s ===> Fetching all distfiles required by py37-cryptography-2.9.2 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-cryptography-2.9.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-cryptography-2.9.2 for building => SHA256 Checksum OK for cryptography-2.9.2.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-cryptography-2.9.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-cryptography-2.9.2 for building ===> Extracting for py37-cryptography-2.9.2 => SHA256 Checksum OK for cryptography-2.9.2.tar.gz. Extracted Memory Use: 3.40M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-cryptography-2.9.2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-cryptography-2.9.2 depends on package: py37-cffi>=1.8 - found ===> py37-cryptography-2.9.2 depends on package: py37-setuptools>0 - found ===> py37-cryptography-2.9.2 depends on file: /usr/local/bin/python3.7 - found ===> py37-cryptography-2.9.2 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-cryptography-2.9.2 depends on package: py37-cffi>=1.8 - found ===> py37-cryptography-2.9.2 depends on package: py37-setuptools>0 - found ===> py37-cryptography-2.9.2 depends on file: /usr/local/bin/python3.7 - found ===> py37-cryptography-2.9.2 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Configuring for py37-cryptography-2.9.2 running config SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-cryptography-2.9.2 running build running build_py creating build creating build/lib.dragonfly-5.9-x86_64-3.7 creating build/lib.dragonfly-5.9-x86_64-3.7/cryptography copying src/cryptography/fernet.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography copying src/cryptography/utils.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography copying src/cryptography/__about__.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography copying src/cryptography/exceptions.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography copying src/cryptography/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography creating build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat copying src/cryptography/hazmat/_der.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat copying src/cryptography/hazmat/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat copying src/cryptography/hazmat/_oid.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat creating build/lib.dragonfly-5.9-x86_64-3.7/cryptography/x509 copying src/cryptography/x509/base.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/x509 copying src/cryptography/x509/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/x509 copying src/cryptography/x509/oid.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/x509 copying src/cryptography/x509/name.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/x509 copying src/cryptography/x509/general_name.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/x509 copying src/cryptography/x509/extensions.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/x509 copying src/cryptography/x509/ocsp.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/x509 copying src/cryptography/x509/certificate_transparency.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/x509 creating build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/bindings creating build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/padding.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives creating build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends creating build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/bindings/openssl creating build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/twofactor creating build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric creating build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/serialization creating build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/ciphers creating build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/kdf creating build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ocsp.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.dragonfly-5.9-x86_64-3.7/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' no previously-included directories found matching 'docs/_build' warning: no previously-included files found matching 'vectors' warning: no previously-included files matching '*' found under directory 'vectors' warning: no previously-included files found matching 'azure-pipelines.yml' warning: no previously-included files found matching '.azure-pipelines' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching '.travis' warning: no previously-included files matching '*' found under directory '.azure-pipelines' warning: no previously-included files matching '*' found under directory '.travis' warning: no previously-included files found matching 'release.py' warning: no previously-included files found matching '.coveragerc' warning: no previously-included files found matching 'codecov.yml' warning: no previously-included files found matching 'dev-requirements.txt' warning: no previously-included files found matching 'rtd-requirements.txt' warning: no previously-included files found matching 'tox.ini' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' running build_ext generating cffi module 'build/temp.dragonfly-5.9-x86_64-3.7/_padding.c' creating build/temp.dragonfly-5.9-x86_64-3.7 generating cffi module 'build/temp.dragonfly-5.9-x86_64-3.7/_constant_time.c' generating cffi module 'build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c' building '_openssl' extension creating build/temp.dragonfly-5.9-x86_64-3.7/build creating build/temp.dragonfly-5.9-x86_64-3.7/build/temp.dragonfly-5.9-x86_64-3.7 cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -I/usr/local/include -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c -o build/temp.dragonfly-5.9-x86_64-3.7/build/temp.dragonfly-5.9-x86_64-3.7/_openssl.o -Wconversion -Wno-error=sign-conversion build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function 'Cryptography_pem_password_cb': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:3094:37: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] memcpy(buf, st->password, st->length); ~~^~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_ASN1_STRING_data': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:10995:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] return ASN1_STRING_data(x0); ^~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/asn1.h:554:35: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/asn1.h:554:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_ASN1_STRING_data': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:11018:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] { result = ASN1_STRING_data(x0); } ^ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/asn1.h:554:35: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/asn1.h:554:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_BIO_s_datagram': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:12197:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_s_datagram(); ^~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_BIO_s_datagram': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:12208:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_s_datagram(); } ^ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_BIO_s_mem': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:12223:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return BIO_s_mem(); ^~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_BIO_s_mem': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:12234:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = BIO_s_mem(); } ^ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_DTLSv1_client_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:17521:3: warning: 'DTLSv1_client_method' is deprecated [-Wdeprecated-declarations] return DTLSv1_client_method(); ^~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1897:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) ^~~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1897:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_DTLSv1_client_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:17532:3: warning: 'DTLSv1_client_method' is deprecated [-Wdeprecated-declarations] { result = DTLSv1_client_method(); } ^ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1897:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) ^~~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1897:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_DTLSv1_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:17585:3: warning: 'DTLSv1_method' is deprecated [-Wdeprecated-declarations] return DTLSv1_method(); ^~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1895:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ ^~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1895:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_DTLSv1_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:17596:3: warning: 'DTLSv1_method' is deprecated [-Wdeprecated-declarations] { result = DTLSv1_method(); } ^ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1895:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ ^~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1895:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_DTLSv1_server_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:17611:3: warning: 'DTLSv1_server_method' is deprecated [-Wdeprecated-declarations] return DTLSv1_server_method(); ^~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1896:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) ^~~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1896:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_DTLSv1_server_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:17622:3: warning: 'DTLSv1_server_method' is deprecated [-Wdeprecated-declarations] { result = DTLSv1_server_method(); } ^ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1896:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) ^~~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1896:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_OCSP_resp_get0_certs': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:28456:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return OCSP_resp_get0_certs(x0); ^~~~~~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_OCSP_resp_get0_certs': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:28479:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] { result = OCSP_resp_get0_certs(x0); } ^ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_OPENSSL_config': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:28944:3: warning: 'OPENSSL_config' is deprecated [-Wdeprecated-declarations] OPENSSL_config(x0); ^~~~~~~~~~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/conf.h:91:25: note: declared here DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) ^~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/conf.h:91:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_OPENSSL_config': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:28965:3: warning: 'OPENSSL_config' is deprecated [-Wdeprecated-declarations] { OPENSSL_config(x0); } ^ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/conf.h:91:25: note: declared here DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) ^~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/conf.h:91:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) ^~~~~~~~~~~~~~~~~~ In file included from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:819: build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_SSL_CTX_add_extra_chain_cert': /usr/local/include/openssl/ssl.h:1334:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl(ctx,SSL_CTRL_EXTRA_CHAIN_CERT,0,(char *)(x509)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:34584:10: note: in expansion of macro 'SSL_CTX_add_extra_chain_cert' return SSL_CTX_add_extra_chain_cert(x0, x1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_SSL_CTX_add_extra_chain_cert': /usr/local/include/openssl/ssl.h:1334:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl(ctx,SSL_CTRL_EXTRA_CHAIN_CERT,0,(char *)(x509)) ^~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:34622:14: note: in expansion of macro 'SSL_CTX_add_extra_chain_cert' { result = SSL_CTX_add_extra_chain_cert(x0, x1); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:819: build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_SSL_CTX_clear_mode': /usr/local/include/openssl/ssl.h:593:48: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL) ^~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:34763:10: note: in expansion of macro 'SSL_CTX_clear_mode' return SSL_CTX_clear_mode(x0, x1); ^~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/ssl.h:593:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:34763:10: note: in expansion of macro 'SSL_CTX_clear_mode' return SSL_CTX_clear_mode(x0, x1); ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_SSL_CTX_clear_mode': /usr/local/include/openssl/ssl.h:593:48: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL) ^~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:34796:14: note: in expansion of macro 'SSL_CTX_clear_mode' { result = SSL_CTX_clear_mode(x0, x1); } ^~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/ssl.h:593:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL) ^~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:34796:14: note: in expansion of macro 'SSL_CTX_clear_mode' { result = SSL_CTX_clear_mode(x0, x1); } ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_SSL_CTX_get_mode': /usr/local/include/openssl/ssl.h:595:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,0,NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:35138:10: note: in expansion of macro 'SSL_CTX_get_mode' return SSL_CTX_get_mode(x0); ^~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_SSL_CTX_get_mode': /usr/local/include/openssl/ssl.h:595:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,0,NULL) ^~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:35161:14: note: in expansion of macro 'SSL_CTX_get_mode' { result = SSL_CTX_get_mode(x0); } ^~~~~~~~~~~~~~~~ In file included from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:819: build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_SSL_CTX_get_session_cache_mode': /usr/local/include/openssl/ssl.h:2035:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl(ctx,SSL_CTRL_GET_SESS_CACHE_MODE,0,NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:35252:10: note: in expansion of macro 'SSL_CTX_get_session_cache_mode' return SSL_CTX_get_session_cache_mode(x0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_SSL_CTX_get_session_cache_mode': /usr/local/include/openssl/ssl.h:2035:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl(ctx,SSL_CTRL_GET_SESS_CACHE_MODE,0,NULL) ^~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:35275:14: note: in expansion of macro 'SSL_CTX_get_session_cache_mode' { result = SSL_CTX_get_session_cache_mode(x0); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:819: build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_SSL_CTX_set_mode': /usr/local/include/openssl/ssl.h:591:42: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL) ^~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:36911:10: note: in expansion of macro 'SSL_CTX_set_mode' return SSL_CTX_set_mode(x0, x1); ^~~~~~~~~~~~~~~~ /usr/local/include/openssl/ssl.h:591:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:36911:10: note: in expansion of macro 'SSL_CTX_set_mode' return SSL_CTX_set_mode(x0, x1); ^~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_SSL_CTX_set_mode': /usr/local/include/openssl/ssl.h:591:42: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL) ^~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:36944:14: note: in expansion of macro 'SSL_CTX_set_mode' { result = SSL_CTX_set_mode(x0, x1); } ^~~~~~~~~~~~~~~~ /usr/local/include/openssl/ssl.h:591:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL) ^~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:36944:14: note: in expansion of macro 'SSL_CTX_set_mode' { result = SSL_CTX_set_mode(x0, x1); } ^~~~~~~~~~~~~~~~ In file included from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:819: build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_SSL_CTX_set_session_cache_mode': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:37307:45: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] return SSL_CTX_set_session_cache_mode(x0, x1); ^~ /usr/local/include/openssl/ssl.h:2033:55: note: in definition of macro 'SSL_CTX_set_session_cache_mode' SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_MODE,m,NULL) ^ /usr/local/include/openssl/ssl.h:2033:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_MODE,m,NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:37307:10: note: in expansion of macro 'SSL_CTX_set_session_cache_mode' return SSL_CTX_set_session_cache_mode(x0, x1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_SSL_CTX_set_session_cache_mode': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:37340:49: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_set_session_cache_mode(x0, x1); } ^~ /usr/local/include/openssl/ssl.h:2033:55: note: in definition of macro 'SSL_CTX_set_session_cache_mode' SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_MODE,m,NULL) ^ /usr/local/include/openssl/ssl.h:2033:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_MODE,m,NULL) ^~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:37340:14: note: in expansion of macro 'SSL_CTX_set_session_cache_mode' { result = SSL_CTX_set_session_cache_mode(x0, x1); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_SSL_CTX_set_tmp_dh': /usr/local/include/openssl/ssl.h:1322:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_DH,0,(char *)(dh)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:37713:10: note: in expansion of macro 'SSL_CTX_set_tmp_dh' return SSL_CTX_set_tmp_dh(x0, x1); ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_SSL_CTX_set_tmp_dh': /usr/local/include/openssl/ssl.h:1322:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_DH,0,(char *)(dh)) ^~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:37751:14: note: in expansion of macro 'SSL_CTX_set_tmp_dh' { result = SSL_CTX_set_tmp_dh(x0, x1); } ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_SSL_CTX_set_tmp_ecdh': /usr/local/include/openssl/ssl.h:1324:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_ECDH,0,(char *)(ecdh)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:37766:10: note: in expansion of macro 'SSL_CTX_set_tmp_ecdh' return SSL_CTX_set_tmp_ecdh(x0, x1); ^~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_SSL_CTX_set_tmp_ecdh': /usr/local/include/openssl/ssl.h:1324:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_ECDH,0,(char *)(ecdh)) ^~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:37804:14: note: in expansion of macro 'SSL_CTX_set_tmp_ecdh' { result = SSL_CTX_set_tmp_ecdh(x0, x1); } ^~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_SSL_SESSION_get_ticket_lifetime_hint': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:38557:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] return SSL_SESSION_get_ticket_lifetime_hint(x0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_SSL_SESSION_get_ticket_lifetime_hint': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:38580:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] { result = SSL_SESSION_get_ticket_lifetime_hint(x0); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:819: build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_SSL_clear_mode': /usr/local/include/openssl/ssl.h:597:44: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] SSL_ctrl((ssl),SSL_CTRL_CLEAR_MODE,(op),NULL) ^~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:38859:10: note: in expansion of macro 'SSL_clear_mode' return SSL_clear_mode(x0, x1); ^~~~~~~~~~~~~~ /usr/local/include/openssl/ssl.h:597:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_ctrl((ssl),SSL_CTRL_CLEAR_MODE,(op),NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:38859:10: note: in expansion of macro 'SSL_clear_mode' return SSL_clear_mode(x0, x1); ^~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_SSL_clear_mode': /usr/local/include/openssl/ssl.h:597:44: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] SSL_ctrl((ssl),SSL_CTRL_CLEAR_MODE,(op),NULL) ^~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:38892:14: note: in expansion of macro 'SSL_clear_mode' { result = SSL_clear_mode(x0, x1); } ^~~~~~~~~~~~~~ /usr/local/include/openssl/ssl.h:597:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_ctrl((ssl),SSL_CTRL_CLEAR_MODE,(op),NULL) ^~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:38892:14: note: in expansion of macro 'SSL_clear_mode' { result = SSL_clear_mode(x0, x1); } ^~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_SSL_get_mode': /usr/local/include/openssl/ssl.h:601:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_ctrl((ssl),SSL_CTRL_MODE,0,NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:40059:10: note: in expansion of macro 'SSL_get_mode' return SSL_get_mode(x0); ^~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_SSL_get_mode': /usr/local/include/openssl/ssl.h:601:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_ctrl((ssl),SSL_CTRL_MODE,0,NULL) ^~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:40082:14: note: in expansion of macro 'SSL_get_mode' { result = SSL_get_mode(x0); } ^~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_SSL_set_mode': /usr/local/include/openssl/ssl.h:599:38: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL) ^~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:42064:10: note: in expansion of macro 'SSL_set_mode' return SSL_set_mode(x0, x1); ^~~~~~~~~~~~ /usr/local/include/openssl/ssl.h:599:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:42064:10: note: in expansion of macro 'SSL_set_mode' return SSL_set_mode(x0, x1); ^~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_SSL_set_mode': /usr/local/include/openssl/ssl.h:599:38: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL) ^~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:42097:14: note: in expansion of macro 'SSL_set_mode' { result = SSL_set_mode(x0, x1); } ^~~~~~~~~~~~ /usr/local/include/openssl/ssl.h:599:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL) ^~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:42097:14: note: in expansion of macro 'SSL_set_mode' { result = SSL_set_mode(x0, x1); } ^~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_TLSv1_1_client_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:43615:3: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] return TLSv1_1_client_method(); ^~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1885:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) ^~~~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1885:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_TLSv1_1_client_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:43626:3: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_1_client_method(); } ^ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1885:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) ^~~~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1885:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_TLSv1_1_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:43641:3: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] return TLSv1_1_method(); ^~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1883:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ ^~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1883:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_TLSv1_1_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:43652:3: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_1_method(); } ^ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1883:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ ^~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1883:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_TLSv1_1_server_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:43667:3: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations] return TLSv1_1_server_method(); ^~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1884:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) ^~~~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1884:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_TLSv1_1_server_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:43678:3: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_1_server_method(); } ^ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1884:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) ^~~~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1884:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_TLSv1_2_client_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:43693:3: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] return TLSv1_2_client_method(); ^~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1891:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) ^~~~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1891:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_TLSv1_2_client_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:43704:3: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_2_client_method(); } ^ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1891:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) ^~~~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1891:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_TLSv1_2_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:43719:3: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] return TLSv1_2_method(); ^~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1889:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ ^~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1889:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_TLSv1_2_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:43730:3: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_2_method(); } ^ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1889:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ ^~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1889:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_TLSv1_2_server_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:43745:3: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] return TLSv1_2_server_method(); ^~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1890:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) ^~~~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1890:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_TLSv1_2_server_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:43756:3: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_2_server_method(); } ^ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1890:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) ^~~~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1890:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_TLSv1_client_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:43771:3: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] return TLSv1_client_method(); ^~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1879:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) ^~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1879:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_TLSv1_client_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:43782:3: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_client_method(); } ^ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1879:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) ^~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1879:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_TLSv1_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:43797:3: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] return TLSv1_method(); ^~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1877:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1877:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_TLSv1_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:43808:3: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_method(); } ^ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1877:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1877:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_TLSv1_server_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:43823:3: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] return TLSv1_server_method(); ^~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1878:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) ^~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1878:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_TLSv1_server_method': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:43834:3: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] { result = TLSv1_server_method(); } ^ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/ssl.h:1878:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) ^~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1878:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_X509_CRL_get_lastUpdate': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:45021:3: warning: 'X509_CRL_get_lastUpdate' is deprecated [-Wdeprecated-declarations] return X509_CRL_get_lastUpdate(x0); ^~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/x509.h:730:31: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/x509.h:730:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_X509_CRL_get_lastUpdate': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:45044:3: warning: 'X509_CRL_get_lastUpdate' is deprecated [-Wdeprecated-declarations] { result = X509_CRL_get_lastUpdate(x0); } ^ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/x509.h:730:31: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/x509.h:730:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_d_X509_CRL_get_nextUpdate': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:45059:3: warning: 'X509_CRL_get_nextUpdate' is deprecated [-Wdeprecated-declarations] return X509_CRL_get_nextUpdate(x0); ^~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/x509.h:731:31: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/x509.h:731:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~ build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c: In function '_cffi_f_X509_CRL_get_nextUpdate': build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:45082:3: warning: 'X509_CRL_get_nextUpdate' is deprecated [-Wdeprecated-declarations] { result = X509_CRL_get_nextUpdate(x0); } ^ In file included from /usr/local/include/openssl/e_os2.h:13, from build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c:589: /usr/local/include/openssl/x509.h:731:31: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/x509.h:731:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~ cc -shared -L/usr/local/lib -Wl,-rpath,/usr/local/lib -pipe -I/usr/local/include -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/build/temp.dragonfly-5.9-x86_64-3.7/_openssl.o -L/usr/local/lib -lssl -lcrypto -lpthread -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/bindings/_openssl.abi3.so building '_constant_time' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -I/usr/local/include -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c build/temp.dragonfly-5.9-x86_64-3.7/_constant_time.c -o build/temp.dragonfly-5.9-x86_64-3.7/build/temp.dragonfly-5.9-x86_64-3.7/_constant_time.o cc -shared -L/usr/local/lib -Wl,-rpath,/usr/local/lib -pipe -I/usr/local/include -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/build/temp.dragonfly-5.9-x86_64-3.7/_constant_time.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/bindings/_constant_time.abi3.so building '_padding' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -I/usr/local/include -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c build/temp.dragonfly-5.9-x86_64-3.7/_padding.c -o build/temp.dragonfly-5.9-x86_64-3.7/build/temp.dragonfly-5.9-x86_64-3.7/_padding.o cc -shared -L/usr/local/lib -Wl,-rpath,/usr/local/lib -pipe -I/usr/local/include -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/build/temp.dragonfly-5.9-x86_64-3.7/_padding.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/bindings/_padding.abi3.so SUCCEEDED 00:00:26 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-cryptography-2.9.2 depends on package: py37-cffi>=1.8 - found ===> py37-cryptography-2.9.2 depends on package: py37-six>=1.4.1 - found ===> py37-cryptography-2.9.2 depends on package: py37-setuptools>0 - found ===> py37-cryptography-2.9.2 depends on file: /usr/local/bin/python3.7 - found ===> py37-cryptography-2.9.2 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-cryptography-2.9.2 ===> py37-cryptography-2.9.2 depends on package: py37-cffi>=1.8 - found ===> py37-cryptography-2.9.2 depends on package: py37-six>=1.4.1 - found ===> py37-cryptography-2.9.2 depends on package: py37-setuptools>0 - found ===> py37-cryptography-2.9.2 depends on file: /usr/local/bin/python3.7 - found ===> py37-cryptography-2.9.2 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Generating temporary packing list running install running build running build_py running egg_info writing src/cryptography.egg-info/PKG-INFO writing dependency_links to src/cryptography.egg-info/dependency_links.txt writing requirements to src/cryptography.egg-info/requires.txt writing top-level names to src/cryptography.egg-info/top_level.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files found matching 'vectors' warning: no previously-included files matching '*' found under directory 'vectors' warning: no previously-included files found matching 'azure-pipelines.yml' warning: no previously-included files found matching '.azure-pipelines' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching '.travis' warning: no previously-included files matching '*' found under directory '.azure-pipelines' warning: no previously-included files matching '*' found under directory '.travis' warning: no previously-included files found matching 'release.py' warning: no previously-included files found matching '.coveragerc' warning: no previously-included files found matching 'codecov.yml' warning: no previously-included files found matching 'dev-requirements.txt' warning: no previously-included files found matching 'rtd-requirements.txt' warning: no previously-included files found matching 'tox.ini' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' running build_ext generating cffi module 'build/temp.dragonfly-5.9-x86_64-3.7/_padding.c' already up-to-date generating cffi module 'build/temp.dragonfly-5.9-x86_64-3.7/_constant_time.c' already up-to-date generating cffi module 'build/temp.dragonfly-5.9-x86_64-3.7/_openssl.c' already up-to-date running install_lib creating /construction/security/py-cryptography/stage/usr/local/lib/python3.7 creating /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages creating /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/fernet.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/exceptions.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/__init__.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography creating /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/__init__.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat creating /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/__init__.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/interfaces.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends creating /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/cmac.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/decode_asn1.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/dsa.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/ocsp.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/aead.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/x25519.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/__init__.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/x448.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/x509.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/ciphers.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/utils.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/rsa.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/hashes.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/encode_asn1.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/poly1305.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/ec.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/backend.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/ed448.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/hmac.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/ed25519.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/backends/openssl/dh.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/_der.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat creating /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives creating /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/serialization/pkcs12.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/serialization/base.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/serialization/__init__.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/serialization/ssh.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/__init__.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/hmac.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives creating /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/ciphers/aead.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/ciphers/algorithms.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/ciphers/modes.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/ciphers/base.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/ciphers/__init__.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/ciphers creating /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/kdf/scrypt.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/kdf/__init__.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/kdf/pbkdf2.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/kdf/concatkdf.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/kdf/x963kdf.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/kdf/kbkdf.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/kdf/hkdf.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/constant_time.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/poly1305.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/keywrap.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives creating /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric/rsa.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric/__init__.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric/ec.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric/dh.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric/utils.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric/dsa.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric/x25519.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric/padding.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric/ed25519.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric/x448.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/asymmetric/ed448.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric creating /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/twofactor/utils.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/twofactor/hotp.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/twofactor/totp.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/twofactor/__init__.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/padding.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/hashes.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/primitives/cmac.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives creating /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/bindings copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/bindings/_constant_time.abi3.so -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/bindings creating /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/bindings/openssl/binding.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/bindings/openssl/_conditional.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/bindings/openssl/__init__.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/bindings/__init__.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/bindings copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/bindings/_openssl.abi3.so -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/bindings copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/bindings/_padding.abi3.so -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/bindings copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/hazmat/_oid.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/__about__.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/utils.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography creating /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/x509 copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/x509/ocsp.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/x509 copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/x509/name.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/x509 copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/x509/oid.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/x509 copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/x509/__init__.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/x509 copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/x509/certificate_transparency.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/x509 copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/x509/base.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/x509 copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/x509/general_name.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/x509 copying build/lib.dragonfly-5.9-x86_64-3.7/cryptography/x509/extensions.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/x509 byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/fernet.py to fernet.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/exceptions.py to exceptions.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/interfaces.py to interfaces.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/cmac.py to cmac.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/decode_asn1.py to decode_asn1.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/dsa.py to dsa.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/ocsp.py to ocsp.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/aead.py to aead.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/x25519.py to x25519.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/x448.py to x448.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/x509.py to x509.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/ciphers.py to ciphers.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/utils.py to utils.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/rsa.py to rsa.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/hashes.py to hashes.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/encode_asn1.py to encode_asn1.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/poly1305.py to poly1305.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/ec.py to ec.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/backend.py to backend.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/ed448.py to ed448.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/hmac.py to hmac.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/ed25519.py to ed25519.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/dh.py to dh.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/_der.py to _der.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/serialization/pkcs12.py to pkcs12.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/serialization/base.py to base.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/serialization/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/serialization/ssh.py to ssh.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/hmac.py to hmac.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/ciphers/aead.py to aead.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py to algorithms.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/ciphers/modes.py to modes.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/ciphers/base.py to base.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py to scrypt.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/kdf/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py to pbkdf2.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py to concatkdf.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py to x963kdf.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py to kbkdf.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py to hkdf.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/constant_time.py to constant_time.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/poly1305.py to poly1305.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/keywrap.py to keywrap.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py to rsa.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py to ec.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py to dh.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py to utils.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py to dsa.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py to x25519.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py to padding.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py to ed25519.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py to x448.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py to ed448.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/twofactor/utils.py to utils.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py to hotp.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/twofactor/totp.py to totp.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/padding.py to padding.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/hashes.py to hashes.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/cmac.py to cmac.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py to binding.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py to _conditional.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/bindings/openssl/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/bindings/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/_oid.py to _oid.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/__about__.py to __about__.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/utils.py to utils.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/x509/ocsp.py to ocsp.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/x509/name.py to name.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/x509/oid.py to oid.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/x509/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/x509/certificate_transparency.py to certificate_transparency.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/x509/base.py to base.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/x509/general_name.py to general_name.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/x509/extensions.py to extensions.cpython-37.pyc writing byte-compilation script '/tmp/tmpvcznun2r.py' /usr/local/bin/python3.7 /tmp/tmpvcznun2r.py removing /tmp/tmpvcznun2r.py running install_egg_info Copying src/cryptography.egg-info to /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography-2.9.2-py3.7.egg-info running install_scripts writing list of installed files to '/construction/security/py-cryptography/.PLIST.pymodtmp' /usr/bin/strip /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/bindings/*.so ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python3.7/site-packages/cryptography/hazmat/bindings/_constant_time.abi3.so is linked to /usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as a dependency Warning: you need USES+=gettext-runtime Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-cryptography-2.9.2 file sizes/checksums [255]: 0% file sizes/checksums [255]: 39% file sizes/checksums [255]: 78% file sizes/checksums [255]: 100% packing files [255]: 0% packing files [255]: 39% packing files [255]: 78% packing files [255]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:00:46