Mock Version: 4.1 Mock Version: 4.1 Mock Version: 4.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/python3.11-cryptography.spec'], chrootPath='/var/lib/mock/dist-oc8-build-80702-53788/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/python3.11-cryptography.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False sh: /usr/bin/python3.11: No such file or directory sh: /usr/bin/python3.11: No such file or directory Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python3.11-cryptography-37.0.2-6.oc8.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps --nocheck /builddir/build/SPECS/python3.11-cryptography.spec'], chrootPath='/var/lib/mock/dist-oc8-build-80702-53788/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps --nocheck /builddir/build/SPECS/python3.11-cryptography.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NqTvTJ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cryptography-37.0.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/cryptography-37.0.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cryptography-37.0.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/CVE-2023-23931.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/CVE-2023-49083.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/mkdir -p .cargo + cat + /usr/bin/tar -xoaf /builddir/build/SOURCES/cryptography-37.0.2-vendor.tar.bz2 + cat + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mfPD7R + umask 022 + cd /builddir/build/BUILD + cd cryptography-37.0.2 + export 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1' + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1' + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3.11 setup.py build '--executable=/usr/bin/python3.11 -sP' running build running build_py creating build creating build/lib.linux-aarch64-cpython-311 creating build/lib.linux-aarch64-cpython-311/cryptography copying src/cryptography/utils.py -> build/lib.linux-aarch64-cpython-311/cryptography copying src/cryptography/__init__.py -> build/lib.linux-aarch64-cpython-311/cryptography copying src/cryptography/__about__.py -> build/lib.linux-aarch64-cpython-311/cryptography copying src/cryptography/fernet.py -> build/lib.linux-aarch64-cpython-311/cryptography copying src/cryptography/exceptions.py -> build/lib.linux-aarch64-cpython-311/cryptography creating build/lib.linux-aarch64-cpython-311/cryptography/hazmat copying src/cryptography/hazmat/__init__.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat copying src/cryptography/hazmat/_oid.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat creating build/lib.linux-aarch64-cpython-311/cryptography/x509 copying src/cryptography/x509/base.py -> build/lib.linux-aarch64-cpython-311/cryptography/x509 copying src/cryptography/x509/general_name.py -> build/lib.linux-aarch64-cpython-311/cryptography/x509 copying src/cryptography/x509/ocsp.py -> build/lib.linux-aarch64-cpython-311/cryptography/x509 copying src/cryptography/x509/__init__.py -> build/lib.linux-aarch64-cpython-311/cryptography/x509 copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-aarch64-cpython-311/cryptography/x509 copying src/cryptography/x509/oid.py -> build/lib.linux-aarch64-cpython-311/cryptography/x509 copying src/cryptography/x509/extensions.py -> build/lib.linux-aarch64-cpython-311/cryptography/x509 copying src/cryptography/x509/name.py -> build/lib.linux-aarch64-cpython-311/cryptography/x509 creating build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives creating build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends creating build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings creating build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/ciphers creating build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/types.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric creating build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/serialization creating build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/kdf creating build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/twofactor creating build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl creating build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/openssl running egg_info creating src/cryptography.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 writing manifest file 'src/cryptography.egg-info/SOURCES.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 '.circleci' adding license file 'LICENSE' adding license file 'LICENSE.APACHE' adding license file 'LICENSE.BSD' adding license file 'LICENSE.PSF' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'cryptography.hazmat.bindings._rust' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'cryptography.hazmat.bindings._rust' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'cryptography.hazmat.bindings._rust' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'cryptography.hazmat.bindings._rust' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) copying src/cryptography/py.typed -> build/lib.linux-aarch64-cpython-311/cryptography creating build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/__init__.pyi -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/x509.pyi -> build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/_rust running build_ext running build_rust cargo rustc --lib --message-format=json-render-diagnostics --manifest-path src/rust/Cargo.toml --release -v --features pyo3/abi3-py36 pyo3/extension-module -- --crate-type cdylib Compiling proc-macro2 v1.0.37 Compiling unicode-xid v0.2.2 Compiling autocfg v1.1.0 Compiling syn v1.0.91 Compiling version_check v0.9.4 Compiling libc v0.2.124 Compiling proc-macro-hack v0.5.19 Compiling pyo3-build-config v0.15.2 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/proc-macro2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=901724df2beafed5 -C extra-filename=-901724df2beafed5 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/proc-macro2-901724df2beafed5 -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/usr/bin/rustc --crate-name unicode_xid /builddir/build/BUILD/cryptography-37.0.2/vendor/unicode-xid/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' -C metadata=d8dc36a09771a7b7 -C extra-filename=-d8dc36a09771a7b7 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/usr/bin/rustc --crate-name autocfg /builddir/build/BUILD/cryptography-37.0.2/vendor/autocfg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=68e1d7f72e21a4a4 -C extra-filename=-68e1d7f72e21a4a4 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/usr/bin/rustc --crate-name version_check /builddir/build/BUILD/cryptography-37.0.2/vendor/version_check/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=143875e10e7cc1ca -C extra-filename=-143875e10e7cc1ca --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/proc-macro-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=eb3368d2901c1c7d -C extra-filename=-eb3368d2901c1c7d --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/proc-macro-hack-eb3368d2901c1c7d -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/pyo3-build-config/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py36"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="resolve-config"' -C metadata=f8ca105f3c955f4e -C extra-filename=-f8ca105f3c955f4e --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/pyo3-build-config-f8ca105f3c955f4e -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/syn/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --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=ad0e377dae974918 -C extra-filename=-ad0e377dae974918 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/syn-ad0e377dae974918 -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/usr/bin/rustc --crate-name build_script_build /builddir/build/BUILD/cryptography-37.0.2/vendor/libc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=523cf7628cd10202 -C extra-filename=-523cf7628cd10202 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/libc-523cf7628cd10202 -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Compiling once_cell v1.10.0 Running `/usr/bin/rustc --crate-name once_cell --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/once_cell/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=aa32eecfb54ff929 -C extra-filename=-aa32eecfb54ff929 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Compiling parking_lot_core v0.8.5 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/parking_lot_core/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=e7f9c0d65653d5ae -C extra-filename=-e7f9c0d65653d5ae --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/parking_lot_core-e7f9c0d65653d5ae -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/proc-macro-hack-eb3368d2901c1c7d/build-script-build` Running `/usr/bin/rustc --crate-name proc_macro_hack --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/proc-macro-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=18602e0711cd972b -C extra-filename=-18602e0711cd972b --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/libc-523cf7628cd10202/build-script-build` Running `/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/syn-ad0e377dae974918/build-script-build` Running `/usr/bin/rustc --crate-name libc /builddir/build/BUILD/cryptography-37.0.2/vendor/libc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=852136305fb13040 -C extra-filename=-852136305fb13040 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_ptr_addr_of --cfg libc_underscore_const_names` Compiling cfg-if v1.0.0 Running `/usr/bin/rustc --crate-name cfg_if --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/cfg-if/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=411ee7c2b39502f1 -C extra-filename=-411ee7c2b39502f1 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/proc-macro2-901724df2beafed5/build-script-build` Running `/usr/bin/rustc --crate-name proc_macro2 --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/proc-macro2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=bcd1779e9ae92161 -C extra-filename=-bcd1779e9ae92161 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern unicode_xid=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libunicode_xid-d8dc36a09771a7b7.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 --cfg use_proc_macro --cfg wrap_proc_macro` Compiling instant v0.1.12 Running `/usr/bin/rustc --crate-name instant --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/instant/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=4d676e4ac88a8391 -C extra-filename=-4d676e4ac88a8391 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern cfg_if=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libcfg_if-411ee7c2b39502f1.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/parking_lot_core-e7f9c0d65653d5ae/build-script-build` Compiling smallvec v1.8.0 Compiling unindent v0.1.8 Running `/usr/bin/rustc --crate-name unindent --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/unindent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=f254514aa8cc143b -C extra-filename=-f254514aa8cc143b --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/usr/bin/rustc --crate-name smallvec --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/smallvec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=7b127313cc9af96e -C extra-filename=-7b127313cc9af96e --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Compiling quote v1.0.18 Running `/usr/bin/rustc --crate-name quote --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/quote/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=699d15700a475c22 -C extra-filename=-699d15700a475c22 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern proc_macro2=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libproc_macro2-bcd1779e9ae92161.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Compiling scopeguard v1.1.0 Running `/usr/bin/rustc --crate-name scopeguard /builddir/build/BUILD/cryptography-37.0.2/vendor/scopeguard/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=e0cbcb77ee52fe75 -C extra-filename=-e0cbcb77ee52fe75 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/usr/bin/rustc --crate-name syn --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/syn/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --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=49fe19a8bcab6325 -C extra-filename=-49fe19a8bcab6325 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern proc_macro2=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libproc_macro2-bcd1779e9ae92161.rmeta --extern quote=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libquote-699d15700a475c22.rmeta --extern unicode_xid=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libunicode_xid-d8dc36a09771a7b7.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 --cfg syn_disable_nightly_tests` Running `/usr/bin/rustc --crate-name parking_lot_core --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/parking_lot_core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=2fa13931eaf5c73c -C extra-filename=-2fa13931eaf5c73c --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern cfg_if=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libcfg_if-411ee7c2b39502f1.rmeta --extern instant=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libinstant-4d676e4ac88a8391.rmeta --extern libc=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/liblibc-852136305fb13040.rmeta --extern smallvec=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libsmallvec-7b127313cc9af96e.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Compiling proc-macro-error-attr v1.0.4 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/proc-macro-error-attr/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=968f9b884084e473 -C extra-filename=-968f9b884084e473 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/proc-macro-error-attr-968f9b884084e473 -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern version_check=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libversion_check-143875e10e7cc1ca.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Compiling num-traits v0.2.14 Running `/usr/bin/rustc --crate-name build_script_build /builddir/build/BUILD/cryptography-37.0.2/vendor/num-traits/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=d83c77b5d2dacc05 -C extra-filename=-d83c77b5d2dacc05 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/num-traits-d83c77b5d2dacc05 -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern autocfg=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libautocfg-68e1d7f72e21a4a4.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/proc-macro-error-attr-968f9b884084e473/build-script-build` Compiling lock_api v0.4.7 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/lock_api/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=4b2379b7ababed0e -C extra-filename=-4b2379b7ababed0e --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/lock_api-4b2379b7ababed0e -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern autocfg=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libautocfg-68e1d7f72e21a4a4.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Compiling num-integer v0.1.44 Running `/usr/bin/rustc --crate-name build_script_build /builddir/build/BUILD/cryptography-37.0.2/vendor/num-integer/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=9af9b4ad5fbd3458 -C extra-filename=-9af9b4ad5fbd3458 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/num-integer-9af9b4ad5fbd3458 -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern autocfg=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libautocfg-68e1d7f72e21a4a4.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/num-traits-d83c77b5d2dacc05/build-script-build` Compiling proc-macro-error v1.0.4 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/proc-macro-error/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=13c4f5720bba92e3 -C extra-filename=-13c4f5720bba92e3 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/proc-macro-error-13c4f5720bba92e3 -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern version_check=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libversion_check-143875e10e7cc1ca.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/num-integer-9af9b4ad5fbd3458/build-script-build` Running `/usr/bin/rustc --crate-name num_traits /builddir/build/BUILD/cryptography-37.0.2/vendor/num-traits/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=a806ff9b70ac4cf7 -C extra-filename=-a806ff9b70ac4cf7 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 --cfg has_i128 --cfg has_to_int_unchecked` Running `/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/lock_api-4b2379b7ababed0e/build-script-build` Running `/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/proc-macro-error-13c4f5720bba92e3/build-script-build` Running `/usr/bin/rustc --crate-name lock_api --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/lock_api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=c829527a97f68d0a -C extra-filename=-c829527a97f68d0a --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern scopeguard=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libscopeguard-e0cbcb77ee52fe75.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 --cfg has_const_fn_trait_bound` Compiling Inflector v0.11.4 Running `/usr/bin/rustc --crate-name inflector /builddir/build/BUILD/cryptography-37.0.2/vendor/Inflector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=9772fcd6568cf2b3 -C extra-filename=-9772fcd6568cf2b3 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Compiling parking_lot v0.11.2 Running `/usr/bin/rustc --crate-name parking_lot --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/parking_lot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' -C metadata=8b44634d085300f6 -C extra-filename=-8b44634d085300f6 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern instant=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libinstant-4d676e4ac88a8391.rmeta --extern lock_api=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/liblock_api-c829527a97f68d0a.rmeta --extern parking_lot_core=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libparking_lot_core-2fa13931eaf5c73c.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Compiling base64 v0.13.0 Running `/usr/bin/rustc --crate-name base64 --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/base64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cbb4382c70f2a8fd -C extra-filename=-cbb4382c70f2a8fd --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/usr/bin/rustc --crate-name num_integer /builddir/build/BUILD/cryptography-37.0.2/vendor/num-integer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=deab2bc5167c37d1 -C extra-filename=-deab2bc5167c37d1 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern num_traits=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libnum_traits-a806ff9b70ac4cf7.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 --cfg has_i128` Compiling stable_deref_trait v1.2.0 Running `/usr/bin/rustc --crate-name stable_deref_trait /builddir/build/BUILD/cryptography-37.0.2/vendor/stable_deref_trait/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4136a8184a7f9518 -C extra-filename=-4136a8184a7f9518 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/usr/bin/rustc --crate-name unindent --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/unindent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=4b9b07a11cf28360 -C extra-filename=-4b9b07a11cf28360 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Compiling chrono v0.4.19 Running `/usr/bin/rustc --crate-name chrono /builddir/build/BUILD/cryptography-37.0.2/vendor/chrono/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="winapi"' -C metadata=54480abdf0bbb084 -C extra-filename=-54480abdf0bbb084 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern libc=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/liblibc-852136305fb13040.rmeta --extern num_integer=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libnum_integer-deab2bc5167c37d1.rmeta --extern num_traits=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libnum_traits-a806ff9b70ac4cf7.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Compiling aliasable v0.1.3 Running `/usr/bin/rustc --crate-name aliasable --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/aliasable/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=6f2dab2829fa3a6b -C extra-filename=-6f2dab2829fa3a6b --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Compiling pem v1.0.2 Compiling lazy_static v1.4.0 Running `/usr/bin/rustc --crate-name pem --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/pem/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=eb7831158673890b -C extra-filename=-eb7831158673890b --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern base64=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libbase64-cbb4382c70f2a8fd.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/usr/bin/rustc --crate-name lazy_static /builddir/build/BUILD/cryptography-37.0.2/vendor/lazy_static/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=b54e1f43d785962b -C extra-filename=-b54e1f43d785962b --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/pyo3-build-config-f8ca105f3c955f4e/build-script-build` Running `/usr/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/proc-macro-error-attr/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=d974a19f13ce6a4e -C extra-filename=-d974a19f13ce6a4e --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern proc_macro2=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libproc_macro2-bcd1779e9ae92161.rlib --extern quote=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libquote-699d15700a475c22.rlib --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/usr/bin/rustc --crate-name pyo3_build_config --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/pyo3-build-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py36"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="resolve-config"' -C metadata=553fee4e6659a049 -C extra-filename=-553fee4e6659a049 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern once_cell=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libonce_cell-aa32eecfb54ff929.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Compiling pyo3-macros-backend v0.15.2 Running `/usr/bin/rustc --crate-name pyo3_macros_backend --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/pyo3-macros-backend/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=d61bb5138ae21f21 -C extra-filename=-d61bb5138ae21f21 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern proc_macro2=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libproc_macro2-bcd1779e9ae92161.rmeta --extern pyo3_build_config=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libpyo3_build_config-553fee4e6659a049.rmeta --extern quote=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libquote-699d15700a475c22.rmeta --extern syn=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libsyn-49fe19a8bcab6325.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Compiling paste-impl v0.1.18 Running `/usr/bin/rustc --crate-name paste_impl --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/paste-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=1d0a368d933ea53f -C extra-filename=-1d0a368d933ea53f --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern proc_macro_hack=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libproc_macro_hack-18602e0711cd972b.so --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/usr/bin/rustc --crate-name proc_macro_error --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/proc-macro-error/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=76a99aeecb4ca051 -C extra-filename=-76a99aeecb4ca051 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern proc_macro_error_attr=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libproc_macro_error_attr-d974a19f13ce6a4e.so --extern proc_macro2=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libproc_macro2-bcd1779e9ae92161.rmeta --extern quote=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libquote-699d15700a475c22.rmeta --extern syn=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libsyn-49fe19a8bcab6325.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 --cfg use_fallback` Compiling paste v0.1.18 Running `/usr/bin/rustc --crate-name paste --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/paste/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=8874f940ac2f3741 -C extra-filename=-8874f940ac2f3741 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern paste_impl=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libpaste_impl-1d0a368d933ea53f.so --extern proc_macro_hack=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libproc_macro_hack-18602e0711cd972b.so --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Compiling pyo3 v0.15.2 Running `/usr/bin/rustc --crate-name build_script_build --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/pyo3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py36"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="paste"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=13fbd83f1cf19998 -C extra-filename=-13fbd83f1cf19998 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/pyo3-13fbd83f1cf19998 -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern pyo3_build_config=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libpyo3_build_config-553fee4e6659a049.rlib --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/build/pyo3-13fbd83f1cf19998/build-script-build` Compiling indoc-impl v0.3.6 Compiling ouroboros_macro v0.15.0 Compiling pyo3-macros v0.15.2 Compiling asn1_derive v0.8.7 Running `/usr/bin/rustc --crate-name indoc_impl --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/indoc-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=53e78924ed2a5ede -C extra-filename=-53e78924ed2a5ede --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern proc_macro_hack=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libproc_macro_hack-18602e0711cd972b.so --extern proc_macro2=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libproc_macro2-bcd1779e9ae92161.rlib --extern quote=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libquote-699d15700a475c22.rlib --extern syn=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libsyn-49fe19a8bcab6325.rlib --extern unindent=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libunindent-f254514aa8cc143b.rlib --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/usr/bin/rustc --crate-name ouroboros_macro --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/ouroboros_macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=17c4ec3cac5f5f4b -C extra-filename=-17c4ec3cac5f5f4b --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern inflector=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libinflector-9772fcd6568cf2b3.rlib --extern proc_macro_error=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libproc_macro_error-76a99aeecb4ca051.rlib --extern proc_macro2=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libproc_macro2-bcd1779e9ae92161.rlib --extern quote=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libquote-699d15700a475c22.rlib --extern syn=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libsyn-49fe19a8bcab6325.rlib --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/usr/bin/rustc --crate-name asn1_derive --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/asn1_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=e12d9c592be8ee61 -C extra-filename=-e12d9c592be8ee61 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern proc_macro2=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libproc_macro2-bcd1779e9ae92161.rlib --extern quote=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libquote-699d15700a475c22.rlib --extern syn=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libsyn-49fe19a8bcab6325.rlib --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/usr/bin/rustc --crate-name pyo3_macros --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/pyo3-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=a0e5e06eff68799c -C extra-filename=-a0e5e06eff68799c --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern pyo3_macros_backend=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libpyo3_macros_backend-d61bb5138ae21f21.rlib --extern quote=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libquote-699d15700a475c22.rlib --extern syn=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libsyn-49fe19a8bcab6325.rlib --extern proc_macro --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Compiling indoc v0.3.6 Running `/usr/bin/rustc --crate-name indoc --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/indoc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=5617b1c85fcdae8a -C extra-filename=-5617b1c85fcdae8a --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern indoc_impl=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libindoc_impl-53e78924ed2a5ede.so --extern proc_macro_hack=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libproc_macro_hack-18602e0711cd972b.so --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Compiling asn1 v0.8.7 Running `/usr/bin/rustc --crate-name asn1 --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/asn1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="asn1_derive"' --cfg 'feature="derive"' -C metadata=910c7e7463ef0d84 -C extra-filename=-910c7e7463ef0d84 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern asn1_derive=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libasn1_derive-e12d9c592be8ee61.so --extern chrono=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libchrono-54480abdf0bbb084.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Running `/usr/bin/rustc --crate-name pyo3 --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/pyo3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py36"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="paste"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=4b7fc238bf74105e -C extra-filename=-4b7fc238bf74105e --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern cfg_if=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libcfg_if-411ee7c2b39502f1.rmeta --extern indoc=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libindoc-5617b1c85fcdae8a.rmeta --extern libc=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/liblibc-852136305fb13040.rmeta --extern parking_lot=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libparking_lot-8b44634d085300f6.rmeta --extern paste=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libpaste-8874f940ac2f3741.rmeta --extern pyo3_macros=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libpyo3_macros-a0e5e06eff68799c.so --extern unindent=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libunindent-4b9b07a11cf28360.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 --cfg Py_3_6 --cfg Py_LIMITED_API --cfg 'py_sys_config="WITH_THREAD"' --cfg track_caller --cfg min_const_generics --cfg addr_of` Compiling ouroboros v0.15.0 Running `/usr/bin/rustc --crate-name ouroboros --edition=2018 /builddir/build/BUILD/cryptography-37.0.2/vendor/ouroboros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=0f824516088bcf5f -C extra-filename=-0f824516088bcf5f --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern aliasable=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libaliasable-6f2dab2829fa3a6b.rmeta --extern ouroboros_macro=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libouroboros_macro-17c4ec3cac5f5f4b.so --extern stable_deref_trait=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libstable_deref_trait-4136a8184a7f9518.rmeta --cap-lints allow -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Compiling cryptography-rust v0.1.0 (/builddir/build/BUILD/cryptography-37.0.2/src/rust) Running `/usr/bin/rustc --crate-name cryptography_rust --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --emit=dep-info,link -C opt-level=3 -C lto=thin --crate-type cdylib -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="extension-module"' -C metadata=68a064feba8b19c8 --out-dir /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps -L dependency=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps --extern asn1=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libasn1-910c7e7463ef0d84.rlib --extern chrono=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libchrono-54480abdf0bbb084.rlib --extern lazy_static=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/liblazy_static-b54e1f43d785962b.rlib --extern ouroboros=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libouroboros-0f824516088bcf5f.rlib --extern pem=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libpem-eb7831158673890b.rlib --extern pyo3=/builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/deps/libpyo3-4b7fc238bf74105e.rlib -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1` Finished release [optimized] target(s) in 1m 53s Copying rust artifact from /builddir/build/BUILD/cryptography-37.0.2/src/rust/target/release/libcryptography_rust.so to build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/_rust.abi3.so generating cffi module 'build/temp.linux-aarch64-cpython-311/_openssl.c' creating build/temp.linux-aarch64-cpython-311 building '_openssl' extension creating build/temp.linux-aarch64-cpython-311/build creating build/temp.linux-aarch64-cpython-311/build/temp.linux-aarch64-cpython-311 gcc -pthread -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.11 -c build/temp.linux-aarch64-cpython-311/_openssl.c -o build/temp.linux-aarch64-cpython-311/build/temp.linux-aarch64-cpython-311/_openssl.o -Wconversion -Wno-error=sign-conversion build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘Cryptography_pem_password_cb’: build/temp.linux-aarch64-cpython-311/_openssl.c:2400:37: warning: conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion] memcpy(buf, st->password, st->length); ~~^~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_ASN1_STRING_data’: build/temp.linux-aarch64-cpython-311/_openssl.c:7907:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations] return ASN1_STRING_data(x0); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/asn1.h:554:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_ASN1_STRING_data’: build/temp.linux-aarch64-cpython-311/_openssl.c:7930:3: warning: ‘ASN1_STRING_data’ is deprecated [-Wdeprecated-declarations] { result = ASN1_STRING_data(x0); } ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/asn1.h:554:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_DTLSv1_client_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:13855:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations] return DTLSv1_client_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1897:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_DTLSv1_client_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:13866:3: warning: ‘DTLSv1_client_method’ is deprecated [-Wdeprecated-declarations] { result = DTLSv1_client_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1897:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_DTLSv1_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:13972:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations] return DTLSv1_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1895:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_DTLSv1_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:13983:3: warning: ‘DTLSv1_method’ is deprecated [-Wdeprecated-declarations] { result = DTLSv1_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1895:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_DTLSv1_server_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:13998:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations] return DTLSv1_server_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1896:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_DTLSv1_server_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:14009:3: warning: ‘DTLSv1_server_method’ is deprecated [-Wdeprecated-declarations] { result = DTLSv1_server_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1896:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_OPENSSL_config’: build/temp.linux-aarch64-cpython-311/_openssl.c:22697:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations] OPENSSL_config(x0); ^~~~~~~~~~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/conf.h:91:1: note: declared here DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_OPENSSL_config’: build/temp.linux-aarch64-cpython-311/_openssl.c:22718:3: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations] { OPENSSL_config(x0); } ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/conf.h:91:1: note: declared here DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_SSL_CTX_add_extra_chain_cert’: build/temp.linux-aarch64-cpython-311/_openssl.c:26991:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] return SSL_CTX_add_extra_chain_cert(x0, x1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_SSL_CTX_add_extra_chain_cert’: build/temp.linux-aarch64-cpython-311/_openssl.c:27029:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_add_extra_chain_cert(x0, x1); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_SSL_CTX_clear_mode’: build/temp.linux-aarch64-cpython-311/_openssl.c:27170:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] return SSL_CTX_clear_mode(x0, x1); ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c:27170:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_SSL_CTX_clear_mode’: build/temp.linux-aarch64-cpython-311/_openssl.c:27203:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_clear_mode(x0, x1); } ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c:27203:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_mode’: build/temp.linux-aarch64-cpython-311/_openssl.c:27578:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] return SSL_CTX_get_mode(x0); ^~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_mode’: build/temp.linux-aarch64-cpython-311/_openssl.c:27601:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_get_mode(x0); } ^~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_session_cache_mode’: build/temp.linux-aarch64-cpython-311/_openssl.c:27692:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] return SSL_CTX_get_session_cache_mode(x0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_session_cache_mode’: build/temp.linux-aarch64-cpython-311/_openssl.c:27715:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_get_session_cache_mode(x0); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_mode’: build/temp.linux-aarch64-cpython-311/_openssl.c:29404:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] return SSL_CTX_set_mode(x0, x1); ^~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c:29404:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_mode’: build/temp.linux-aarch64-cpython-311/_openssl.c:29437:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_set_mode(x0, x1); } ^~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c:29437:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] In file included from build/temp.linux-aarch64-cpython-311/_openssl.c:832: build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_session_cache_mode’: build/temp.linux-aarch64-cpython-311/_openssl.c:29778:45: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] return SSL_CTX_set_session_cache_mode(x0, x1); ^~ build/temp.linux-aarch64-cpython-311/_openssl.c:29778:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] return SSL_CTX_set_session_cache_mode(x0, x1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from build/temp.linux-aarch64-cpython-311/_openssl.c:832: build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_session_cache_mode’: build/temp.linux-aarch64-cpython-311/_openssl.c:29811:49: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_set_session_cache_mode(x0, x1); } ^~ build/temp.linux-aarch64-cpython-311/_openssl.c:29811:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_set_session_cache_mode(x0, x1); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_dh’: build/temp.linux-aarch64-cpython-311/_openssl.c:30184:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] return SSL_CTX_set_tmp_dh(x0, x1); ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_dh’: build/temp.linux-aarch64-cpython-311/_openssl.c:30222:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_set_tmp_dh(x0, x1); } ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_ecdh’: build/temp.linux-aarch64-cpython-311/_openssl.c:30237:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] return SSL_CTX_set_tmp_ecdh(x0, x1); ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_ecdh’: build/temp.linux-aarch64-cpython-311/_openssl.c:30275:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] { result = SSL_CTX_set_tmp_ecdh(x0, x1); } ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_SSL_SESSION_get_ticket_lifetime_hint’: build/temp.linux-aarch64-cpython-311/_openssl.c:30904:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] return SSL_SESSION_get_ticket_lifetime_hint(x0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_SSL_SESSION_get_ticket_lifetime_hint’: build/temp.linux-aarch64-cpython-311/_openssl.c:30927:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] { result = SSL_SESSION_get_ticket_lifetime_hint(x0); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_SSL_clear_mode’: build/temp.linux-aarch64-cpython-311/_openssl.c:31275:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] return SSL_clear_mode(x0, x1); ^~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c:31275:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_SSL_clear_mode’: build/temp.linux-aarch64-cpython-311/_openssl.c:31308:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] { result = SSL_clear_mode(x0, x1); } ^~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c:31308:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_SSL_get_mode’: build/temp.linux-aarch64-cpython-311/_openssl.c:32180:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] return SSL_get_mode(x0); ^~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_SSL_get_mode’: build/temp.linux-aarch64-cpython-311/_openssl.c:32203:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] { result = SSL_get_mode(x0); } ^~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_SSL_set_mode’: build/temp.linux-aarch64-cpython-311/_openssl.c:33870:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] return SSL_set_mode(x0, x1); ^~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c:33870:10: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_SSL_set_mode’: build/temp.linux-aarch64-cpython-311/_openssl.c:33903:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] { result = SSL_set_mode(x0, x1); } ^~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c:33903:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_TLSv1_1_client_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:35107:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations] return TLSv1_1_client_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1885:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_TLSv1_1_client_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:35118:3: warning: ‘TLSv1_1_client_method’ is deprecated [-Wdeprecated-declarations] { result = TLSv1_1_client_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1885:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_TLSv1_1_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:35133:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations] return TLSv1_1_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1883:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_TLSv1_1_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:35144:3: warning: ‘TLSv1_1_method’ is deprecated [-Wdeprecated-declarations] { result = TLSv1_1_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1883:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_TLSv1_1_server_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:35159:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations] return TLSv1_1_server_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1884:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_TLSv1_1_server_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:35170:3: warning: ‘TLSv1_1_server_method’ is deprecated [-Wdeprecated-declarations] { result = TLSv1_1_server_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1884:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_TLSv1_2_client_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:35185:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations] return TLSv1_2_client_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1891:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_TLSv1_2_client_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:35196:3: warning: ‘TLSv1_2_client_method’ is deprecated [-Wdeprecated-declarations] { result = TLSv1_2_client_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1891:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_TLSv1_2_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:35211:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations] return TLSv1_2_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1889:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_TLSv1_2_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:35222:3: warning: ‘TLSv1_2_method’ is deprecated [-Wdeprecated-declarations] { result = TLSv1_2_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1889:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_TLSv1_2_server_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:35237:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations] return TLSv1_2_server_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1890:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_TLSv1_2_server_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:35248:3: warning: ‘TLSv1_2_server_method’ is deprecated [-Wdeprecated-declarations] { result = TLSv1_2_server_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1890:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_TLSv1_client_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:35263:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations] return TLSv1_client_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1879:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_TLSv1_client_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:35274:3: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations] { result = TLSv1_client_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1879:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_TLSv1_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:35289:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations] return TLSv1_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1877:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_TLSv1_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:35300:3: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations] { result = TLSv1_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1877:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_TLSv1_server_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:35315:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations] return TLSv1_server_method(); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1878:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_TLSv1_server_method’: build/temp.linux-aarch64-cpython-311/_openssl.c:35326:3: warning: ‘TLSv1_server_method’ is deprecated [-Wdeprecated-declarations] { result = TLSv1_server_method(); } ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/ssl.h:1878:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_X509_CRL_get_lastUpdate’: build/temp.linux-aarch64-cpython-311/_openssl.c:36038:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations] return X509_CRL_get_lastUpdate(x0); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/x509.h:730:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_X509_CRL_get_lastUpdate’: build/temp.linux-aarch64-cpython-311/_openssl.c:36061:3: warning: ‘X509_CRL_get_lastUpdate’ is deprecated [-Wdeprecated-declarations] { result = X509_CRL_get_lastUpdate(x0); } ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/x509.h:730:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_d_X509_CRL_get_nextUpdate’: build/temp.linux-aarch64-cpython-311/_openssl.c:36076:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated [-Wdeprecated-declarations] return X509_CRL_get_nextUpdate(x0); ^~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/x509.h:731:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: In function ‘_cffi_f_X509_CRL_get_nextUpdate’: build/temp.linux-aarch64-cpython-311/_openssl.c:36099:3: warning: ‘X509_CRL_get_nextUpdate’ is deprecated [-Wdeprecated-declarations] { result = X509_CRL_get_nextUpdate(x0); } ^ In file included from /usr/include/openssl/e_os2.h:13, from build/temp.linux-aarch64-cpython-311/_openssl.c:595: /usr/include/openssl/x509.h:731:1: note: declared here DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) ^~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c: At top level: build/temp.linux-aarch64-cpython-311/_openssl.c:794:13: warning: ‘ERR_load_Cryptography_OSRandom_strings’ declared ‘static’ but never defined [-Wunused-function] static void ERR_load_Cryptography_OSRandom_strings(void); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-aarch64-cpython-311/_openssl.c:795:13: warning: ‘ERR_Cryptography_OSRandom_error’ declared ‘static’ but never defined [-Wunused-function] static void ERR_Cryptography_OSRandom_error(int function, int reason, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -g -Wl,-z,relro -Wl,-z,now -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-aarch64-cpython-311/build/temp.linux-aarch64-cpython-311/_openssl.o -L/usr/lib64 -lssl -lcrypto -lpthread -o build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/_openssl.abi3.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Cu1nc8 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64 ++ dirname /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64 + cd cryptography-37.0.2 + find . -name .keep -print -delete ./docs/_static/.keep + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3.11 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64 --prefix /usr running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr creating /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64 creating /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11 creating /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages creating /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography copying build/lib.linux-aarch64-cpython-311/cryptography/utils.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography creating /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat creating /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/constant_time.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/ciphers/algorithms.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/ciphers/base.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/ciphers/__init__.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/ciphers/aead.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/ciphers/modes.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/cmac.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/hmac.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/__init__.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric/utils.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric/types.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric/x25519.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric/rsa.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric/x448.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric/__init__.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric/dsa.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric/ec.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric/padding.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric/ed25519.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric/ed448.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/asymmetric/dh.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/padding.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/_asymmetric.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/poly1305.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/_cipheralgorithm.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/serialization/base.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/serialization/pkcs12.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/serialization/__init__.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/serialization/pkcs7.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/serialization/ssh.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/hashes.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/kdf/kbkdf.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/kdf/x963kdf.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/kdf/__init__.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/kdf/scrypt.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/kdf/hkdf.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/kdf/pbkdf2.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/kdf/concatkdf.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/_serialization.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/twofactor/__init__.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/twofactor/totp.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/twofactor/hotp.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/primitives/keywrap.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives creating /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends creating /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/utils.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/x25519.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/rsa.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/x448.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/cmac.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/hmac.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/__init__.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/dsa.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/encode_asn1.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/ec.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/ed25519.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/ed448.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/ciphers.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/aead.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/poly1305.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/backend.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/hashes.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/dh.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/decode_asn1.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/openssl/x509.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/backends/__init__.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends creating /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings creating /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings/_rust copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/_rust/__init__.pyi -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings/_rust copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/_rust/ocsp.pyi -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings/_rust copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/_rust/asn1.pyi -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings/_rust copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/_rust/x509.pyi -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings/_rust copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/_openssl.abi3.so -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings creating /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/openssl/__init__.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/openssl/_conditional.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/openssl/binding.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/__init__.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/bindings/_rust.abi3.so -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/__init__.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat copying build/lib.linux-aarch64-cpython-311/cryptography/hazmat/_oid.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat copying build/lib.linux-aarch64-cpython-311/cryptography/__init__.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography copying build/lib.linux-aarch64-cpython-311/cryptography/__about__.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography copying build/lib.linux-aarch64-cpython-311/cryptography/fernet.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography creating /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/x509 copying build/lib.linux-aarch64-cpython-311/cryptography/x509/base.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/x509 copying build/lib.linux-aarch64-cpython-311/cryptography/x509/general_name.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/x509 copying build/lib.linux-aarch64-cpython-311/cryptography/x509/ocsp.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/x509 copying build/lib.linux-aarch64-cpython-311/cryptography/x509/__init__.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/x509 copying build/lib.linux-aarch64-cpython-311/cryptography/x509/certificate_transparency.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/x509 copying build/lib.linux-aarch64-cpython-311/cryptography/x509/oid.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/x509 copying build/lib.linux-aarch64-cpython-311/cryptography/x509/extensions.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/x509 copying build/lib.linux-aarch64-cpython-311/cryptography/x509/name.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/x509 copying build/lib.linux-aarch64-cpython-311/cryptography/py.typed -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography copying build/lib.linux-aarch64-cpython-311/cryptography/exceptions.py -> /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/utils.py to utils.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/constant_time.py to constant_time.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py to algorithms.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/ciphers/base.py to base.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/ciphers/aead.py to aead.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/ciphers/modes.py to modes.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/cmac.py to cmac.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/hmac.py to hmac.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py to utils.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric/types.py to types.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py to x25519.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py to rsa.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py to x448.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py to dsa.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py to ec.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py to padding.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py to ed25519.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py to ed448.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py to dh.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/padding.py to padding.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/_asymmetric.py to _asymmetric.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/poly1305.py to poly1305.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/_cipheralgorithm.py to _cipheralgorithm.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/serialization/base.py to base.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/serialization/pkcs12.py to pkcs12.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/serialization/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/serialization/pkcs7.py to pkcs7.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/serialization/ssh.py to ssh.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/hashes.py to hashes.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py to kbkdf.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py to x963kdf.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/kdf/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py to scrypt.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py to hkdf.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py to pbkdf2.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py to concatkdf.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/_serialization.py to _serialization.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/twofactor/totp.py to totp.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py to hotp.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/primitives/keywrap.py to keywrap.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/utils.py to utils.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/x25519.py to x25519.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/rsa.py to rsa.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/x448.py to x448.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/cmac.py to cmac.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/hmac.py to hmac.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/dsa.py to dsa.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/encode_asn1.py to encode_asn1.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/ec.py to ec.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/ed25519.py to ed25519.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/ed448.py to ed448.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/ciphers.py to ciphers.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/aead.py to aead.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/poly1305.py to poly1305.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/backend.py to backend.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/hashes.py to hashes.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/dh.py to dh.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/decode_asn1.py to decode_asn1.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/openssl/x509.py to x509.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/backends/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings/openssl/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py to _conditional.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings/openssl/binding.py to binding.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/_oid.py to _oid.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/__about__.py to __about__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/fernet.py to fernet.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/x509/base.py to base.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/x509/general_name.py to general_name.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/x509/ocsp.py to ocsp.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/x509/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/x509/certificate_transparency.py to certificate_transparency.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/x509/oid.py to oid.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/x509/extensions.py to extensions.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/x509/name.py to name.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/exceptions.py to exceptions.cpython-311.pyc writing byte-compilation script '/tmp/tmpcdytg2p7.py' /usr/bin/python3.11 /tmp/tmpcdytg2p7.py removing /tmp/tmpcdytg2p7.py running install_egg_info running egg_info writing src/cryptography.egg-info/PKG-INFO writing dependency_links to src/cryptography.egg-info/dependency_links.txt writing requirements to src/cryptography.egg-info/requires.txt writing top-level names to src/cryptography.egg-info/top_level.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files found matching 'vectors' warning: no previously-included files matching '*' found under directory 'vectors' warning: no previously-included files 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 '.circleci' adding license file 'LICENSE' adding license file 'LICENSE.APACHE' adding license file 'LICENSE.BSD' adding license file 'LICENSE.PSF' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' Copying src/cryptography.egg-info to /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography-37.0.2-py3.11.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 37.0.2-6.oc8 --unique-debug-suffix -37.0.2-6.oc8.aarch64 --unique-debug-src-base python3.11-cryptography-37.0.2-6.oc8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/cryptography-37.0.2 extracting debug info from /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so extracting debug info from /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11/site-packages/cryptography/hazmat/bindings/_rust.abi3.so dwz: .dwz/python3.11-cryptography-37.0.2-6.oc8.aarch64: .debug_info section not present /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 7059 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib64/python3.11 using /usr/bin/python3.11 Bytecompiling .py files below /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/lib/debug/usr/lib64/python3.11 using /usr/bin/python3.11 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3.11 + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3.11-cryptography-37.0.2-6.oc8.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.27nYEV + umask 022 + cd /builddir/build/BUILD + cd cryptography-37.0.2 + DOCDIR=/builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/share/doc/python3.11-cryptography + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/share/doc/python3.11-cryptography + cp -pr README.rst /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/share/doc/python3.11-cryptography + cp -pr docs /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/share/doc/python3.11-cryptography + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.LAk6cf + umask 022 + cd /builddir/build/BUILD + cd cryptography-37.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/share/licenses/python3.11-cryptography + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/share/licenses/python3.11-cryptography + cp -pr LICENSE /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/share/licenses/python3.11-cryptography + cp -pr LICENSE.APACHE /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/share/licenses/python3.11-cryptography + cp -pr LICENSE.BSD /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64/usr/share/licenses/python3.11-cryptography + exit 0 Provides: bundled(crate(Inflector)) = 0.11.4 bundled(crate(aliasable)) = 0.1.3 bundled(crate(asn1)) = 0.8.7 bundled(crate(asn1_derive)) = 0.8.7 bundled(crate(autocfg)) = 1.1.0 bundled(crate(base64)) = 0.13.0 bundled(crate(cfg-if)) = 1.0.0 bundled(crate(chrono)) = 0.4.19 bundled(crate(indoc)) = 0.3.6 bundled(crate(indoc-impl)) = 0.3.6 bundled(crate(instant)) = 0.1.12 bundled(crate(lazy_static)) = 1.4.0 bundled(crate(libc)) = 0.2.124 bundled(crate(lock_api)) = 0.4.7 bundled(crate(num-integer)) = 0.1.44 bundled(crate(num-traits)) = 0.2.14 bundled(crate(once_cell)) = 1.10.0 bundled(crate(ouroboros)) = 0.15.0 bundled(crate(ouroboros_macro)) = 0.15.0 bundled(crate(parking_lot)) = 0.11.2 bundled(crate(parking_lot_core)) = 0.8.5 bundled(crate(paste)) = 0.1.18 bundled(crate(paste-impl)) = 0.1.18 bundled(crate(pem)) = 1.0.2 bundled(crate(proc-macro-error)) = 1.0.4 bundled(crate(proc-macro-error-attr)) = 1.0.4 bundled(crate(proc-macro-hack)) = 0.5.19 bundled(crate(proc-macro2)) = 1.0.37 bundled(crate(pyo3)) = 0.15.2 bundled(crate(pyo3-build-config)) = 0.15.2 bundled(crate(pyo3-macros)) = 0.15.2 bundled(crate(pyo3-macros-backend)) = 0.15.2 bundled(crate(quote)) = 1.0.18 bundled(crate(scopeguard)) = 1.1.0 bundled(crate(smallvec)) = 1.8.0 bundled(crate(stable_deref_trait)) = 1.2.0 bundled(crate(syn)) = 1.0.91 bundled(crate(unicode-xid)) = 0.2.2 bundled(crate(unindent)) = 0.1.8 bundled(crate(version_check)) = 0.9.4 crate(cryptography-rust) = 0.1.0 python3.11-cryptography = 37.0.2-6.oc8 python3.11-cryptography(aarch-64) = 37.0.2-6.oc8 python3.11dist(cryptography) = 37.0.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.18)(64bit) libc.so.6(GLIBC_2.25)(64bit) libc.so.6(GLIBC_2.28)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libcrypto.so.1.1(OPENSSL_1_1_1)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3)(64bit) libgcc_s.so.1(GCC_4.2.0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) libssl.so.1.1(OPENSSL_1_1_1)(64bit) python(abi) = 3.11 rtld(GNU_HASH) Processing files: python3.11-cryptography-debugsource-37.0.2-6.oc8.aarch64 Provides: python3.11-cryptography-debugsource = 37.0.2-6.oc8 python3.11-cryptography-debugsource(aarch-64) = 37.0.2-6.oc8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3.11-cryptography-debuginfo-37.0.2-6.oc8.aarch64 Provides: debuginfo(build-id) = 463d51a3b18a9d5b04c1ce4bd984f78e3e6ef6ff debuginfo(build-id) = 84bf524a414778a7179fe4b710f80e2ecf774771 python3.11-cryptography-debuginfo = 37.0.2-6.oc8 python3.11-cryptography-debuginfo(aarch-64) = 37.0.2-6.oc8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python3.11-cryptography-debugsource(aarch-64) = 37.0.2-6.oc8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python3.11-cryptography-37.0.2-6.oc8.aarch64 Wrote: /builddir/build/RPMS/python3.11-cryptography-37.0.2-6.oc8.aarch64.rpm Wrote: /builddir/build/RPMS/python3.11-cryptography-debugsource-37.0.2-6.oc8.aarch64.rpm Wrote: /builddir/build/RPMS/python3.11-cryptography-debuginfo-37.0.2-6.oc8.aarch64.rpm Child return code was: 0