D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch sh: line 4: [: -j8: integer expression expected Installing /home/pterjan/rpmbuild/SRPMS/rust-allocator-api2-0.2.16-0.1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.bOWt9k sh: line 4: [: -j8: integer expression expected Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.HYc2yv + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build + rm -rf allocator-api2-0.2.16 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/allocator-api2-0.2.16.crate + STATUS=0 + '[' 0 -ne 0 ']' + cd allocator-api2-0.2.16 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + set -euo pipefail + /usr/bin/mkdir -p target/rpm + /usr/bin/ln -s rpm target/release + /usr/bin/rm -rf .cargo/ + /usr/bin/mkdir -p .cargo + cat + cat + /usr/bin/rm -f Cargo.lock + /usr/bin/rm -f Cargo.toml.orig + RPM_EC=0 ++ jobs -p + exit 0 sh: line 4: [: -j8: integer expression expected Executing(%generate_buildrequires): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.FCF1r0 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build + cd allocator-api2-0.2.16 + /usr/bin/cargo2rpm --path Cargo.toml buildrequires --with-check + RPM_EC=0 ++ jobs -p + exit 0 sh: line 4: [: -j8: integer expression expected Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.NoF4WE + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd allocator-api2-0.2.16 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo build -j48 -Z avoid-dev-deps --profile rpm Compiling allocator-api2 v0.2.16 (/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16) Running `/usr/bin/rustc --crate-name allocator_api2 --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=27d92004c4e88eb9 -C extra-filename=-526008d2847a16c9 --out-dir /home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/alloc/mod.rs:25:34 | 25 | #[cfg(all(feature = "alloc", not(no_global_oom_handling)))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `docsrs`, `feature`, and `test` and 31 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused import: `handle_alloc_error` --> src/stable/alloc/global.rs:4:60 | 4 | pub use alloc_crate::alloc::{alloc, alloc_zeroed, dealloc, handle_alloc_error, realloc}; | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:156:11 | 156 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:168:11 | 168 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:170:11 | 170 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1192:11 | 1192 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1221:11 | 1221 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1270:11 | 1270 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1389:11 | 1389 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1431:11 | 1431 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1457:11 | 1457 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1519:11 | 1519 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1847:11 | 1847 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1855:11 | 1855 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:2114:11 | 2114 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:2122:11 | 2122 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:206:19 | 206 | #[cfg(all(not(no_global_oom_handling)))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:231:15 | 231 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:256:15 | 256 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:270:15 | 270 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:359:15 | 359 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:420:15 | 420 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:489:15 | 489 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:545:15 | 545 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:605:15 | 605 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:630:15 | 630 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:724:15 | 724 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:751:15 | 751 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1945:15 | 1945 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1978:15 | 1978 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:14:11 | 14 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:85:11 | 85 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:608:11 | 608 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:639:11 | 639 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:164:15 | 164 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:172:15 | 172 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:208:15 | 208 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:216:15 | 216 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:249:15 | 249 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:364:15 | 364 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:388:15 | 388 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:421:15 | 421 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:451:15 | 451 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:529:15 | 529 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:54:11 | 54 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:60:11 | 60 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:62:11 | 62 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:77:11 | 77 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:80:11 | 80 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:93:11 | 93 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:96:11 | 96 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2621:11 | 2621 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2681:11 | 2681 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2754:11 | 2754 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2838:11 | 2838 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2936:11 | 2936 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2953:11 | 2953 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2970:11 | 2970 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:3011:11 | 3011 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:3037:11 | 3037 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:3101:11 | 3101 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:3110:11 | 3110 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/into_iter.rs:13:11 | 13 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/into_iter.rs:167:11 | 167 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/partial_eq.rs:1:11 | 1 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/partial_eq.rs:30:11 | 30 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:424:15 | 424 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:611:15 | 611 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:849:15 | 849 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:879:15 | 879 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:979:15 | 979 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:1008:15 | 1008 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:1041:15 | 1041 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:1381:15 | 1381 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:1785:15 | 1785 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:1886:15 | 1886 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:1896:15 | 1896 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2061:15 | 2061 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2125:15 | 2125 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2322:15 | 2322 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2353:15 | 2353 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2380:15 | 2380 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2492:15 | 2492 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2818:15 | 2818 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/macros.rs:54:11 | 54 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/slice.rs:17:15 | 17 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/slice.rs:39:15 | 39 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/slice.rs:70:15 | 70 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/slice.rs:112:15 | 112 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: trait `ExtendFromWithinSpec` is never used --> src/stable/vec/mod.rs:2545:7 | 2545 | trait ExtendFromWithinSpec { | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: trait `NonDrop` is never used --> src/stable/vec/into_iter.rs:161:11 | 161 | pub trait NonDrop {} | ^^^^^^^ warning: `allocator-api2` (lib) generated 91 warnings (run `cargo fix --lib -p allocator-api2` to apply 1 suggestion) Finished `rpm` profile [optimized + debuginfo] target(s) in 0.46s + RPM_EC=0 ++ jobs -p + exit 0 sh: line 4: [: -j8: integer expression expected sh: line 4: [: -j8: integer expression expected Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.qpWTtr + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build + mkdir /home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd allocator-api2-0.2.16 + '[' 1 -eq 1 ']' + set -euo pipefail ++ /usr/bin/cargo2rpm --path Cargo.toml is-lib + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' ++ /usr/bin/cargo2rpm --path Cargo.toml name + CRATE_NAME=allocator-api2 ++ /usr/bin/cargo2rpm --path Cargo.toml version + CRATE_VERSION=0.2.16 + REG_DIR=/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/BUILDROOT/usr/share/cargo/registry/allocator-api2-0.2.16 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/BUILDROOT/usr/share/cargo/registry/allocator-api2-0.2.16 + /usr/bin/awk -i inplace -v INPLACE_SUFFIX=.deps '/^\[((.+\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\[/{f=0}; !f' Cargo.toml + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo package -l + grep -w -E -v 'Cargo.(lock|toml.orig)' + xargs -d '\n' /usr/bin/cp --parents -a -t /home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/BUILDROOT/usr/share/cargo/registry/allocator-api2-0.2.16 warning: no (git) VCS found for `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16` + /usr/bin/mv Cargo.toml.deps Cargo.toml + /usr/bin/cp -a Cargo.toml /home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/BUILDROOT/usr/share/cargo/registry/allocator-api2-0.2.16/Cargo.toml + /usr/bin/rm -f /home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/BUILDROOT/usr/share/cargo/registry/allocator-api2-0.2.16/Cargo.toml.deps + echo '{"files":{},"package":""}' ++ /usr/bin/cargo2rpm --path Cargo.toml is-bin + '[' 0 -eq 1 ']' + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j48 + /usr/lib/rpm/redhat/brp-python-hardlink sh: line 4: [: -j8: integer expression expected Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.wskKzI + umask 022 + cd /home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd allocator-api2-0.2.16 + '[' 1 -eq 1 ']' + /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 'RUSTFLAGS=-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' /usr/bin/cargo test -j48 -Z avoid-dev-deps --profile rpm --no-fail-fast -- --skip src/stable/vec/mod.rs warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/alloc/mod.rs:25:34 | 25 | #[cfg(all(feature = "alloc", not(no_global_oom_handling)))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `docsrs`, `feature`, and `test` and 31 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unused import: `handle_alloc_error` --> src/stable/alloc/global.rs:4:60 | 4 | pub use alloc_crate::alloc::{alloc, alloc_zeroed, dealloc, handle_alloc_error, realloc}; | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:156:11 | 156 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:168:11 | 168 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:170:11 | 170 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1192:11 | 1192 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1221:11 | 1221 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1270:11 | 1270 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1389:11 | 1389 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1431:11 | 1431 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1457:11 | 1457 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1519:11 | 1519 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1847:11 | 1847 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1855:11 | 1855 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:2114:11 | 2114 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:2122:11 | 2122 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:206:19 | 206 | #[cfg(all(not(no_global_oom_handling)))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:231:15 | 231 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:256:15 | 256 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:270:15 | 270 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:359:15 | 359 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:420:15 | 420 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:489:15 | 489 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:545:15 | 545 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:605:15 | 605 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:630:15 | 630 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:724:15 | 724 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:751:15 | 751 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1945:15 | 1945 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/boxed.rs:1978:15 | 1978 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:14:11 | 14 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:85:11 | 85 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:608:11 | 608 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:639:11 | 639 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:164:15 | 164 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:172:15 | 172 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:208:15 | 208 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:216:15 | 216 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:249:15 | 249 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:364:15 | 364 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:388:15 | 388 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:421:15 | 421 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:451:15 | 451 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/raw_vec.rs:529:15 | 529 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:54:11 | 54 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:60:11 | 60 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:62:11 | 62 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:77:11 | 77 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:80:11 | 80 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:93:11 | 93 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:96:11 | 96 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2621:11 | 2621 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2681:11 | 2681 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2754:11 | 2754 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2838:11 | 2838 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2936:11 | 2936 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2953:11 | 2953 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2970:11 | 2970 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:3011:11 | 3011 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:3037:11 | 3037 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:3101:11 | 3101 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:3110:11 | 3110 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/into_iter.rs:13:11 | 13 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/into_iter.rs:167:11 | 167 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/partial_eq.rs:1:11 | 1 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/partial_eq.rs:30:11 | 30 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:424:15 | 424 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:611:15 | 611 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:849:15 | 849 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:879:15 | 879 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:979:15 | 979 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:1008:15 | 1008 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:1041:15 | 1041 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:1381:15 | 1381 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:1785:15 | 1785 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:1886:15 | 1886 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:1896:15 | 1896 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2061:15 | 2061 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2125:15 | 2125 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2322:15 | 2322 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2353:15 | 2353 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2380:15 | 2380 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2492:15 | 2492 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/vec/mod.rs:2818:15 | 2818 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/macros.rs:54:11 | 54 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/slice.rs:17:15 | 17 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/slice.rs:39:15 | 39 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/slice.rs:70:15 | 70 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: unexpected `cfg` condition name: `no_global_oom_handling` --> src/stable/slice.rs:112:15 | 112 | #[cfg(not(no_global_oom_handling))] | ^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration warning: trait `ExtendFromWithinSpec` is never used --> src/stable/vec/mod.rs:2545:7 | 2545 | trait ExtendFromWithinSpec { | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: trait `NonDrop` is never used --> src/stable/vec/into_iter.rs:161:11 | 161 | pub trait NonDrop {} | ^^^^^^^ warning: `allocator-api2` (lib) generated 91 warnings (run `cargo fix --lib -p allocator-api2` to apply 1 suggestion) Compiling allocator-api2 v0.2.16 (/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16) Running `/usr/bin/rustc --crate-name allocator_api2 --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C debuginfo=2 --test --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=2e9027cedc4d7d2e -C extra-filename=-e91dadb5321b02d7 --out-dir /home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/target/rpm/deps -Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn` warning: `allocator-api2` (lib test) generated 91 warnings (91 duplicates) Finished `rpm` profile [optimized + debuginfo] target(s) in 0.58s Running `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/target/rpm/deps/allocator_api2-e91dadb5321b02d7 --skip src/stable/vec/mod.rs` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests allocator_api2 Running `/usr/bin/rustdoc --edition=2018 --crate-type lib --color auto --crate-name allocator_api2 --test src/lib.rs --test-run-directory /home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16 -L dependency=/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/target/rpm/deps -L dependency=/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/target/rpm/deps --test-args --skip --test-args src/stable/vec/mod.rs --extern allocator_api2=/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/target/rpm/deps/liballocator_api2-526008d2847a16c9.rlib -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", "nightly", "serde", "std"))' --error-format human` running 68 tests test src/stable/boxed.rs - stable::boxed::Box<[T],A>::new_uninit_slice_in (line 706) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::clone (line 1227) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::try_new_zeroed (line 328) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::new_zeroed (line 246) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::new (line 203) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::try_new_zeroed_in (line 515) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::try_new_uninit_in (line 442) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::new_in (line 352) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::new_uninit (line 217) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::from_raw (line 906) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::from_raw_in (line 948) ... FAILED test src/stable/boxed.rs - stable::boxed (line 12) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::leak (line 1125) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::try_new_uninit (line 300) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::into_inner (line 568) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::try_new_in (line 380) ... FAILED test src/stable/boxed.rs - stable::boxed (line 19) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::clone_from (line 1251) ... FAILED test src/stable/boxed.rs - stable::boxed::Box<[u8],A>::from (line 1483) ... FAILED test src/stable/boxed.rs - stable::boxed (line 26) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::into_pin (line 1157) - compile fail ... ok test src/stable/boxed.rs - stable::boxed::Box<[T],A>::new_zeroed_slice_in (line 739) ... FAILED test src/stable/boxed.rs - stable::boxed::Box<[T]>::try_new_zeroed_slice (line 677) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::into_raw_with_allocator (line 1042) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::from_raw_in (line 957) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::into_raw_with_allocator (line 1053) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::from (line 1398) ... FAILED test src/stable/boxed.rs - stable::boxed::Box<[T]>::new_uninit_slice (line 589) ... FAILED test src/stable/boxed.rs - stable::boxed::Box<[T],A>::from (line 1439) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::downcast_unchecked (line 1715) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::downcast_unchecked (line 1593) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::downcast_unchecked (line 1654) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::downcast (line 1687) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::downcast (line 1626) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::into_raw (line 998) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::leak (line 1116) ... FAILED test src/stable/boxed.rs - stable::boxed (line 42) - compile fail ... FAILED test src/stable/boxed.rs - stable::boxed::Box::into_raw (line 1005) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::from_raw (line 900) ... FAILED test src/stable/boxed.rs - stable::boxed (line 97) ... FAILED test src/stable/boxed.rs - stable::boxed::Box<[mem::MaybeUninit],A>::assume_init (line 856) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::downcast (line 1565) ... FAILED test src/stable/boxed.rs - stable::boxed::Box<[T]>::new_zeroed_slice (line 620) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::new_uninit_in (line 404) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::try_new (line 284) ... FAILED test src/stable/boxed.rs - stable::boxed::Box<[T]>::try_new_uninit_slice (line 642) ... FAILED test src/stable/boxed.rs - stable::boxed::Box,A>::write (line 814) ... FAILED test src/stable/vec/into_iter.rs - stable::vec::into_iter::IntoIter::as_mut_slice (line 64) ... FAILED test src/stable/vec/drain.rs - stable::vec::drain::Drain<'a,T,A>::as_slice (line 43) ... FAILED test src/stable/macros.rs - stable::macros::vec (line 27) ... FAILED test src/stable/vec/splice.rs - stable::vec::splice::Splice (line 15) ... FAILED test src/stable/vec/drain.rs - stable::vec::drain::Drain<'a,T,A>::keep_rest (line 67) ... FAILED test src/stable/vec/into_iter.rs - stable::vec::into_iter::IntoIter::as_slice (line 49) ... FAILED test src/stable/slice.rs - stable::slice::SliceExt::repeat (line 54) ... FAILED test src/stable/macros.rs - stable::macros::vec (line 33) ... FAILED test src/stable/boxed.rs - stable::boxed::Box<[T]>::from (line 1527) ... FAILED test src/stable/boxed.rs - stable::boxed::Box::new_zeroed_in (line 477) ... ok test src/stable/slice.rs - stable::slice::SliceExt::to_vec_in (line 30) ... ok test src/stable/vec/into_iter.rs - stable::vec::into_iter::IntoIter (line 23) ... ok test src/stable/slice.rs - stable::slice::SliceExt::repeat (line 60) ... ok test src/stable/boxed.rs - stable::boxed::Box::from (line 1466) ... ok test src/stable/macros.rs - stable::macros::vec (line 17) ... ok test src/stable/boxed.rs - stable::boxed::error::Box::from (line 1985) ... ok test src/stable/boxed.rs - stable::boxed::error::Box::from (line 1951) ... ok test src/stable/boxed.rs - stable::boxed::Box,A>::assume_init (line 785) ... ok test src/stable/macros.rs - stable::macros::vec (line 8) ... ok test src/stable/slice.rs - stable::slice::SliceExt::to_vec (line 12) ... ok test src/stable/vec/drain.rs - stable::vec::drain::Drain (line 18) ... ok failures: ---- src/stable/boxed.rs - stable::boxed::Box<[T],A>::new_uninit_slice_in (line 706) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f60edb46230 - ::fmt::h9076d363463cef76 1: 0x7f60ed4a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f60edb39b53 - 3: 0x7f60edb46092 - 4: 0x7f60edb486b2 - 5: 0x7f60edb4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f60eaed9d92 - 7: 0x7f60edb49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f60edb48f0a - 9: 0x7f60edb46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f60edb48bad - rust_begin_unwind 11: 0x7f60ea8e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f60ea8e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f60ed6f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f60ed6f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55e9acf20167 - 16: 0x55e9acf20143 - 17: 0x55e9acf20159 - 18: 0x7f60edb27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55e9acf2019d - 20: 0x7f60ea0382f9 - __libc_start_call_main 21: 0x7f60ea0383ab - __libc_start_main_alias_2 22: 0x55e9acf20075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782465.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::clone (line 1227) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f221eb46230 - ::fmt::h9076d363463cef76 1: 0x7f221e4a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f221eb39b53 - 3: 0x7f221eb46092 - 4: 0x7f221eb486b2 - 5: 0x7f221eb4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f221bed9d92 - 7: 0x7f221eb49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f221eb48f0a - 9: 0x7f221eb46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f221eb48bad - rust_begin_unwind 11: 0x7f221b8e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f221b8e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f221e6f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f221e6f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55faa5532167 - 16: 0x55faa5532143 - 17: 0x55faa5532159 - 18: 0x7f221eb27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55faa553219d - 20: 0x7f221b0382f9 - __libc_start_call_main 21: 0x7f221b0383ab - __libc_start_main_alias_2 22: 0x55faa5532075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782414.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::try_new_zeroed (line 328) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f1149146230 - ::fmt::h9076d363463cef76 1: 0x7f1148aa1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f1149139b53 - 3: 0x7f1149146092 - 4: 0x7f11491486b2 - 5: 0x7f114914853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f11464d9d92 - 7: 0x7f1149149213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f1149148f0a - 9: 0x7f1149146709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f1149148bad - rust_begin_unwind 11: 0x7f1145ee6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f1145ee71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f1148cf0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f1148cf12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55a16f113167 - 16: 0x55a16f113143 - 17: 0x55a16f113159 - 18: 0x7f1149127ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55a16f11319d - 20: 0x7f11456382f9 - __libc_start_call_main 21: 0x7f11456383ab - __libc_start_main_alias_2 22: 0x55a16f113075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782467.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::new_zeroed (line 246) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f7b87b46230 - ::fmt::h9076d363463cef76 1: 0x7f7b874a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f7b87b39b53 - 3: 0x7f7b87b46092 - 4: 0x7f7b87b486b2 - 5: 0x7f7b87b4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f7b84ed9d92 - 7: 0x7f7b87b49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f7b87b48f0a - 9: 0x7f7b87b46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f7b87b48bad - rust_begin_unwind 11: 0x7f7b848e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f7b848e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f7b876f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f7b876f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x555d05101167 - 16: 0x555d05101143 - 17: 0x555d05101159 - 18: 0x7f7b87b27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x555d0510119d - 20: 0x7f7b840382f9 - __libc_start_call_main 21: 0x7f7b840383ab - __libc_start_main_alias_2 22: 0x555d05101075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782457.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::new (line 203) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f0c23b46230 - ::fmt::h9076d363463cef76 1: 0x7f0c234a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f0c23b39b53 - 3: 0x7f0c23b46092 - 4: 0x7f0c23b486b2 - 5: 0x7f0c23b4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f0c20ed9d92 - 7: 0x7f0c23b49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f0c23b48f0a - 9: 0x7f0c23b46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f0c23b48bad - rust_begin_unwind 11: 0x7f0c208e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f0c208e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f0c236f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f0c236f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55d75d234167 - 16: 0x55d75d234143 - 17: 0x55d75d234159 - 18: 0x7f0c23b27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55d75d23419d - 20: 0x7f0c200382f9 - __libc_start_call_main 21: 0x7f0c200383ab - __libc_start_main_alias_2 22: 0x55d75d234075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782452.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::try_new_zeroed_in (line 515) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f10fdd46230 - ::fmt::h9076d363463cef76 1: 0x7f10fd6a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f10fdd39b53 - 3: 0x7f10fdd46092 - 4: 0x7f10fdd486b2 - 5: 0x7f10fdd4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f10fb0d9d92 - 7: 0x7f10fdd49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f10fdd48f0a - 9: 0x7f10fdd46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f10fdd48bad - rust_begin_unwind 11: 0x7f10faae6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f10faae71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f10fd8f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f10fd8f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x5560673d1167 - 16: 0x5560673d1143 - 17: 0x5560673d1159 - 18: 0x7f10fdd27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x5560673d119d - 20: 0x7f10fa2382f9 - __libc_start_call_main 21: 0x7f10fa2383ab - __libc_start_main_alias_2 22: 0x5560673d1075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782445.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::try_new_uninit_in (line 442) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f5701b46230 - ::fmt::h9076d363463cef76 1: 0x7f57014a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f5701b39b53 - 3: 0x7f5701b46092 - 4: 0x7f5701b486b2 - 5: 0x7f5701b4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f56feed9d92 - 7: 0x7f5701b49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f5701b48f0a - 9: 0x7f5701b46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f5701b48bad - rust_begin_unwind 11: 0x7f56fe8e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f56fe8e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f57016f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f57016f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55abccd33167 - 16: 0x55abccd33143 - 17: 0x55abccd33159 - 18: 0x7f5701b27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55abccd3319d - 20: 0x7f56fe0382f9 - __libc_start_call_main 21: 0x7f56fe0383ab - __libc_start_main_alias_2 22: 0x55abccd33075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782437.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::new_in (line 352) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f617df46230 - ::fmt::h9076d363463cef76 1: 0x7f617d8a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f617df39b53 - 3: 0x7f617df46092 - 4: 0x7f617df486b2 - 5: 0x7f617df4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f617b2d9d92 - 7: 0x7f617df49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f617df48f0a - 9: 0x7f617df46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f617df48bad - rust_begin_unwind 11: 0x7f617ace6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f617ace71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f617daf0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f617daf12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55a58fca8167 - 16: 0x55a58fca8143 - 17: 0x55a58fca8159 - 18: 0x7f617df27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55a58fca819d - 20: 0x7f617a4382f9 - __libc_start_call_main 21: 0x7f617a4383ab - __libc_start_main_alias_2 22: 0x55a58fca8075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782434.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::new_uninit (line 217) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7fc015f46230 - ::fmt::h9076d363463cef76 1: 0x7fc0158a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7fc015f39b53 - 3: 0x7fc015f46092 - 4: 0x7fc015f486b2 - 5: 0x7fc015f4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7fc0132d9d92 - 7: 0x7fc015f49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7fc015f48f0a - 9: 0x7fc015f46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7fc015f48bad - rust_begin_unwind 11: 0x7fc012ce6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7fc012ce71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7fc015af0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7fc015af12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55f03b146167 - 16: 0x55f03b146143 - 17: 0x55f03b146159 - 18: 0x7fc015f27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55f03b14619d - 20: 0x7fc0124382f9 - __libc_start_call_main 21: 0x7fc0124383ab - __libc_start_main_alias_2 22: 0x55f03b146075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782453.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::from_raw (line 906) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f03c4146230 - ::fmt::h9076d363463cef76 1: 0x7f03c3aa1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f03c4139b53 - 3: 0x7f03c4146092 - 4: 0x7f03c41486b2 - 5: 0x7f03c414853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f03c14d9d92 - 7: 0x7f03c4149213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f03c4148f0a - 9: 0x7f03c4146709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f03c4148bad - rust_begin_unwind 11: 0x7f03c0ee6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f03c0ee71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f03c3cf0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f03c3cf12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55ab5a4b3167 - 16: 0x55ab5a4b3143 - 17: 0x55ab5a4b3159 - 18: 0x7f03c4127ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55ab5a4b319d - 20: 0x7f03c50d22f9 - __libc_start_call_main 21: 0x7f03c50d23ab - __libc_start_main_alias_2 22: 0x55ab5a4b3075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782459.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::from_raw_in (line 948) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7fb3b7d46230 - ::fmt::h9076d363463cef76 1: 0x7fb3b76a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7fb3b7d39b53 - 3: 0x7fb3b7d46092 - 4: 0x7fb3b7d486b2 - 5: 0x7fb3b7d4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7fb3b50d9d92 - 7: 0x7fb3b7d49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7fb3b7d48f0a - 9: 0x7fb3b7d46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7fb3b7d48bad - rust_begin_unwind 11: 0x7fb3b4ae6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7fb3b4ae71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7fb3b78f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7fb3b78f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x559d0757d167 - 16: 0x559d0757d143 - 17: 0x559d0757d159 - 18: 0x7fb3b7d27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x559d0757d19d - 20: 0x7fb3b8ccc2f9 - __libc_start_call_main 21: 0x7fb3b8ccc3ab - __libc_start_main_alias_2 22: 0x559d0757d075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782419.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed (line 12) stdout ---- thread 'main' panicked at /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_interface/src/util.rs:141:14: called `Result::unwrap()` on an `Err` value: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" } stack backtrace: 0: 0x7fe3e5546230 - ::fmt::h9076d363463cef76 1: 0x7fe3e4ea1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7fe3e5539b53 - 3: 0x7fe3e5546092 - 4: 0x7fe3e55486b2 - 5: 0x7fe3e554853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7fe3e28d9d92 - 7: 0x7fe3e5549213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7fe3e5548f0a - 9: 0x7fe3e5546709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7fe3e5548bad - rust_begin_unwind 11: 0x7fe3e22e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7fe3e22e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7fe3e3efdba4 - rustc_driver_impl[8df99f96ac7520f1]::run_compiler 14: 0x7fe3e50f131b - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55923bfdd167 - 16: 0x55923bfdd143 - 17: 0x55923bfdd159 - 18: 0x7fe3e5527ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55923bfdd19d - 20: 0x7fe3e1a382f9 - __libc_start_call_main 21: 0x7fe3e1a383ab - __libc_start_main_alias_2 22: 0x55923bfdd075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782407.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::leak (line 1125) stdout ---- thread 'main' panicked at /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_interface/src/util.rs:141:14: called `Result::unwrap()` on an `Err` value: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" } stack backtrace: 0: 0x7fb060346230 - ::fmt::h9076d363463cef76 1: 0x7fb05fca1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7fb060339b53 - 3: 0x7fb060346092 - 4: 0x7fb0603486b2 - 5: 0x7fb06034853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7fb05d6d9d92 - 7: 0x7fb060349213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7fb060348f0a - 9: 0x7fb060346709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7fb060348bad - rust_begin_unwind 11: 0x7fb05d0e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7fb05d0e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7fb05ecfdba4 - rustc_driver_impl[8df99f96ac7520f1]::run_compiler 14: 0x7fb05fef131b - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55575ce72167 - 16: 0x55575ce72143 - 17: 0x55575ce72159 - 18: 0x7fb060327ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55575ce7219d - 20: 0x7fb05c8382f9 - __libc_start_call_main 21: 0x7fb05c8383ab - __libc_start_main_alias_2 22: 0x55575ce72075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782443.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::try_new_uninit (line 300) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7fbb68b46230 - ::fmt::h9076d363463cef76 1: 0x7fbb684a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7fbb68b39b53 - 3: 0x7fbb68b46092 - 4: 0x7fbb68b486b2 - 5: 0x7fbb68b4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7fbb65ed9d92 - 7: 0x7fbb68b49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7fbb68b48f0a - 9: 0x7fbb68b46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7fbb68b48bad - rust_begin_unwind 11: 0x7fbb658e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7fbb658e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7fbb686f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7fbb686f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55fb061b5167 - 16: 0x55fb061b5143 - 17: 0x55fb061b5159 - 18: 0x7fbb68b27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55fb061b519d - 20: 0x7fbb650382f9 - __libc_start_call_main 21: 0x7fbb650383ab - __libc_start_main_alias_2 22: 0x55fb061b5075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782462.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::into_inner (line 568) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7fb31d746230 - ::fmt::h9076d363463cef76 1: 0x7fb31d0a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7fb31d739b53 - 3: 0x7fb31d746092 - 4: 0x7fb31d7486b2 - 5: 0x7fb31d74853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7fb31aad9d92 - 7: 0x7fb31d749213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7fb31d748f0a - 9: 0x7fb31d746709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7fb31d748bad - rust_begin_unwind 11: 0x7fb31a4e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7fb31a4e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7fb31d2f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7fb31d2f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55923b84a167 - 16: 0x55923b84a143 - 17: 0x55923b84a159 - 18: 0x7fb31d727ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55923b84a19d - 20: 0x7fb319c382f9 - __libc_start_call_main 21: 0x7fb319c383ab - __libc_start_main_alias_2 22: 0x55923b84a075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782421.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::try_new_in (line 380) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7fa62bd46230 - ::fmt::h9076d363463cef76 1: 0x7fa62b6a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7fa62bd39b53 - 3: 0x7fa62bd46092 - 4: 0x7fa62bd486b2 - 5: 0x7fa62bd4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7fa6290d9d92 - 7: 0x7fa62bd49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7fa62bd48f0a - 9: 0x7fa62bd46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7fa62bd48bad - rust_begin_unwind 11: 0x7fa628ae6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7fa628ae71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7fa62b8f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7fa62b8f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55a648be5167 - 16: 0x55a648be5143 - 17: 0x55a648be5159 - 18: 0x7fa62bd27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55a648be519d - 20: 0x7fa6282382f9 - __libc_start_call_main 21: 0x7fa6282383ab - __libc_start_main_alias_2 22: 0x55a648be5075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782436.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed (line 19) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f7ce6d46230 - ::fmt::h9076d363463cef76 1: 0x7f7ce66a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f7ce6d39b53 - 3: 0x7f7ce6d46092 - 4: 0x7f7ce6d486b2 - 5: 0x7f7ce6d4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f7ce40d9d92 - 7: 0x7f7ce6d49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f7ce6d48f0a - 9: 0x7f7ce6d46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f7ce6d48bad - rust_begin_unwind 11: 0x7f7ce3ae6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f7ce3ae71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f7ce68f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f7ce68f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55b572076167 - 16: 0x55b572076143 - 17: 0x55b572076159 - 18: 0x7f7ce6d27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55b57207619d - 20: 0x7f7ce32382f9 - __libc_start_call_main 21: 0x7f7ce32383ab - __libc_start_main_alias_2 22: 0x55b572076075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782413.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::clone_from (line 1251) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7fb297746230 - ::fmt::h9076d363463cef76 1: 0x7fb2970a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7fb297739b53 - 3: 0x7fb297746092 - 4: 0x7fb2977486b2 - 5: 0x7fb29774853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7fb294ad9d92 - 7: 0x7fb297749213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7fb297748f0a - 9: 0x7fb297746709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7fb297748bad - rust_begin_unwind 11: 0x7fb2944e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7fb2944e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7fb2972f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7fb2972f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x559345439167 - 16: 0x559345439143 - 17: 0x559345439159 - 18: 0x7fb297727ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55934543919d - 20: 0x7fb293c382f9 - __libc_start_call_main 21: 0x7fb293c383ab - __libc_start_main_alias_2 22: 0x559345439075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782417.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box<[u8],A>::from (line 1483) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f652e946230 - ::fmt::h9076d363463cef76 1: 0x7f652e2a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f652e939b53 - 3: 0x7f652e946092 - 4: 0x7f652e9486b2 - 5: 0x7f652e94853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f652bcd9d92 - 7: 0x7f652e949213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f652e948f0a - 9: 0x7f652e946709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f652e948bad - rust_begin_unwind 11: 0x7f652b6e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f652b6e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f652e4f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f652e4f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55b2a25f3167 - 16: 0x55b2a25f3143 - 17: 0x55b2a25f3159 - 18: 0x7f652e927ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55b2a25f319d - 20: 0x7f652ae382f9 - __libc_start_call_main 21: 0x7f652ae383ab - __libc_start_main_alias_2 22: 0x55b2a25f3075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782481.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed (line 26) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f0ca7146230 - ::fmt::h9076d363463cef76 1: 0x7f0ca6aa1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f0ca7139b53 - 3: 0x7f0ca7146092 - 4: 0x7f0ca71486b2 - 5: 0x7f0ca714853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f0ca44d9d92 - 7: 0x7f0ca7149213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f0ca7148f0a - 9: 0x7f0ca7146709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f0ca7148bad - rust_begin_unwind 11: 0x7f0ca3ee6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f0ca3ee71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f0ca6cf0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f0ca6cf12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55656da53167 - 16: 0x55656da53143 - 17: 0x55656da53159 - 18: 0x7f0ca7127ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55656da5319d - 20: 0x7f0ca36382f9 - __libc_start_call_main 21: 0x7f0ca36383ab - __libc_start_main_alias_2 22: 0x55656da53075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782409.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box<[T],A>::new_zeroed_slice_in (line 739) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f48efd46230 - ::fmt::h9076d363463cef76 1: 0x7f48ef6a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f48efd39b53 - 3: 0x7f48efd46092 - 4: 0x7f48efd486b2 - 5: 0x7f48efd4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f48ed0d9d92 - 7: 0x7f48efd49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f48efd48f0a - 9: 0x7f48efd46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f48efd48bad - rust_begin_unwind 11: 0x7f48ecae6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f48ecae71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f48ef8f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f48ef8f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55ed2a8c1167 - 16: 0x55ed2a8c1143 - 17: 0x55ed2a8c1159 - 18: 0x7f48efd27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55ed2a8c119d - 20: 0x7f48ec2382f9 - __libc_start_call_main 21: 0x7f48ec2383ab - __libc_start_main_alias_2 22: 0x55ed2a8c1075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782470.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box<[T]>::try_new_zeroed_slice (line 677) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7fd8d5146230 - ::fmt::h9076d363463cef76 1: 0x7fd8d4aa1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7fd8d5139b53 - 3: 0x7fd8d5146092 - 4: 0x7fd8d51486b2 - 5: 0x7fd8d514853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7fd8d24d9d92 - 7: 0x7fd8d5149213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7fd8d5148f0a - 9: 0x7fd8d5146709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7fd8d5148bad - rust_begin_unwind 11: 0x7fd8d1ee6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7fd8d1ee71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7fd8d4cf0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7fd8d4cf12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x5602b297f167 - 16: 0x5602b297f143 - 17: 0x5602b297f159 - 18: 0x7fd8d5127ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x5602b297f19d - 20: 0x7fd8d16382f9 - __libc_start_call_main 21: 0x7fd8d16383ab - __libc_start_main_alias_2 22: 0x5602b297f075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782479.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::into_raw_with_allocator (line 1042) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f7a7e146230 - ::fmt::h9076d363463cef76 1: 0x7f7a7daa1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f7a7e139b53 - 3: 0x7f7a7e146092 - 4: 0x7f7a7e1486b2 - 5: 0x7f7a7e14853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f7a7b4d9d92 - 7: 0x7f7a7e149213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f7a7e148f0a - 9: 0x7f7a7e146709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f7a7e148bad - rust_begin_unwind 11: 0x7f7a7aee6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f7a7aee71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f7a7dcf0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f7a7dcf12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x5596caefc167 - 16: 0x5596caefc143 - 17: 0x5596caefc159 - 18: 0x7f7a7e127ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x5596caefc19d - 20: 0x7f7a7a6382f9 - __libc_start_call_main 21: 0x7f7a7a6383ab - __libc_start_main_alias_2 22: 0x5596caefc075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782438.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::from_raw_in (line 957) stdout ---- thread 'main' panicked at /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_interface/src/util.rs:141:14: called `Result::unwrap()` on an `Err` value: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" } stack backtrace: 0: 0x7f867ad46230 - ::fmt::h9076d363463cef76 1: 0x7f867a6a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f867ad39b53 - 3: 0x7f867ad46092 - 4: 0x7f867ad486b2 - 5: 0x7f867ad4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f86780d9d92 - 7: 0x7f867ad49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f867ad48f0a - 9: 0x7f867ad46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f867ad48bad - rust_begin_unwind 11: 0x7f8677ae6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f8677ae71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f86796fdba4 - rustc_driver_impl[8df99f96ac7520f1]::run_compiler 14: 0x7f867a8f131b - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55b91ee24167 - 16: 0x55b91ee24143 - 17: 0x55b91ee24159 - 18: 0x7f867ad27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55b91ee2419d - 20: 0x7f86772382f9 - __libc_start_call_main 21: 0x7f86772383ab - __libc_start_main_alias_2 22: 0x55b91ee24075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782418.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::into_raw_with_allocator (line 1053) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f0171f46230 - ::fmt::h9076d363463cef76 1: 0x7f01718a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f0171f39b53 - 3: 0x7f0171f46092 - 4: 0x7f0171f486b2 - 5: 0x7f0171f4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f016f2d9d92 - 7: 0x7f0171f49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f0171f48f0a - 9: 0x7f0171f46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f0171f48bad - rust_begin_unwind 11: 0x7f016ece6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f016ece71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f0171af0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f0171af12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55f0ecbfc167 - 16: 0x55f0ecbfc143 - 17: 0x55f0ecbfc159 - 18: 0x7f0171f27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55f0ecbfc19d - 20: 0x7f016e4382f9 - __libc_start_call_main 21: 0x7f016e4383ab - __libc_start_main_alias_2 22: 0x55f0ecbfc075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782440.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::from (line 1398) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f3ce2746230 - ::fmt::h9076d363463cef76 1: 0x7f3ce20a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f3ce2739b53 - 3: 0x7f3ce2746092 - 4: 0x7f3ce27486b2 - 5: 0x7f3ce274853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f3cdfad9d92 - 7: 0x7f3ce2749213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f3ce2748f0a - 9: 0x7f3ce2746709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f3ce2748bad - rust_begin_unwind 11: 0x7f3cdf4e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f3cdf4e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f3ce22f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f3ce22f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x5595c90c9167 - 16: 0x5595c90c9143 - 17: 0x5595c90c9159 - 18: 0x7f3ce2727ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x5595c90c919d - 20: 0x7f3cdec382f9 - __libc_start_call_main 21: 0x7f3cdec383ab - __libc_start_main_alias_2 22: 0x5595c90c9075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782451.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box<[T]>::new_uninit_slice (line 589) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f14cdd46230 - ::fmt::h9076d363463cef76 1: 0x7f14cd6a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f14cdd39b53 - 3: 0x7f14cdd46092 - 4: 0x7f14cdd486b2 - 5: 0x7f14cdd4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f14cb0d9d92 - 7: 0x7f14cdd49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f14cdd48f0a - 9: 0x7f14cdd46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f14cdd48bad - rust_begin_unwind 11: 0x7f14caae6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f14caae71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f14cd8f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f14cd8f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x5614e0b6d167 - 16: 0x5614e0b6d143 - 17: 0x5614e0b6d159 - 18: 0x7f14cdd27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x5614e0b6d19d - 20: 0x7f14ca2382f9 - __libc_start_call_main 21: 0x7f14ca2383ab - __libc_start_main_alias_2 22: 0x5614e0b6d075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782480.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box<[T],A>::from (line 1439) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7ff8c9546230 - ::fmt::h9076d363463cef76 1: 0x7ff8c8ea1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7ff8c9539b53 - 3: 0x7ff8c9546092 - 4: 0x7ff8c95486b2 - 5: 0x7ff8c954853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7ff8c68d9d92 - 7: 0x7ff8c9549213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7ff8c9548f0a - 9: 0x7ff8c9546709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7ff8c9548bad - rust_begin_unwind 11: 0x7ff8c62e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7ff8c62e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7ff8c90f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7ff8c90f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55620127e167 - 16: 0x55620127e143 - 17: 0x55620127e159 - 18: 0x7ff8c9527ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55620127e19d - 20: 0x7ff8c5a382f9 - __libc_start_call_main 21: 0x7ff8c5a383ab - __libc_start_main_alias_2 22: 0x55620127e075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782468.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::downcast_unchecked (line 1715) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7fab3c746230 - ::fmt::h9076d363463cef76 1: 0x7fab3c0a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7fab3c739b53 - 3: 0x7fab3c746092 - 4: 0x7fab3c7486b2 - 5: 0x7fab3c74853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7fab39ad9d92 - 7: 0x7fab3c749213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7fab3c748f0a - 9: 0x7fab3c746709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7fab3c748bad - rust_begin_unwind 11: 0x7fab394e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7fab394e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7fab3c2f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7fab3c2f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55c240477167 - 16: 0x55c240477143 - 17: 0x55c240477159 - 18: 0x7fab3c727ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55c24047719d - 20: 0x7fab38c382f9 - __libc_start_call_main 21: 0x7fab38c383ab - __libc_start_main_alias_2 22: 0x55c240477075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782491.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::downcast_unchecked (line 1593) stdout ---- thread 'main' panicked at /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_interface/src/util.rs:141:14: called `Result::unwrap()` on an `Err` value: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" } stack backtrace: 0: 0x7f1d33546230 - ::fmt::h9076d363463cef76 1: 0x7f1d32ea1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f1d33539b53 - 3: 0x7f1d33546092 - 4: 0x7f1d335486b2 - 5: 0x7f1d3354853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f1d308d9d92 - 7: 0x7f1d33549213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f1d33548f0a - 9: 0x7f1d33546709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f1d33548bad - rust_begin_unwind 11: 0x7f1d302e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f1d302e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f1d31efdba4 - rustc_driver_impl[8df99f96ac7520f1]::run_compiler 14: 0x7f1d330f131b - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x5617ed6c6167 - 16: 0x5617ed6c6143 - 17: 0x5617ed6c6159 - 18: 0x7f1d33527ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x5617ed6c619d - 20: 0x7f1d2fa382f9 - __libc_start_call_main 21: 0x7f1d2fa383ab - __libc_start_main_alias_2 22: 0x5617ed6c6075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782490.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::downcast_unchecked (line 1654) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f0cbdd46230 - ::fmt::h9076d363463cef76 1: 0x7f0cbd6a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f0cbdd39b53 - 3: 0x7f0cbdd46092 - 4: 0x7f0cbdd486b2 - 5: 0x7f0cbdd4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f0cbb0d9d92 - 7: 0x7f0cbdd49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f0cbdd48f0a - 9: 0x7f0cbdd46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f0cbdd48bad - rust_begin_unwind 11: 0x7f0cbaae6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f0cbaae71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f0cbd8f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f0cbd8f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x5616dce87167 - 16: 0x5616dce87143 - 17: 0x5616dce87159 - 18: 0x7f0cbdd27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x5616dce8719d - 20: 0x7f0cba2382f9 - __libc_start_call_main 21: 0x7f0cba2383ab - __libc_start_main_alias_2 22: 0x5616dce87075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782494.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::downcast (line 1687) stdout ---- thread 'main' panicked at /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_interface/src/util.rs:141:14: called `Result::unwrap()` on an `Err` value: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" } stack backtrace: 0: 0x7fe842146230 - ::fmt::h9076d363463cef76 1: 0x7fe841aa1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7fe842139b53 - 3: 0x7fe842146092 - 4: 0x7fe8421486b2 - 5: 0x7fe84214853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7fe83f4d9d92 - 7: 0x7fe842149213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7fe842148f0a - 9: 0x7fe842146709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7fe842148bad - rust_begin_unwind 11: 0x7fe83eee6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7fe83eee71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7fe840afdba4 - rustc_driver_impl[8df99f96ac7520f1]::run_compiler 14: 0x7fe841cf131b - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55ac5a5b7167 - 16: 0x55ac5a5b7143 - 17: 0x55ac5a5b7159 - 18: 0x7fe842127ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55ac5a5b719d - 20: 0x7fe83e6382f9 - __libc_start_call_main 21: 0x7fe83e6383ab - __libc_start_main_alias_2 22: 0x55ac5a5b7075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782484.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::downcast (line 1626) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f1445346230 - ::fmt::h9076d363463cef76 1: 0x7f1444ca1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f1445339b53 - 3: 0x7f1445346092 - 4: 0x7f14453486b2 - 5: 0x7f144534853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f14426d9d92 - 7: 0x7f1445349213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f1445348f0a - 9: 0x7f1445346709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f1445348bad - rust_begin_unwind 11: 0x7f14420e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f14420e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f1444ef0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f1444ef12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55c1583b1167 - 16: 0x55c1583b1143 - 17: 0x55c1583b1159 - 18: 0x7f1445327ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55c1583b119d - 20: 0x7f14418382f9 - __libc_start_call_main 21: 0x7f14418383ab - __libc_start_main_alias_2 22: 0x55c1583b1075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782492.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::into_raw (line 998) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7fcc96946230 - ::fmt::h9076d363463cef76 1: 0x7fcc962a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7fcc96939b53 - 3: 0x7fcc96946092 - 4: 0x7fcc969486b2 - 5: 0x7fcc9694853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7fcc93cd9d92 - 7: 0x7fcc96949213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7fcc96948f0a - 9: 0x7fcc96946709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7fcc96948bad - rust_begin_unwind 11: 0x7fcc936e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7fcc936e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7fcc964f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7fcc964f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x556996f9d167 - 16: 0x556996f9d143 - 17: 0x556996f9d159 - 18: 0x7fcc96927ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x556996f9d19d - 20: 0x7fcc92e382f9 - __libc_start_call_main 21: 0x7fcc92e383ab - __libc_start_main_alias_2 22: 0x556996f9d075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782426.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::leak (line 1116) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7febda346230 - ::fmt::h9076d363463cef76 1: 0x7febd9ca1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7febda339b53 - 3: 0x7febda346092 - 4: 0x7febda3486b2 - 5: 0x7febda34853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7febd76d9d92 - 7: 0x7febda349213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7febda348f0a - 9: 0x7febda346709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7febda348bad - rust_begin_unwind 11: 0x7febd70e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7febd70e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7febd9ef0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7febd9ef12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55aa07bca167 - 16: 0x55aa07bca143 - 17: 0x55aa07bca159 - 18: 0x7febda327ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55aa07bca19d - 20: 0x7febd68382f9 - __libc_start_call_main 21: 0x7febd68383ab - __libc_start_main_alias_2 22: 0x55aa07bca075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782447.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed (line 42) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f5008b46230 - ::fmt::h9076d363463cef76 1: 0x7f50084a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f5008b39b53 - 3: 0x7f5008b46092 - 4: 0x7f5008b486b2 - 5: 0x7f5008b4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f5005ed9d92 - 7: 0x7f5008b49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f5008b48f0a - 9: 0x7f5008b46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f5008b48bad - rust_begin_unwind 11: 0x7f50058e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f50058e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f50086f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f50086f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x561563670167 - 16: 0x561563670143 - 17: 0x561563670159 - 18: 0x7f5008b27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x56156367019d - 20: 0x7f50050382f9 - __libc_start_call_main 21: 0x7f50050383ab - __libc_start_main_alias_2 22: 0x561563670075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782411.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Some expected error codes were not found: ["E0072"] ---- src/stable/boxed.rs - stable::boxed::Box::into_raw (line 1005) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f1af2146230 - ::fmt::h9076d363463cef76 1: 0x7f1af1aa1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f1af2139b53 - 3: 0x7f1af2146092 - 4: 0x7f1af21486b2 - 5: 0x7f1af214853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f1aef4d9d92 - 7: 0x7f1af2149213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f1af2148f0a - 9: 0x7f1af2146709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f1af2148bad - rust_begin_unwind 11: 0x7f1aeeee6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f1aeeee71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f1af1cf0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f1af1cf12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x561a6de90167 - 16: 0x561a6de90143 - 17: 0x561a6de90159 - 18: 0x7f1af2127ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x561a6de9019d - 20: 0x7f1aee6382f9 - __libc_start_call_main 21: 0x7f1aee6383ab - __libc_start_main_alias_2 22: 0x561a6de90075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782424.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::from_raw (line 900) stdout ---- thread 'main' panicked at /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_interface/src/util.rs:141:14: called `Result::unwrap()` on an `Err` value: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" } stack backtrace: 0: 0x7ff1c5146230 - ::fmt::h9076d363463cef76 1: 0x7ff1c4aa1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7ff1c5139b53 - 3: 0x7ff1c5146092 - 4: 0x7ff1c51486b2 - 5: 0x7ff1c514853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7ff1c24d9d92 - 7: 0x7ff1c5149213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7ff1c5148f0a - 9: 0x7ff1c5146709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7ff1c5148bad - rust_begin_unwind 11: 0x7ff1c1ee6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7ff1c1ee71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7ff1c3afdba4 - rustc_driver_impl[8df99f96ac7520f1]::run_compiler 14: 0x7ff1c4cf131b - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x5596f4394167 - 16: 0x5596f4394143 - 17: 0x5596f4394159 - 18: 0x7ff1c5127ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x5596f439419d - 20: 0x7ff1c16382f9 - __libc_start_call_main 21: 0x7ff1c16383ab - __libc_start_main_alias_2 22: 0x5596f4394075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782450.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed (line 97) stdout ---- thread 'main' panicked at /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_interface/src/util.rs:141:14: called `Result::unwrap()` on an `Err` value: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" } stack backtrace: 0: 0x7f07c1746230 - ::fmt::h9076d363463cef76 1: 0x7f07c10a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f07c1739b53 - 3: 0x7f07c1746092 - 4: 0x7f07c17486b2 - 5: 0x7f07c174853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f07bead9d92 - 7: 0x7f07c1749213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f07c1748f0a - 9: 0x7f07c1746709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f07c1748bad - rust_begin_unwind 11: 0x7f07be4e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f07be4e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f07c00fdba4 - rustc_driver_impl[8df99f96ac7520f1]::run_compiler 14: 0x7f07c12f131b - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x559a81888167 - 16: 0x559a81888143 - 17: 0x559a81888159 - 18: 0x7f07c1727ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x559a8188819d - 20: 0x7f07bdc382f9 - __libc_start_call_main 21: 0x7f07bdc383ab - __libc_start_main_alias_2 22: 0x559a81888075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782412.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box<[mem::MaybeUninit],A>::assume_init (line 856) stdout ---- warning: the feature `new_uninit` has been stable since 1.82.0 and no longer requires an attribute to enable --> src/stable/boxed.rs:856:12 | 2 | #![feature(new_uninit)] | ^^^^^^^^^^ | = note: `#[warn(stable_features)]` on by default thread 'rustc' panicked at /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:1724:6: failed to spawn coordinator thread: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" } stack backtrace: 0: 0x7f3753546230 - ::fmt::h9076d363463cef76 1: 0x7f3752ea1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f3753539b53 - 3: 0x7f3753546092 - 4: 0x7f37535486b2 - 5: 0x7f375354853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f37508d9d92 - 7: 0x7f3753549213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f3753548f0a - 9: 0x7f3753546709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f3753548bad - rust_begin_unwind 11: 0x7f37502e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f37502e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f3752fedad8 - 14: 0x7f3752fe62f6 - 15: 0x7f3753030882 - ::codegen_crate 16: 0x7f3753205b34 - ::codegen_and_build_linker 17: 0x7f37530e7c64 - 18: 0x7f37530e10c7 - 19: 0x7f37530dcac7 - std[e704c5c9c6f67171]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> 20: 0x7f37530eaff1 - 21: 0x7f375355584b - 22: 0x7f374faa1f6f - start_thread 23: 0x7f374fb1f5cc - __clone3 24: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782483.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack warning: 1 warning emitted Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::downcast (line 1565) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f6ebed46230 - ::fmt::h9076d363463cef76 1: 0x7f6ebe6a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f6ebed39b53 - 3: 0x7f6ebed46092 - 4: 0x7f6ebed486b2 - 5: 0x7f6ebed4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f6ebc0d9d92 - 7: 0x7f6ebed49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f6ebed48f0a - 9: 0x7f6ebed46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f6ebed48bad - rust_begin_unwind 11: 0x7f6ebbae6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f6ebbae71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f6ebe8f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f6ebe8f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x562088f63167 - 16: 0x562088f63143 - 17: 0x562088f63159 - 18: 0x7f6ebed27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x562088f6319d - 20: 0x7f6ebfcce2f9 - __libc_start_call_main 21: 0x7f6ebfcce3ab - __libc_start_main_alias_2 22: 0x562088f63075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782493.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box<[T]>::new_zeroed_slice (line 620) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7fc27d546230 - ::fmt::h9076d363463cef76 1: 0x7fc27cea1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7fc27d539b53 - 3: 0x7fc27d546092 - 4: 0x7fc27d5486b2 - 5: 0x7fc27d54853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7fc27a8d9d92 - 7: 0x7fc27d549213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7fc27d548f0a - 9: 0x7fc27d546709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7fc27d548bad - rust_begin_unwind 11: 0x7fc27a2e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7fc27a2e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7fc27d0f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7fc27d0f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55d60acfb167 - 16: 0x55d60acfb143 - 17: 0x55d60acfb159 - 18: 0x7fc27d527ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55d60acfb19d - 20: 0x7fc279a382f9 - __libc_start_call_main 21: 0x7fc279a383ab - __libc_start_main_alias_2 22: 0x55d60acfb075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782476.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::new_uninit_in (line 404) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7fb058346230 - ::fmt::h9076d363463cef76 1: 0x7fb057ca1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7fb058339b53 - 3: 0x7fb058346092 - 4: 0x7fb0583486b2 - 5: 0x7fb05834853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7fb0556d9d92 - 7: 0x7fb058349213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7fb058348f0a - 9: 0x7fb058346709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7fb058348bad - rust_begin_unwind 11: 0x7fb0550e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7fb0550e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7fb057ef0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7fb057ef12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55dc44ea0167 - 16: 0x55dc44ea0143 - 17: 0x55dc44ea0159 - 18: 0x7fb058327ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55dc44ea019d - 20: 0x7fb0548382f9 - __libc_start_call_main 21: 0x7fb0548383ab - __libc_start_main_alias_2 22: 0x55dc44ea0075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782435.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box::try_new (line 284) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7fbfdbf46230 - ::fmt::h9076d363463cef76 1: 0x7fbfdb8a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7fbfdbf39b53 - 3: 0x7fbfdbf46092 - 4: 0x7fbfdbf486b2 - 5: 0x7fbfdbf4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7fbfd92d9d92 - 7: 0x7fbfdbf49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7fbfdbf48f0a - 9: 0x7fbfdbf46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7fbfdbf48bad - rust_begin_unwind 11: 0x7fbfd8ce6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7fbfd8ce71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7fbfdbaf0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7fbfdbaf12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x55a1907aa167 - 16: 0x55a1907aa143 - 17: 0x55a1907aa159 - 18: 0x7fbfdbf27ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x55a1907aa19d - 20: 0x7fbfd84382f9 - __libc_start_call_main 21: 0x7fbfd84383ab - __libc_start_main_alias_2 22: 0x55a1907aa075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782458.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box<[T]>::try_new_uninit_slice (line 642) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f0fc1746230 - ::fmt::h9076d363463cef76 1: 0x7f0fc10a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f0fc1739b53 - 3: 0x7f0fc1746092 - 4: 0x7f0fc17486b2 - 5: 0x7f0fc174853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f0fbead9d92 - 7: 0x7f0fc1749213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f0fc1748f0a - 9: 0x7f0fc1746709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f0fc1748bad - rust_begin_unwind 11: 0x7f0fbe4e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f0fbe4e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f0fc12f0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f0fc12f12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x555e2350a167 - 16: 0x555e2350a143 - 17: 0x555e2350a159 - 18: 0x7f0fc1727ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x555e2350a19d - 20: 0x7f0fbdc382f9 - __libc_start_call_main 21: 0x7f0fbdc383ab - __libc_start_main_alias_2 22: 0x555e2350a075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782477.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box,A>::write (line 814) stdout ---- warning: the feature `new_uninit` has been stable since 1.82.0 and no longer requires an attribute to enable --> src/stable/boxed.rs:814:12 | 2 | #![feature(new_uninit)] | ^^^^^^^^^^ | = note: `#[warn(stable_features)]` on by default error[E0658]: use of unstable library feature `box_uninit_write` --> src/stable/boxed.rs:826:15 | 14 | let big_box = Box::write(big_box, array); | ^^^^^^^^^^ | = note: see issue #129397 for more information = help: add `#![feature(box_uninit_write)]` to the crate attributes to enable = note: this compiler was built on 2025-03-31; consider upgrading it if it is out of date error: aborting due to 1 previous error; 1 warning emitted For more information about this error, try `rustc --explain E0658`. Couldn't compile the test. ---- src/stable/vec/into_iter.rs - stable::vec::into_iter::IntoIter::as_mut_slice (line 64) stdout ---- thread 'rustc' panicked at /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:1163:10: failed to spawn helper thread: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" } stack backtrace: 0: 0x7f9ddfb46230 - ::fmt::h9076d363463cef76 1: 0x7f9ddf4a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f9ddfb39b53 - 3: 0x7f9ddfb46092 - 4: 0x7f9ddfb486b2 - 5: 0x7f9ddfb4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f9ddced9d92 - 7: 0x7f9ddfb49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f9ddfb48f0a - 9: 0x7f9ddfb46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f9ddfb48bad - rust_begin_unwind 11: 0x7f9ddc8e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f9ddc8e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f9ddf5ed63a - 14: 0x7f9ddf5e62f6 - 15: 0x7f9ddf630882 - ::codegen_crate 16: 0x7f9ddf805b34 - ::codegen_and_build_linker 17: 0x7f9ddf6e7c64 - 18: 0x7f9ddf6e10c7 - 19: 0x7f9ddf6dcac7 - std[e704c5c9c6f67171]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> 20: 0x7f9ddf6eaff1 - 21: 0x7f9ddfb5584b - 22: 0x7f9ddc0a1f6f - start_thread 23: 0x7f9ddc11f5cc - __clone3 24: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782544.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/vec/drain.rs - stable::vec::drain::Drain<'a,T,A>::as_slice (line 43) stdout ---- thread 'rustc' panicked at /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:1163:10: failed to spawn helper thread: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" } stack backtrace: 0: 0x7f00fe546230 - ::fmt::h9076d363463cef76 1: 0x7f00fdea1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f00fe539b53 - 3: 0x7f00fe546092 - 4: 0x7f00fe5486b2 - 5: 0x7f00fe54853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f00fb8d9d92 - 7: 0x7f00fe549213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f00fe548f0a - 9: 0x7f00fe546709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f00fe548bad - rust_begin_unwind 11: 0x7f00fb2e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f00fb2e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f00fdfed63a - 14: 0x7f00fdfe62f6 - 15: 0x7f00fe030882 - ::codegen_crate 16: 0x7f00fe205b34 - ::codegen_and_build_linker 17: 0x7f00fe0e7c64 - 18: 0x7f00fe0e10c7 - 19: 0x7f00fe0dcac7 - std[e704c5c9c6f67171]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> 20: 0x7f00fe0eaff1 - 21: 0x7f00fe55584b - 22: 0x7f00faaa1f6f - start_thread 23: 0x7f00fab1f5cc - __clone3 24: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782540.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/macros.rs - stable::macros::vec (line 27) stdout ---- thread 'rustc' panicked at /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:1724:6: failed to spawn coordinator thread: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" } stack backtrace: 0: 0x7fdf39d46230 - ::fmt::h9076d363463cef76 1: 0x7fdf396a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7fdf39d39b53 - 3: 0x7fdf39d46092 - 4: 0x7fdf39d486b2 - 5: 0x7fdf39d4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7fdf370d9d92 - 7: 0x7fdf39d49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7fdf39d48f0a - 9: 0x7fdf39d46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7fdf39d48bad - rust_begin_unwind 11: 0x7fdf36ae6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7fdf36ae71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7fdf397edad8 - 14: 0x7fdf397e62f6 - 15: 0x7fdf39830882 - ::codegen_crate 16: 0x7fdf39a05b34 - ::codegen_and_build_linker 17: 0x7fdf398e7c64 - 18: 0x7fdf398e10c7 - 19: 0x7fdf398dcac7 - std[e704c5c9c6f67171]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> 20: 0x7fdf398eaff1 - 21: 0x7fdf39d5584b - 22: 0x7fdf362a1f6f - start_thread 23: 0x7fdf3631f5cc - __clone3 24: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782525.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/vec/splice.rs - stable::vec::splice::Splice (line 15) stdout ---- thread 'rustc' panicked at /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:1163:10: failed to spawn helper thread: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" } stack backtrace: 0: 0x7f5462546230 - ::fmt::h9076d363463cef76 1: 0x7f5461ea1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f5462539b53 - 3: 0x7f5462546092 - 4: 0x7f54625486b2 - 5: 0x7f546254853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f545f8d9d92 - 7: 0x7f5462549213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f5462548f0a - 9: 0x7f5462546709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f5462548bad - rust_begin_unwind 11: 0x7f545f2e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f545f2e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f5461fed63a - 14: 0x7f5461fe62f6 - 15: 0x7f5462030882 - ::codegen_crate 16: 0x7f5462205b34 - ::codegen_and_build_linker 17: 0x7f54620e7c64 - 18: 0x7f54620e10c7 - 19: 0x7f54620dcac7 - std[e704c5c9c6f67171]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> 20: 0x7f54620eaff1 - 21: 0x7f546255584b - 22: 0x7f545eaa1f6f - start_thread 23: 0x7f545eb1f5cc - __clone3 24: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782548.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/vec/drain.rs - stable::vec::drain::Drain<'a,T,A>::keep_rest (line 67) stdout ---- thread 'rustc' panicked at /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:1163:10: failed to spawn helper thread: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" } stack backtrace: 0: 0x7f3cfe746230 - ::fmt::h9076d363463cef76 1: 0x7f3cfe0a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f3cfe739b53 - 3: 0x7f3cfe746092 - 4: 0x7f3cfe7486b2 - 5: 0x7f3cfe74853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f3cfbad9d92 - 7: 0x7f3cfe749213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f3cfe748f0a - 9: 0x7f3cfe746709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f3cfe748bad - rust_begin_unwind 11: 0x7f3cfb4e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f3cfb4e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f3cfe1ed63a - 14: 0x7f3cfe1e62f6 - 15: 0x7f3cfe230882 - ::codegen_crate 16: 0x7f3cfe405b34 - ::codegen_and_build_linker 17: 0x7f3cfe2e7c64 - 18: 0x7f3cfe2e10c7 - 19: 0x7f3cfe2dcac7 - std[e704c5c9c6f67171]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> 20: 0x7f3cfe2eaff1 - 21: 0x7f3cfe75584b - 22: 0x7f3cfaca1f6f - start_thread 23: 0x7f3cfad1f5cc - __clone3 24: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782539.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/vec/into_iter.rs - stable::vec::into_iter::IntoIter::as_slice (line 49) stdout ---- thread 'rustc' panicked at /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:1163:10: failed to spawn helper thread: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" } stack backtrace: 0: 0x7fe9adf46230 - ::fmt::h9076d363463cef76 1: 0x7fe9ad8a1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7fe9adf39b53 - 3: 0x7fe9adf46092 - 4: 0x7fe9adf486b2 - 5: 0x7fe9adf4853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7fe9ab2d9d92 - 7: 0x7fe9adf49213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7fe9adf48f0a - 9: 0x7fe9adf46709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7fe9adf48bad - rust_begin_unwind 11: 0x7fe9aace6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7fe9aace71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7fe9ad9ed63a - 14: 0x7fe9ad9e62f6 - 15: 0x7fe9ada30882 - ::codegen_crate 16: 0x7fe9adc05b34 - ::codegen_and_build_linker 17: 0x7fe9adae7c64 - 18: 0x7fe9adae10c7 - 19: 0x7fe9adadcac7 - std[e704c5c9c6f67171]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> 20: 0x7fe9adaeaff1 - 21: 0x7fe9adf5584b - 22: 0x7fe9aa4a1f6f - start_thread 23: 0x7fe9aa51f5cc - __clone3 24: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782547.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/slice.rs - stable::slice::SliceExt::repeat (line 54) stdout ---- thread 'coordinator' panicked at /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:1855:6: failed to spawn work thread: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" } stack backtrace: 0: 0x7f07d3146230 - ::fmt::h9076d363463cef76 1: 0x7f07d2aa1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f07d3139b53 - 3: 0x7f07d3146092 - 4: 0x7f07d31486b2 - 5: 0x7f07d314853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f07d04d9d92 - 7: 0x7f07d3149213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f07d3148f0a - 9: 0x7f07d3146709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f07d3148bad - rust_begin_unwind 11: 0x7f07cfee6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f07cfee71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f07d2beb802 - 14: 0x7f07d198b588 - 15: 0x7f07d2befcb7 - std[e704c5c9c6f67171]::sys::backtrace::__rust_begin_short_backtrace::<::spawn_named_thread::{closure#5}, core[c8515a07a195242f]::result::Result>::{closure#0}, core[c8515a07a195242f]::result::Result> 16: 0x7f07d2bf3a49 - 17: 0x7f07d315584b - 18: 0x7f07cf6a1f6f - start_thread 19: 0x7f07cf71f5cc - __clone3 20: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782533.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack thread 'rustc' panicked at /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:2058:17: /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:2058:17: panic during codegen/LLVM phase stack backtrace: 0: 0x7f07d3146230 - ::fmt::h9076d363463cef76 1: 0x7f07d2aa1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f07d3139b53 - 3: 0x7f07d3146092 - 4: 0x7f07d31486b2 - 5: 0x7f07d314853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f07d04d9d92 - 7: 0x7f07d3149213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f07d0b51942 - 9: 0x7f07d0b49046 - std[e704c5c9c6f67171]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> 10: 0x7f07d0b4903f - std[e704c5c9c6f67171]::panicking::begin_panic:: 11: 0x7f07d0bd8bfe - 12: 0x7f07d0bbf78a - 13: 0x7f07d0bbf3ab - 14: 0x7f07d0bd8b40 - rustc_middle[16217dabf740581e]::util::bug::bug_fmt 15: 0x7f07d2c30eee - ::join_codegen 16: 0x7f07d2e06b56 - ::link 17: 0x7f07d2ce124b - 18: 0x7f07d2cdcac7 - std[e704c5c9c6f67171]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> 19: 0x7f07d2ceaff1 - 20: 0x7f07d315584b - 21: 0x7f07cf6a1f6f - start_thread 22: 0x7f07cf71f5cc - __clone3 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782533.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/macros.rs - stable::macros::vec (line 33) stdout ---- thread 'coordinator' panicked at /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:1855:6: failed to spawn work thread: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" } stack backtrace: 0: 0x7f4510346230 - ::fmt::h9076d363463cef76 1: 0x7f450fca1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f4510339b53 - 3: 0x7f4510346092 - 4: 0x7f45103486b2 - 5: 0x7f451034853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f450d6d9d92 - 7: 0x7f4510349213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f4510348f0a - 9: 0x7f4510346709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f4510348bad - rust_begin_unwind 11: 0x7f450d0e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f450d0e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f450fdeb802 - 14: 0x7f450eb8b588 - 15: 0x7f450fdefcb7 - std[e704c5c9c6f67171]::sys::backtrace::__rust_begin_short_backtrace::<::spawn_named_thread::{closure#5}, core[c8515a07a195242f]::result::Result>::{closure#0}, core[c8515a07a195242f]::result::Result> 16: 0x7f450fdf3a49 - 17: 0x7f451035584b - 18: 0x7f450c8a1f6f - start_thread 19: 0x7f450c91f5cc - __clone3 20: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782531.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack thread 'rustc' panicked at /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:2058:17: /home/iurt/rpmbuild/BUILD/rust-1.86.0-build/rustc-1.86.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:2058:17: panic during codegen/LLVM phase stack backtrace: 0: 0x7f4510346230 - ::fmt::h9076d363463cef76 1: 0x7f450fca1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f4510339b53 - 3: 0x7f4510346092 - 4: 0x7f45103486b2 - 5: 0x7f451034853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f450d6d9d92 - 7: 0x7f4510349213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f450dd51942 - 9: 0x7f450dd49046 - std[e704c5c9c6f67171]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> 10: 0x7f450dd4903f - std[e704c5c9c6f67171]::panicking::begin_panic:: 11: 0x7f450ddd8bfe - 12: 0x7f450ddbf78a - 13: 0x7f450ddbf3ab - 14: 0x7f450ddd8b40 - rustc_middle[16217dabf740581e]::util::bug::bug_fmt 15: 0x7f450fe30eee - ::join_codegen 16: 0x7f4510006b56 - ::link 17: 0x7f450fee124b - 18: 0x7f450fedcac7 - std[e704c5c9c6f67171]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> 19: 0x7f450feeaff1 - 20: 0x7f451035584b - 21: 0x7f450c8a1f6f - start_thread 22: 0x7f450c91f5cc - __clone3 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782531.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. ---- src/stable/boxed.rs - stable::boxed::Box<[T]>::from (line 1527) stdout ---- thread 'main' panicked at compiler/rustc_driver_impl/src/lib.rs:1486:6: Unable to install ctrlc handler: System(Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }) stack backtrace: 0: 0x7f9e34346230 - ::fmt::h9076d363463cef76 1: 0x7f9e33ca1913 - core::fmt::write::haa4f8d89103941d2 2: 0x7f9e34339b53 - 3: 0x7f9e34346092 - 4: 0x7f9e343486b2 - 5: 0x7f9e3434853a - std::panicking::default_hook::h500c9e56ff33a7b6 6: 0x7f9e316d9d92 - 7: 0x7f9e34349213 - std::panicking::rust_panic_with_hook::hb6c9c271e522a2af 8: 0x7f9e34348f0a - 9: 0x7f9e34346709 - std::sys::backtrace::__rust_end_short_backtrace::ha1b507c6d907c5f8 10: 0x7f9e34348bad - rust_begin_unwind 11: 0x7f9e310e6cd0 - core::panicking::panic_fmt::h32392bf1aecbf138 12: 0x7f9e310e71d6 - core::result::unwrap_failed::h6924688a29e577a2 13: 0x7f9e33ef0f07 - rustc_driver_impl[8df99f96ac7520f1]::install_ctrlc_handler 14: 0x7f9e33ef12e8 - rustc_driver_impl[8df99f96ac7520f1]::main 15: 0x5561cb4a3167 - 16: 0x5561cb4a3143 - 17: 0x5561cb4a3159 - 18: 0x7f9e34327ec0 - std::rt::lang_start_internal::hc371d46cbbe57840 19: 0x5561cb4a319d - 20: 0x7f9e308382f9 - __libc_start_call_main 21: 0x7f9e308383ab - __libc_start_main_alias_2 22: 0x5561cb4a3075 - 23: 0x0 - error: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md note: please make sure that you have updated to the latest nightly note: please attach the file at `/home/pterjan/rpmbuild/BUILD/rust-allocator-api2-0.2.16-build/allocator-api2-0.2.16/rustc-ice-2025-04-25T10_24_50-1782471.txt` to your bug report note: compiler flags: --crate-type bin query stack during panic: end of query stack Couldn't compile the test. failures: src/stable/boxed.rs - stable::boxed (line 12) src/stable/boxed.rs - stable::boxed (line 19) src/stable/boxed.rs - stable::boxed (line 26) src/stable/boxed.rs - stable::boxed (line 42) src/stable/boxed.rs - stable::boxed (line 97) src/stable/boxed.rs - stable::boxed::Box::clone (line 1227) src/stable/boxed.rs - stable::boxed::Box::clone_from (line 1251) src/stable/boxed.rs - stable::boxed::Box::from_raw_in (line 948) src/stable/boxed.rs - stable::boxed::Box::from_raw_in (line 957) src/stable/boxed.rs - stable::boxed::Box::into_inner (line 568) src/stable/boxed.rs - stable::boxed::Box::into_raw (line 1005) src/stable/boxed.rs - stable::boxed::Box::into_raw (line 998) src/stable/boxed.rs - stable::boxed::Box::into_raw_with_allocator (line 1042) src/stable/boxed.rs - stable::boxed::Box::into_raw_with_allocator (line 1053) src/stable/boxed.rs - stable::boxed::Box::leak (line 1116) src/stable/boxed.rs - stable::boxed::Box::leak (line 1125) src/stable/boxed.rs - stable::boxed::Box::new_in (line 352) src/stable/boxed.rs - stable::boxed::Box::new_uninit_in (line 404) src/stable/boxed.rs - stable::boxed::Box::try_new_in (line 380) src/stable/boxed.rs - stable::boxed::Box::try_new_uninit_in (line 442) src/stable/boxed.rs - stable::boxed::Box::try_new_zeroed_in (line 515) src/stable/boxed.rs - stable::boxed::Box::from (line 1398) src/stable/boxed.rs - stable::boxed::Box::from_raw (line 900) src/stable/boxed.rs - stable::boxed::Box::from_raw (line 906) src/stable/boxed.rs - stable::boxed::Box::new (line 203) src/stable/boxed.rs - stable::boxed::Box::new_uninit (line 217) src/stable/boxed.rs - stable::boxed::Box::new_zeroed (line 246) src/stable/boxed.rs - stable::boxed::Box::try_new (line 284) src/stable/boxed.rs - stable::boxed::Box::try_new_uninit (line 300) src/stable/boxed.rs - stable::boxed::Box::try_new_zeroed (line 328) src/stable/boxed.rs - stable::boxed::Box<[T],A>::from (line 1439) src/stable/boxed.rs - stable::boxed::Box<[T],A>::new_uninit_slice_in (line 706) src/stable/boxed.rs - stable::boxed::Box<[T],A>::new_zeroed_slice_in (line 739) src/stable/boxed.rs - stable::boxed::Box<[T]>::from (line 1527) src/stable/boxed.rs - stable::boxed::Box<[T]>::new_uninit_slice (line 589) src/stable/boxed.rs - stable::boxed::Box<[T]>::new_zeroed_slice (line 620) src/stable/boxed.rs - stable::boxed::Box<[T]>::try_new_uninit_slice (line 642) src/stable/boxed.rs - stable::boxed::Box<[T]>::try_new_zeroed_slice (line 677) src/stable/boxed.rs - stable::boxed::Box<[mem::MaybeUninit],A>::assume_init (line 856) src/stable/boxed.rs - stable::boxed::Box<[u8],A>::from (line 1483) src/stable/boxed.rs - stable::boxed::Box::downcast (line 1687) src/stable/boxed.rs - stable::boxed::Box::downcast_unchecked (line 1715) src/stable/boxed.rs - stable::boxed::Box::downcast (line 1626) src/stable/boxed.rs - stable::boxed::Box::downcast_unchecked (line 1654) src/stable/boxed.rs - stable::boxed::Box::downcast (line 1565) src/stable/boxed.rs - stable::boxed::Box::downcast_unchecked (line 1593) src/stable/boxed.rs - stable::boxed::Box,A>::write (line 814) src/stable/macros.rs - stable::macros::vec (line 27) src/stable/macros.rs - stable::macros::vec (line 33) src/stable/slice.rs - stable::slice::SliceExt::repeat (line 54) src/stable/vec/drain.rs - stable::vec::drain::Drain<'a,T,A>::as_slice (line 43) src/stable/vec/drain.rs - stable::vec::drain::Drain<'a,T,A>::keep_rest (line 67) src/stable/vec/into_iter.rs - stable::vec::into_iter::IntoIter::as_mut_slice (line 64) src/stable/vec/into_iter.rs - stable::vec::into_iter::IntoIter::as_slice (line 49) src/stable/vec/splice.rs - stable::vec::splice::Splice (line 15) test result: FAILED. 13 passed; 55 failed; 0 ignored; 0 measured; 79 filtered out; finished in 0.44s error: doctest failed, to rerun pass `--doc` error: 1 target failed: `--doc` error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.wskKzI (%check) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.wskKzI (%check) I: [iurt_root_command] ERROR: chroot