Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing setuptools-build-hook Using setuptoolsBuildPhase Using setuptoolsShellHook Sourcing pip-install-hook Using pipInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing setuptools-check-hook @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/5zl5vp24b5ljdadybpfcg5n1fh5ifb4w-cryptography-3.4.7.tar.gz source root is cryptography-3.4.7 Executing cargoSetupPostUnpackHook unpacking source archive /nix/store/1nb0hfxj4cx19nmn2cj148d9sm0bgzwy-cryptography-3.4.7-vendor.tar.gz Finished cargoSetupPostUnpackHook setting SOURCE_DATE_EPOCH to timestamp 1616693418 of file cryptography-3.4.7/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } patching sources Executing cargoSetupPostPatchHook Validating consistency between /build/cryptography-3.4.7/src/rust//Cargo.lock and /build/cryptography-3.4.7-vendor.tar.gz/Cargo.lock Finished cargoSetupPostPatchHook @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building Executing setuptoolsBuildPhase running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-3.8 creating build/lib.linux-x86_64-3.8/cryptography copying src/cryptography/__about__.py -> build/lib.linux-x86_64-3.8/cryptography copying src/cryptography/fernet.py -> build/lib.linux-x86_64-3.8/cryptography copying src/cryptography/__init__.py -> build/lib.linux-x86_64-3.8/cryptography copying src/cryptography/exceptions.py -> build/lib.linux-x86_64-3.8/cryptography copying src/cryptography/utils.py -> build/lib.linux-x86_64-3.8/cryptography creating build/lib.linux-x86_64-3.8/cryptography/x509 copying src/cryptography/x509/extensions.py -> build/lib.linux-x86_64-3.8/cryptography/x509 copying src/cryptography/x509/name.py -> build/lib.linux-x86_64-3.8/cryptography/x509 copying src/cryptography/x509/general_name.py -> build/lib.linux-x86_64-3.8/cryptography/x509 copying src/cryptography/x509/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/x509 copying src/cryptography/x509/oid.py -> build/lib.linux-x86_64-3.8/cryptography/x509 copying src/cryptography/x509/base.py -> build/lib.linux-x86_64-3.8/cryptography/x509 copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-x86_64-3.8/cryptography/x509 copying src/cryptography/x509/ocsp.py -> build/lib.linux-x86_64-3.8/cryptography/x509 creating build/lib.linux-x86_64-3.8/cryptography/hazmat copying src/cryptography/hazmat/_der.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat copying src/cryptography/hazmat/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat copying src/cryptography/hazmat/_types.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat copying src/cryptography/hazmat/_oid.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat creating build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings creating build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives creating build/lib.linux-x86_64-3.8/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends creating build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/openssl creating build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers creating build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/twofactor creating build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization creating build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric creating build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf creating build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ocsp.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl running egg_info writing src/cryptography.egg-info/PKG-INFO writing dependency_links to src/cryptography.egg-info/dependency_links.txt writing requirements to src/cryptography.egg-info/requires.txt writing top-level names to src/cryptography.egg-info/top_level.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files found matching 'vectors' warning: no previously-included files matching '*' found under directory 'vectors' warning: no previously-included files matching '*' found under directory '.github' warning: no previously-included files found matching 'release.py' warning: no previously-included files found matching '.coveragerc' warning: no previously-included files found matching 'codecov.yml' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching 'dev-requirements.txt' warning: no previously-included files found matching 'tox.ini' warning: no previously-included files found matching 'mypy.ini' warning: no previously-included files matching '*' found under directory '.zuul.d' warning: no previously-included files matching '*' found under directory '.zuul.playbooks' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' copying src/cryptography/py.typed -> build/lib.linux-x86_64-3.8/cryptography running build_ext running build_rust cargo rustc --lib --manifest-path src/rust/Cargo.toml --features pyo3/abi3-py36 pyo3/extension-module --release --verbose -- --crate-type cdylib  Compiling proc-macro2 v1.0.24  Running `rustc --crate-name build_script_build --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/proc-macro2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=b0b4cd86f5a28df5 -C extra-filename=-b0b4cd86f5a28df5 --out-dir /build/cryptography-3.4.7/src/rust/target/release/build/proc-macro2-b0b4cd86f5a28df5 -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --cap-lints allow`  Compiling unicode-xid v0.2.1  Running `rustc --crate-name unicode_xid /build/cryptography-3.4.7-vendor.tar.gz/unicode-xid/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=0d098f8563e4b880 -C extra-filename=-0d098f8563e4b880 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --cap-lints allow`  Compiling syn v1.0.60  Running `rustc --crate-name build_script_build --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/syn/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=709e64e352f887be -C extra-filename=-709e64e352f887be --out-dir /build/cryptography-3.4.7/src/rust/target/release/build/syn-709e64e352f887be -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --cap-lints allow`  Compiling proc-macro-hack v0.5.19  Running `rustc --crate-name build_script_build --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/proc-macro-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=1ae3e3256ec6aa72 -C extra-filename=-1ae3e3256ec6aa72 --out-dir /build/cryptography-3.4.7/src/rust/target/release/build/proc-macro-hack-1ae3e3256ec6aa72 -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --cap-lints allow`  Compiling libc v0.2.85  Running `rustc --crate-name build_script_build /build/cryptography-3.4.7-vendor.tar.gz/libc/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4b3e3af03f6c5b01 -C extra-filename=-4b3e3af03f6c5b01 --out-dir /build/cryptography-3.4.7/src/rust/target/release/build/libc-4b3e3af03f6c5b01 -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --cap-lints allow`  Compiling cfg-if v1.0.0  Running `rustc --crate-name cfg_if --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/cfg-if/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=8d66227406a731eb -C extra-filename=-8d66227406a731eb --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --cap-lints allow`  Compiling inventory v0.1.10  Running `rustc --crate-name build_script_build --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/inventory/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=0d7a2cb5e0331bf8 -C extra-filename=-0d7a2cb5e0331bf8 --out-dir /build/cryptography-3.4.7/src/rust/target/release/build/inventory-0d7a2cb5e0331bf8 -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --cap-lints allow`  Compiling scopeguard v1.1.0  Running `rustc --crate-name scopeguard /build/cryptography-3.4.7-vendor.tar.gz/scopeguard/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=ce9f5ba3e50e478a -C extra-filename=-ce9f5ba3e50e478a --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --cap-lints allow`  Compiling smallvec v1.6.1  Running `rustc --crate-name smallvec --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/smallvec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=56f8c6640c81257a -C extra-filename=-56f8c6640c81257a --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --cap-lints allow`  Compiling unindent v0.1.7  Running `rustc --crate-name unindent --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/unindent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=e14ffe7bf67ddee7 -C extra-filename=-e14ffe7bf67ddee7 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --cap-lints allow`  Compiling pyo3 v0.13.2  Running `rustc --crate-name build_script_build --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/pyo3/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="abi3"' --cfg 'feature="abi3-py36"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="auto-initialize"' --cfg 'feature="ctor"' --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="inventory"' --cfg 'feature="macros"' --cfg 'feature="paste"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=1cde6e2dd4f48e7c -C extra-filename=-1cde6e2dd4f48e7c --out-dir /build/cryptography-3.4.7/src/rust/target/release/build/pyo3-1cde6e2dd4f48e7c -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --cap-lints allow`  Running `rustc --crate-name unindent --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/unindent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=63e0593e2deef4e7 -C extra-filename=-63e0593e2deef4e7 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --cap-lints allow`  Running `/build/cryptography-3.4.7/src/rust/target/release/build/proc-macro2-b0b4cd86f5a28df5/build-script-build`  Running `/build/cryptography-3.4.7/src/rust/target/release/build/syn-709e64e352f887be/build-script-build`  Running `/build/cryptography-3.4.7/src/rust/target/release/build/proc-macro-hack-1ae3e3256ec6aa72/build-script-build`  Compiling instant v0.1.9  Running `rustc --crate-name instant --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/instant/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=96e8472a29db7f94 -C extra-filename=-96e8472a29db7f94 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern cfg_if=/build/cryptography-3.4.7/src/rust/target/release/deps/libcfg_if-8d66227406a731eb.rmeta --cap-lints allow`  Running `/build/cryptography-3.4.7/src/rust/target/release/build/libc-4b3e3af03f6c5b01/build-script-build`  Compiling lock_api v0.4.2  Running `rustc --crate-name lock_api --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/lock_api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=66a1115d46119023 -C extra-filename=-66a1115d46119023 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern scopeguard=/build/cryptography-3.4.7/src/rust/target/release/deps/libscopeguard-ce9f5ba3e50e478a.rmeta --cap-lints allow`  Running `/build/cryptography-3.4.7/src/rust/target/release/build/inventory-0d7a2cb5e0331bf8/build-script-build`  Running `rustc --crate-name proc_macro2 --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/proc-macro2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=81527ef829ea8c13 -C extra-filename=-81527ef829ea8c13 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern unicode_xid=/build/cryptography-3.4.7/src/rust/target/release/deps/libunicode_xid-0d098f8563e4b880.rmeta --cap-lints allow --cfg lexerror_display --cfg hygiene --cfg use_proc_macro --cfg wrap_proc_macro`  Running `rustc --crate-name proc_macro_hack --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/proc-macro-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=299917b03f355263 -C extra-filename=-299917b03f355263 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern proc_macro --cap-lints allow`  Running `rustc --crate-name libc /build/cryptography-3.4.7-vendor.tar.gz/libc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=41d1045c09f296c0 -C extra-filename=-41d1045c09f296c0 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor`  Running `/build/cryptography-3.4.7/src/rust/target/release/build/pyo3-1cde6e2dd4f48e7c/build-script-build`  Compiling quote v1.0.9  Running `rustc --crate-name quote --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/quote/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=b0d70357a64186d6 -C extra-filename=-b0d70357a64186d6 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern proc_macro2=/build/cryptography-3.4.7/src/rust/target/release/deps/libproc_macro2-81527ef829ea8c13.rmeta --cap-lints allow`  Compiling parking_lot_core v0.8.3  Running `rustc --crate-name parking_lot_core --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/parking_lot_core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=a409aaf9dd466e57 -C extra-filename=-a409aaf9dd466e57 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern cfg_if=/build/cryptography-3.4.7/src/rust/target/release/deps/libcfg_if-8d66227406a731eb.rmeta --extern instant=/build/cryptography-3.4.7/src/rust/target/release/deps/libinstant-96e8472a29db7f94.rmeta --extern libc=/build/cryptography-3.4.7/src/rust/target/release/deps/liblibc-41d1045c09f296c0.rmeta --extern smallvec=/build/cryptography-3.4.7/src/rust/target/release/deps/libsmallvec-56f8c6640c81257a.rmeta --cap-lints allow`  Compiling paste-impl v0.1.18  Running `rustc --crate-name paste_impl --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/paste-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=9c2244af1edaaa3e -C extra-filename=-9c2244af1edaaa3e --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern proc_macro_hack=/build/cryptography-3.4.7/src/rust/target/release/deps/libproc_macro_hack-299917b03f355263.so --extern proc_macro --cap-lints allow`  Running `rustc --crate-name syn --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/syn/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=04f7fa121aa67184 -C extra-filename=-04f7fa121aa67184 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern proc_macro2=/build/cryptography-3.4.7/src/rust/target/release/deps/libproc_macro2-81527ef829ea8c13.rmeta --extern quote=/build/cryptography-3.4.7/src/rust/target/release/deps/libquote-b0d70357a64186d6.rmeta --extern unicode_xid=/build/cryptography-3.4.7/src/rust/target/release/deps/libunicode_xid-0d098f8563e4b880.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`  Compiling parking_lot v0.11.1  Running `rustc --crate-name parking_lot --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/parking_lot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' -C metadata=c3a5673dcac2acf8 -C extra-filename=-c3a5673dcac2acf8 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern instant=/build/cryptography-3.4.7/src/rust/target/release/deps/libinstant-96e8472a29db7f94.rmeta --extern lock_api=/build/cryptography-3.4.7/src/rust/target/release/deps/liblock_api-66a1115d46119023.rmeta --extern parking_lot_core=/build/cryptography-3.4.7/src/rust/target/release/deps/libparking_lot_core-a409aaf9dd466e57.rmeta --cap-lints allow`  Compiling paste v0.1.18  Running `rustc --crate-name paste --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/paste/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=e78a1a40f885770b -C extra-filename=-e78a1a40f885770b --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern paste_impl=/build/cryptography-3.4.7/src/rust/target/release/deps/libpaste_impl-9c2244af1edaaa3e.so --extern proc_macro_hack=/build/cryptography-3.4.7/src/rust/target/release/deps/libproc_macro_hack-299917b03f355263.so --cap-lints allow`  Compiling pyo3-macros-backend v0.13.2  Running `rustc --crate-name pyo3_macros_backend --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/pyo3-macros-backend/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=4f63d6b85aa37c7f -C extra-filename=-4f63d6b85aa37c7f --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern proc_macro2=/build/cryptography-3.4.7/src/rust/target/release/deps/libproc_macro2-81527ef829ea8c13.rmeta --extern quote=/build/cryptography-3.4.7/src/rust/target/release/deps/libquote-b0d70357a64186d6.rmeta --extern syn=/build/cryptography-3.4.7/src/rust/target/release/deps/libsyn-04f7fa121aa67184.rmeta --cap-lints allow`  Compiling indoc-impl v0.3.6  Compiling ghost v0.1.2  Running `rustc --crate-name indoc_impl --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/indoc-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=2141473c11b7c0b3 -C extra-filename=-2141473c11b7c0b3 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern proc_macro_hack=/build/cryptography-3.4.7/src/rust/target/release/deps/libproc_macro_hack-299917b03f355263.so --extern proc_macro2=/build/cryptography-3.4.7/src/rust/target/release/deps/libproc_macro2-81527ef829ea8c13.rlib --extern quote=/build/cryptography-3.4.7/src/rust/target/release/deps/libquote-b0d70357a64186d6.rlib --extern syn=/build/cryptography-3.4.7/src/rust/target/release/deps/libsyn-04f7fa121aa67184.rlib --extern unindent=/build/cryptography-3.4.7/src/rust/target/release/deps/libunindent-e14ffe7bf67ddee7.rlib --extern proc_macro --cap-lints allow`  Running `rustc --crate-name ghost --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/ghost/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=0e375115f7c6cb85 -C extra-filename=-0e375115f7c6cb85 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern proc_macro2=/build/cryptography-3.4.7/src/rust/target/release/deps/libproc_macro2-81527ef829ea8c13.rlib --extern quote=/build/cryptography-3.4.7/src/rust/target/release/deps/libquote-b0d70357a64186d6.rlib --extern syn=/build/cryptography-3.4.7/src/rust/target/release/deps/libsyn-04f7fa121aa67184.rlib --extern proc_macro --cap-lints allow`  Compiling ctor v0.1.19  Running `rustc --crate-name ctor --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/ctor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=641b4595b9d87a37 -C extra-filename=-641b4595b9d87a37 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern quote=/build/cryptography-3.4.7/src/rust/target/release/deps/libquote-b0d70357a64186d6.rlib --extern syn=/build/cryptography-3.4.7/src/rust/target/release/deps/libsyn-04f7fa121aa67184.rlib --extern proc_macro --cap-lints allow`  Compiling inventory-impl v0.1.10  Running `rustc --crate-name inventory_impl --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/inventory-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=9e82452146e07ba9 -C extra-filename=-9e82452146e07ba9 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern proc_macro2=/build/cryptography-3.4.7/src/rust/target/release/deps/libproc_macro2-81527ef829ea8c13.rlib --extern quote=/build/cryptography-3.4.7/src/rust/target/release/deps/libquote-b0d70357a64186d6.rlib --extern syn=/build/cryptography-3.4.7/src/rust/target/release/deps/libsyn-04f7fa121aa67184.rlib --extern proc_macro --cap-lints allow`  Compiling pyo3-macros v0.13.2  Running `rustc --crate-name pyo3_macros --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/pyo3-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=9e207e310d509015 -C extra-filename=-9e207e310d509015 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern pyo3_macros_backend=/build/cryptography-3.4.7/src/rust/target/release/deps/libpyo3_macros_backend-4f63d6b85aa37c7f.rlib --extern quote=/build/cryptography-3.4.7/src/rust/target/release/deps/libquote-b0d70357a64186d6.rlib --extern syn=/build/cryptography-3.4.7/src/rust/target/release/deps/libsyn-04f7fa121aa67184.rlib --extern proc_macro --cap-lints allow`  Compiling indoc v0.3.6  Running `rustc --crate-name indoc --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/indoc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=0ee763954e5fe72b -C extra-filename=-0ee763954e5fe72b --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern indoc_impl=/build/cryptography-3.4.7/src/rust/target/release/deps/libindoc_impl-2141473c11b7c0b3.so --extern proc_macro_hack=/build/cryptography-3.4.7/src/rust/target/release/deps/libproc_macro_hack-299917b03f355263.so --cap-lints allow`  Running `rustc --crate-name inventory --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C metadata=207ae921bf3d7c28 -C extra-filename=-207ae921bf3d7c28 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern ctor=/build/cryptography-3.4.7/src/rust/target/release/deps/libctor-641b4595b9d87a37.so --extern ghost=/build/cryptography-3.4.7/src/rust/target/release/deps/libghost-0e375115f7c6cb85.so --extern inventory_impl=/build/cryptography-3.4.7/src/rust/target/release/deps/libinventory_impl-9e82452146e07ba9.so --cap-lints allow`  Running `rustc --crate-name pyo3 --edition=2018 /build/cryptography-3.4.7-vendor.tar.gz/pyo3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="abi3"' --cfg 'feature="abi3-py36"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="auto-initialize"' --cfg 'feature="ctor"' --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="inventory"' --cfg 'feature="macros"' --cfg 'feature="paste"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=11cadae0f855bfff -C extra-filename=-11cadae0f855bfff --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern cfg_if=/build/cryptography-3.4.7/src/rust/target/release/deps/libcfg_if-8d66227406a731eb.rmeta --extern ctor=/build/cryptography-3.4.7/src/rust/target/release/deps/libctor-641b4595b9d87a37.so --extern indoc=/build/cryptography-3.4.7/src/rust/target/release/deps/libindoc-0ee763954e5fe72b.rmeta --extern inventory=/build/cryptography-3.4.7/src/rust/target/release/deps/libinventory-207ae921bf3d7c28.rmeta --extern libc=/build/cryptography-3.4.7/src/rust/target/release/deps/liblibc-41d1045c09f296c0.rmeta --extern parking_lot=/build/cryptography-3.4.7/src/rust/target/release/deps/libparking_lot-c3a5673dcac2acf8.rmeta --extern paste=/build/cryptography-3.4.7/src/rust/target/release/deps/libpaste-e78a1a40f885770b.rmeta --extern pyo3_macros=/build/cryptography-3.4.7/src/rust/target/release/deps/libpyo3_macros-9e207e310d509015.so --extern unindent=/build/cryptography-3.4.7/src/rust/target/release/deps/libunindent-63e0593e2deef4e7.rmeta --cap-lints allow --cfg Py_SHARED --cfg Py_LIMITED_API --cfg Py_3_6 --cfg 'py_sys_config="WITH_THREAD"'`  Compiling cryptography-rust v0.1.0 (/build/cryptography-3.4.7/src/rust)  Running `rustc --crate-name cryptography_rust --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type cdylib --emit=dep-info,link -C opt-level=3 -C lto=thin --crate-type cdylib -C metadata=58951a992ef005e3 --out-dir /build/cryptography-3.4.7/src/rust/target/release/deps -C linker=/nix/store/q65l6lvzgbrv64p5iib8jvpj5zc2mans-gcc-wrapper-10.3.0/bin/cc -L dependency=/build/cryptography-3.4.7/src/rust/target/release/deps --extern pyo3=/build/cryptography-3.4.7/src/rust/target/release/deps/libpyo3-11cadae0f855bfff.rlib`  Finished release [optimized] target(s) in 36.09s generating cffi module 'build/temp.linux-x86_64-3.8/_padding.c' creating build/temp.linux-x86_64-3.8 generating cffi module 'build/temp.linux-x86_64-3.8/_openssl.c' building '_openssl' extension creating build/temp.linux-x86_64-3.8/build creating build/temp.linux-x86_64-3.8/build/temp.linux-x86_64-3.8 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/nix/store/p65xvir2nnvc2h1m52x82pkd9k7h9pzz-python3-3.8.10/include/python3.8 -c build/temp.linux-x86_64-3.8/_openssl.c -o build/temp.linux-x86_64-3.8/build/temp.linux-x86_64-3.8/_openssl.o -Wconversion -Wno-error=sign-conversion build/temp.linux-x86_64-3.8/_openssl.c: In function ‘Cryptography_pem_password_cb’: build/temp.linux-x86_64-3.8/_openssl.c:2386:37: warning: conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 2386 | memcpy(buf, st->password, st->length); | ~~^~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_ASN1_STRING_data’: build/temp.linux-x86_64-3.8/_openssl.c:9133:3: warning: ‘ASN1_STRING_data’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 9133 | return ASN1_STRING_data(x0); | ^~~~~~ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_ASN1_STRING_data’: build/temp.linux-x86_64-3.8/_openssl.c:9156:3: warning: ‘ASN1_STRING_data’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 9156 | { result = ASN1_STRING_data(x0); } | ^ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_BIO_s_datagram’: build/temp.linux-x86_64-3.8/_openssl.c:10325:10: warning: return discards ‘const’ qualifier from pointer target type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers]8;;] 10325 | return BIO_s_datagram(); | ^~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_BIO_s_datagram’: build/temp.linux-x86_64-3.8/_openssl.c:10336:12: warning: assignment discards ‘const’ qualifier from pointer target type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers]8;;] 10336 | { result = BIO_s_datagram(); } | ^ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_BIO_s_mem’: build/temp.linux-x86_64-3.8/_openssl.c:10351:10: warning: return discards ‘const’ qualifier from pointer target type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers]8;;] 10351 | return BIO_s_mem(); | ^~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_BIO_s_mem’: build/temp.linux-x86_64-3.8/_openssl.c:10362:12: warning: assignment discards ‘const’ qualifier from pointer target type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers]8;;] 10362 | { result = BIO_s_mem(); } | ^ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_DTLSv1_client_method’: build/temp.linux-x86_64-3.8/_openssl.c:15467:3: warning: ‘DTLSv1_client_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 15467 | return DTLSv1_client_method(); | ^~~~~~ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1897:1: note: declared here 1897 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_DTLSv1_client_method’: build/temp.linux-x86_64-3.8/_openssl.c:15478:3: warning: ‘DTLSv1_client_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 15478 | { result = DTLSv1_client_method(); } | ^ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1897:1: note: declared here 1897 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_DTLSv1_method’: build/temp.linux-x86_64-3.8/_openssl.c:15531:3: warning: ‘DTLSv1_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 15531 | return DTLSv1_method(); | ^~~~~~ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1895:1: note: declared here 1895 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_DTLSv1_method’: build/temp.linux-x86_64-3.8/_openssl.c:15542:3: warning: ‘DTLSv1_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 15542 | { result = DTLSv1_method(); } | ^ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1895:1: note: declared here 1895 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_DTLSv1_server_method’: build/temp.linux-x86_64-3.8/_openssl.c:15557:3: warning: ‘DTLSv1_server_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 15557 | return DTLSv1_server_method(); | ^~~~~~ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1896:1: note: declared here 1896 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_DTLSv1_server_method’: build/temp.linux-x86_64-3.8/_openssl.c:15568:3: warning: ‘DTLSv1_server_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 15568 | { result = DTLSv1_server_method(); } | ^ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1896:1: note: declared here 1896 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_OCSP_resp_get0_certs’: build/temp.linux-x86_64-3.8/_openssl.c:26207:10: warning: return discards ‘const’ qualifier from pointer target type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers]8;;] 26207 | return OCSP_resp_get0_certs(x0); | ^~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_OCSP_resp_get0_certs’: build/temp.linux-x86_64-3.8/_openssl.c:26230:12: warning: assignment discards ‘const’ qualifier from pointer target type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers]8;;] 26230 | { result = OCSP_resp_get0_certs(x0); } | ^ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_OPENSSL_config’: build/temp.linux-x86_64-3.8/_openssl.c:26695:3: warning: ‘OPENSSL_config’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 26695 | OPENSSL_config(x0); | ^~~~~~~~~~~~~~ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/conf.h:91:1: note: declared here 91 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_OPENSSL_config’: build/temp.linux-x86_64-3.8/_openssl.c:26716:3: warning: ‘OPENSSL_config’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 26716 | { OPENSSL_config(x0); } | ^ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/conf.h:91:1: note: declared here 91 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_SSL_CTX_add_extra_chain_cert’: build/temp.linux-x86_64-3.8/_openssl.c:31586:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 31586 | return SSL_CTX_add_extra_chain_cert(x0, x1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_SSL_CTX_add_extra_chain_cert’: build/temp.linux-x86_64-3.8/_openssl.c:31624:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 31624 | { result = SSL_CTX_add_extra_chain_cert(x0, x1); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_SSL_CTX_clear_mode’: build/temp.linux-x86_64-3.8/_openssl.c:31765:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 31765 | return SSL_CTX_clear_mode(x0, x1); | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c:31765:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_SSL_CTX_clear_mode’: build/temp.linux-x86_64-3.8/_openssl.c:31798:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 31798 | { result = SSL_CTX_clear_mode(x0, x1); } | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c:31798:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_mode’: build/temp.linux-x86_64-3.8/_openssl.c:32254:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 32254 | return SSL_CTX_get_mode(x0); | ^~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_mode’: build/temp.linux-x86_64-3.8/_openssl.c:32277:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 32277 | { result = SSL_CTX_get_mode(x0); } | ^~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_session_cache_mode’: build/temp.linux-x86_64-3.8/_openssl.c:32368:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 32368 | return SSL_CTX_get_session_cache_mode(x0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_session_cache_mode’: build/temp.linux-x86_64-3.8/_openssl.c:32391:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 32391 | { result = SSL_CTX_get_session_cache_mode(x0); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_mode’: build/temp.linux-x86_64-3.8/_openssl.c:34093:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 34093 | return SSL_CTX_set_mode(x0, x1); | ^~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c:34093:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_mode’: build/temp.linux-x86_64-3.8/_openssl.c:34126:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 34126 | { result = SSL_CTX_set_mode(x0, x1); } | ^~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c:34126:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] In file included from build/temp.linux-x86_64-3.8/_openssl.c:815: build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_session_cache_mode’: build/temp.linux-x86_64-3.8/_openssl.c:34375:45: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 34375 | return SSL_CTX_set_session_cache_mode(x0, x1); | ^~ build/temp.linux-x86_64-3.8/_openssl.c:34375:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 34375 | return SSL_CTX_set_session_cache_mode(x0, x1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from build/temp.linux-x86_64-3.8/_openssl.c:815: build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_session_cache_mode’: build/temp.linux-x86_64-3.8/_openssl.c:34408:49: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 34408 | { result = SSL_CTX_set_session_cache_mode(x0, x1); } | ^~ build/temp.linux-x86_64-3.8/_openssl.c:34408:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 34408 | { result = SSL_CTX_set_session_cache_mode(x0, x1); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_dh’: build/temp.linux-x86_64-3.8/_openssl.c:34781:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 34781 | return SSL_CTX_set_tmp_dh(x0, x1); | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_dh’: build/temp.linux-x86_64-3.8/_openssl.c:34819:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 34819 | { result = SSL_CTX_set_tmp_dh(x0, x1); } | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_ecdh’: build/temp.linux-x86_64-3.8/_openssl.c:34834:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 34834 | return SSL_CTX_set_tmp_ecdh(x0, x1); | ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_ecdh’: build/temp.linux-x86_64-3.8/_openssl.c:34872:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 34872 | { result = SSL_CTX_set_tmp_ecdh(x0, x1); } | ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_SSL_SESSION_get_ticket_lifetime_hint’: build/temp.linux-x86_64-3.8/_openssl.c:35501:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 35501 | return SSL_SESSION_get_ticket_lifetime_hint(x0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_SSL_SESSION_get_ticket_lifetime_hint’: build/temp.linux-x86_64-3.8/_openssl.c:35524:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 35524 | { result = SSL_SESSION_get_ticket_lifetime_hint(x0); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_SSL_clear_mode’: build/temp.linux-x86_64-3.8/_openssl.c:35712:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 35712 | return SSL_clear_mode(x0, x1); | ^~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c:35712:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_SSL_clear_mode’: build/temp.linux-x86_64-3.8/_openssl.c:35745:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 35745 | { result = SSL_clear_mode(x0, x1); } | ^~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c:35745:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_SSL_get_mode’: build/temp.linux-x86_64-3.8/_openssl.c:36698:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 36698 | return SSL_get_mode(x0); | ^~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_SSL_get_mode’: build/temp.linux-x86_64-3.8/_openssl.c:36721:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 36721 | { result = SSL_get_mode(x0); } | ^~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_SSL_set_mode’: build/temp.linux-x86_64-3.8/_openssl.c:38512:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 38512 | return SSL_set_mode(x0, x1); | ^~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c:38512:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_SSL_set_mode’: build/temp.linux-x86_64-3.8/_openssl.c:38545:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] 38545 | { result = SSL_set_mode(x0, x1); } | ^~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c:38545:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-conversion-Wsign-conversion]8;;] build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_TLSv1_1_client_method’: build/temp.linux-x86_64-3.8/_openssl.c:39649:3: warning: ‘TLSv1_1_client_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 39649 | return TLSv1_1_client_method(); | ^~~~~~ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1885:1: note: declared here 1885 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_TLSv1_1_client_method’: build/temp.linux-x86_64-3.8/_openssl.c:39660:3: warning: ‘TLSv1_1_client_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 39660 | { result = TLSv1_1_client_method(); } | ^ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1885:1: note: declared here 1885 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_TLSv1_1_method’: build/temp.linux-x86_64-3.8/_openssl.c:39675:3: warning: ‘TLSv1_1_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 39675 | return TLSv1_1_method(); | ^~~~~~ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1883:1: note: declared here 1883 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_TLSv1_1_method’: build/temp.linux-x86_64-3.8/_openssl.c:39686:3: warning: ‘TLSv1_1_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 39686 | { result = TLSv1_1_method(); } | ^ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1883:1: note: declared here 1883 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_TLSv1_1_server_method’: build/temp.linux-x86_64-3.8/_openssl.c:39701:3: warning: ‘TLSv1_1_server_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 39701 | return TLSv1_1_server_method(); | ^~~~~~ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1884:1: note: declared here 1884 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_TLSv1_1_server_method’: build/temp.linux-x86_64-3.8/_openssl.c:39712:3: warning: ‘TLSv1_1_server_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 39712 | { result = TLSv1_1_server_method(); } | ^ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1884:1: note: declared here 1884 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_TLSv1_2_client_method’: build/temp.linux-x86_64-3.8/_openssl.c:39727:3: warning: ‘TLSv1_2_client_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 39727 | return TLSv1_2_client_method(); | ^~~~~~ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1891:1: note: declared here 1891 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_TLSv1_2_client_method’: build/temp.linux-x86_64-3.8/_openssl.c:39738:3: warning: ‘TLSv1_2_client_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 39738 | { result = TLSv1_2_client_method(); } | ^ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1891:1: note: declared here 1891 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_TLSv1_2_method’: build/temp.linux-x86_64-3.8/_openssl.c:39753:3: warning: ‘TLSv1_2_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 39753 | return TLSv1_2_method(); | ^~~~~~ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1889:1: note: declared here 1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_TLSv1_2_method’: build/temp.linux-x86_64-3.8/_openssl.c:39764:3: warning: ‘TLSv1_2_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 39764 | { result = TLSv1_2_method(); } | ^ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1889:1: note: declared here 1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_TLSv1_2_server_method’: build/temp.linux-x86_64-3.8/_openssl.c:39779:3: warning: ‘TLSv1_2_server_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 39779 | return TLSv1_2_server_method(); | ^~~~~~ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1890:1: note: declared here 1890 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_TLSv1_2_server_method’: build/temp.linux-x86_64-3.8/_openssl.c:39790:3: warning: ‘TLSv1_2_server_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 39790 | { result = TLSv1_2_server_method(); } | ^ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1890:1: note: declared here 1890 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_TLSv1_client_method’: build/temp.linux-x86_64-3.8/_openssl.c:39805:3: warning: ‘TLSv1_client_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 39805 | return TLSv1_client_method(); | ^~~~~~ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1879:1: note: declared here 1879 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_TLSv1_client_method’: build/temp.linux-x86_64-3.8/_openssl.c:39816:3: warning: ‘TLSv1_client_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 39816 | { result = TLSv1_client_method(); } | ^ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1879:1: note: declared here 1879 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_TLSv1_method’: build/temp.linux-x86_64-3.8/_openssl.c:39831:3: warning: ‘TLSv1_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 39831 | return TLSv1_method(); | ^~~~~~ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1877:1: note: declared here 1877 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_TLSv1_method’: build/temp.linux-x86_64-3.8/_openssl.c:39842:3: warning: ‘TLSv1_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 39842 | { result = TLSv1_method(); } | ^ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1877:1: note: declared here 1877 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_TLSv1_server_method’: build/temp.linux-x86_64-3.8/_openssl.c:39857:3: warning: ‘TLSv1_server_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 39857 | return TLSv1_server_method(); | ^~~~~~ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1878:1: note: declared here 1878 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_TLSv1_server_method’: build/temp.linux-x86_64-3.8/_openssl.c:39868:3: warning: ‘TLSv1_server_method’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 39868 | { result = TLSv1_server_method(); } | ^ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/ssl.h:1878:1: note: declared here 1878 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_X509_CRL_get_lastUpdate’: build/temp.linux-x86_64-3.8/_openssl.c:41169:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 41169 | return X509_CRL_get_lastUpdate(x0); | ^~~~~~ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/x509.h:730:1: note: declared here 730 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_X509_CRL_get_lastUpdate’: build/temp.linux-x86_64-3.8/_openssl.c:41192:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 41192 | { result = X509_CRL_get_lastUpdate(x0); } | ^ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/x509.h:730:1: note: declared here 730 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_d_X509_CRL_get_nextUpdate’: build/temp.linux-x86_64-3.8/_openssl.c:41207:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 41207 | return X509_CRL_get_nextUpdate(x0); | ^~~~~~ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/x509.h:731:1: note: declared here 731 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: In function ‘_cffi_f_X509_CRL_get_nextUpdate’: build/temp.linux-x86_64-3.8/_openssl.c:41230:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 41230 | { result = X509_CRL_get_nextUpdate(x0); } | ^ In file included from /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/e_os2.h:13, from build/temp.linux-x86_64-3.8/_openssl.c:589: /nix/store/qsl4jjnr5ji16nl636kdj24iiasj1ws4-openssl-1.1.1k-dev/include/openssl/x509.h:731:1: note: declared here 731 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c: At top level: build/temp.linux-x86_64-3.8/_openssl.c:777:13: warning: ‘ERR_load_Cryptography_OSRandom_strings’ declared ‘static’ but never defined []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function]8;;] 777 | static void ERR_load_Cryptography_OSRandom_strings(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-3.8/_openssl.c:778:13: warning: ‘ERR_Cryptography_OSRandom_error’ declared ‘static’ but never defined []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-function-Wunused-function]8;;] 778 | static void ERR_Cryptography_OSRandom_error(int function, int reason, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.20/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.35.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1k/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.20/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.35.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1k/lib build/temp.linux-x86_64-3.8/build/temp.linux-x86_64-3.8/_openssl.o -L/nix/store/p65xvir2nnvc2h1m52x82pkd9k7h9pzz-python3-3.8.10/lib -lssl -lcrypto -lpthread -o build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/_openssl.abi3.so building '_padding' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/nix/store/p65xvir2nnvc2h1m52x82pkd9k7h9pzz-python3-3.8.10/include/python3.8 -c build/temp.linux-x86_64-3.8/_padding.c -o build/temp.linux-x86_64-3.8/build/temp.linux-x86_64-3.8/_padding.o gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.20/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.35.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1k/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.20/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.35.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1k/lib build/temp.linux-x86_64-3.8/build/temp.linux-x86_64-3.8/_padding.o -L/nix/store/p65xvir2nnvc2h1m52x82pkd9k7h9pzz-python3-3.8.10/lib -o build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/_padding.abi3.so installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/cryptography copying build/lib.linux-x86_64-3.8/cryptography/__about__.py -> build/bdist.linux-x86_64/wheel/cryptography copying build/lib.linux-x86_64-3.8/cryptography/fernet.py -> build/bdist.linux-x86_64/wheel/cryptography copying build/lib.linux-x86_64-3.8/cryptography/__init__.py -> build/bdist.linux-x86_64/wheel/cryptography copying build/lib.linux-x86_64-3.8/cryptography/exceptions.py -> build/bdist.linux-x86_64/wheel/cryptography creating build/bdist.linux-x86_64/wheel/cryptography/x509 copying build/lib.linux-x86_64-3.8/cryptography/x509/extensions.py -> build/bdist.linux-x86_64/wheel/cryptography/x509 copying build/lib.linux-x86_64-3.8/cryptography/x509/name.py -> build/bdist.linux-x86_64/wheel/cryptography/x509 copying build/lib.linux-x86_64-3.8/cryptography/x509/general_name.py -> build/bdist.linux-x86_64/wheel/cryptography/x509 copying build/lib.linux-x86_64-3.8/cryptography/x509/__init__.py -> build/bdist.linux-x86_64/wheel/cryptography/x509 copying build/lib.linux-x86_64-3.8/cryptography/x509/oid.py -> build/bdist.linux-x86_64/wheel/cryptography/x509 copying build/lib.linux-x86_64-3.8/cryptography/x509/base.py -> build/bdist.linux-x86_64/wheel/cryptography/x509 copying build/lib.linux-x86_64-3.8/cryptography/x509/certificate_transparency.py -> build/bdist.linux-x86_64/wheel/cryptography/x509 copying build/lib.linux-x86_64-3.8/cryptography/x509/ocsp.py -> build/bdist.linux-x86_64/wheel/cryptography/x509 copying build/lib.linux-x86_64-3.8/cryptography/py.typed -> build/bdist.linux-x86_64/wheel/cryptography copying build/lib.linux-x86_64-3.8/cryptography/utils.py -> build/bdist.linux-x86_64/wheel/cryptography creating build/bdist.linux-x86_64/wheel/cryptography/hazmat copying build/lib.linux-x86_64-3.8/cryptography/hazmat/_der.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat creating build/bdist.linux-x86_64/wheel/cryptography/hazmat/bindings copying build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/_openssl.abi3.so -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/bindings copying build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/_padding.abi3.so -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/bindings creating build/bdist.linux-x86_64/wheel/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/openssl/__init__.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/openssl/binding.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/openssl/_conditional.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/__init__.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/bindings copying build/lib.linux-x86_64-3.8/cryptography/hazmat/bindings/_rust.abi3.so -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/bindings creating build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives creating build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers/__init__.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers/base.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers/aead.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/ciphers/modes.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/cmac.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/hashes.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/poly1305.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/keywrap.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/__init__.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives creating build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/twofactor copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/twofactor/__init__.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/twofactor copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/twofactor/totp.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/twofactor copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/twofactor/hotp.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/twofactor copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/twofactor/utils.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/twofactor copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/constant_time.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/_asymmetric.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives creating build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/serialization copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization/__init__.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/serialization copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization/base.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/serialization copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization/ssh.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/serialization copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/serialization copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/serialization copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/hmac.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/_serialization.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives creating build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/x448.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/dh.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/ec.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/utils.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/asymmetric/padding.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/padding.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives creating build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf/scrypt.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf/__init__.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-3.8/cryptography/hazmat/primitives/kdf/hkdf.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-3.8/cryptography/hazmat/__init__.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat creating build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/interfaces.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends creating build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/x25519.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/x509.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/cmac.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/hashes.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/ed448.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/poly1305.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/__init__.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/ciphers.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/x448.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/dh.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/dsa.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/backend.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/ec.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/aead.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/hmac.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/utils.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/rsa.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/ocsp.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/openssl/ed25519.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-3.8/cryptography/hazmat/backends/__init__.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat/backends copying build/lib.linux-x86_64-3.8/cryptography/hazmat/_types.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat copying build/lib.linux-x86_64-3.8/cryptography/hazmat/_oid.py -> build/bdist.linux-x86_64/wheel/cryptography/hazmat running install_egg_info Copying src/cryptography.egg-info to build/bdist.linux-x86_64/wheel/cryptography-3.4.7-py3.8.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") adding license file "LICENSE.APACHE" (matched pattern "LICEN[CS]E*") adding license file "LICENSE.PSF" (matched pattern "LICEN[CS]E*") adding license file "LICENSE.BSD" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-x86_64/wheel/cryptography-3.4.7.dist-info/WHEEL creating 'dist/cryptography-3.4.7-cp38-cp38-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'cryptography/__about__.py' adding 'cryptography/__init__.py' adding 'cryptography/exceptions.py' adding 'cryptography/fernet.py' adding 'cryptography/py.typed' adding 'cryptography/utils.py' adding 'cryptography/hazmat/__init__.py' adding 'cryptography/hazmat/_der.py' adding 'cryptography/hazmat/_oid.py' adding 'cryptography/hazmat/_types.py' adding 'cryptography/hazmat/backends/__init__.py' adding 'cryptography/hazmat/backends/interfaces.py' adding 'cryptography/hazmat/backends/openssl/__init__.py' adding 'cryptography/hazmat/backends/openssl/aead.py' adding 'cryptography/hazmat/backends/openssl/backend.py' adding 'cryptography/hazmat/backends/openssl/ciphers.py' adding 'cryptography/hazmat/backends/openssl/cmac.py' adding 'cryptography/hazmat/backends/openssl/decode_asn1.py' adding 'cryptography/hazmat/backends/openssl/dh.py' adding 'cryptography/hazmat/backends/openssl/dsa.py' adding 'cryptography/hazmat/backends/openssl/ec.py' adding 'cryptography/hazmat/backends/openssl/ed25519.py' adding 'cryptography/hazmat/backends/openssl/ed448.py' adding 'cryptography/hazmat/backends/openssl/encode_asn1.py' adding 'cryptography/hazmat/backends/openssl/hashes.py' adding 'cryptography/hazmat/backends/openssl/hmac.py' adding 'cryptography/hazmat/backends/openssl/ocsp.py' adding 'cryptography/hazmat/backends/openssl/poly1305.py' adding 'cryptography/hazmat/backends/openssl/rsa.py' adding 'cryptography/hazmat/backends/openssl/utils.py' adding 'cryptography/hazmat/backends/openssl/x25519.py' adding 'cryptography/hazmat/backends/openssl/x448.py' adding 'cryptography/hazmat/backends/openssl/x509.py' adding 'cryptography/hazmat/bindings/__init__.py' adding 'cryptography/hazmat/bindings/_openssl.abi3.so' adding 'cryptography/hazmat/bindings/_padding.abi3.so' adding 'cryptography/hazmat/bindings/_rust.abi3.so' adding 'cryptography/hazmat/bindings/openssl/__init__.py' adding 'cryptography/hazmat/bindings/openssl/_conditional.py' adding 'cryptography/hazmat/bindings/openssl/binding.py' adding 'cryptography/hazmat/primitives/__init__.py' adding 'cryptography/hazmat/primitives/_asymmetric.py' adding 'cryptography/hazmat/primitives/_cipheralgorithm.py' adding 'cryptography/hazmat/primitives/_serialization.py' adding 'cryptography/hazmat/primitives/cmac.py' adding 'cryptography/hazmat/primitives/constant_time.py' adding 'cryptography/hazmat/primitives/hashes.py' adding 'cryptography/hazmat/primitives/hmac.py' adding 'cryptography/hazmat/primitives/keywrap.py' adding 'cryptography/hazmat/primitives/padding.py' adding 'cryptography/hazmat/primitives/poly1305.py' adding 'cryptography/hazmat/primitives/asymmetric/__init__.py' adding 'cryptography/hazmat/primitives/asymmetric/dh.py' adding 'cryptography/hazmat/primitives/asymmetric/dsa.py' adding 'cryptography/hazmat/primitives/asymmetric/ec.py' adding 'cryptography/hazmat/primitives/asymmetric/ed25519.py' adding 'cryptography/hazmat/primitives/asymmetric/ed448.py' adding 'cryptography/hazmat/primitives/asymmetric/padding.py' adding 'cryptography/hazmat/primitives/asymmetric/rsa.py' adding 'cryptography/hazmat/primitives/asymmetric/utils.py' adding 'cryptography/hazmat/primitives/asymmetric/x25519.py' adding 'cryptography/hazmat/primitives/asymmetric/x448.py' adding 'cryptography/hazmat/primitives/ciphers/__init__.py' adding 'cryptography/hazmat/primitives/ciphers/aead.py' adding 'cryptography/hazmat/primitives/ciphers/algorithms.py' adding 'cryptography/hazmat/primitives/ciphers/base.py' adding 'cryptography/hazmat/primitives/ciphers/modes.py' adding 'cryptography/hazmat/primitives/kdf/__init__.py' adding 'cryptography/hazmat/primitives/kdf/concatkdf.py' adding 'cryptography/hazmat/primitives/kdf/hkdf.py' adding 'cryptography/hazmat/primitives/kdf/kbkdf.py' adding 'cryptography/hazmat/primitives/kdf/pbkdf2.py' adding 'cryptography/hazmat/primitives/kdf/scrypt.py' adding 'cryptography/hazmat/primitives/kdf/x963kdf.py' adding 'cryptography/hazmat/primitives/serialization/__init__.py' adding 'cryptography/hazmat/primitives/serialization/base.py' adding 'cryptography/hazmat/primitives/serialization/pkcs12.py' adding 'cryptography/hazmat/primitives/serialization/pkcs7.py' adding 'cryptography/hazmat/primitives/serialization/ssh.py' adding 'cryptography/hazmat/primitives/twofactor/__init__.py' adding 'cryptography/hazmat/primitives/twofactor/hotp.py' adding 'cryptography/hazmat/primitives/twofactor/totp.py' adding 'cryptography/hazmat/primitives/twofactor/utils.py' adding 'cryptography/x509/__init__.py' adding 'cryptography/x509/base.py' adding 'cryptography/x509/certificate_transparency.py' adding 'cryptography/x509/extensions.py' adding 'cryptography/x509/general_name.py' adding 'cryptography/x509/name.py' adding 'cryptography/x509/ocsp.py' adding 'cryptography/x509/oid.py' adding 'cryptography-3.4.7.dist-info/LICENSE' adding 'cryptography-3.4.7.dist-info/LICENSE.APACHE' adding 'cryptography-3.4.7.dist-info/LICENSE.BSD' adding 'cryptography-3.4.7.dist-info/LICENSE.PSF' adding 'cryptography-3.4.7.dist-info/METADATA' adding 'cryptography-3.4.7.dist-info/WHEEL' adding 'cryptography-3.4.7.dist-info/top_level.txt' adding 'cryptography-3.4.7.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/cryptography-3.4.7/dist /build/cryptography-3.4.7 Processing ./cryptography-3.4.7-cp38-cp38-linux_x86_64.whl Requirement already satisfied: cffi>=1.12 in /nix/store/dmz12djghk7amjqpr64mxivfvpghwz28-python3.8-cffi-1.14.5/lib/python3.8/site-packages (from cryptography==3.4.7) (1.14.5) Requirement already satisfied: pycparser in /nix/store/gmqjn4jyf1rrykv222r8gi78wk7xycl1-python3.8-pycparser-2.20/lib/python3.8/site-packages (from cffi>=1.12->cryptography==3.4.7) (2.20) Installing collected packages: cryptography Successfully installed cryptography-3.4.7 /build/cryptography-3.4.7 Finished executing pipInstallPhase @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/n2dlj5cajz7gwqqx149wihx0dnwrcdza-python3.8-cryptography-3.4.7 shrinking /nix/store/n2dlj5cajz7gwqqx149wihx0dnwrcdza-python3.8-cryptography-3.4.7/lib/python3.8/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so shrinking /nix/store/n2dlj5cajz7gwqqx149wihx0dnwrcdza-python3.8-cryptography-3.4.7/lib/python3.8/site-packages/cryptography/hazmat/bindings/_padding.abi3.so shrinking /nix/store/n2dlj5cajz7gwqqx149wihx0dnwrcdza-python3.8-cryptography-3.4.7/lib/python3.8/site-packages/cryptography/hazmat/bindings/_rust.abi3.so strip is /nix/store/fh9f7pr9kxfwvs8lm4479lvhrkzmmkdw-binutils-2.35.1/bin/strip stripping (with command strip and flags -S) in /nix/store/n2dlj5cajz7gwqqx149wihx0dnwrcdza-python3.8-cryptography-3.4.7/lib patching script interpreter paths in /nix/store/n2dlj5cajz7gwqqx149wihx0dnwrcdza-python3.8-cryptography-3.4.7 checking for references to /build/ in /nix/store/n2dlj5cajz7gwqqx149wihx0dnwrcdza-python3.8-cryptography-3.4.7... find: ‘/nix/store/jl5gnh0hrggk2qzax3ildl91pa8pcx4j-python3.8-cryptography-3.4.7-dev’: No such file or directory strip is /nix/store/fh9f7pr9kxfwvs8lm4479lvhrkzmmkdw-binutils-2.35.1/bin/strip Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } running install tests ============================= test session starts ============================== platform linux -- Python 3.8.10, pytest-6.2.4, py-1.10.0, pluggy-0.13.1 OpenSSL: OpenSSL 1.1.1k 25 Mar 2021 FIPS Enabled: False rootdir: /build/cryptography-3.4.7, configfile: pyproject.toml plugins: hypothesis-6.14.0, subtests-0.5.0 collecting ...  collecting 124 items  collecting 285 items  collecting 1032 items  collecting 1134 items  collecting 1682 items  collecting 2390 items  collected 2801 items  tests/test_cryptography_utils.py .. [ 0%] tests/test_fernet.py .............................. [ 1%] tests/test_interfaces.py ...... [ 1%] tests/test_utils.py ..................................... [ 2%] tests/test_warnings.py .. [ 2%] tests/hazmat/test_der.py ......................................... [ 4%] tests/hazmat/test_oid.py .. [ 4%] tests/hazmat/backends/test_no_backend.py .. [ 4%] tests/hazmat/backends/test_openssl.py ..................sssssss......... [ 5%] ....ss.............sssssss [ 6%] tests/hazmat/backends/test_openssl_memleak.py ................. [ 7%] tests/hazmat/bindings/test_openssl.py ......... [ 7%] tests/hazmat/primitives/test_3des.py ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 7%] .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 7%] .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 7%] .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 7%] .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 7%] ............................................................. [ 7%] tests/hazmat/primitives/test_aead.py s.................................................................................. [ 8%] .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 8%] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ [ 8%] ......... [ 9%] tests/hazmat/primitives/test_aes.py ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 9%] ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 9%] ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 9%] ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 9%] ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 9%] ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 9%] ................s [ 9%] tests/hazmat/primitives/test_aes_gcm.py .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 10%]  [ 10%] tests/hazmat/primitives/test_arc4.py ................................................................................................................................................................................................................................................................................................. [ 10%]  [ 10%] tests/hazmat/primitives/test_asym_utils.py ...... [ 10%] tests/hazmat/primitives/test_block.py ........................ [ 11%] tests/hazmat/primitives/test_blowfish.py ........................................................ [ 11%] ...... [ 11%] tests/hazmat/primitives/test_camellia.py ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. [ 11%] ....................................... [ 11%] tests/hazmat/primitives/test_cast5.py .............................................. [ 11%] ..................... [ 11%] tests/hazmat/primitives/test_chacha20.py ........ [ 11%] tests/hazmat/primitives/test_ciphers.py ................................ [ 13%] ........................................................................ [ 15%] ........................................ [ 17%] tests/hazmat/primitives/test_cmac.py ................................... [ 18%] ............ [ 18%] tests/hazmat/primitives/test_concatkdf.py ................. [ 19%] tests/hazmat/primitives/test_constant_time.py .. [ 19%] tests/hazmat/primitives/test_dh.py ............................s........ [ 20%] ......................................................... [ 22%] tests/hazmat/primitives/test_dsa.py .................................... [ 24%] ......................................................................................................................................................................................................................................................................................................................................................... [ 25%] ..................................................................................................................................................................................................................................................................................................................... [ 26%] ................................................................ [ 28%] tests/hazmat/primitives/test_ec.py .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 29%] ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 29%] .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 30%] ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 30%] ............................................................................................................................................................................................................................ [ 32%] ..... [ 32%] tests/hazmat/primitives/test_ed25519.py s................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. [ 32%] .............. [ 33%] tests/hazmat/primitives/test_ed448.py s..s............................. [ 34%] tests/hazmat/primitives/test_hash_vectors.py .................................................................................................................................. [ 34%] .................................................................................................................................. [ 34%] .................................................................................................................................. [ 34%] .................................................................................................................................................................................................................................................................. [ 34%] .................................................................................................................................................................................................................................................................. [ 34%] .................................................................................................................................................................................................................................................................. [ 34%] .................................................................................................................................................................................................................................................................. [ 34%] .............................................................................................................................................................................................................................................................................. [ 34%] .............................................................................................................................................................................................................................................. [ 34%] .............................................................................................................................................................................................................. [ 35%] .............................................................................................................................................................................. [ 35%] ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 35%] ...................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 35%] ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 35%] ...................................................................................................................................................................................................................................................................................................................................................................................... [ 35%]  [ 35%] tests/hazmat/primitives/test_hashes.py .................... [ 35%] tests/hazmat/primitives/test_hkdf.py ............... [ 36%] tests/hazmat/primitives/test_hkdf_vectors.py ....................... [ 36%] tests/hazmat/primitives/test_hmac.py .......... [ 36%] tests/hazmat/primitives/test_hmac_vectors.py .............................. [ 37%] ................ [ 37%] tests/hazmat/primitives/test_idea.py ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... [ 37%] ............................................................... [ 37%] tests/hazmat/primitives/test_kbkdf.py ................. [ 37%] tests/hazmat/primitives/test_kbkdf_vectors.py ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss................................................................................................................................................................................................................................................................................................................................ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss................................................................................................................................................................................................................................................................................................................................ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss................................................................................................................................................................................................................................................................................................................................ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss................................................................................................................................................................................................................................................................................................................................ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss................................................................................................................................................................................................................................................................................................................................ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss. [ 37%]  [ 37%] tests/hazmat/primitives/test_keywrap.py ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. [ 37%] ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. [ 38%] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. [ 38%] .................................................................................................................................. [ 38%] ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. [ 38%] .................................................................................................................................. [ 38%] ... [ 38%] tests/hazmat/primitives/test_padding.py ................................ [ 39%] ........ [ 39%] tests/hazmat/primitives/test_pbkdf2hmac.py ....... [ 40%] tests/hazmat/primitives/test_pbkdf2hmac_vectors.py ....... [ 40%] tests/hazmat/primitives/test_pkcs12.py ................... [ 40%] tests/hazmat/primitives/test_pkcs7.py .................................. [ 42%] ........ [ 42%] tests/hazmat/primitives/test_poly1305.py s.................... [ 43%] tests/hazmat/primitives/test_rsa.py .................................... [ 44%] .....s.............................................................................................................................................................................................................................................................................................................. [ 44%] ........................................................................ [ 47%] ...................................................................................................................................................................................................................................................................................................................... [ 47%] ........................................................................ [ 50%] ..................................................................................................................................................................................................... [ 50%] ............................................................................................................................................................................................... [ 50%] ............................................................................................................................................................................................... [ 50%] ............................................................................................................................................................................................... [ 50%] ............................................................................................................................................................................................... [ 50%] ............................................................................................................................................................................................... [ 50%] ............................................................................................................................................................................................... [ 50%] ............................................................................................................................................................................................... [ 50%] ............................................................................................................................................................................................... [ 50%] ............................................................................................................................................................................................... [ 50%] ..................................................................................................................................................................................................................................................................................................................... [ 51%] ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................[0m..................................................................................................................................................................... [ 53%] ........................................................................ [ 55%] ............................................................................................................................................................................................................................................................................................................................................... [ 57%] ................................................. [ 58%] tests/hazmat/primitives/test_scrypt.py ................... [ 59%] tests/hazmat/primitives/test_seed.py .................................................. [ 59%]  [ 59%] tests/hazmat/primitives/test_serialization.py .......................... [ 60%] ........................................................................ [ 63%] .......................................................s.s.s.ss......... [ 65%] ..... [ 65%] tests/hazmat/primitives/test_x25519.py s................... [ 66%] tests/hazmat/primitives/test_x448.py s................. [ 67%] tests/hazmat/primitives/test_x963_vectors.py ..................................................................................................... [ 67%] . [ 67%] tests/hazmat/primitives/test_x963kdf.py ........ [ 67%] tests/hazmat/primitives/twofactor/test_hotp.py ......................... [ 68%] .............. [ 69%] tests/hazmat/primitives/twofactor/test_totp.py ......................... [ 69%] ................ [ 70%] tests/hypothesis/test_fernet.py . [ 70%] tests/hypothesis/test_padding.py .. [ 70%] tests/wycheproof/test_aes.py ssss [ 70%] tests/wycheproof/test_chacha20poly1305.py s [ 70%] tests/wycheproof/test_cmac.py s [ 70%] tests/wycheproof/test_dsa.py s [ 70%] tests/wycheproof/test_ecdh.py ss [ 70%] tests/wycheproof/test_ecdsa.py s [ 71%] tests/wycheproof/test_eddsa.py ss [ 71%] tests/wycheproof/test_hkdf.py s [ 71%] tests/wycheproof/test_hmac.py s [ 71%] tests/wycheproof/test_keywrap.py ss [ 71%] tests/wycheproof/test_rsa.py sssss [ 71%] tests/wycheproof/test_utils.py . [ 71%] tests/wycheproof/test_x25519.py s [ 71%] tests/wycheproof/test_x448.py s [ 71%] tests/x509/test_ocsp.py ................................................ [ 73%] ..........s.... [ 73%] tests/x509/test_x509.py ................................................ [ 75%] ........................................................................ [ 78%] ........................................................................ [ 80%] ........................................................................ [ 83%] ................ [ 83%] tests/x509/test_x509_crlbuilder.py ..................................... [ 85%] . [ 85%] tests/x509/test_x509_ext.py ............................................ [ 86%] ........................................................................ [ 89%] ........................................................................ [ 91%] ........................................................................ [ 94%] ........................................................................ [ 96%] .........................................................s....... [ 99%] tests/x509/test_x509_revokedcertbuilder.py .................... [100%] =========================== short test summary info ============================ SKIPPED [1] tests/hazmat/backends/test_openssl.py:192: Requires OpenSSL with ENGINE support and OpenSSL < 1.1.1d SKIPPED [1] tests/hazmat/backends/test_openssl.py:233: Requires OpenSSL with ENGINE support and OpenSSL < 1.1.1d SKIPPED [1] tests/hazmat/backends/test_openssl.py:240: Requires OpenSSL with ENGINE support and OpenSSL < 1.1.1d SKIPPED [1] tests/hazmat/backends/test_openssl.py:251: Requires OpenSSL with ENGINE support and OpenSSL < 1.1.1d SKIPPED [1] tests/hazmat/backends/test_openssl.py:262: Requires OpenSSL with ENGINE support and OpenSSL < 1.1.1d SKIPPED [1] tests/hazmat/backends/test_openssl.py:270: Requires OpenSSL with ENGINE support and OpenSSL < 1.1.1d SKIPPED [1] tests/hazmat/backends/test_openssl.py:285: Requires OpenSSL with ENGINE support and OpenSSL < 1.1.1d SKIPPED [1] tests/hazmat/backends/test_openssl.py:425: Requires OpenSSL without rsa_oaep_md (< 1.0.2) SKIPPED [1] tests/hazmat/backends/test_openssl.py:441: Requires OpenSSL without rsa_oaep_md (< 1.0.2) SKIPPED [3] tests/hazmat/backends/test_openssl.py:612: Requires OpenSSL without EVP_PKEY_DHX (< 1.0.2) SKIPPED [2] tests/hazmat/backends/test_openssl.py:642: Requires OpenSSL without EVP_PKEY_DHX (< 1.0.2) SKIPPED [2] tests/hazmat/backends/test_openssl.py:664: Requires OpenSSL without EVP_PKEY_DHX (< 1.0.2) SKIPPED [1] tests/hazmat/primitives/test_aead.py:41: Requires OpenSSL without ChaCha20Poly1305 support SKIPPED [1] tests/hazmat/primitives/test_aes.py:258: AES in dummy-mode mode not supported SKIPPED [1] tests/hazmat/primitives/test_dh.py:409: DH keys less than 512 bits are unsupported SKIPPED [1] tests/utils.py:30: Requires OpenSSL without Ed25519 support () SKIPPED [1] tests/utils.py:30: Requires OpenSSL without Ed448 support () SKIPPED [1] tests/hazmat/primitives/test_ed448.py:60: ed448 contexts are not currently supported SKIPPED [480] tests/hazmat/primitives/utils.py:432: KBKDF does not support algorithm: cmac_aes128 SKIPPED [480] tests/hazmat/primitives/utils.py:432: KBKDF does not support algorithm: cmac_aes192 SKIPPED [480] tests/hazmat/primitives/utils.py:432: KBKDF does not support algorithm: cmac_aes256 SKIPPED [480] tests/hazmat/primitives/utils.py:432: KBKDF does not support algorithm: cmac_tdes2 SKIPPED [480] tests/hazmat/primitives/utils.py:432: KBKDF does not support algorithm: cmac_tdes3 SKIPPED [800] tests/hazmat/primitives/utils.py:438: Does not support counter location: middle_fixed SKIPPED [1] tests/utils.py:30: Requires OpenSSL without poly1305 support () SKIPPED [1] tests/utils.py:30: Requires backend without RSA OAEP label support () SKIPPED [4] tests/hazmat/primitives/test_serialization.py:1910: Requires bcrypt module SKIPPED [1] tests/utils.py:30: Requires that bcrypt exists () SKIPPED [1] tests/utils.py:30: Requires OpenSSL without X25519 support () SKIPPED [1] tests/utils.py:30: Requires OpenSSL without X448 support () SKIPPED [23] ../../nix/store/b1q0gb86z5fzxmb1m5wdni43p38pd89f-python3.8-pytest-6.2.4/lib/python3.8/site-packages/_pytest/config/__init__.py:1473: no 'wycheproof_root' option found SKIPPED [1] tests/utils.py:30: Requires OpenSSL < 1.1.0f () SKIPPED [1] tests/utils.py:30: Requires LibreSSL () ======== 2745 passed, 3256 skipped, 86527 warnings in 125.12s (0:02:05) ======== @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase @nix { "action": "setPhase", "phase": "pytestcachePhase" } pytestcachePhase