Guest User

Untitled

a guest
Sep 24th, 2022
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 89.25 KB | None | 0 0
  1. ~ $ export CARGO_BUILD_TARGET=aarch64-linux-android
  2. ~ $ pip install cryptography
  3. WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
  4. Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
  5. To avoid this problem you can invoke Python with '-m pip''src/cryptography.egg-info/SOURCES.txt'
  6.       reading manifest template 'MANIFEST.in'
  7.       no previously-included directories found matching 'docs/_build'
  8.       warning: no previously-included files found matching 'vectors'
  9.       warning: no previously-included files matching '*' found under directory 'vectors'
  10.       warning: no previously-included files matching '*' found under directory '.github'
  11.       warning: no previously-included files found matching 'release.py'
  12.       warning: no previously-included files found matching '.readthedocs.yml'
  13.       warning: no previously-included files found matching 'dev-requirements.txt'
  14.       warning: no previously-included files found matching 'tox.ini'
  15.       warning: no previously-included files found matching 'mypy.ini'
  16.       warning: no previously-included files matching '*' found under directory '.circleci'
  17.       adding license file 'LICENSE'
  18.       adding license file 'LICENSE.APACHE'
  19.       adding license file 'LICENSE.BSD'
  20.       adding license file 'LICENSE.PSF'
  21.       writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
  22.       /data/data/com.termux/files/usr/tmp/pip-build-env-je2m8et_/overlay/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'cryptography.hazmat.bindings._rust' as data is deprecated, please list it in `packages`.
  23.           !!
  24.      
  25.      
  26.           ############################
  27.           # Package would be ignored #
  28.           ############################
  29.           Python recognizes 'cryptography.hazmat.bindings._rust' as an importable package,
  30.           but it is not listed in the `packages` configuration of setuptools.
  31.      
  32.           'cryptography.hazmat.bindings._rust' has been automatically added to the distribution only
  33.           because it may contain data files, but this behavior is likely to change
  34.           in future versions of setuptools (and therefore is considered deprecated).
  35.      
  36.           Please make sure that 'cryptography.hazmat.bindings._rust' is included as a package by using
  37.           the `packages` configuration field or the proper discovery methods
  38.           (for example by using `find_namespace_packages(...)`/`find_namespace:`
  39.           instead of `find_packages(...)`/`find:`).
  40.      
  41.           You can read more about "package discovery" and "data files" on setuptools
  42.           documentation page.
  43.      
  44.      
  45.       !!
  46.      
  47.         check.warn(importable)
  48.       copying src/cryptography/py.typed -> build/lib.linux-aarch64-cpython-310/cryptography
  49.       copying src/cryptography/hazmat/bindings/_openssl.pyi -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings
  50.       creating build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/_rust
  51.       copying src/cryptography/hazmat/bindings/_rust/__init__.pyi -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/_rust
  52.       copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/_rust
  53.       copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/_rust
  54.       copying src/cryptography/hazmat/bindings/_rust/x509.pyi -> build/lib.linux-aarch64-cpython-310/cryptography/hazmat/bindings/_rust
  55.       running build_ext
  56.       generating cffi module 'build/temp.linux-aarch64-cpython-310/cryptography.hazmat.bindings._openssl.c'
  57.       creating build/temp.linux-aarch64-cpython-310
  58.       running build_rust
  59.       cargo rustc --lib --message-format=json-render-diagnostics --manifest-path src/rust/Cargo.toml --target aarch64-linux-android --release -v --features pyo3/abi3-py36 pyo3/extension-module -- --crate-type cdylib
  60.          Compiling proc-macro2 v1.0.43
  61.          Compiling quote v1.0.21
  62.          Compiling unicode-ident v1.0.3
  63.          Compiling autocfg v1.1.0
  64.          Compiling syn v1.0.99
  65.          Compiling libc v0.2.132
  66.          Compiling version_check v0.9.4
  67.          Compiling pyo3-build-config v0.15.2
  68.            Running `rustc --crate-name build_script_build --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.43/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=58c325b622c69ed0 -C extra-filename=-58c325b622c69ed0 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/proc-macro2-58c325b622c69ed0 -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  69.            Running `rustc --crate-name unicode_ident --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.3/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=61661ac6cab7ef80 -C extra-filename=-61661ac6cab7ef80 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  70.            Running `rustc --crate-name build_script_build --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/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=dc0c0ef1de7714f4 -C extra-filename=-dc0c0ef1de7714f4 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/quote-dc0c0ef1de7714f4 -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  71.            Running `rustc --crate-name build_script_build --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/pyo3-build-config-0.15.2/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=1cd01c01566b41ca -C extra-filename=-1cd01c01566b41ca --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/pyo3-build-config-1cd01c01566b41ca -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  72.            Running `rustc --crate-name autocfg /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/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=ce264fa9636de2f7 -C extra-filename=-ce264fa9636de2f7 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  73.            Running `rustc --crate-name version_check /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/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=db03f51f7a90657d -C extra-filename=-db03f51f7a90657d --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  74.            Running `rustc --crate-name build_script_build /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.132/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=38b3291625ed8fc3 -C extra-filename=-38b3291625ed8fc3 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/libc-38b3291625ed8fc3 -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  75.            Running `rustc --crate-name build_script_build --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.99/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"' --cfg 'feature="visit"' -C metadata=74d7505b4c7fd15d -C extra-filename=-74d7505b4c7fd15d --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/syn-74d7505b4c7fd15d -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  76.          Compiling proc-macro-hack v0.5.19
  77.            Running `rustc --crate-name build_script_build --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-hack-0.5.19/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=3b5cc60419a5e6a6 -C extra-filename=-3b5cc60419a5e6a6 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/proc-macro-hack-3b5cc60419a5e6a6 -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  78.          Compiling once_cell v1.14.0
  79.            Running `rustc --crate-name once_cell --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.14.0/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=b8a9ba66c6b060c6 -C extra-filename=-b8a9ba66c6b060c6 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  80.          Compiling parking_lot_core v0.8.5
  81.            Running `rustc --crate-name build_script_build --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.8.5/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=c5c0586f0f1fee66 -C extra-filename=-c5c0586f0f1fee66 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/parking_lot_core-c5c0586f0f1fee66 -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  82.          Compiling cfg-if v1.0.0
  83.            Running `rustc --crate-name cfg_if --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/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=57f77a69ea7fd3cd -C extra-filename=-57f77a69ea7fd3cd --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  84.            Running `rustc --crate-name once_cell --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.14.0/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="race"' --cfg 'feature="std"' -C metadata=4d92c24a1aed3363 -C extra-filename=-4d92c24a1aed3363 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  85.          Compiling smallvec v1.9.0
  86.          Compiling scopeguard v1.1.0
  87.            Running `rustc --crate-name smallvec --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.9.0/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=1a4c2501d4a5f23f -C extra-filename=-1a4c2501d4a5f23f --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  88.            Running `rustc --crate-name scopeguard /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/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=a5f4baff5bdd06a5 -C extra-filename=-a5f4baff5bdd06a5 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  89.          Compiling unindent v0.1.10
  90.            Running `rustc --crate-name unindent --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/unindent-0.1.10/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=8b88b4d79ce7c840 -C extra-filename=-8b88b4d79ce7c840 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  91.          Compiling Inflector v0.11.4
  92.            Running `rustc --crate-name inflector /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/Inflector-0.11.4/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=35d030ef6f03b671 -C extra-filename=-35d030ef6f03b671 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  93.          Compiling aliasable v0.1.3
  94.            Running `rustc --crate-name aliasable --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/aliasable-0.1.3/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=6c0bd001f5a8cbb7 -C extra-filename=-6c0bd001f5a8cbb7 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  95.          Compiling base64 v0.13.0
  96.            Running `rustc --crate-name base64 --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/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=7d09c669637c0a33 -C extra-filename=-7d09c669637c0a33 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  97.            Running `rustc --crate-name unindent --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/unindent-0.1.10/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=068aea99f05852fd -C extra-filename=-068aea99f05852fd --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow`
  98.            Running `/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/quote-dc0c0ef1de7714f4/build-script-build`
  99.            Running `/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/proc-macro2-58c325b622c69ed0/build-script-build`
  100.            Running `/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/libc-38b3291625ed8fc3/build-script-build`
  101.          Compiling instant v0.1.12
  102.            Running `rustc --crate-name instant --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/instant-0.1.12/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=35fe52eb65588899 -C extra-filename=-35fe52eb65588899 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern cfg_if=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libcfg_if-57f77a69ea7fd3cd.rmeta --cap-lints allow`
  103.            Running `/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/syn-74d7505b4c7fd15d/build-script-build`
  104.            Running `/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/proc-macro-hack-3b5cc60419a5e6a6/build-script-build`
  105.          Compiling proc-macro-error-attr v1.0.4
  106.            Running `rustc --crate-name build_script_build --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/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=499f0dc2ca5c72a6 -C extra-filename=-499f0dc2ca5c72a6 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/proc-macro-error-attr-499f0dc2ca5c72a6 -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern version_check=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libversion_check-db03f51f7a90657d.rlib --cap-lints allow`
  107.          Compiling proc-macro-error v1.0.4
  108.            Running `rustc --crate-name build_script_build --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/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=ad981430b3d0e9d1 -C extra-filename=-ad981430b3d0e9d1 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/proc-macro-error-ad981430b3d0e9d1 -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern version_check=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libversion_check-db03f51f7a90657d.rlib --cap-lints allow`
  109.            Running `/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/parking_lot_core-c5c0586f0f1fee66/build-script-build`
  110.          Compiling num-traits v0.2.15
  111.            Running `rustc --crate-name build_script_build /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/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=80fdb4cf6d705d7a -C extra-filename=-80fdb4cf6d705d7a --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/num-traits-80fdb4cf6d705d7a -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern autocfg=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libautocfg-ce264fa9636de2f7.rlib --cap-lints allow`
  112.          Compiling lock_api v0.4.8
  113.            Running `rustc --crate-name build_script_build --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.8/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=db171d6654763077 -C extra-filename=-db171d6654763077 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/lock_api-db171d6654763077 -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern autocfg=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libautocfg-ce264fa9636de2f7.rlib --cap-lints allow`
  114.          Compiling num-integer v0.1.45
  115.            Running `rustc --crate-name build_script_build /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45/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=788548ddecc3bcd1 -C extra-filename=-788548ddecc3bcd1 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/num-integer-788548ddecc3bcd1 -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern autocfg=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libautocfg-ce264fa9636de2f7.rlib --cap-lints allow`
  116.            Running `rustc --crate-name proc_macro2 --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.43/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=40fa36ab6d719149 -C extra-filename=-40fa36ab6d719149 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern unicode_ident=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libunicode_ident-61661ac6cab7ef80.rmeta --cap-lints allow --cfg use_proc_macro --cfg wrap_proc_macro`
  117.            Running `rustc --crate-name libc /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.132/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=b06f9ad977a26d0f -C extra-filename=-b06f9ad977a26d0f --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/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_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
  118.            Running `rustc --crate-name proc_macro_hack --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-hack-0.5.19/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=19f54a988f818b82 -C extra-filename=-19f54a988f818b82 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern proc_macro --cap-lints allow`
  119.          Compiling pem v1.1.0
  120.            Running `rustc --crate-name pem --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/pem-1.1.0/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=439ac43cd8f74b9e -C extra-filename=-439ac43cd8f74b9e --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern base64=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libbase64-7d09c669637c0a33.rmeta --cap-lints allow`
  121.            Running `/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/proc-macro-error-attr-499f0dc2ca5c72a6/build-script-build`
  122.            Running `/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/num-traits-80fdb4cf6d705d7a/build-script-build`
  123.            Running `/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/proc-macro-error-ad981430b3d0e9d1/build-script-build`
  124.            Running `/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/lock_api-db171d6654763077/build-script-build`
  125.            Running `/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/num-integer-788548ddecc3bcd1/build-script-build`
  126.            Running `/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/pyo3-build-config-1cd01c01566b41ca/build-script-build`
  127.            Running `rustc --crate-name lock_api --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.8/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=a29cb7a263008b7a -C extra-filename=-a29cb7a263008b7a --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern scopeguard=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libscopeguard-a5f4baff5bdd06a5.rmeta --cap-lints allow --cfg has_const_fn_trait_bound`
  128.            Running `rustc --crate-name pyo3_build_config --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/pyo3-build-config-0.15.2/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=17274d53fc80e6bf -C extra-filename=-17274d53fc80e6bf --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern once_cell=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libonce_cell-b8a9ba66c6b060c6.rmeta --cap-lints allow`
  129.            Running `rustc --crate-name num_traits /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/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=e8409ff5a97bfe57 -C extra-filename=-e8409ff5a97bfe57 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --cap-lints allow --cfg has_i128 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_int_assignop_ref --cfg has_div_euclid`
  130.            Running `rustc --crate-name quote --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/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=e87dadd148776603 -C extra-filename=-e87dadd148776603 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern proc_macro2=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libproc_macro2-40fa36ab6d719149.rmeta --cap-lints allow`
  131.          Compiling android_system_properties v0.1.5
  132.            Running `rustc --crate-name android_system_properties --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/android_system_properties-0.1.5/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=e597cb774e200a36 -C extra-filename=-e597cb774e200a36 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern libc=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/liblibc-b06f9ad977a26d0f.rmeta --cap-lints allow`
  133.            Running `rustc --crate-name parking_lot_core --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.8.5/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=456394edb1b52f8a -C extra-filename=-456394edb1b52f8a --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern cfg_if=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libcfg_if-57f77a69ea7fd3cd.rmeta --extern instant=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libinstant-35fe52eb65588899.rmeta --extern libc=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/liblibc-b06f9ad977a26d0f.rmeta --extern smallvec=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libsmallvec-1a4c2501d4a5f23f.rmeta --cap-lints allow`
  134.          Compiling iana-time-zone v0.1.47
  135.            Running `rustc --crate-name iana_time_zone --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/iana-time-zone-0.1.47/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="fallback"' -C metadata=265187e2bd68d95e -C extra-filename=-265187e2bd68d95e --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern android_system_properties=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libandroid_system_properties-e597cb774e200a36.rmeta --extern once_cell=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libonce_cell-4d92c24a1aed3363.rmeta --cap-lints allow`
  136.            Running `rustc --crate-name syn --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.99/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"' --cfg 'feature="visit"' -C metadata=ea921308f497e07f -C extra-filename=-ea921308f497e07f --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern proc_macro2=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libproc_macro2-40fa36ab6d719149.rmeta --extern quote=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libquote-e87dadd148776603.rmeta --extern unicode_ident=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libunicode_ident-61661ac6cab7ef80.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
  137.          Compiling paste-impl v0.1.18
  138.            Running `rustc --crate-name paste_impl --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/paste-impl-0.1.18/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=138e9dd4006d6c0e -C extra-filename=-138e9dd4006d6c0e --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern proc_macro_hack=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libproc_macro_hack-19f54a988f818b82.so --extern proc_macro --cap-lints allow`
  139.          Compiling parking_lot v0.11.2
  140.            Running `rustc --crate-name parking_lot --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.11.2/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=87ef489e02902d0c -C extra-filename=-87ef489e02902d0c --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern instant=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libinstant-35fe52eb65588899.rmeta --extern lock_api=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/liblock_api-a29cb7a263008b7a.rmeta --extern parking_lot_core=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libparking_lot_core-456394edb1b52f8a.rmeta --cap-lints allow`
  141.            Running `rustc --crate-name proc_macro_error_attr --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/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=cc96ea2ea673d5e9 -C extra-filename=-cc96ea2ea673d5e9 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern proc_macro2=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libproc_macro2-40fa36ab6d719149.rlib --extern quote=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libquote-e87dadd148776603.rlib --extern proc_macro --cap-lints allow`
  142.            Running `rustc --crate-name num_integer /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45/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=16d064fc6acae52a -C extra-filename=-16d064fc6acae52a --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern num_traits=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libnum_traits-e8409ff5a97bfe57.rmeta --cap-lints allow --cfg has_i128`
  143.          Compiling paste v0.1.18
  144.          Compiling pyo3 v0.15.2
  145.            Running `rustc --crate-name paste --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/paste-0.1.18/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=5d47905f26f1a44c -C extra-filename=-5d47905f26f1a44c --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern paste_impl=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libpaste_impl-138e9dd4006d6c0e.so --extern proc_macro_hack=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libproc_macro_hack-19f54a988f818b82.so --cap-lints allow`
  146.            Running `rustc --crate-name build_script_build --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/pyo3-0.15.2/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=3f7551f84aba0ea3 -C extra-filename=-3f7551f84aba0ea3 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/pyo3-3f7551f84aba0ea3 -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern pyo3_build_config=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libpyo3_build_config-17274d53fc80e6bf.rlib --cap-lints allow`
  147.          Compiling chrono v0.4.22
  148.            Running `rustc --crate-name chrono --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.22/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="iana-time-zone"' --cfg 'feature="std"' --cfg 'feature="winapi"' -C metadata=fe08393aa83c85a7 -C extra-filename=-fe08393aa83c85a7 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern iana_time_zone=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libiana_time_zone-265187e2bd68d95e.rmeta --extern num_integer=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libnum_integer-16d064fc6acae52a.rmeta --extern num_traits=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libnum_traits-e8409ff5a97bfe57.rmeta --cap-lints allow`
  149.            Running `/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/build/pyo3-3f7551f84aba0ea3/build-script-build`
  150.          Compiling pyo3-macros-backend v0.15.2
  151.            Running `rustc --crate-name proc_macro_error --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/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=119442829772dc81 -C extra-filename=-119442829772dc81 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern proc_macro_error_attr=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libproc_macro_error_attr-cc96ea2ea673d5e9.so --extern proc_macro2=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libproc_macro2-40fa36ab6d719149.rmeta --extern quote=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libquote-e87dadd148776603.rmeta --extern syn=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libsyn-ea921308f497e07f.rmeta --cap-lints allow --cfg use_fallback`
  152.            Running `rustc --crate-name pyo3_macros_backend --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/pyo3-macros-backend-0.15.2/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=f54453306bb427d6 -C extra-filename=-f54453306bb427d6 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern proc_macro2=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libproc_macro2-40fa36ab6d719149.rmeta --extern pyo3_build_config=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libpyo3_build_config-17274d53fc80e6bf.rmeta --extern quote=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libquote-e87dadd148776603.rmeta --extern syn=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libsyn-ea921308f497e07f.rmeta --cap-lints allow`
  153.          Compiling indoc-impl v0.3.6
  154.          Compiling asn1_derive v0.12.2
  155.          Compiling ouroboros_macro v0.15.4
  156.            Running `rustc --crate-name indoc_impl --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/indoc-impl-0.3.6/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=dd6b5add73f5182b -C extra-filename=-dd6b5add73f5182b --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern proc_macro_hack=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libproc_macro_hack-19f54a988f818b82.so --extern proc_macro2=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libproc_macro2-40fa36ab6d719149.rlib --extern quote=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libquote-e87dadd148776603.rlib --extern syn=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libsyn-ea921308f497e07f.rlib --extern unindent=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libunindent-8b88b4d79ce7c840.rlib --extern proc_macro --cap-lints allow`
  157.            Running `rustc --crate-name asn1_derive --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/asn1_derive-0.12.2/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=26e83b5cfc1d6e7c -C extra-filename=-26e83b5cfc1d6e7c --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern proc_macro2=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libproc_macro2-40fa36ab6d719149.rlib --extern quote=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libquote-e87dadd148776603.rlib --extern syn=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libsyn-ea921308f497e07f.rlib --extern proc_macro --cap-lints allow`
  158.            Running `rustc --crate-name ouroboros_macro --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/ouroboros_macro-0.15.4/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=5fcc4ca0fd41cdf5 -C extra-filename=-5fcc4ca0fd41cdf5 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern inflector=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libinflector-35d030ef6f03b671.rlib --extern proc_macro_error=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libproc_macro_error-119442829772dc81.rlib --extern proc_macro2=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libproc_macro2-40fa36ab6d719149.rlib --extern quote=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libquote-e87dadd148776603.rlib --extern syn=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libsyn-ea921308f497e07f.rlib --extern proc_macro --cap-lints allow`
  159.          Compiling pyo3-macros v0.15.2
  160.            Running `rustc --crate-name pyo3_macros --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/pyo3-macros-0.15.2/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=235c684a90195a9c -C extra-filename=-235c684a90195a9c --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern pyo3_macros_backend=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libpyo3_macros_backend-f54453306bb427d6.rlib --extern quote=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libquote-e87dadd148776603.rlib --extern syn=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libsyn-ea921308f497e07f.rlib --extern proc_macro --cap-lints allow`
  161.          Compiling indoc v0.3.6
  162.            Running `rustc --crate-name indoc --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/indoc-0.3.6/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=4402af19fe500719 -C extra-filename=-4402af19fe500719 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern indoc_impl=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libindoc_impl-dd6b5add73f5182b.so --extern proc_macro_hack=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libproc_macro_hack-19f54a988f818b82.so --cap-lints allow`
  163.          Compiling asn1 v0.12.2
  164.            Running `rustc --crate-name asn1 --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/asn1-0.12.2/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=bd38c8739fbb6bea -C extra-filename=-bd38c8739fbb6bea --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern asn1_derive=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libasn1_derive-26e83b5cfc1d6e7c.so --extern chrono=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libchrono-fe08393aa83c85a7.rmeta --cap-lints allow`
  165.            Running `rustc --crate-name pyo3 --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/pyo3-0.15.2/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=5054760efe53b065 -C extra-filename=-5054760efe53b065 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern cfg_if=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libcfg_if-57f77a69ea7fd3cd.rmeta --extern indoc=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libindoc-4402af19fe500719.rmeta --extern libc=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/liblibc-b06f9ad977a26d0f.rmeta --extern parking_lot=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libparking_lot-87ef489e02902d0c.rmeta --extern paste=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libpaste-5d47905f26f1a44c.rmeta --extern pyo3_macros=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libpyo3_macros-235c684a90195a9c.so --extern unindent=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libunindent-068aea99f05852fd.rmeta --cap-lints allow -L native=/data/data/com.termux/files/usr/lib -l python3.10 --cfg Py_3_6 --cfg Py_LIMITED_API --cfg 'py_sys_config="WITH_THREAD"' --cfg track_caller --cfg min_const_generics --cfg addr_of`
  166.          Compiling ouroboros v0.15.4
  167.            Running `rustc --crate-name ouroboros --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/ouroboros-0.15.4/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=8429af6906a95ea2 -C extra-filename=-8429af6906a95ea2 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern aliasable=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libaliasable-6c0bd001f5a8cbb7.rmeta --extern ouroboros_macro=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps/libouroboros_macro-5fcc4ca0fd41cdf5.so --cap-lints allow`
  168.          Compiling cryptography-rust v0.1.0 (/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust)
  169.            Running `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=e54af999e820df90 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern asn1=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libasn1-bd38c8739fbb6bea.rlib --extern chrono=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libchrono-fe08393aa83c85a7.rlib --extern once_cell=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libonce_cell-4d92c24a1aed3363.rlib --extern ouroboros=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libouroboros-8429af6906a95ea2.rlib --extern pem=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libpem-439ac43cd8f74b9e.rlib --extern pyo3=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libpyo3-5054760efe53b065.rlib -L native=/data/data/com.termux/files/usr/lib`
  170.       error: failed to prepare thin LTO module: Opaque pointers are only supported in -opaque-pointers mode (Producer: 'LLVM15.0.1' Reader: 'LLVM 15.0.1')
  171.      
  172.       error: could not compile `cryptography-rust` due to previous error
  173.      
  174.       Caused by:
  175.         process didn't exit successfully: `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=e54af999e820df90 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps --target aarch64-linux-android -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/release/deps --extern asn1=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libasn1-bd38c8739fbb6bea.rlib --extern chrono=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libchrono-fe08393aa83c85a7.rlib --extern once_cell=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libonce_cell-4d92c24a1aed3363.rlib --extern ouroboros=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libouroboros-8429af6906a95ea2.rlib --extern pem=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libpem-439ac43cd8f74b9e.rlib --extern pyo3=/data/data/com.termux/files/usr/tmp/pip-install-tqbpvdxs/cryptography_a0f532c0440449a8ab74345d7d9a972c/src/rust/target/aarch64-linux-android/release/deps/libpyo3-5054760efe53b065.rlib -L native=/data/data/com.termux/files/usr/lib` (exit status: 1)
  176.      
  177.          =============================DEBUG ASSISTANCE=============================
  178.          If you are seeing a compilation error please try the following steps to
  179.          successfully install cryptography:
  180.          1) Upgrade to the latest pip and try again. This will fix errors for most
  181.             users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
  182.          2) Read https://cryptography.io/en/latest/installation/ for specific
  183.             instructions for your platform.
  184.          3) Check our frequently asked questions for more information:
  185.             https://cryptography.io/en/latest/faq/
  186.          4) Ensure you have a recent Rust toolchain installed:
  187.             https://cryptography.io/en/latest/installation/#rust
  188.      
  189.          Python: 3.10.7
  190.          platform: Linux-4.19.125-perf+-aarch64-with-libc
  191.          pip: n/a
  192.          setuptools: 65.3.0
  193.          setuptools_rust: 1.5.2
  194.          rustc: 1.63.0
  195.          =============================DEBUG ASSISTANCE=============================
  196.      
  197.      error: `cargo rustc --lib --message-format=json-render-diagnostics --manifest-path src/rust/Cargo.toml --target aarch64-linux-android --release -v --features 'pyo3/abi3-py36 pyo3/extension-module' -- --crate-type cdylib` failed with code 101
  198.      [end of output]
  199.  
  200.  note: This error originates from a subprocess, and is likely not a problem with pip.
  201.  ERROR: Failed building wheel for cryptography
  202. Failed to build cryptography
  203. ERROR: Could not build wheels for cryptography, which is required to install pyproject.toml-based projects
Add Comment
Please, Sign In to add comment