Skip to content

Instantly share code, notes, and snippets.

@kjeremy
Created October 19, 2023 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjeremy/930924ab9b0704db331a14b5649a4a70 to your computer and use it in GitHub Desktop.
Save kjeremy/930924ab9b0704db331a14b5649a4a70 to your computer and use it in GitHub Desktop.
python-cryptography cross armv7l build log
warning: The interpretation of store paths arguments ending in `.drv` recently changed. If this command is now failing try again with '/nix/store/baxzayqrsl7yymx2yp0k34j7yy218cv0-python3.10-cryptography-41.0.3-armv7l-unknown-linux-gnueabihf.drv^*'
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing setuptools-rust-hook
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/vfb96hrz3rsfgpfc0z3gclk2fa6w38nk-cryptography-41.0.3.tar.gz
source root is cryptography-41.0.3
Executing cargoSetupPostUnpackHook
unpacking source archive /nix/store/k3nqxv5ihn3frcylrbj7cn9wd2h794b7-cryptography-41.0.3-vendor.tar.gz
Finished cargoSetupPostUnpackHook
setting SOURCE_DATE_EPOCH to timestamp 1690920174 of file cryptography-41.0.3/setup.cfg
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
Executing cargoSetupPostPatchHook
Validating consistency between /build/cryptography-41.0.3/src/rust/Cargo.lock and /build/cryptography-41.0.3-vendor.tar.gz/Cargo.lock
Finished cargoSetupPostPatchHook
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing pypaBuildPhase
Creating a wheel...
* Getting build dependencies for wheel...
/nix/store/2q9s156vpl02m1rimx39k6sfxif6i6r0-python3.10-setuptools-68.0.0-armv7l-unknown-linux-gnueabihf/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
config = read_configuration(filepath, True, ignore_option_errors, dist)
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'
warning: no files found matching '*.c' under directory 'src/_cffi_src'
warning: no files found matching '*.h' under directory 'src/_cffi_src'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files found matching 'vectors'
warning: no previously-included files matching '*' found under directory 'vectors'
warning: no previously-included files found matching 'src/rust/target'
warning: no previously-included files matching '*' found under directory 'src/rust/target'
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 '.readthedocs.yml'
warning: no previously-included files found matching 'ci-constraints-requirements.txt'
warning: no previously-included files found matching 'mypy.ini'
adding license file 'LICENSE'
adding license file 'LICENSE.APACHE'
adding license file 'LICENSE.BSD'
writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
* Building wheel...
/nix/store/2q9s156vpl02m1rimx39k6sfxif6i6r0-python3.10-setuptools-68.0.0-armv7l-unknown-linux-gnueabihf/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
config = read_configuration(filepath, True, ignore_option_errors, dist)
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-armv7l-cpython-310
creating build/lib.linux-armv7l-cpython-310/cryptography
copying src/cryptography/exceptions.py -> build/lib.linux-armv7l-cpython-310/cryptography
copying src/cryptography/utils.py -> build/lib.linux-armv7l-cpython-310/cryptography
copying src/cryptography/fernet.py -> build/lib.linux-armv7l-cpython-310/cryptography
copying src/cryptography/__about__.py -> build/lib.linux-armv7l-cpython-310/cryptography
copying src/cryptography/__init__.py -> build/lib.linux-armv7l-cpython-310/cryptography
creating build/lib.linux-armv7l-cpython-310/cryptography/hazmat
copying src/cryptography/hazmat/_oid.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat
copying src/cryptography/hazmat/__init__.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat
creating build/lib.linux-armv7l-cpython-310/cryptography/x509
copying src/cryptography/x509/ocsp.py -> build/lib.linux-armv7l-cpython-310/cryptography/x509
copying src/cryptography/x509/name.py -> build/lib.linux-armv7l-cpython-310/cryptography/x509
copying src/cryptography/x509/extensions.py -> build/lib.linux-armv7l-cpython-310/cryptography/x509
copying src/cryptography/x509/base.py -> build/lib.linux-armv7l-cpython-310/cryptography/x509
copying src/cryptography/x509/__init__.py -> build/lib.linux-armv7l-cpython-310/cryptography/x509
copying src/cryptography/x509/oid.py -> build/lib.linux-armv7l-cpython-310/cryptography/x509
copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-armv7l-cpython-310/cryptography/x509
copying src/cryptography/x509/general_name.py -> build/lib.linux-armv7l-cpython-310/cryptography/x509
creating build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives
creating build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings
copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings
creating build/lib.linux-armv7l-cpython-310/cryptography/hazmat/backends
copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/backends
creating build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/twofactor
creating build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/types.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/asymmetric
creating build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/kdf
creating build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/ciphers
creating build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/serialization
copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/primitives/serialization
creating build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/openssl
creating build/lib.linux-armv7l-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/backends/openssl
running egg_info
writing src/cryptography.egg-info/PKG-INFO
writing dependency_links to src/cryptography.egg-info/dependency_links.txt
writing requirements to src/cryptography.egg-info/requires.txt
writing top-level names to src/cryptography.egg-info/top_level.txt
reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.c' under directory 'src/_cffi_src'
warning: no files found matching '*.h' under directory 'src/_cffi_src'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files found matching 'vectors'
warning: no previously-included files matching '*' found under directory 'vectors'
warning: no previously-included files found matching 'src/rust/target'
warning: no previously-included files matching '*' found under directory 'src/rust/target'
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 '.readthedocs.yml'
warning: no previously-included files found matching 'ci-constraints-requirements.txt'
warning: no previously-included files found matching 'mypy.ini'
adding license file 'LICENSE'
adding license file 'LICENSE.APACHE'
adding license file 'LICENSE.BSD'
writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
copying src/cryptography/py.typed -> build/lib.linux-armv7l-cpython-310/cryptography
creating build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/__init__.pyi -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/_openssl.pyi -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/exceptions.pyi -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/pkcs7.pyi -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust
copying src/cryptography/hazmat/bindings/_rust/x509.pyi -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust
creating build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust/openssl
copying src/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust/openssl
copying src/cryptography/hazmat/bindings/_rust/openssl/dh.pyi -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust/openssl
copying src/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust/openssl
copying src/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust/openssl
copying src/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust/openssl
copying src/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust/openssl
copying src/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust/openssl
copying src/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust/openssl
copying src/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust/openssl
copying src/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust/openssl
copying src/cryptography/hazmat/bindings/_rust/openssl/x448.pyi -> build/lib.linux-armv7l-cpython-310/cryptography/hazmat/bindings/_rust/openssl
running build_ext
running build_rust
cargo rustc --lib --message-format=json-render-diagnostics --manifest-path src/rust/Cargo.toml --target armv7-unknown-linux-gnueabihf --release -v --features pyo3/extension-module --crate-type cdylib --
Compiling proc-macro2 v1.0.64
Compiling quote v1.0.28
Compiling unicode-ident v1.0.9
Compiling cc v1.0.79
Running `rustc --crate-name build_script_build --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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=5aa7aea9c3e3a690 -C extra-filename=-5aa7aea9c3e3a690 --out-dir /build/cryptography-41.0.3/src/rust/target/release/build/proc-macro2-5aa7aea9c3e3a690 -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Running `rustc --crate-name unicode_ident --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/unicode-ident/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=3cb8853101ca6f2f -C extra-filename=-3cb8853101ca6f2f --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Running `rustc --crate-name build_script_build --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/quote/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=dafdb9feb08ecd4c -C extra-filename=-dafdb9feb08ecd4c --out-dir /build/cryptography-41.0.3/src/rust/target/release/build/quote-dafdb9feb08ecd4c -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Running `rustc --crate-name cc --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/cc/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=836157730cdc790f -C extra-filename=-836157730cdc790f --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Compiling target-lexicon v0.12.7
Running `rustc --crate-name build_script_build --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/target-lexicon/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"' -C metadata=ff89896f0e29d034 -C extra-filename=-ff89896f0e29d034 --out-dir /build/cryptography-41.0.3/src/rust/target/release/build/target-lexicon-ff89896f0e29d034 -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Running `/build/cryptography-41.0.3/src/rust/target/release/build/quote-dafdb9feb08ecd4c/build-script-build`
Compiling pkg-config v0.3.27
Running `rustc --crate-name pkg_config /build/cryptography-41.0.3-vendor.tar.gz/pkg-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 -C metadata=a071111a67ede422 -C extra-filename=-a071111a67ede422 --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Running `/build/cryptography-41.0.3/src/rust/target/release/build/proc-macro2-5aa7aea9c3e3a690/build-script-build`
Running `rustc --crate-name proc_macro2 --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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=507a4f70ea6d80b6 -C extra-filename=-507a4f70ea6d80b6 --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern unicode_ident=/build/cryptography-41.0.3/src/rust/target/release/deps/libunicode_ident-3cb8853101ca6f2f.rmeta --cap-lints allow --cfg wrap_proc_macro`
Running `/build/cryptography-41.0.3/src/rust/target/release/build/target-lexicon-ff89896f0e29d034/build-script-build`
Running `rustc --crate-name target_lexicon --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/target-lexicon/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=e2d9180ea67791d2 -C extra-filename=-e2d9180ea67791d2 --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow --cfg 'feature="rust_1_40"'`
Running `rustc --crate-name quote --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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=8009174dace01b9f -C extra-filename=-8009174dace01b9f --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern proc_macro2=/build/cryptography-41.0.3/src/rust/target/release/deps/libproc_macro2-507a4f70ea6d80b6.rmeta --cap-lints allow`
Compiling libc v0.2.144
Running `rustc --crate-name build_script_build /build/cryptography-41.0.3-vendor.tar.gz/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=b9f2fa0336adc098 -C extra-filename=-b9f2fa0336adc098 --out-dir /build/cryptography-41.0.3/src/rust/target/release/build/libc-b9f2fa0336adc098 -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Compiling pyo3-build-config v0.18.3
Running `rustc --crate-name build_script_build --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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-py311"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="resolve-config"' -C metadata=0165e2178009c8bb -C extra-filename=-0165e2178009c8bb --out-dir /build/cryptography-41.0.3/src/rust/target/release/build/pyo3-build-config-0165e2178009c8bb -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern target_lexicon=/build/cryptography-41.0.3/src/rust/target/release/deps/libtarget_lexicon-e2d9180ea67791d2.rlib --cap-lints allow`
Compiling syn v1.0.109
Running `rustc --crate-name build_script_build --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/syn-1.0.109/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=f8077a92efaaebd1 -C extra-filename=-f8077a92efaaebd1 --out-dir /build/cryptography-41.0.3/src/rust/target/release/build/syn-f8077a92efaaebd1 -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Running `/build/cryptography-41.0.3/src/rust/target/release/build/libc-b9f2fa0336adc098/build-script-build`
Compiling autocfg v1.1.0
Running `rustc --crate-name autocfg /build/cryptography-41.0.3-vendor.tar.gz/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=12d6e15eaf0b9ca1 -C extra-filename=-12d6e15eaf0b9ca1 --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Compiling openssl-sys v0.9.88
Running `rustc --crate-name build_script_main --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/openssl-sys/build/main.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=844a9726004dc4f6 -C extra-filename=-844a9726004dc4f6 --out-dir /build/cryptography-41.0.3/src/rust/target/release/build/openssl-sys-844a9726004dc4f6 -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern cc=/build/cryptography-41.0.3/src/rust/target/release/deps/libcc-836157730cdc790f.rlib --extern pkg_config=/build/cryptography-41.0.3/src/rust/target/release/deps/libpkg_config-a071111a67ede422.rlib --cap-lints allow`
Running `/build/cryptography-41.0.3/src/rust/target/release/build/syn-f8077a92efaaebd1/build-script-build`
Running `rustc --crate-name libc /build/cryptography-41.0.3-vendor.tar.gz/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 embed-bitcode=no -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b942834b62fcc610 -C extra-filename=-b942834b62fcc610 --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
Compiling version_check v0.9.4
Running `rustc --crate-name version_check /build/cryptography-41.0.3-vendor.tar.gz/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=01b9a5c2688d5cc6 -C extra-filename=-01b9a5c2688d5cc6 --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Running `/build/cryptography-41.0.3/src/rust/target/release/build/openssl-sys-844a9726004dc4f6/build-script-main`
Compiling once_cell v1.17.2
Running `rustc --crate-name once_cell --edition=2021 /build/cryptography-41.0.3-vendor.tar.gz/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=7667995eca345664 -C extra-filename=-7667995eca345664 --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Running `rustc --crate-name syn --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/syn-1.0.109/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=f1d1e75627835f02 -C extra-filename=-f1d1e75627835f02 --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern proc_macro2=/build/cryptography-41.0.3/src/rust/target/release/deps/libproc_macro2-507a4f70ea6d80b6.rmeta --extern quote=/build/cryptography-41.0.3/src/rust/target/release/deps/libquote-8009174dace01b9f.rmeta --extern unicode_ident=/build/cryptography-41.0.3/src/rust/target/release/deps/libunicode_ident-3cb8853101ca6f2f.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
Compiling syn v2.0.18
Running `rustc --crate-name syn --edition=2021 /build/cryptography-41.0.3-vendor.tar.gz/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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=72a0a03d1ab5ca79 -C extra-filename=-72a0a03d1ab5ca79 --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern proc_macro2=/build/cryptography-41.0.3/src/rust/target/release/deps/libproc_macro2-507a4f70ea6d80b6.rmeta --extern quote=/build/cryptography-41.0.3/src/rust/target/release/deps/libquote-8009174dace01b9f.rmeta --extern unicode_ident=/build/cryptography-41.0.3/src/rust/target/release/deps/libunicode_ident-3cb8853101ca6f2f.rmeta --cap-lints allow`
Running `/build/cryptography-41.0.3/src/rust/target/release/build/pyo3-build-config-0165e2178009c8bb/build-script-build`
Running `rustc --crate-name pyo3_build_config --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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-py311"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="resolve-config"' -C metadata=0d35eb4b190204f4 -C extra-filename=-0d35eb4b190204f4 --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern once_cell=/build/cryptography-41.0.3/src/rust/target/release/deps/libonce_cell-7667995eca345664.rmeta --extern target_lexicon=/build/cryptography-41.0.3/src/rust/target/release/deps/libtarget_lexicon-e2d9180ea67791d2.rmeta --cap-lints allow`
Compiling cfg-if v1.0.0
Running `rustc --crate-name cfg_if --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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 embed-bitcode=no -C overflow-checks=on -C metadata=129cf347a3f71b9d -C extra-filename=-129cf347a3f71b9d --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Compiling proc-macro-error-attr v1.0.4
Running `rustc --crate-name build_script_build --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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=b81ab55cddd3120e -C extra-filename=-b81ab55cddd3120e --out-dir /build/cryptography-41.0.3/src/rust/target/release/build/proc-macro-error-attr-b81ab55cddd3120e -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern version_check=/build/cryptography-41.0.3/src/rust/target/release/deps/libversion_check-01b9a5c2688d5cc6.rlib --cap-lints allow`
Compiling lock_api v0.4.9
Running `rustc --crate-name build_script_build --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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=98d909f82d8a9b21 -C extra-filename=-98d909f82d8a9b21 --out-dir /build/cryptography-41.0.3/src/rust/target/release/build/lock_api-98d909f82d8a9b21 -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern autocfg=/build/cryptography-41.0.3/src/rust/target/release/deps/libautocfg-12d6e15eaf0b9ca1.rlib --cap-lints allow`
Compiling parking_lot_core v0.9.7
Running `rustc --crate-name build_script_build --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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=c35809cbcca63853 -C extra-filename=-c35809cbcca63853 --out-dir /build/cryptography-41.0.3/src/rust/target/release/build/parking_lot_core-c35809cbcca63853 -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Running `/build/cryptography-41.0.3/src/rust/target/release/build/parking_lot_core-c35809cbcca63853/build-script-build`
Running `/build/cryptography-41.0.3/src/rust/target/release/build/lock_api-98d909f82d8a9b21/build-script-build`
Running `/build/cryptography-41.0.3/src/rust/target/release/build/proc-macro-error-attr-b81ab55cddd3120e/build-script-build`
Compiling proc-macro-error v1.0.4
Running `rustc --crate-name build_script_build --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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=4cf12224b1e38b15 -C extra-filename=-4cf12224b1e38b15 --out-dir /build/cryptography-41.0.3/src/rust/target/release/build/proc-macro-error-4cf12224b1e38b15 -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern version_check=/build/cryptography-41.0.3/src/rust/target/release/deps/libversion_check-01b9a5c2688d5cc6.rlib --cap-lints allow`
Compiling pyo3-ffi v0.18.3
Running `rustc --crate-name build_script_build --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/pyo3-ffi/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-py311"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="extension-module"' -C metadata=4866d4737a0c080c -C extra-filename=-4866d4737a0c080c --out-dir /build/cryptography-41.0.3/src/rust/target/release/build/pyo3-ffi-4866d4737a0c080c -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern pyo3_build_config=/build/cryptography-41.0.3/src/rust/target/release/deps/libpyo3_build_config-0d35eb4b190204f4.rlib --cap-lints allow`
Compiling memoffset v0.8.0
Running `rustc --crate-name build_script_build /build/cryptography-41.0.3-vendor.tar.gz/memoffset/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"' -C metadata=929630c788d06a86 -C extra-filename=-929630c788d06a86 --out-dir /build/cryptography-41.0.3/src/rust/target/release/build/memoffset-929630c788d06a86 -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern autocfg=/build/cryptography-41.0.3/src/rust/target/release/deps/libautocfg-12d6e15eaf0b9ca1.rlib --cap-lints allow`
Compiling smallvec v1.10.0
Running `rustc --crate-name smallvec --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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 embed-bitcode=no -C overflow-checks=on -C metadata=8f852aadfdb0cc1e -C extra-filename=-8f852aadfdb0cc1e --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Running `/build/cryptography-41.0.3/src/rust/target/release/build/pyo3-ffi-4866d4737a0c080c/build-script-build`
Compiling scopeguard v1.1.0
Running `rustc --crate-name scopeguard /build/cryptography-41.0.3-vendor.tar.gz/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 embed-bitcode=no -C overflow-checks=on -C metadata=7b429ac216107cd2 -C extra-filename=-7b429ac216107cd2 --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Running `rustc --crate-name lock_api --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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 embed-bitcode=no -C overflow-checks=on -C metadata=7add46317835a99d -C extra-filename=-7add46317835a99d --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern scopeguard=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/libscopeguard-7b429ac216107cd2.rmeta --cap-lints allow --cfg has_const_fn_trait_bound`
Running `rustc --crate-name parking_lot_core --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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 embed-bitcode=no -C overflow-checks=on -C metadata=b5506174d6959970 -C extra-filename=-b5506174d6959970 --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern cfg_if=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/libcfg_if-129cf347a3f71b9d.rmeta --extern libc=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/liblibc-b942834b62fcc610.rmeta --extern smallvec=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/libsmallvec-8f852aadfdb0cc1e.rmeta --cap-lints allow`
Running `/build/cryptography-41.0.3/src/rust/target/release/build/memoffset-929630c788d06a86/build-script-build`
Running `/build/cryptography-41.0.3/src/rust/target/release/build/proc-macro-error-4cf12224b1e38b15/build-script-build`
Compiling pyo3 v0.18.3
Running `rustc --crate-name build_script_build --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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-py311"' --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="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=6746084874637a1f -C extra-filename=-6746084874637a1f --out-dir /build/cryptography-41.0.3/src/rust/target/release/build/pyo3-6746084874637a1f -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern pyo3_build_config=/build/cryptography-41.0.3/src/rust/target/release/deps/libpyo3_build_config-0d35eb4b190204f4.rlib --cap-lints allow`
Running `rustc --crate-name proc_macro_error_attr --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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=ebf38a9c972eebee -C extra-filename=-ebf38a9c972eebee --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern proc_macro2=/build/cryptography-41.0.3/src/rust/target/release/deps/libproc_macro2-507a4f70ea6d80b6.rlib --extern quote=/build/cryptography-41.0.3/src/rust/target/release/deps/libquote-8009174dace01b9f.rlib --extern proc_macro --cap-lints allow`
Running `rustc --crate-name openssl_sys --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/openssl-sys/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 embed-bitcode=no -C overflow-checks=on -C metadata=062b3ab64c45fa27 -C extra-filename=-062b3ab64c45fa27 --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern libc=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/liblibc-b942834b62fcc610.rmeta --cap-lints allow -L native=/nix/store/xvpgzavp02p3gm9ms8q7xk397jgw6g88-openssl-armv7l-unknown-linux-gnueabihf-3.0.10/lib -l ssl -l crypto --cfg openssl --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d`
Compiling foreign-types-shared v0.1.1
Running `rustc --crate-name foreign_types_shared /build/cryptography-41.0.3-vendor.tar.gz/foreign-types-shared/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 embed-bitcode=no -C overflow-checks=on -C metadata=268132f8bd6698ea -C extra-filename=-268132f8bd6698ea --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Compiling openssl v0.10.54
Running `rustc --crate-name build_script_build --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/openssl/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"' -C metadata=c65964a5d9de3c2e -C extra-filename=-c65964a5d9de3c2e --out-dir /build/cryptography-41.0.3/src/rust/target/release/build/openssl-c65964a5d9de3c2e -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Running `/build/cryptography-41.0.3/src/rust/target/release/build/openssl-c65964a5d9de3c2e/build-script-build`
Compiling foreign-types v0.3.2
Running `rustc --crate-name foreign_types /build/cryptography-41.0.3-vendor.tar.gz/foreign-types/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 embed-bitcode=no -C overflow-checks=on -C metadata=7d3f134d5447a9b1 -C extra-filename=-7d3f134d5447a9b1 --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern foreign_types_shared=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/libforeign_types_shared-268132f8bd6698ea.rmeta --cap-lints allow`
Running `/build/cryptography-41.0.3/src/rust/target/release/build/pyo3-6746084874637a1f/build-script-build`
Compiling parking_lot v0.12.1
Running `rustc --crate-name parking_lot --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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 embed-bitcode=no -C overflow-checks=on --cfg 'feature="default"' -C metadata=8c826e2d3d53351d -C extra-filename=-8c826e2d3d53351d --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern lock_api=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/liblock_api-7add46317835a99d.rmeta --extern parking_lot_core=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/libparking_lot_core-b5506174d6959970.rmeta --cap-lints allow`
Compiling pyo3-macros-backend v0.18.3
Running `rustc --crate-name pyo3_macros_backend --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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 --cfg 'feature="abi3"' -C metadata=50723becea2e3e58 -C extra-filename=-50723becea2e3e58 --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern proc_macro2=/build/cryptography-41.0.3/src/rust/target/release/deps/libproc_macro2-507a4f70ea6d80b6.rmeta --extern quote=/build/cryptography-41.0.3/src/rust/target/release/deps/libquote-8009174dace01b9f.rmeta --extern syn=/build/cryptography-41.0.3/src/rust/target/release/deps/libsyn-f1d1e75627835f02.rmeta --cap-lints allow`
Running `rustc --crate-name proc_macro_error --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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=81005a62a26c3a11 -C extra-filename=-81005a62a26c3a11 --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern proc_macro_error_attr=/build/cryptography-41.0.3/src/rust/target/release/deps/libproc_macro_error_attr-ebf38a9c972eebee.so --extern proc_macro2=/build/cryptography-41.0.3/src/rust/target/release/deps/libproc_macro2-507a4f70ea6d80b6.rmeta --extern quote=/build/cryptography-41.0.3/src/rust/target/release/deps/libquote-8009174dace01b9f.rmeta --extern syn=/build/cryptography-41.0.3/src/rust/target/release/deps/libsyn-f1d1e75627835f02.rmeta --cap-lints allow --cfg use_fallback`
Running `rustc --crate-name memoffset /build/cryptography-41.0.3-vendor.tar.gz/memoffset/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 embed-bitcode=no -C overflow-checks=on --cfg 'feature="default"' -C metadata=3e179ed383ac8fb2 -C extra-filename=-3e179ed383ac8fb2 --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const`
Running `rustc --crate-name pyo3_ffi --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/pyo3-ffi/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 embed-bitcode=no -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py311"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="extension-module"' -C metadata=8dfc69a2da07e2cc -C extra-filename=-8dfc69a2da07e2cc --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern libc=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/liblibc-b942834b62fcc610.rmeta --cap-lints allow --cfg Py_3_6 --cfg Py_3_7 --cfg Py_LIMITED_API --cfg min_const_generics --cfg addr_of --cfg option_insert`
Compiling cryptography-cffi v0.1.0 (/build/cryptography-41.0.3/src/rust/cryptography-cffi)
Running `rustc --crate-name build_script_build --edition=2021 cryptography-cffi/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=994d50adf213fb8a -C extra-filename=-994d50adf213fb8a --out-dir /build/cryptography-41.0.3/src/rust/target/release/build/cryptography-cffi-994d50adf213fb8a -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern cc=/build/cryptography-41.0.3/src/rust/target/release/deps/libcc-836157730cdc790f.rlib`
Compiling asn1_derive v0.15.2
Running `rustc --crate-name asn1_derive --edition=2021 /build/cryptography-41.0.3-vendor.tar.gz/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=3aae925c55961f21 -C extra-filename=-3aae925c55961f21 --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern proc_macro2=/build/cryptography-41.0.3/src/rust/target/release/deps/libproc_macro2-507a4f70ea6d80b6.rlib --extern quote=/build/cryptography-41.0.3/src/rust/target/release/deps/libquote-8009174dace01b9f.rlib --extern syn=/build/cryptography-41.0.3/src/rust/target/release/deps/libsyn-72a0a03d1ab5ca79.rlib --extern proc_macro --cap-lints allow`
Compiling openssl-macros v0.1.1
Running `rustc --crate-name openssl_macros --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/openssl-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=320cc34a8689d4cc -C extra-filename=-320cc34a8689d4cc --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern proc_macro2=/build/cryptography-41.0.3/src/rust/target/release/deps/libproc_macro2-507a4f70ea6d80b6.rlib --extern quote=/build/cryptography-41.0.3/src/rust/target/release/deps/libquote-8009174dace01b9f.rlib --extern syn=/build/cryptography-41.0.3/src/rust/target/release/deps/libsyn-72a0a03d1ab5ca79.rlib --extern proc_macro --cap-lints allow`
Compiling cryptography-openssl v0.1.0 (/build/cryptography-41.0.3/src/rust/cryptography-openssl)
Running `rustc --crate-name build_script_build --edition=2021 cryptography-openssl/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=eb0f6739874d45cb -C extra-filename=-eb0f6739874d45cb --out-dir /build/cryptography-41.0.3/src/rust/target/release/build/cryptography-openssl-eb0f6739874d45cb -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps`
Compiling unindent v0.1.11
Running `rustc --crate-name unindent --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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 embed-bitcode=no -C overflow-checks=on -C metadata=71c1960dd32fbf6a -C extra-filename=-71c1960dd32fbf6a --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Compiling bitflags v1.3.2
Running `rustc --crate-name bitflags --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/bitflags/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 embed-bitcode=no -C overflow-checks=on --cfg 'feature="default"' -C metadata=a40cc64f27926246 -C extra-filename=-a40cc64f27926246 --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Compiling indoc v1.0.9
Running `rustc --crate-name indoc --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/indoc/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=bbc562fae83de455 -C extra-filename=-bbc562fae83de455 --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern proc_macro --cap-lints allow`
Compiling Inflector v0.11.4
Running `rustc --crate-name inflector /build/cryptography-41.0.3-vendor.tar.gz/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=707975ce0cab1f46 -C extra-filename=-707975ce0cab1f46 --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Running `rustc --crate-name once_cell --edition=2021 /build/cryptography-41.0.3-vendor.tar.gz/once_cell/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 embed-bitcode=no -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=397c3ec96dd46b7f -C extra-filename=-397c3ec96dd46b7f --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Compiling ouroboros_macro v0.15.6
Running `rustc --crate-name ouroboros_macro --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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 --cfg 'feature="std"' -C metadata=6208d558cb091b4c -C extra-filename=-6208d558cb091b4c --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern inflector=/build/cryptography-41.0.3/src/rust/target/release/deps/libinflector-707975ce0cab1f46.rlib --extern proc_macro_error=/build/cryptography-41.0.3/src/rust/target/release/deps/libproc_macro_error-81005a62a26c3a11.rlib --extern proc_macro2=/build/cryptography-41.0.3/src/rust/target/release/deps/libproc_macro2-507a4f70ea6d80b6.rlib --extern quote=/build/cryptography-41.0.3/src/rust/target/release/deps/libquote-8009174dace01b9f.rlib --extern syn=/build/cryptography-41.0.3/src/rust/target/release/deps/libsyn-f1d1e75627835f02.rlib --extern proc_macro --cap-lints allow`
Running `rustc --crate-name openssl --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/openssl/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 embed-bitcode=no -C overflow-checks=on --cfg 'feature="default"' -C metadata=10c4adb42657a04e -C extra-filename=-10c4adb42657a04e --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern bitflags=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/libbitflags-a40cc64f27926246.rmeta --extern cfg_if=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/libcfg_if-129cf347a3f71b9d.rmeta --extern foreign_types=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/libforeign_types-7d3f134d5447a9b1.rmeta --extern libc=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/liblibc-b942834b62fcc610.rmeta --extern once_cell=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/libonce_cell-397c3ec96dd46b7f.rmeta --extern openssl_macros=/build/cryptography-41.0.3/src/rust/target/release/deps/libopenssl_macros-320cc34a8689d4cc.so --extern ffi=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/libopenssl_sys-062b3ab64c45fa27.rmeta --cap-lints allow -L native=/nix/store/xvpgzavp02p3gm9ms8q7xk397jgw6g88-openssl-armv7l-unknown-linux-gnueabihf-3.0.10/lib --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300`
Compiling asn1 v0.15.2
Running `rustc --crate-name asn1 --edition=2021 /build/cryptography-41.0.3-vendor.tar.gz/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 embed-bitcode=no -C overflow-checks=on -C metadata=cf204cccc640c20a -C extra-filename=-cf204cccc640c20a --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern asn1_derive=/build/cryptography-41.0.3/src/rust/target/release/deps/libasn1_derive-3aae925c55961f21.so --cap-lints allow`
Running `/build/cryptography-41.0.3/src/rust/target/release/build/cryptography-openssl-eb0f6739874d45cb/build-script-build`
Running `/build/cryptography-41.0.3/src/rust/target/release/build/cryptography-cffi-994d50adf213fb8a/build-script-build`
Compiling pyo3-macros v0.18.3
Running `rustc --crate-name pyo3_macros --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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 --cfg 'feature="abi3"' -C metadata=845e92cf45c5d0de -C extra-filename=-845e92cf45c5d0de --out-dir /build/cryptography-41.0.3/src/rust/target/release/deps -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern proc_macro2=/build/cryptography-41.0.3/src/rust/target/release/deps/libproc_macro2-507a4f70ea6d80b6.rlib --extern pyo3_macros_backend=/build/cryptography-41.0.3/src/rust/target/release/deps/libpyo3_macros_backend-50723becea2e3e58.rlib --extern quote=/build/cryptography-41.0.3/src/rust/target/release/deps/libquote-8009174dace01b9f.rlib --extern syn=/build/cryptography-41.0.3/src/rust/target/release/deps/libsyn-f1d1e75627835f02.rlib --extern proc_macro --cap-lints allow`
Compiling cryptography-rust v0.1.0 (/build/cryptography-41.0.3/src/rust)
Running `rustc --crate-name build_script_build --edition=2021 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="extension-module"' -C metadata=acb9daa05672de60 -C extra-filename=-acb9daa05672de60 --out-dir /build/cryptography-41.0.3/src/rust/target/release/build/cryptography-rust-acb9daa05672de60 -C linker=/nix/store/18bs92p6yf6w2wwxhbplgx02y6anq092-gcc-wrapper-12.3.0/bin/cc -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern cc=/build/cryptography-41.0.3/src/rust/target/release/deps/libcc-836157730cdc790f.rlib`
Compiling aliasable v0.1.3
Running `rustc --crate-name aliasable --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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 embed-bitcode=no -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=c131a525ca515824 -C extra-filename=-c131a525ca515824 --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Running `rustc --crate-name pyo3 --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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 embed-bitcode=no -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py311"' --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="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=a3570e8debbfd77d -C extra-filename=-a3570e8debbfd77d --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern cfg_if=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/libcfg_if-129cf347a3f71b9d.rmeta --extern indoc=/build/cryptography-41.0.3/src/rust/target/release/deps/libindoc-bbc562fae83de455.so --extern libc=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/liblibc-b942834b62fcc610.rmeta --extern memoffset=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/libmemoffset-3e179ed383ac8fb2.rmeta --extern parking_lot=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/libparking_lot-8c826e2d3d53351d.rmeta --extern pyo3_ffi=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/libpyo3_ffi-8dfc69a2da07e2cc.rmeta --extern pyo3_macros=/build/cryptography-41.0.3/src/rust/target/release/deps/libpyo3_macros-845e92cf45c5d0de.so --extern unindent=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/libunindent-71c1960dd32fbf6a.rmeta --cap-lints allow --cfg Py_3_6 --cfg Py_3_7 --cfg Py_LIMITED_API --cfg min_const_generics --cfg addr_of --cfg option_insert`
Compiling base64 v0.13.1
Running `rustc --crate-name base64 --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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 embed-bitcode=no -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d31e1bfa26a147da -C extra-filename=-d31e1bfa26a147da --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --cap-lints allow`
Compiling pem v1.1.1
Running `rustc --crate-name pem --edition=2018 /build/cryptography-41.0.3-vendor.tar.gz/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 embed-bitcode=no -C overflow-checks=on -C metadata=43aa2ce73288101a -C extra-filename=-43aa2ce73288101a --out-dir /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -C linker=/nix/store/pz7irfhn3ijy3dkk18pfkb674bk24qb2-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-12.3.0/bin/armv7l-unknown-linux-gnueabihf-cc -L dependency=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/build/cryptography-41.0.3/src/rust/target/release/deps --extern base64=/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/deps/libbase64-d31e1bfa26a147da.rmeta --cap-lints allow`
The following warnings were emitted during compilation:
warning: In file included from /nix/store/pzf6dnxg8gf04xazzjdwarm7s03cbrgz-python3-3.10.12/include/python3.10/Python.h:50,
warning: from /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/build/cryptography-cffi-1eecc4eb12ccf2f6/out/_openssl.c:57:
warning: /nix/store/pzf6dnxg8gf04xazzjdwarm7s03cbrgz-python3-3.10.12/include/python3.10/pyport.h:746:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
warning: 746 | #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
warning: | ^~~~~
error: failed to run custom build command for `cryptography-cffi v0.1.0 (/build/cryptography-41.0.3/src/rust/cryptography-cffi)`
Caused by:
process didn't exit successfully: `/build/cryptography-41.0.3/src/rust/target/release/build/cryptography-cffi-994d50adf213fb8a/build-script-build` (exit status: 1)
--- stdout
cargo:rerun-if-env-changed=PYO3_PYTHON
cargo:rerun-if-changed=../../_cffi_src/
cargo:rerun-if-changed=../../cryptography/__about__.py
cargo:rustc-cfg=python_implementation="CPython"
TARGET = Some("armv7-unknown-linux-gnueabihf")
OPT_LEVEL = Some("3")
HOST = Some("x86_64-unknown-linux-gnu")
cargo:rerun-if-env-changed=CC_armv7-unknown-linux-gnueabihf
CC_armv7-unknown-linux-gnueabihf = None
cargo:rerun-if-env-changed=CC_armv7_unknown_linux_gnueabihf
CC_armv7_unknown_linux_gnueabihf = None
cargo:rerun-if-env-changed=TARGET_CC
TARGET_CC = None
cargo:rerun-if-env-changed=CC
CC = Some("armv7l-unknown-linux-gnueabihf-gcc")
cargo:rerun-if-env-changed=CFLAGS_armv7-unknown-linux-gnueabihf
CFLAGS_armv7-unknown-linux-gnueabihf = None
cargo:rerun-if-env-changed=CFLAGS_armv7_unknown_linux_gnueabihf
CFLAGS_armv7_unknown_linux_gnueabihf = None
cargo:rerun-if-env-changed=TARGET_CFLAGS
TARGET_CFLAGS = None
cargo:rerun-if-env-changed=CFLAGS
CFLAGS = None
cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
CRATE_CC_NO_DEFAULTS = None
DEBUG = Some("false")
CARGO_CFG_TARGET_FEATURE = None
cargo:rerun-if-env-changed=CC_armv7-unknown-linux-gnueabihf
CC_armv7-unknown-linux-gnueabihf = None
cargo:rerun-if-env-changed=CC_armv7_unknown_linux_gnueabihf
CC_armv7_unknown_linux_gnueabihf = None
cargo:rerun-if-env-changed=TARGET_CC
TARGET_CC = None
cargo:rerun-if-env-changed=CC
CC = Some("armv7l-unknown-linux-gnueabihf-gcc")
cargo:rerun-if-env-changed=CFLAGS_armv7-unknown-linux-gnueabihf
CFLAGS_armv7-unknown-linux-gnueabihf = None
cargo:rerun-if-env-changed=CFLAGS_armv7_unknown_linux_gnueabihf
CFLAGS_armv7_unknown_linux_gnueabihf = None
cargo:rerun-if-env-changed=TARGET_CFLAGS
TARGET_CFLAGS = None
cargo:rerun-if-env-changed=CFLAGS
CFLAGS = None
cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
CRATE_CC_NO_DEFAULTS = None
CARGO_CFG_TARGET_FEATURE = None
cargo:rerun-if-env-changed=CC_armv7-unknown-linux-gnueabihf
CC_armv7-unknown-linux-gnueabihf = None
cargo:rerun-if-env-changed=CC_armv7_unknown_linux_gnueabihf
CC_armv7_unknown_linux_gnueabihf = None
cargo:rerun-if-env-changed=TARGET_CC
TARGET_CC = None
cargo:rerun-if-env-changed=CC
CC = Some("armv7l-unknown-linux-gnueabihf-gcc")
cargo:rerun-if-env-changed=CFLAGS_armv7-unknown-linux-gnueabihf
CFLAGS_armv7-unknown-linux-gnueabihf = None
cargo:rerun-if-env-changed=CFLAGS_armv7_unknown_linux_gnueabihf
CFLAGS_armv7_unknown_linux_gnueabihf = None
cargo:rerun-if-env-changed=TARGET_CFLAGS
TARGET_CFLAGS = None
cargo:rerun-if-env-changed=CFLAGS
CFLAGS = None
cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
CRATE_CC_NO_DEFAULTS = None
CARGO_CFG_TARGET_FEATURE = None
cargo:rerun-if-env-changed=CC_armv7-unknown-linux-gnueabihf
CC_armv7-unknown-linux-gnueabihf = None
cargo:rerun-if-env-changed=CC_armv7_unknown_linux_gnueabihf
CC_armv7_unknown_linux_gnueabihf = None
cargo:rerun-if-env-changed=TARGET_CC
TARGET_CC = None
cargo:rerun-if-env-changed=CC
CC = Some("armv7l-unknown-linux-gnueabihf-gcc")
cargo:rerun-if-env-changed=CFLAGS_armv7-unknown-linux-gnueabihf
CFLAGS_armv7-unknown-linux-gnueabihf = None
cargo:rerun-if-env-changed=CFLAGS_armv7_unknown_linux_gnueabihf
CFLAGS_armv7_unknown_linux_gnueabihf = None
cargo:rerun-if-env-changed=TARGET_CFLAGS
TARGET_CFLAGS = None
cargo:rerun-if-env-changed=CFLAGS
CFLAGS = None
cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
CRATE_CC_NO_DEFAULTS = None
CARGO_CFG_TARGET_FEATURE = None
running: "armv7l-unknown-linux-gnueabihf-gcc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-march=armv7-a" "-mfpu=vfpv3-d16" "-I" "/nix/store/pzf6dnxg8gf04xazzjdwarm7s03cbrgz-python3-3.10.12/include/python3.10" "-I" "/nix/store/fkcygywf96d1cvgz1fyln0szsh23yxjq-openssl-armv7l-unknown-linux-gnueabihf-3.0.10-dev/include" "-Wall" "-Wextra" "-Wconversion" "-Wno-error=sign-conversion" "-Wno-unused-parameter" "-DPy_LIMITED_API=0x030700f0" "-o" "/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/build/cryptography-cffi-1eecc4eb12ccf2f6/out/673c62801e1286cf-_openssl.o" "-c" "/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/build/cryptography-cffi-1eecc4eb12ccf2f6/out/_openssl.c"
cargo:warning=In file included from /nix/store/pzf6dnxg8gf04xazzjdwarm7s03cbrgz-python3-3.10.12/include/python3.10/Python.h:50,
cargo:warning= from /build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/build/cryptography-cffi-1eecc4eb12ccf2f6/out/_openssl.c:57:
cargo:warning=/nix/store/pzf6dnxg8gf04xazzjdwarm7s03cbrgz-python3-3.10.12/include/python3.10/pyport.h:746:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
cargo:warning= 746 | #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
cargo:warning= | ^~~~~
exit status: 1
--- stderr
error occurred: Command "armv7l-unknown-linux-gnueabihf-gcc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-march=armv7-a" "-mfpu=vfpv3-d16" "-I" "/nix/store/pzf6dnxg8gf04xazzjdwarm7s03cbrgz-python3-3.10.12/include/python3.10" "-I" "/nix/store/fkcygywf96d1cvgz1fyln0szsh23yxjq-openssl-armv7l-unknown-linux-gnueabihf-3.0.10-dev/include" "-Wall" "-Wextra" "-Wconversion" "-Wno-error=sign-conversion" "-Wno-unused-parameter" "-DPy_LIMITED_API=0x030700f0" "-o" "/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/build/cryptography-cffi-1eecc4eb12ccf2f6/out/673c62801e1286cf-_openssl.o" "-c" "/build/cryptography-41.0.3/src/rust/target/armv7-unknown-linux-gnueabihf/release/build/cryptography-cffi-1eecc4eb12ccf2f6/out/_openssl.c" with args "armv7l-unknown-linux-gnueabihf-gcc" did not execute successfully (status code exit status: 1).
warning: build failed, waiting for other jobs to finish...
=============================DEBUG ASSISTANCE=============================
If you are seeing a compilation error please try the following steps to
successfully install cryptography:
1) Upgrade to the latest pip and try again. This will fix errors for most
users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
2) Read https://cryptography.io/en/latest/installation/ for specific
instructions for your platform.
3) Check our frequently asked questions for more information:
https://cryptography.io/en/latest/faq/
4) Ensure you have a recent Rust toolchain installed:
https://cryptography.io/en/latest/installation/#rust
Python: 3.10.12
platform: Linux-6.1.55-x86_64-with-glibc2.37
pip: n/a
setuptools: 68.0.0.post0
setuptools_rust: 1.6.0
rustc: 1.72.0 (5680fa18f 2023-08-23) (built from a source tarball)
=============================DEBUG ASSISTANCE=============================
error: `cargo rustc --lib --message-format=json-render-diagnostics --manifest-path src/rust/Cargo.toml --target armv7-unknown-linux-gnueabihf --release -v --features pyo3/extension-module --crate-type cdylib --` failed with code 101
ERROR Backend subprocess exited when trying to invoke build_wheel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment