[INFO] fetching crate notstd_detect 0.6.0... [INFO] checking notstd_detect-0.6.0 against master#8a703520e80d87d4423c01f9d4fbc9e5f6533a02 for pr-154205-1 [INFO] extracting crate notstd_detect 0.6.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate notstd_detect 0.6.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate notstd_detect 0.6.0 [INFO] tweaked toml for crates.io crate notstd_detect 0.6.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate notstd_detect 0.6.0 on toolchain 8a703520e80d87d4423c01f9d4fbc9e5f6533a02 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a703520e80d87d4423c01f9d4fbc9e5f6533a02" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate notstd_detect 0.6.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a703520e80d87d4423c01f9d4fbc9e5f6533a02" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rustc-std-workspace-alloc v1.0.1 [INFO] [stderr] Downloaded rustc-std-workspace-core v1.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+8a703520e80d87d4423c01f9d4fbc9e5f6533a02" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d2d23a9c62f593724cd53019db8d1218248b725de73f9f5d4906d9b2ad7713de [INFO] running `Command { std: "docker" "start" "-a" "d2d23a9c62f593724cd53019db8d1218248b725de73f9f5d4906d9b2ad7713de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d2d23a9c62f593724cd53019db8d1218248b725de73f9f5d4906d9b2ad7713de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2d23a9c62f593724cd53019db8d1218248b725de73f9f5d4906d9b2ad7713de", kill_on_drop: false }` [INFO] [stdout] d2d23a9c62f593724cd53019db8d1218248b725de73f9f5d4906d9b2ad7713de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+8a703520e80d87d4423c01f9d4fbc9e5f6533a02" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7ab34408d38b240d2319f07a46f7b0376172f84c7908bc1782ac153a7d3e7573 [INFO] running `Command { std: "docker" "start" "-a" "7ab34408d38b240d2319f07a46f7b0376172f84c7908bc1782ac153a7d3e7573", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Checking cfg-if v1.0.1 [INFO] [stderr] Checking notstd_detect v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] error: unexpected `cfg` condition value: `amx-transpose` [INFO] [stdout] --> src/detect/macros.rs:23:16 [INFO] [stdout] | [INFO] [stdout] 23 | $(cfg!(target_feature = $target_feature_lit);)* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/detect/arch/x86.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / features! { [INFO] [stdout] 19 | | @TARGET: x86; [INFO] [stdout] 20 | | @CFG: any(target_arch = "x86", target_arch = "x86_64"); [INFO] [stdout] 21 | | @MACRO_NAME: is_x86_feature_detected; [INFO] [stdout] ... | [INFO] [stdout] 277 | | /// XOP: eXtended Operations (AMD) [INFO] [stdout] 278 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, `avx512bw`, and `avx512cd` and 462 more [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/detect/macros.rs:135:16 [INFO] [stdout] | [INFO] [stdout] 135 | #[deny(unexpected_cfgs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/detect/arch/x86.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / features! { [INFO] [stdout] 19 | | @TARGET: x86; [INFO] [stdout] 20 | | @CFG: any(target_arch = "x86", target_arch = "x86_64"); [INFO] [stdout] 21 | | @MACRO_NAME: is_x86_feature_detected; [INFO] [stdout] ... | [INFO] [stdout] 277 | | /// XOP: eXtended Operations (AMD) [INFO] [stdout] 278 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `check_cfg_feature` which comes from the expansion of the macro `features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/detect/os/x86.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | } = unsafe { __cpuid(0x0000_0001_u32) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/detect/os/x86.rs:78:49 [INFO] [stdout] | [INFO] [stdout] 78 | let CpuidResult { ebx, ecx, edx, .. } = unsafe { __cpuid(0x0000_0007_u32) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/detect/os/x86.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | } = unsafe { __cpuid_count(0x0000_0007_u32, 0x0000_0001_u32) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/detect/os/x86.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | } = unsafe { __cpuid(0x8000_0000_u32) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/detect/os/x86.rs:100:39 [INFO] [stdout] | [INFO] [stdout] 100 | let CpuidResult { ecx, .. } = unsafe { __cpuid(0x8000_0001_u32) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/detect/os/x86.rs:150:43 [INFO] [stdout] | [INFO] [stdout] 150 | let CpuidResult { ebx, .. } = unsafe { __cpuid(0x19) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/detect/os/x86.rs:214:29 [INFO] [stdout] | [INFO] [stdout] 214 | } = unsafe { __cpuid_count(0xd_u32, 1) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/detect/os/x86.rs:275:29 [INFO] [stdout] | [INFO] [stdout] 275 | } = unsafe { __cpuid_count(0x1e_u32, 1) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/detect/os/x86.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | } = unsafe { __cpuid(0x0000_0001_u32) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/detect/os/x86.rs:78:49 [INFO] [stdout] | [INFO] [stdout] 78 | let CpuidResult { ebx, ecx, edx, .. } = unsafe { __cpuid(0x0000_0007_u32) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/detect/os/x86.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | } = unsafe { __cpuid_count(0x0000_0007_u32, 0x0000_0001_u32) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/detect/os/x86.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | } = unsafe { __cpuid(0x8000_0000_u32) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/detect/os/x86.rs:100:39 [INFO] [stdout] | [INFO] [stdout] 100 | let CpuidResult { ecx, .. } = unsafe { __cpuid(0x8000_0001_u32) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/detect/os/x86.rs:150:43 [INFO] [stdout] | [INFO] [stdout] 150 | let CpuidResult { ebx, .. } = unsafe { __cpuid(0x19) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/detect/os/x86.rs:214:29 [INFO] [stdout] | [INFO] [stdout] 214 | } = unsafe { __cpuid_count(0xd_u32, 1) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/detect/os/x86.rs:275:29 [INFO] [stdout] | [INFO] [stdout] 275 | } = unsafe { __cpuid_count(0x1e_u32, 1) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown x86 target feature: amx-transpose [INFO] [stdout] --> tests/x86-specific.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | is_x86_feature_detected!("amx-transpose") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `is_x86_feature_detected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `notstd_detect` (lib test) due to 1 previous error; 8 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `notstd_detect` (test "x86-specific") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "7ab34408d38b240d2319f07a46f7b0376172f84c7908bc1782ac153a7d3e7573", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ab34408d38b240d2319f07a46f7b0376172f84c7908bc1782ac153a7d3e7573", kill_on_drop: false }` [INFO] [stdout] 7ab34408d38b240d2319f07a46f7b0376172f84c7908bc1782ac153a7d3e7573