Applying /builder/shared-workdir/build/sdk/feeds/packages/lang/python/python-cryptography/patches/001-Update-ouroboros.patch using plaintext: patching file src/rust/Cargo.toml * Getting build dependencies for wheel... /builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) 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 ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any 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... /builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) running bdist_wheel running build running build_py creating build creating build/lib.linux-powerpc-cpython-311 creating build/lib.linux-powerpc-cpython-311/cryptography copying src/cryptography/utils.py -> build/lib.linux-powerpc-cpython-311/cryptography copying src/cryptography/fernet.py -> build/lib.linux-powerpc-cpython-311/cryptography copying src/cryptography/__about__.py -> build/lib.linux-powerpc-cpython-311/cryptography copying src/cryptography/exceptions.py -> build/lib.linux-powerpc-cpython-311/cryptography copying src/cryptography/__init__.py -> build/lib.linux-powerpc-cpython-311/cryptography creating build/lib.linux-powerpc-cpython-311/cryptography/x509 copying src/cryptography/x509/oid.py -> build/lib.linux-powerpc-cpython-311/cryptography/x509 copying src/cryptography/x509/name.py -> build/lib.linux-powerpc-cpython-311/cryptography/x509 copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-powerpc-cpython-311/cryptography/x509 copying src/cryptography/x509/base.py -> build/lib.linux-powerpc-cpython-311/cryptography/x509 copying src/cryptography/x509/general_name.py -> build/lib.linux-powerpc-cpython-311/cryptography/x509 copying src/cryptography/x509/ocsp.py -> build/lib.linux-powerpc-cpython-311/cryptography/x509 copying src/cryptography/x509/extensions.py -> build/lib.linux-powerpc-cpython-311/cryptography/x509 copying src/cryptography/x509/__init__.py -> build/lib.linux-powerpc-cpython-311/cryptography/x509 creating build/lib.linux-powerpc-cpython-311/cryptography/hazmat copying src/cryptography/hazmat/_oid.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat copying src/cryptography/hazmat/__init__.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat creating build/lib.linux-powerpc-cpython-311/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/backends creating build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings creating build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives creating build/lib.linux-powerpc-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/backends/openssl creating build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/openssl creating build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/kdf creating build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/twofactor creating build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/ciphers creating build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/serialization creating build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/types.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/primitives/asymmetric 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 ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any 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-powerpc-cpython-311/cryptography creating build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/__init__.pyi -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/_openssl.pyi -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/exceptions.pyi -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/pkcs7.pyi -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/x509.pyi -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust creating build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/dh.pyi -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust/openssl copying src/cryptography/hazmat/bindings/_rust/openssl/x448.pyi -> build/lib.linux-powerpc-cpython-311/cryptography/hazmat/bindings/_rust/openssl warning: build_py: byte-compiling is disabled, skipping. running build_ext running build_rust Updating crates.io index Locking 6 packages to latest compatible versions Adding heck v0.4.1 Updating ouroboros v0.15.6 -> v0.18.5 Updating ouroboros_macro v0.15.6 -> v0.18.5 Adding proc-macro2-diagnostics v0.10.1 Adding static_assertions v1.1.0 Adding yansi v1.0.1 [RUSTFLAGS=-Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd] cargo rustc --lib --message-format=json-render-diagnostics --manifest-path src/rust/Cargo.toml --target powerpc-unknown-linux-musl -v --features pyo3/extension-module --profile release --crate-type cdylib -- Compiling proc-macro2 v1.0.64 Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.64/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=2df6d34c96c4cf30 -C extra-filename=-848409ed7ca9431f --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/proc-macro2-848409ed7ca9431f -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Compiling unicode-ident v1.0.9 Compiling quote v1.0.28 Compiling cc v1.0.79 Compiling target-lexicon v0.12.7 Compiling libc v0.2.144 Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.12.7/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support", "std"))' -C metadata=9db145948ea4d31f -C extra-filename=-ab62f5df575928cd --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/target-lexicon-ab62f5df575928cd -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Compiling pkg-config v0.3.27 Compiling vcpkg v0.2.15 Compiling autocfg v1.1.0 Compiling once_cell v1.17.2 Compiling syn v1.0.109 Compiling cfg-if v1.0.0 Compiling version_check v0.9.4 Compiling parking_lot_core v0.9.7 Compiling smallvec v1.10.0 Compiling scopeguard v1.1.0 Compiling yansi v1.0.1 Compiling openssl v0.10.60 Compiling foreign-types-shared v0.1.1 Compiling bitflags v2.4.1 Compiling heck v0.4.1 Running `rustc --crate-name build_script_build --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=10f6d391e68808ff -C extra-filename=-8a5b9bd35d0f695f --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/libc-8a5b9bd35d0f695f -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name pkg_config --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.27/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14415fa5e3fdd020 -C extra-filename=-377391c7789d1308 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name autocfg --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43d0e9e9296bf4ab -C extra-filename=-381feff2827d39ec --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=be2ab65e817d7c22 -C extra-filename=-621135fb18affbf0 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/syn-621135fb18affbf0 -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name unicode_ident --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.9/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b70569336d75524 -C extra-filename=-959f48e9cf4c51e0 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name cfg_if --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=28b7deb73fc78100 -C extra-filename=-aaaff4259d62cf6b --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps --target powerpc-unknown-linux-musl -C linker=powerpc-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Running `rustc --crate-name cc --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.0.79/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=58c7c2d8cf650e4e -C extra-filename=-b300b3d56b697b13 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name smallvec --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.10.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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=ccb52a3f2fb8c149 -C extra-filename=-30a9b10b09b1fb49 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps --target powerpc-unknown-linux-musl -C linker=powerpc-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Running `rustc --crate-name vcpkg --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-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 embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b96679d0a29875a5 -C extra-filename=-550c8570a5627de8 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name once_cell --edition=2021 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "atomic_polyfill", "critical-section", "critical_section", "default", "parking_lot", "parking_lot_core", "race", "std", "unstable"))' -C metadata=94d26b959cd38276 -C extra-filename=-b2cfcc4b5f107ca4 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.7/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=9054e53d75afa027 -C extra-filename=-d910b9bb9a5cd76a --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/parking_lot_core-d910b9bb9a5cd76a -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name foreign_types_shared --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00a39e0b9817f179 -C extra-filename=-83a237928856d4d4 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps --target powerpc-unknown-linux-musl -C linker=powerpc-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Running `rustc --crate-name yansi --edition=2021 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yansi-1.0.1/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=cb6ac0b029a67d49 -C extra-filename=-619be3a41b114782 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name version_check --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30ee00afe49b2692 -C extra-filename=-03ca1ca52090f41e --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name bitflags --edition=2021 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=6cdba3d7d11840fd -C extra-filename=-d21dd4c1e404bba1 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps --target powerpc-unknown-linux-musl -C linker=powerpc-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Running `rustc --crate-name heck --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.1/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=2300e7c6ef399b88 -C extra-filename=-2c9beb2d0ed066a8 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.60/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=8d75372a01cee9f1 -C extra-filename=-f5568766368cf163 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/openssl-f5568766368cf163 -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name scopeguard --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=66659b2b139aa0a1 -C extra-filename=-7e365d6bd0a120d6 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps --target powerpc-unknown-linux-musl -C linker=powerpc-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.28/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=3b52f0b8814501c6 -C extra-filename=-05591624d56d1ed9 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/quote-05591624d56d1ed9 -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow` Compiling foreign-types v0.3.2 Running `rustc --crate-name foreign_types --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9d976c6ad954723 -C extra-filename=-c11a1ce0950cdeb7 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps --target powerpc-unknown-linux-musl -C linker=powerpc-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern foreign_types_shared=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps/libforeign_types_shared-83a237928856d4d4.rmeta --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Compiling indoc v1.0.9 Running `rustc --crate-name indoc --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-1.0.9/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abee93611aa996b4 -C extra-filename=-95bdf1c9e37551b6 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern proc_macro --cap-lints allow` Running `rustc --crate-name once_cell --edition=2021 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.17.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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "atomic_polyfill", "critical-section", "critical_section", "default", "parking_lot", "parking_lot_core", "race", "std", "unstable"))' -C metadata=3e97fc2ee2d3495f -C extra-filename=-7b6fa2d7358e92fc --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps --target powerpc-unknown-linux-musl -C linker=powerpc-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Compiling cryptography-openssl v0.1.0 (/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/cryptography-openssl) Compiling unindent v0.1.11 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e08fe98663ef9e2b -C extra-filename=-c4ffdbd6926adb93 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/cryptography-openssl-c4ffdbd6926adb93 -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps` Running `rustc --crate-name unindent --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unindent-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d1db0ebb0e395ab -C extra-filename=-fb3e7ac7ab61fcbc --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps --target powerpc-unknown-linux-musl -C linker=powerpc-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Compiling base64 v0.13.1 Running `rustc --crate-name base64 --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=db42ae72129c750c -C extra-filename=-dfd29fd4dff548d4 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps --target powerpc-unknown-linux-musl -C linker=powerpc-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Running `/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/parking_lot_core-d910b9bb9a5cd76a/build-script-build` Compiling aliasable v0.1.3 Compiling static_assertions v1.1.0 Running `rustc --crate-name aliasable --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aliasable_deref_trait", "alloc", "default", "stable_deref_trait", "traits"))' -C metadata=2fdb5cf5769f6e57 -C extra-filename=-173477a29cab03a4 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps --target powerpc-unknown-linux-musl -C linker=powerpc-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Running `rustc --crate-name static_assertions --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=14ad647156ac51ef -C extra-filename=-6ccc223c74e01a05 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps --target powerpc-unknown-linux-musl -C linker=powerpc-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Running `/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/libc-8a5b9bd35d0f695f/build-script-build` Running `/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/quote-05591624d56d1ed9/build-script-build` Running `rustc --crate-name libc --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=1a67f0691a4bb391 -C extra-filename=-98732ac3dc92066f --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps --target powerpc-unknown-linux-musl -C linker=powerpc-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd --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` Running `/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/proc-macro2-848409ed7ca9431f/build-script-build` Running `rustc --crate-name proc_macro2 --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.64/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=f4d35fd9963e36f8 -C extra-filename=-736d3a17ad6bd1db --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern unicode_ident=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libunicode_ident-959f48e9cf4c51e0.rmeta --cap-lints allow --cfg wrap_proc_macro` Compiling lock_api v0.4.9 Compiling memoffset v0.8.0 Running `rustc --crate-name build_script_build --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.8.0/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const"))' -C metadata=a0ab9a08068b3f82 -C extra-filename=-a6b89eb52b2c9d88 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/memoffset-a6b89eb52b2c9d88 -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern autocfg=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libautocfg-381feff2827d39ec.rlib --cap-lints allow` Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.9/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=9c6c1774f9ceb004 -C extra-filename=-fd330b244397016f --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/lock_api-fd330b244397016f -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern autocfg=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libautocfg-381feff2827d39ec.rlib --cap-lints allow` error[E0428]: the name `MAP_HUGETLB` is defined multiple times --> /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/unix/linux_like/linux/musl/b32/powerpc.rs:380:1 | 257 | pub const MAP_HUGETLB: ::c_int = 0x040000; | ------------------------------------------ previous definition of the value `MAP_HUGETLB` here ... 380 | pub const MAP_HUGETLB: ::c_int = 0x040000; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `MAP_HUGETLB` redefined here | = note: `MAP_HUGETLB` must be defined only once in the value namespace of this module Running `/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/syn-621135fb18affbf0/build-script-build` Compiling proc-macro2-diagnostics v0.10.1 Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-diagnostics-0.10.1/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="colors"' --cfg 'feature="default"' --cfg 'feature="yansi"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("colors", "default", "yansi"))' -C metadata=60bf4a43416deb42 -C extra-filename=-07621d67f857ade5 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/proc-macro2-diagnostics-07621d67f857ade5 -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern version_check=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libversion_check-03ca1ca52090f41e.rlib --cap-lints allow` Running `/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/target-lexicon-ab62f5df575928cd/build-script-build` Running `rustc --crate-name target_lexicon --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.12.7/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support", "std"))' -C metadata=0a3d99c3a331c8d0 -C extra-filename=-209b6648bb4c9f09 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow --cfg 'feature="rust_1_40"'` Compiling pem v1.1.1 Running `rustc --crate-name pem --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=75f89e193b0c9582 -C extra-filename=-d98eb7f0448085b7 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps --target powerpc-unknown-linux-musl -C linker=powerpc-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern base64=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps/libbase64-dfd29fd4dff548d4.rmeta --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd` Running `/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/lock_api-fd330b244397016f/build-script-build` Running `/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/memoffset-a6b89eb52b2c9d88/build-script-build` Running `/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/proc-macro2-diagnostics-07621d67f857ade5/build-script-build` Running `rustc --crate-name lock_api --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=7cdd249a45b86b66 -C extra-filename=-dfeb8bfc62160c88 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps --target powerpc-unknown-linux-musl -C linker=powerpc-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern scopeguard=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps/libscopeguard-7e365d6bd0a120d6.rmeta --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd --cfg has_const_fn_trait_bound` Running `rustc --crate-name memoffset --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.8.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=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const"))' -C metadata=cdbfe09c7bf7a312 -C extra-filename=-8c18195d22a19d90 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps --target powerpc-unknown-linux-musl -C linker=powerpc-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const` Compiling pyo3-build-config v0.18.3 Running `rustc --crate-name build_script_build --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-build-config-0.18.3/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py37", "abi3-py38", "abi3-py39", "default", "extension-module", "python3-dll-a", "resolve-config"))' -C metadata=cfe0ba24dc28e944 -C extra-filename=-cb5ff74311588ec5 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/build/pyo3-build-config-cb5ff74311588ec5 -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern target_lexicon=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libtarget_lexicon-209b6648bb4c9f09.rlib --cap-lints allow` Running `rustc --crate-name quote --edition=2018 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.28/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=d3bcd71b49f05562 -C extra-filename=-7d591c963495d046 --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --extern proc_macro2=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps/libproc_macro2-736d3a17ad6bd1db.rmeta --cap-lints allow` For more information about this error, try `rustc --explain E0428`. error: could not compile `libc` (lib) due to 1 previous error Caused by: process didn't exit successfully: `rustc --crate-name libc --edition=2015 /builder/shared-workdir/build/sdk/dl/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.144/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=1a67f0691a4bb391 -C extra-filename=-98732ac3dc92066f --out-dir /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps --target powerpc-unknown-linux-musl -C linker=powerpc-openwrt-linux-musl-gcc -C strip=debuginfo -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/powerpc-unknown-linux-musl/release/deps -L dependency=/builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/src/rust/target/release/deps --cap-lints allow -Ctarget-feature=-crt-static -Ctarget-feature=-crt-static -lssp_nonshared -Clink-arg=-fuse-ld=bfd --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` (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.11.13 platform: Linux-6.1.0-22-amd64-x86_64-with-glibc2.31 pip: 24.0 setuptools: 65.5.0 setuptools_rust: 1.8.1 rustc: 1.89.0 (29483883e 2025-08-04) (built from a source tarball) =============================DEBUG ASSISTANCE============================= error: `cargo rustc --lib --message-format=json-render-diagnostics --manifest-path src/rust/Cargo.toml --target powerpc-unknown-linux-musl -v --features pyo3/extension-module --profile release --crate-type cdylib --` failed with code 101 ERROR Backend subprocess exited when trying to invoke build_wheel make[3]: *** [Makefile:55: /builder/shared-workdir/build/sdk/build_dir/target-powerpc_464fp_musl/pypi/cryptography-41.0.7/.built] Error 1 time: package/feeds/packages/python-cryptography/compile#18.66#4.46#8.12