DEBUG: Executing shell function do_compile
NOTE: Using rust targets from TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/rust-targets/
NOTE: cargo = TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/cargo-1.91.0-x86_64-unknown-linux-gnu/bin/cargo
NOTE: TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/cargo-1.91.0-x86_64-unknown-linux-gnu/bin/cargo build -v --frozen --target x86_64-unknown-linux-gnu --release --manifest-path=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/src/tools/cargo//Cargo.toml
Compiling libc v0.2.176
Compiling proc-macro2 v1.0.101
Compiling unicode-ident v1.0.19
Compiling quote v1.0.41
Compiling memchr v2.7.6
Compiling regex-syntax v0.8.6
Compiling thiserror v2.0.17
Compiling smallvec v1.15.1
Running `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/proc-macro2-1.0.101/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 --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=270069af36e9db63 -C extra-filename=-786bccdbe6ddd8f0 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/proc-macro2-786bccdbe6ddd8f0 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/libc-0.2.176/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --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=cbee25a640e401c4 -C extra-filename=-07e06bad1ad999fc --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/libc-07e06bad1ad999fc -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name unicode_ident --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/unicode-ident-1.0.19/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5176b891a2f70ac7 -C extra-filename=-977d96bfa2f80499 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/thiserror-2.0.17/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=59d8ee0a80070e27 -C extra-filename=-f69eb2bcd87088bc --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/thiserror-f69eb2bcd87088bc -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Fresh stable_deref_trait v1.2.0
Compiling autocfg v1.5.0
Compiling version_check v0.9.5
Compiling once_cell v1.21.3
Compiling typenum v1.18.0
Compiling zeroize v1.8.2
Fresh subtle v2.6.1
Compiling crc32fast v1.5.0
Compiling crossbeam-utils v0.8.21
Compiling const-oid v0.9.6
Fresh tinyvec_macros v0.1.1
Compiling fastrand v2.3.0
Compiling parking_lot_core v0.9.11
Fresh gix-trace v0.1.13
Fresh scopeguard v1.2.0
Compiling home v0.5.11
Compiling bitflags v2.9.4
Compiling same-file v1.0.6
Compiling zlib-rs v0.5.2
Compiling bytes v1.10.1
Compiling shlex v1.3.0
Compiling find-msvc-tools v0.1.2
Fresh itoa v1.0.15
Compiling serde_core v1.0.228
Fresh cpufeatures v0.2.17
Compiling byteorder v1.5.0
Compiling heapless v0.8.0
Fresh equivalent v1.0.2
Compiling pkg-config v0.3.32
Compiling rustix v1.1.2
Fresh linux-raw-sys v0.11.0
Compiling allocator-api2 v0.2.21
Compiling foldhash v0.1.5
Compiling vcpkg v0.2.15
Compiling jiff v0.2.15
Compiling getrandom v0.3.3
Compiling serde v1.0.228
Compiling writeable v0.6.1
Compiling hashbrown v0.14.5
Compiling litemap v0.8.0
Compiling icu_properties_data v2.0.1
Compiling icu_normalizer_data v2.0.0
Compiling utf8_iter v1.0.4
Compiling percent-encoding v2.3.2
Compiling unicode-bom v2.0.3
Fresh static_assertions v1.1.0
Compiling base64ct v1.8.0
Compiling log v0.4.28
Compiling shell-words v1.1.0
Compiling serde_json v1.0.145
Compiling curl v0.4.49
Compiling ryu v1.0.20
Compiling openssl-probe v0.1.6
Fresh cfg-if v1.0.3
Fresh fnv v1.0.7
Compiling base16ct v0.2.0
Compiling anstyle v1.0.13
Fresh utf8parse v0.2.2
Fresh pin-project-lite v0.2.16
Compiling anyhow v1.0.100
Compiling typeid v1.0.3
Compiling zerocopy v0.8.27
Compiling powerfmt v0.2.0
Compiling encoding_rs v0.8.35
Compiling hashbrown v0.16.0
Fresh anstyle-query v1.1.4
Fresh is_terminal_polyfill v1.70.1
Compiling colorchoice v1.0.4
Fresh time-core v0.1.6
Fresh num-conv v0.1.0
Compiling erased-serde v0.4.8
Compiling base64 v0.22.1
Compiling minimal-lexical v0.2.1
Compiling clap_lex v0.7.5
Compiling toml_writer v1.0.3
Compiling strsim v0.11.1
Fresh clru v0.6.2
Fresh lazy_static v1.5.0
Compiling thread_local v1.1.9
Fresh fiat-crypto v0.3.0
Compiling nu-ansi-term v0.50.1
Compiling arc-swap v1.7.1
Compiling libloading v0.8.9
Fresh fallible-iterator v0.3.0
Compiling unicode-width v0.2.1
Compiling arrayref v0.3.9
Running `rustc --crate-name regex_syntax --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/regex-syntax-0.8.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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=c7af9fc2b75c26f3 -C extra-filename=-b907288ae79263d2 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name memchr --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/memchr-2.7.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 embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=0483b55b12325382 -C extra-filename=-266445047769022f --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name smallvec --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/smallvec-1.15.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=3 -C embed-bitcode=no --cfg 'feature="const_generics"' --cfg 'feature="write"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=356817c8e5d94ab3 -C extra-filename=-cd0b86d15ac5411f --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name build_script_build --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/quote-1.0.41/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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=20b915d22f74a70a -C extra-filename=-06412759f2ccc3ac --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/quote-06412759f2ccc3ac -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name autocfg --edition=2015 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/autocfg-1.5.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d71ea23a2d08b26 -C extra-filename=-9ff0c9de8550c39c --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name version_check --edition=2015 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/version_check-0.9.5/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1549b788a86fd22 -C extra-filename=-2bcb0451f53805be --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name once_cell --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/once_cell-1.21.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 embed-bitcode=no --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", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=551259e3114af20a -C extra-filename=-22b48c2d1fc1d621 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name build_script_build --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/typenum-1.18.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=b68a326e8fd00454 -C extra-filename=-2947be2a00088102 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/typenum-2947be2a00088102 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name zeroize --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/zeroize-1.8.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 embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=00191ec2b86360d2 -C extra-filename=-8886f5a10e24d582 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/crc32fast-1.5.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=62ef4534edbf479f -C extra-filename=-9b32d80dbe86f5d6 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/crc32fast-9b32d80dbe86f5d6 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f11fab22da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f11f9af3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f12009e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
Running `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=7eab03af50071dd9 -C extra-filename=-2e43c2bc52ce40d4 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/crossbeam-utils-2e43c2bc52ce40d4 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name const_oid --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/const-oid-0.9.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 embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=f51ae9b987422315 -C extra-filename=-58cf229612f5c46c --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name fastrand --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/fastrand-2.3.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 embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=8e8746e653eb0b76 -C extra-filename=-828e4c143813c3cd --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/parking_lot_core-0.9.11/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=81f3f83b1c6a6bc9 -C extra-filename=-78dfa7c8a7316fbe --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/parking_lot_core-78dfa7c8a7316fbe -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f0928722da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f09276f3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f092e5e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fbe8cf22da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fbe8bef3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fbe92de8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: rustc interrupted by SIGSEGV, printing backtrace
Running `rustc --crate-name bitflags --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/bitflags-2.9.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 embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "std"))' -C metadata=8ef43ea64fe03682 -C extra-filename=-f23f6a81b101530f --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name home --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/home-0.5.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=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d88f0bccc6205dd -C extra-filename=-18eaa6b43420d307 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f0210322da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f020f2f3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f02161e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
Running `rustc --crate-name same_file --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/same-file-1.0.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 embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d22db616eb61e825 -C extra-filename=-433937261c52d553 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name bytes --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/bytes-1.10.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=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=effa96c70509c372 -C extra-filename=-cb03b60101464713 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name zlib_rs --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/zlib-rs-0.5.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 embed-bitcode=no --deny=unsafe_op_in_unsafe_fn --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "c-allocator", "default", "quickcheck", "rust-allocator", "std"))' -C metadata=6dbcbbaaa6337a4b -C extra-filename=-6bbb6e7d30290ab3 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name shlex --edition=2015 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/shlex-1.3.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=323fbed8112a4743 -C extra-filename=-02b28e4deac65254 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name find_msvc_tools --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/find-msvc-tools-0.1.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 --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=637ca495b82e4e8a -C extra-filename=-316bb2eb6e0cd558 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
error: rustc interrupted by SIGSEGV, printing backtrace
Running `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/serde_core-1.0.228/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=53afd083ab800c3a -C extra-filename=-b931c5b1e4d9cbf0 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/serde_core-b931c5b1e4d9cbf0 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fd8d4f22da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fd8d3ef3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fd8dade8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
Running `rustc --crate-name byteorder --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/byteorder-1.5.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 embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=ad73c84bfcfcfb90 -C extra-filename=-077c47bc38a831ff --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f296cd22da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f296bcf3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f2972be8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
Running `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/heapless-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=cbf25e127f24eadf -C extra-filename=-ae6d5b070df67675 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/heapless-ae6d5b070df67675 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name pkg_config --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/pkg-config-0.3.32/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13fdb7444112445d -C extra-filename=-5fdc19e306e2a295 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/rustix-1.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=92aa65335f95924d -C extra-filename=-dbf9c7cd5a493a0c --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/rustix-dbf9c7cd5a493a0c -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name allocator_api2 --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=7bec24ddf52e61ae -C extra-filename=-33b2c627340a0a37 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f6236d22da5]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f75ec122da5]
Running `rustc --crate-name vcpkg --edition=2015 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4abc8fef4071179a -C extra-filename=-6ade88638c007f6d --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name foldhash --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/foldhash-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 embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5579d10c72e25890 -C extra-filename=-29ba4ad49365de13 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name jiff --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/jiff-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 embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=9511d1f0c284e332 -C extra-filename=-3eb45f8d835d5cd9 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/getrandom-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="std"' --cfg 'feature="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=e73c791806032f05 -C extra-filename=-a69c2094c8fd9a55 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/getrandom-a69c2094c8fd9a55 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/serde-1.0.228/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=7c021ab73eede1fb -C extra-filename=-30cc6f0f921a044b --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/serde-30cc6f0f921a044b -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name writeable --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/writeable-0.6.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=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("either"))' -C metadata=daa8d0b2b9a5bc57 -C extra-filename=-bd6a9e3a45b420ae --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name hashbrown --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/hashbrown-0.14.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 embed-bitcode=no --cfg 'feature="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=eb8e688f1b7246eb -C extra-filename=-bb504fbd2bb4db4f --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name litemap --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/litemap-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=3 -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=f405a10704f5cacf -C extra-filename=-35e6d3ca1eda70fe --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/icu_properties_data-2.0.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=473ead00f65b5550 -C extra-filename=-bc77c052b4889c52 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/icu_properties_data-bc77c052b4889c52 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name utf8_iter --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/utf8_iter-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 opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=527deb02cc39cebc -C extra-filename=-5309a3618ed60529 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/icu_normalizer_data-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5b1b58d348c5a20 -C extra-filename=-6943ce875845aa1b --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/icu_normalizer_data-6943ce875845aa1b -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name unicode_bom --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/unicode-bom-2.0.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 embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31b714b9ec9db463 -C extra-filename=-0bac654db373e762 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name percent_encoding --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/percent-encoding-2.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=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1c852bacb4792f50 -C extra-filename=-23bc1a9cdc462e34 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name base64ct --edition=2024 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/base64ct-1.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=3 -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=e3a62d932a90ec02 -C extra-filename=-93fd20805fb83975 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name log --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/log-0.4.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=a6e470534c51f7ee -C extra-filename=-776f235f69d0166a --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name shell_words --edition=2015 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/shell-words-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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e5af7cb526c8a1db -C extra-filename=-ace6bff26cc866fe --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/serde_json-1.0.145/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 --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=0e6b7a2d92932fcb -C extra-filename=-2644dfd14122a4db --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/serde_json-2644dfd14122a4db -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name build_script_build --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/curl-0.4.49/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 --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "mesalink", "ntlm", "openssl-probe", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=330b24b5d3a84f83 -C extra-filename=-0e9971fef94c5cd7 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/curl-0e9971fef94c5cd7 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name ryu --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/ryu-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=77f3e776777a5291 -C extra-filename=-64b1ac51f8b2f3ad --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name openssl_probe --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/openssl-probe-0.1.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 embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=120a091448f7ac90 -C extra-filename=-c4478b4cfb872f59 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name base16ct --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/base16ct-0.2.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 embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=fa005d596f8f9cec -C extra-filename=-e49fb36f350693e2 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name anstyle --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/anstyle-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=739f3e3a9205f6d0 -C extra-filename=-3d11306537e18647 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
error: could not compile `unicode-ident` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name unicode_ident --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/unicode-ident-1.0.19/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5176b891a2f70ac7 -C extra-filename=-977d96bfa2f80499 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
warning: build failed, waiting for other jobs to finish...
Running `rustc --crate-name build_script_build --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/anyhow-1.0.100/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=e24c75cab66fb876 -C extra-filename=-e9db56a27dd7fc83 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/anyhow-e9db56a27dd7fc83 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name build_script_build --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/typeid-1.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3442aeba33440179 -C extra-filename=-66ddc218d501ec4b --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/typeid-66ddc218d501ec4b -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/zerocopy-0.8.27/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 --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=4603dd6132ef98f2 -C extra-filename=-a89acf723d9005fc --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/zerocopy-a89acf723d9005fc -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name powerfmt --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/powerfmt-0.2.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 embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=1457e8fbc7b54a9f -C extra-filename=-2dab4873250ad9a4 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name encoding_rs --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/encoding_rs-0.8.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=91f9c7929a6586c3 -C extra-filename=-cda0a4e3fad8c192 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --extern cfg_if=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-f07478e0224d18b3.rmeta --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name zlib_rs --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/zlib-rs-0.5.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 --deny=unsafe_op_in_unsafe_fn -C debug-assertions=off --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "c-allocator", "default", "quickcheck", "rust-allocator", "std"))' -C metadata=f1054a697b5b5a24 -C extra-filename=-e8ef2621c85d10a4 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name hashbrown --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/hashbrown-0.16.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 embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=9bf441ec748c355f -C extra-filename=-eb76c1db28cd56cf --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name colorchoice --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/colorchoice-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 opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b391c7cc5524886 -C extra-filename=-7cb107bb09c82891 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
error: could not compile `proc-macro2` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/proc-macro2-1.0.101/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 --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=270069af36e9db63 -C extra-filename=-786bccdbe6ddd8f0 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/proc-macro2-786bccdbe6ddd8f0 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `quote` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/quote-1.0.41/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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=20b915d22f74a70a -C extra-filename=-06412759f2ccc3ac --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/quote-06412759f2ccc3ac -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
Running `rustc --crate-name base64 --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/base64-0.22.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=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=eb08916cc24a7cd5 -C extra-filename=-02ec1c4e7643e162 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/erased-serde-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=d0da57a8378ec161 -C extra-filename=-9d57eafbd1df4754 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/erased-serde-9d57eafbd1df4754 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name memchr --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/memchr-2.7.6/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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=43e255e40de32e96 -C extra-filename=-4e6dd91c6049d41f --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name minimal_lexical --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/minimal-lexical-0.2.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=c9b48f0d33d4942b -C extra-filename=-e5518ef72bd45a5a --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow`
Running `rustc --crate-name clap_lex --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/clap_lex-0.7.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 embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae84fd70f1e8dfda -C extra-filename=-9b93aed20c923917 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
error: could not compile `crc32fast` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/crc32fast-1.5.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=62ef4534edbf479f -C extra-filename=-9b32d80dbe86f5d6 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/crc32fast-9b32d80dbe86f5d6 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
Running `rustc --crate-name toml_writer --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/toml_writer-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 opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=77df11a3c7126a62 -C extra-filename=-1e2dd3888149035d --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name strsim --edition=2015 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/strsim-0.11.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=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf72bd455892d166 -C extra-filename=-52a1012d673cd2d6 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name thread_local --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/thread_local-1.1.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=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=13366558de102e4d -C extra-filename=-9dfbc333a4946481 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --extern cfg_if=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-f07478e0224d18b3.rmeta --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name arc_swap --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/arc-swap-1.7.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=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=4b1201d9ecdaad36 -C extra-filename=-5613ea9a9351a113 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name nu_ansi_term --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/nu-ansi-term-0.50.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=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=bddbf6b39dbee3a0 -C extra-filename=-9a396d5a80f45993 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name libloading --edition=2015 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/libloading-0.8.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=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(libloading_docs)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33e9397d0b1ec2c1 -C extra-filename=-3ac6f973ad97923e --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --extern cfg_if=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-f07478e0224d18b3.rmeta --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
error: could not compile `libc` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/libc-0.2.176/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --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=cbee25a640e401c4 -C extra-filename=-07e06bad1ad999fc --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/libc-07e06bad1ad999fc -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
error: rustc interrupted by SIGSEGV, printing backtrace
Running `rustc --crate-name unicode_width --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/unicode-width-0.2.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=3 -C embed-bitcode=no --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=f57944c285fc6ad8 -C extra-filename=-194a0e095e8fefbb --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
Running `rustc --crate-name arrayref --edition=2015 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/arrayref-0.3.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=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e31c2ae747bb357b -C extra-filename=-c77b623048e1a42d --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0`
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f75eb0f3ba0]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f6235cf3ba0]
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f9899122da5]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7ff636b22da5]
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f2e04922da5]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f6bb0322da5]
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f98980f3ba0]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f6baf44aba0]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f2e038f3ba0]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7ff635af3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f15ed322da5]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fee6c722da5]
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f5685b22da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fee6b6f3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f728db22da5]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f2627b22da5]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f646d322da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f728cc4aba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fee725e8c60]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f5684af3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f64d3322da5]
note: we would appreciate a report at https://github.com/rust-lang/rust
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f64d22f3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7ff63c9e8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f0b3bf22da5]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f9f03b22da5]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f1081522da5]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f568b9e8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f2e0a7e8c60]
error: could not compile `thiserror` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/thiserror-2.0.17/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=59d8ee0a80070e27 -C extra-filename=-f69eb2bcd87088bc --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/thiserror-f69eb2bcd87088bc -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f9f02af3ba0]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
note: we would appreciate a report at https://github.com/rust-lang/rust
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f10804f3ba0]
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fed2af22da5]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f9f099e8c60]
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f10873e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f646c2f3ba0]
note: we would appreciate a report at https://github.com/rust-lang/rust
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fed29ef3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fa888b22da5]
note: we would appreciate a report at https://github.com/rust-lang/rust
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7feae6d22da5]
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fed30de8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f64731e8c60]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f0b3aef3ba0]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7feae5cf3ba0]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fa887c4aba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7feaecbe8c60]
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fa88e9e8c60]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f15ec44aba0]
note: we would appreciate a report at https://github.com/rust-lang/rust
note: we would appreciate a report at https://github.com/rust-lang/rust
error: rustc interrupted by SIGSEGV, printing backtrace
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f72939e8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fd3f3722da5]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7ff799d22da5]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f992b122da5]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7ff3e7922da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7ff798e4aba0]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f992a0f3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f79b3d22da5]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f9930fe8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f0a52b22da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f79b2cf3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f79b9be8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f2760b22da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7ff3e68f3ba0]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f1ec6122da5]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f17b6122da5]
note: we would appreciate a report at https://github.com/rust-lang/rust
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7ff3ed7e8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f88ea922da5]
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f2387922da5]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f75f1fe8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fb2dd522da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f88e98f3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fbe4d722da5]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f97b3d22da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f2386a4aba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f7a15d22da5]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fb2dc4f3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f6bb61e8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f623cbe8c60]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f7a14cf3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f88f07e8c60]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f97b2e4aba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fb260b22da5]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f238d7e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f7a1bbe8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f989efe8c60]
error: could not compile `heapless` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/heapless-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=cbf25e127f24eadf -C extra-filename=-ae6d5b070df67675 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/heapless-ae6d5b070df67675 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `find-msvc-tools` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name find_msvc_tools --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/find-msvc-tools-0.1.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 --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=637ca495b82e4e8a -C extra-filename=-316bb2eb6e0cd558 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `serde_json` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/serde_json-1.0.145/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 --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=0e6b7a2d92932fcb -C extra-filename=-2644dfd14122a4db --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/serde_json-2644dfd14122a4db -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `typeid` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/typeid-1.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3442aeba33440179 -C extra-filename=-66ddc218d501ec4b --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/typeid-66ddc218d501ec4b -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `base16ct` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name base16ct --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/base16ct-0.2.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 embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=fa005d596f8f9cec -C extra-filename=-e49fb36f350693e2 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `parking_lot_core` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/parking_lot_core-0.9.11/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=81f3f83b1c6a6bc9 -C extra-filename=-78dfa7c8a7316fbe --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/parking_lot_core-78dfa7c8a7316fbe -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `icu_properties_data` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/icu_properties_data-2.0.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=473ead00f65b5550 -C extra-filename=-bc77c052b4889c52 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/icu_properties_data-bc77c052b4889c52 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `once_cell` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name once_cell --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/once_cell-1.21.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 embed-bitcode=no --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", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=551259e3114af20a -C extra-filename=-22b48c2d1fc1d621 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f0b41de8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f97b9be8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
note: we would appreciate a report at https://github.com/rust-lang/rust
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
note: we would appreciate a report at https://github.com/rust-lang/rust
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f64d91e8c60]
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
note: we would appreciate a report at https://github.com/rust-lang/rust
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f030eb22da5]
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fb25faf3ba0]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f15f31e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
note: we would appreciate a report at https://github.com/rust-lang/rust
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f030dc4aba0]
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f4218122da5]
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f1ec524aba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f03149e8c60]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fd3f284aba0]
note: we would appreciate a report at https://github.com/rust-lang/rust
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f44c5322da5]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f17b50f3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f1ecbfe8c60]
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fb2669e8c60]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f421724aba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fd3f95e8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fb2e33e8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f421dfe8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fed44322da5]
note: we would appreciate a report at https://github.com/rust-lang/rust
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fbe4c6f3ba0]
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
note: we would appreciate a report at https://github.com/rust-lang/rust
note: we would appreciate a report at https://github.com/rust-lang/rust
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
note: we would appreciate a report at https://github.com/rust-lang/rust
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7ff79fbe8c60]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f2626af3ba0]
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f44c444aba0]
note: we would appreciate a report at https://github.com/rust-lang/rust
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f17bbfe8c60]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f0a51c4aba0]
note: we would appreciate a report at https://github.com/rust-lang/rust
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f44cb1e8c60]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f275faf3ba0]
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fed4344aba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f1c11322da5]
note: we would appreciate a report at https://github.com/rust-lang/rust
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fbe535e8c60]
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
note: we would appreciate a report at https://github.com/rust-lang/rust
note: we would appreciate a report at https://github.com/rust-lang/rust
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fdd08922da5]
note: we would appreciate a report at https://github.com/rust-lang/rust
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f262d9e8c60]
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fdd07a4aba0]
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: could not compile `autocfg` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name autocfg --edition=2015 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/autocfg-1.5.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d71ea23a2d08b26 -C extra-filename=-9ff0c9de8550c39c --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `byteorder` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name byteorder --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/byteorder-1.5.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 embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=ad73c84bfcfcfb90 -C extra-filename=-077c47bc38a831ff --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `icu_normalizer_data` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/icu_normalizer_data-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5b1b58d348c5a20 -C extra-filename=-6943ce875845aa1b --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/icu_normalizer_data-6943ce875845aa1b -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `ryu` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name ryu --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/ryu-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=77f3e776777a5291 -C extra-filename=-64b1ac51f8b2f3ad --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `rustix` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/rustix-1.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=92aa65335f95924d -C extra-filename=-dbf9c7cd5a493a0c --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/rustix-dbf9c7cd5a493a0c -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `home` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name home --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/home-0.5.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=3 -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d88f0bccc6205dd -C extra-filename=-18eaa6b43420d307 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `bitflags` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name bitflags --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/bitflags-2.9.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 embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "std"))' -C metadata=8ef43ea64fe03682 -C extra-filename=-f23f6a81b101530f --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `foldhash` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name foldhash --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/foldhash-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 embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5579d10c72e25890 -C extra-filename=-29ba4ad49365de13 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `same-file` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name same_file --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/same-file-1.0.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 embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d22db616eb61e825 -C extra-filename=-433937261c52d553 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `shlex` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name shlex --edition=2015 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/shlex-1.3.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=323fbed8112a4743 -C extra-filename=-02b28e4deac65254 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `log` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name log --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/log-0.4.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=a6e470534c51f7ee -C extra-filename=-776f235f69d0166a --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `crossbeam-utils` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=7eab03af50071dd9 -C extra-filename=-2e43c2bc52ce40d4 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/crossbeam-utils-2e43c2bc52ce40d4 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `litemap` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name litemap --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/litemap-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=3 -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=f405a10704f5cacf -C extra-filename=-35e6d3ca1eda70fe --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fed4a1e8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f0a589e8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fdd0e7e8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f73ef722da5]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f1c102f3ba0]
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
note: we would appreciate a report at https://github.com/rust-lang/rust
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f73ee6f3ba0]
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f27669e8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f73f55e8c60]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f1c171e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
note: we would appreciate a report at https://github.com/rust-lang/rust
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: could not compile `unicode-bom` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name unicode_bom --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/unicode-bom-2.0.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 embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31b714b9ec9db463 -C extra-filename=-0bac654db373e762 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `erased-serde` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/erased-serde-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=d0da57a8378ec161 -C extra-filename=-9d57eafbd1df4754 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/erased-serde-9d57eafbd1df4754 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `utf8_iter` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name utf8_iter --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/utf8_iter-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 opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=527deb02cc39cebc -C extra-filename=-5309a3618ed60529 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `fastrand` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name fastrand --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/fastrand-2.3.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 embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=8e8746e653eb0b76 -C extra-filename=-828e4c143813c3cd --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
error: could not compile `serde` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/serde-1.0.228/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=7c021ab73eede1fb -C extra-filename=-30cc6f0f921a044b --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/serde-30cc6f0f921a044b -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
Building [==> ] 55/389: strsim, thread_local, she...
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fcd7bf22da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fcd7aef3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fcd81de8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fc41ff22da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fc41eef3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fc425de8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: could not compile `zeroize` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name zeroize --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/zeroize-1.8.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 embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=00191ec2b86360d2 -C extra-filename=-8886f5a10e24d582 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [==> ] 56/389: strsim, thread_local, she...
error: could not compile `const-oid` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name const_oid --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/const-oid-0.9.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 embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=f51ae9b987422315 -C extra-filename=-58cf229612f5c46c --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [==> ] 57/389: strsim, thread_local, she...
error: could not compile `serde_core` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/serde_core-1.0.228/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=53afd083ab800c3a -C extra-filename=-b931c5b1e4d9cbf0 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/serde_core-b931c5b1e4d9cbf0 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
Building [==> ] 58/389: strsim, thread_local, she...
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f302fb22da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f302eaf3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f30359e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
Building [==> ] 59/389: strsim, thread_local, she...
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fefb9922da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fefb88f3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fefbf7e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: could not compile `typenum` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/typenum-1.18.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=b68a326e8fd00454 -C extra-filename=-2947be2a00088102 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/typenum-2947be2a00088102 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
Building [===> ] 60/389: strsim, thread_local, she...
error: could not compile `version_check` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name version_check --edition=2015 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/version_check-0.9.5/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1549b788a86fd22 -C extra-filename=-2bcb0451f53805be --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
error: rustc interrupted by SIGSEGV, printing backtrace
Building [===> ] 61/389: strsim, thread_local, she...
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fdaf9d22da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fdaf8cf3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fdaffbe8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f3e18922da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f3e178f3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f3e1e7e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: could not compile `memchr` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name memchr --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/memchr-2.7.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 embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=0483b55b12325382 -C extra-filename=-266445047769022f --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [===> ] 62/389: strsim, thread_local, she...
error: could not compile `smallvec` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name smallvec --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/smallvec-1.15.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=3 -C embed-bitcode=no --cfg 'feature="const_generics"' --cfg 'feature="write"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=356817c8e5d94ab3 -C extra-filename=-cd0b86d15ac5411f --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [===> ] 63/389: strsim, thread_local, she...
error: could not compile `curl` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/curl-0.4.49/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 --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "mesalink", "ntlm", "openssl-probe", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=330b24b5d3a84f83 -C extra-filename=-0e9971fef94c5cd7 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/curl-0e9971fef94c5cd7 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
Building [===> ] 64/389: strsim, thread_local, she...
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f3430122da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f342f0f3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f3435fe8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f7aab922da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f7aaa8f3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f7ab17e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f4efc122da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f4efb0f3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f4f01fe8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: could not compile `libloading` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name libloading --edition=2015 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/libloading-0.8.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=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(libloading_docs)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33e9397d0b1ec2c1 -C extra-filename=-3ac6f973ad97923e --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --extern cfg_if=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-f07478e0224d18b3.rmeta --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [===> ] 65/389: strsim, thread_local, she...
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fefc6122da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fefc50f3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fefcbfe8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: could not compile `thread_local` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name thread_local --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/thread_local-1.1.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=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=13366558de102e4d -C extra-filename=-9dfbc333a4946481 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --extern cfg_if=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-f07478e0224d18b3.rmeta --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [===> ] 66/389: strsim, shell-words, byte...
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f21f0f22da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f21efef3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f21f6de8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fa6f0722da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fa6ef6f3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fa6f65e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: could not compile `shell-words` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name shell_words --edition=2015 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/shell-words-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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e5af7cb526c8a1db -C extra-filename=-ace6bff26cc866fe --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [===> ] 67/389: strsim, bytes, jiff, getr...
error: could not compile `getrandom` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/getrandom-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="std"' --cfg 'feature="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=e73c791806032f05 -C extra-filename=-a69c2094c8fd9a55 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/getrandom-a69c2094c8fd9a55 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
Building [===> ] 68/389: strsim, bytes, jiff, colo...
error: could not compile `toml_writer` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name toml_writer --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/toml_writer-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 opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=77df11a3c7126a62 -C extra-filename=-1e2dd3888149035d --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [===> ] 69/389: strsim, bytes, jiff, colo...
error: could not compile `percent-encoding` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name percent_encoding --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/percent-encoding-2.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=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1c852bacb4792f50 -C extra-filename=-23bc1a9cdc462e34 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [===> ] 70/389: strsim, bytes, jiff, colo...
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f1d70322da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f1d6f44aba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f1d761e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f6996f22da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f6995ef3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f699cde8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: could not compile `anyhow` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/anyhow-1.0.100/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=e24c75cab66fb876 -C extra-filename=-e9db56a27dd7fc83 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/anyhow-e9db56a27dd7fc83 -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
Building [===> ] 71/389: strsim, bytes, jiff, colo...
error: could not compile `colorchoice` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name colorchoice --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/colorchoice-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 opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b391c7cc5524886 -C extra-filename=-7cb107bb09c82891 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [===> ] 72/389: strsim, bytes, jiff, hash...
error: could not compile `openssl-probe` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name openssl_probe --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/openssl-probe-0.1.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 embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=120a091448f7ac90 -C extra-filename=-c4478b4cfb872f59 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [===> ] 73/389: strsim, bytes, jiff, hash...
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f4ca7b22da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f4ca6af3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f4cad9e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7faa9f122da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7faa9e24aba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7faaa4fe8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: could not compile `powerfmt` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name powerfmt --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/powerfmt-0.2.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 embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=1457e8fbc7b54a9f -C extra-filename=-2dab4873250ad9a4 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [===> ] 74/389: strsim, bytes, jiff, hash...
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f8a50d22da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f8a4fcf3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f8a56be8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: could not compile `zerocopy` (build script)
Caused by:
process didn't exit successfully: `rustc --crate-name build_script_build --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/zerocopy-0.8.27/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 --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=4603dd6132ef98f2 -C extra-filename=-a89acf723d9005fc --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/build/zerocopy-a89acf723d9005fc -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
Building [====> ] 75/389: strsim, bytes, jiff, hash...
error: could not compile `pkg-config` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name pkg_config --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/pkg-config-0.3.32/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13fdb7444112445d -C extra-filename=-5fdc19e306e2a295 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
Building [====> ] 76/389: strsim, bytes, jiff, hash...
error: could not compile `writeable` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name writeable --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/writeable-0.6.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=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("either"))' -C metadata=daa8d0b2b9a5bc57 -C extra-filename=-bd6a9e3a45b420ae --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [====> ] 77/389: strsim, bytes, jiff, hash...
error: could not compile `clap_lex` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name clap_lex --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/clap_lex-0.7.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 embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae84fd70f1e8dfda -C extra-filename=-9b93aed20c923917 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [====> ] 78/389: strsim, bytes, jiff, hash...
error: could not compile `anstyle` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name anstyle --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/anstyle-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=739f3e3a9205f6d0 -C extra-filename=-3d11306537e18647 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [====> ] 79/389: strsim, bytes, jiff, hash...
error: could not compile `base64ct` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name base64ct --edition=2024 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/base64ct-1.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=3 -C embed-bitcode=no --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=e3a62d932a90ec02 -C extra-filename=-93fd20805fb83975 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [====> ] 80/389: strsim, bytes, jiff, hash...
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f9f58722da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f9f576f3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f9f5e5e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: could not compile `minimal-lexical` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name minimal_lexical --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/minimal-lexical-0.2.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=c9b48f0d33d4942b -C extra-filename=-e5518ef72bd45a5a --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
Building [====> ] 81/389: strsim, bytes, jiff, hash...
error: could not compile `vcpkg` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name vcpkg --edition=2015 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4abc8fef4071179a -C extra-filename=-6ade88638c007f6d --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
Building [====> ] 82/389: strsim, bytes, jiff, hash...
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f9507d22da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f9506cf3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f950dbe8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: could not compile `allocator-api2` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name allocator_api2 --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=7bec24ddf52e61ae -C extra-filename=-33b2c627340a0a37 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [====> ] 83/389: strsim, bytes, jiff, hash...
error: could not compile `strsim` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name strsim --edition=2015 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/strsim-0.11.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=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf72bd455892d166 -C extra-filename=-52a1012d673cd2d6 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [====> ] 84/389: bytes, jiff, hashbrown, a...
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f9e11122da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f9e100f3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f9e16fe8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: could not compile `arc-swap` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name arc_swap --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/arc-swap-1.7.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=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=4b1201d9ecdaad36 -C extra-filename=-5613ea9a9351a113 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [====> ] 85/389: bytes, jiff, hashbrown, u...
error: could not compile `nu-ansi-term` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name nu_ansi_term --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/nu-ansi-term-0.50.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=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=bddbf6b39dbee3a0 -C extra-filename=-9a396d5a80f45993 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [====> ] 86/389: bytes, jiff, hashbrown, u...
error: could not compile `unicode-width` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name unicode_width --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/unicode-width-0.2.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=3 -C embed-bitcode=no --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=f57944c285fc6ad8 -C extra-filename=-194a0e095e8fefbb --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [====> ] 87/389: bytes, jiff, hashbrown, z...
error: could not compile `base64` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name base64 --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/base64-0.22.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=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=eb08916cc24a7cd5 -C extra-filename=-02ec1c4e7643e162 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [====> ] 88/389: bytes, jiff, hashbrown, z...
error: could not compile `bytes` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name bytes --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/bytes-1.10.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=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=effa96c70509c372 -C extra-filename=-cb03b60101464713 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [====> ] 89/389: jiff, hashbrown, zlib-rs,...
error: could not compile `memchr` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name memchr --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/memchr-2.7.6/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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=43e255e40de32e96 -C extra-filename=-4e6dd91c6049d41f --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
Building [=====> ] 90/389: jiff, hashbrown, zlib-rs,...
error: could not compile `hashbrown` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name hashbrown --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/hashbrown-0.14.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 embed-bitcode=no --cfg 'feature="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=eb8e688f1b7246eb -C extra-filename=-bb504fbd2bb4db4f --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [=====> ] 91/389: jiff, zlib-rs, regex-synt...
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fa99ad22da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fa999cf3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fa9a0be8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: could not compile `hashbrown` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name hashbrown --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/hashbrown-0.16.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 embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=9bf441ec748c355f -C extra-filename=-eb76c1db28cd56cf --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [=====> ] 92/389: jiff, zlib-rs, regex-synt...
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fdf43322da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fdf4244aba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fdf491e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: could not compile `encoding_rs` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name encoding_rs --edition=2018 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/encoding_rs-0.8.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=91f9c7929a6586c3 -C extra-filename=-cda0a4e3fad8c192 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --extern cfg_if=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps/libcfg_if-f07478e0224d18b3.rmeta --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [=====> ] 93/389: jiff, zlib-rs, regex-synt...
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7fcb3f322da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7fcb3e44aba0]
error: could not compile `regex-syntax` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name regex_syntax --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/regex-syntax-0.8.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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=c7af9fc2b75c26f3 -C extra-filename=-b907288ae79263d2 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [=====> ] 94/389: jiff, zlib-rs, zlib-rs
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7fcb451e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f3d6f322da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f3d6e2f3ba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f3d751e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: could not compile `zlib-rs` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name zlib_rs --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/zlib-rs-0.5.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 embed-bitcode=no --deny=unsafe_op_in_unsafe_fn --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "c-allocator", "default", "quickcheck", "rust-allocator", "std"))' -C metadata=6dbcbbaaa6337a4b -C extra-filename=-6bbb6e7d30290ab3 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
Building [=====> ] 95/389: jiff, zlib-rs
error: could not compile `zlib-rs` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name zlib_rs --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/zlib-rs-0.5.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 --deny=unsafe_op_in_unsafe_fn -C debug-assertions=off --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "c-allocator", "default", "quickcheck", "rust-allocator", "std"))' -C metadata=f1054a697b5b5a24 -C extra-filename=-e8ef2621c85d10a4 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
Building [=====> ] 96/389: jiff
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0xd22da5) [0x7f6dfc322da5]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f6dfb44aba0]
TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/bin/../lib/librustc_driver-1402f12c7ca0944c.so(+0x6be8c60) [0x7f6e021e8c60]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: could not compile `jiff` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name jiff --edition=2021 TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/vendor/jiff-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 embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=9511d1f0c284e332 -C extra-filename=-3eb45f8d835d5cd9 --out-dir TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/build/target/release/deps --cap-lints allow -L TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0=/usr/src/debug/cargo-native/1.92.0` (signal: 11, SIGSEGV: invalid memory reference)
WARNING: TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/temp/run.do_compile.1413011:190 exit 101 from '"TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/cargo-1.91.0-x86_64-unknown-linux-gnu/bin/cargo" build -v --frozen --target x86_64-unknown-linux-gnu --release --manifest-path=TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/sources/rustc-1.92.0-src/src/tools/cargo//Cargo.toml "$@"'
WARNING: Backtrace (BB generated script):
#1: oe_cargo_build, TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/temp/run.do_compile.1413011, line 190
#2: cargo_do_compile, TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/temp/run.do_compile.1413011, line 162
#3: do_compile, TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/temp/run.do_compile.1413011, line 157
#4: main, TOPDIR/tmp/work/x86_64-linux/cargo-native/1.92.0/temp/run.do_compile.1413011, line 203