------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/expat-2.2.8.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/readline-8.0.4.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/openssl-1.1.1d,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/python37-3.7.6.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from python37-3.7.6: -- 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 pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/py37-pycparser-2.19.txz Installing /packages/All/py37-cffi-1.14.0.txz Installing /packages/All/py37-asn1crypto-1.3.0.txz Installing /packages/All/py37-six-1.14.0.txz SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-cryptography-2.6.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-cryptography-2.6.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-cryptography-2.6.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-cryptography-2.6.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-cryptography-2.6.1 for building => SHA256 Checksum OK for cryptography-2.6.1.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-cryptography-2.6.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-cryptography-2.6.1 for building ===> Extracting for py37-cryptography-2.6.1 => SHA256 Checksum OK for cryptography-2.6.1.tar.gz. Extracted Memory Use: 3.29M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-cryptography-2.6.1 ===> Applying ports patches for py37-cryptography-2.6.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-cryptography-2.6.1 depends on package: py37-cffi>=1.8 - found ===> py37-cryptography-2.6.1 depends on package: py37-setuptools>0 - found ===> py37-cryptography-2.6.1 depends on file: /usr/local/bin/python3.7 - found ===> py37-cryptography-2.6.1 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.6.1 depends on package: py37-cffi>=1.8 - found ===> py37-cryptography-2.6.1 depends on package: py37-setuptools>0 - found ===> py37-cryptography-2.6.1 depends on file: /usr/local/bin/python3.7 - found ===> py37-cryptography-2.6.1 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Configuring for py37-cryptography-2.6.1 running config SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-cryptography-2.6.1 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/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/__init__.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/fernet.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography creating 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/base.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 copying src/cryptography/x509/ocsp.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/general_name.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/name.py -> build/lib.dragonfly-5.9-x86_64-3.7/cryptography/x509 creating 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/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/constant_time.py -> 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/mac.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 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 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/backends copying src/cryptography/hazmat/backends/interfaces.py -> 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 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/x448.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 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/ed25519.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/__init__.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/x25519.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/padding.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/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/base.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 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/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 copying src/cryptography/hazmat/primitives/twofactor/hotp.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/kdf copying src/cryptography/hazmat/primitives/kdf/concatkdf.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/__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/x963kdf.py -> 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/pbkdf2.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/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/ssh.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/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/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> 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 creating 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/hmac.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/aead.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/decode_asn1.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/hashes.py -> 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/backend.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/x25519.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/ed25519.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/ed448.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/x509.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/ciphers.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 matching '*' found under directory 'vectors' 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:3026: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:10844: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:560: /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:10867: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:560: /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:12010: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:12021: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:12036: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:12047: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:17296: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:560: /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:17307: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:560: /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:17360: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:560: /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:17371: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:560: /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:17386: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:560: /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:17397: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:560: /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:28070: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:28093: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:28558: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:560: /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:28579: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:560: /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:780: 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:34184: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:34222: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:780: 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:34652: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:34675: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:780: 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:34766: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:34789: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:780: 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:36425: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:36425: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:36458: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:36458: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:780: 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:36821: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:36821: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:36854: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:36854: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:37227: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:37265: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:37280: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:37318: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:38071: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:38094: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:780: 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:39487: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:39510: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:41454: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:41454: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:41487: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:41487: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:43005: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:560: /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:43016: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:560: /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:43031: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:560: /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:43042: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:560: /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:43057: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:560: /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:43068: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:560: /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:43083: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:560: /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:43094: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:560: /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:43109: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:560: /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:43120: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:560: /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:43135: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:560: /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:43146: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:560: /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:43161: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:560: /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:43172: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:560: /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:43187: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:560: /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:43198: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:560: /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:43213: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:560: /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:43224: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:560: /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:44298: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:560: /usr/local/include/openssl/x509.h:727: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:727: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:44321: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:560: /usr/local/include/openssl/x509.h:727: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:727: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:44336: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:560: /usr/local/include/openssl/x509.h:728: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:728: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:44359: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:560: /usr/local/include/openssl/x509.h:728: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:728: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 -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:18 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-cryptography-2.6.1 depends on package: py37-asn1crypto>=0.21.0 - found ===> py37-cryptography-2.6.1 depends on package: py37-cffi>=1.8 - found ===> py37-cryptography-2.6.1 depends on package: py37-six>=1.4.1 - found ===> py37-cryptography-2.6.1 depends on package: py37-setuptools>0 - found ===> py37-cryptography-2.6.1 depends on file: /usr/local/bin/python3.7 - found ===> py37-cryptography-2.6.1 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-cryptography-2.6.1 ===> py37-cryptography-2.6.1 depends on package: py37-asn1crypto>=0.21.0 - found ===> py37-cryptography-2.6.1 depends on package: py37-cffi>=1.8 - found ===> py37-cryptography-2.6.1 depends on package: py37-six>=1.4.1 - found ===> py37-cryptography-2.6.1 depends on package: py37-setuptools>0 - found ===> py37-cryptography-2.6.1 depends on file: /usr/local/bin/python3.7 - found ===> py37-cryptography-2.6.1 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 matching '*' found under directory 'vectors' 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/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/__about__.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/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/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/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/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/extensions.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/fernet.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 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 creating /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/__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/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/__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/_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/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/_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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/__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/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/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/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/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/interfaces.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/__init__.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/primitives 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/__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/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/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/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/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/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/kbkdf.py -> /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/kdf 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/__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/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/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/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/cmac.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/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/padding.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/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/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/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/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/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/__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/ed448.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/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/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/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/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/hmac.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/mac.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/__init__.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/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/modes.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/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/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/__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/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/keywrap.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/__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/__init__.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 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/__about__.py to __about__.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/ocsp.py to ocsp.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/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/extensions.py to extensions.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/fernet.py to fernet.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/_oid.py to _oid.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/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/__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/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/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/dh.py to dh.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/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/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/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/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/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/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/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/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/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/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/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/__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/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/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/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/aead.py to aead.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/__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/__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/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/hkdf.py to hkdf.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/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/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/kbkdf.py to kbkdf.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/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/ssh.py to ssh.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/cmac.py to cmac.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/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/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/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/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/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/__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/ed448.py to ed448.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/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/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/ec.py to ec.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/hmac.py to hmac.cpython-37.pyc byte-compiling /construction/security/py-cryptography/stage/usr/local/lib/python3.7/site-packages/cryptography/hazmat/primitives/mac.py to mac.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/__init__.py to __init__.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/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/modes.py to modes.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/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/__init__.py to __init__.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/keywrap.py to keywrap.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/__init__.py to __init__.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 writing byte-compilation script '/tmp/tmpvw6lanzg.py' /usr/local/bin/python3.7 /tmp/tmpvw6lanzg.py removing /tmp/tmpvw6lanzg.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.6.1-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:03 ------------------------------------------------------------------------------- -- 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.6.1 file sizes/checksums [249]: 0% file sizes/checksums [249]: 40% file sizes/checksums [249]: 80% file sizes/checksums [249]: 100% packing files [249]: 0% packing files [249]: 40% packing files [249]: 80% packing files [249]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:31