[INFO] fetching crate vector-rust-library 0.1.0... [INFO] testing vector-rust-library-0.1.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate vector-rust-library 0.1.0 into /workspace/builds/worker-0-tc1/source [INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config.toml [INFO] started tweaking crates.io crate vector-rust-library 0.1.0 [INFO] finished tweaking crates.io crate vector-rust-library 0.1.0 [INFO] tweaked toml for crates.io crate vector-rust-library 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate vector-rust-library 0.1.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 85 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.5.1 (available: v0.7.0) [INFO] [stderr] Adding derive_more v0.99.20 (available: v2.0.1) [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 26ffd36d0d6ab2fa5de8059c837990b30a46fe05bf66b625ce6d2fdbfd1f2864 [INFO] running `Command { std: "docker" "start" "-a" "26ffd36d0d6ab2fa5de8059c837990b30a46fe05bf66b625ce6d2fdbfd1f2864", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "26ffd36d0d6ab2fa5de8059c837990b30a46fe05bf66b625ce6d2fdbfd1f2864", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26ffd36d0d6ab2fa5de8059c837990b30a46fe05bf66b625ce6d2fdbfd1f2864", kill_on_drop: false }` [INFO] [stdout] 26ffd36d0d6ab2fa5de8059c837990b30a46fe05bf66b625ce6d2fdbfd1f2864 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0441c90e2f581fd461d01305153130eb70e43eebe3601c04d9fd7d7b1b2ad062 [INFO] running `Command { std: "docker" "start" "-a" "0441c90e2f581fd461d01305153130eb70e43eebe3601c04d9fd7d7b1b2ad062", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling vector-rust-library v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stdout] warning: unexpected `cfg` condition name: `sse` [INFO] [stdout] --> src/lib.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg(any(sse, doc))] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `sse` [INFO] [stdout] --> src/lib.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg(any(sse, doc))] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `sse` [INFO] [stdout] --> src/vec4f.rs:370:53 [INFO] [stdout] | [INFO] [stdout] 370 | vec_overload_operator!(Vec4f, Add, add, _mm_add_ps, sse); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `sse` [INFO] [stdout] --> src/vec4f.rs:371:53 [INFO] [stdout] | [INFO] [stdout] 371 | vec_overload_operator!(Vec4f, Sub, sub, _mm_sub_ps, sse); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `sse` [INFO] [stdout] --> src/vec4f.rs:372:53 [INFO] [stdout] | [INFO] [stdout] 372 | vec_overload_operator!(Vec4f, Mul, mul, _mm_mul_ps, sse); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `sse` [INFO] [stdout] --> src/vec4f.rs:373:53 [INFO] [stdout] | [INFO] [stdout] 373 | vec_overload_operator!(Vec4f, Div, div, _mm_div_ps, sse); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg_attr(no_avx, derive(Add, Sub, Mul, Div), mul(forward), div(forward))] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(avx, repr(transparent))] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | #[cfg_attr(no_avx, repr(C))] // [repr(C)] guarantees fields ordering and paddinglessness. [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:566:7 [INFO] [stdout] | [INFO] [stdout] 566 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:575:7 [INFO] [stdout] | [INFO] [stdout] 575 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:560:56 [INFO] [stdout] | [INFO] [stdout] 560 | vec_overload_operator!(Vec8f, Add, add, _mm256_add_ps, avx); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:561:56 [INFO] [stdout] | [INFO] [stdout] 561 | vec_overload_operator!(Vec8f, Sub, sub, _mm256_sub_ps, avx); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:562:56 [INFO] [stdout] | [INFO] [stdout] 562 | vec_overload_operator!(Vec8f, Mul, mul, _mm256_mul_ps, avx); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:563:56 [INFO] [stdout] | [INFO] [stdout] 563 | vec_overload_operator!(Vec8f, Div, div, _mm256_div_ps, avx); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:51:15 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:84:15 [INFO] [stdout] | [INFO] [stdout] 84 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:109:15 [INFO] [stdout] | [INFO] [stdout] 109 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:143:15 [INFO] [stdout] | [INFO] [stdout] 143 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:148:15 [INFO] [stdout] | [INFO] [stdout] 148 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:270:15 [INFO] [stdout] | [INFO] [stdout] 270 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:275:15 [INFO] [stdout] | [INFO] [stdout] 275 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:288:15 [INFO] [stdout] | [INFO] [stdout] 288 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:293:15 [INFO] [stdout] | [INFO] [stdout] 293 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:310:15 [INFO] [stdout] | [INFO] [stdout] 310 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:315:15 [INFO] [stdout] | [INFO] [stdout] 315 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:334:15 [INFO] [stdout] | [INFO] [stdout] 334 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:339:15 [INFO] [stdout] | [INFO] [stdout] 339 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:459:15 [INFO] [stdout] | [INFO] [stdout] 459 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:464:15 [INFO] [stdout] | [INFO] [stdout] 464 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:480:15 [INFO] [stdout] | [INFO] [stdout] 480 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:485:15 [INFO] [stdout] | [INFO] [stdout] 485 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:511:11 [INFO] [stdout] | [INFO] [stdout] 511 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:513:11 [INFO] [stdout] | [INFO] [stdout] 513 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:530:15 [INFO] [stdout] | [INFO] [stdout] 530 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:535:15 [INFO] [stdout] | [INFO] [stdout] 535 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:548:15 [INFO] [stdout] | [INFO] [stdout] 548 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:553:15 [INFO] [stdout] | [INFO] [stdout] 553 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:652:15 [INFO] [stdout] | [INFO] [stdout] 652 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:660:15 [INFO] [stdout] | [INFO] [stdout] 660 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.68s [INFO] running `Command { std: "docker" "inspect" "0441c90e2f581fd461d01305153130eb70e43eebe3601c04d9fd7d7b1b2ad062", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0441c90e2f581fd461d01305153130eb70e43eebe3601c04d9fd7d7b1b2ad062", kill_on_drop: false }` [INFO] [stdout] 0441c90e2f581fd461d01305153130eb70e43eebe3601c04d9fd7d7b1b2ad062 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ebed811aa8a9a682e7615a0b690a3425e23c62c7bd3a59569475e808180663e3 [INFO] running `Command { std: "docker" "start" "-a" "ebed811aa8a9a682e7615a0b690a3425e23c62c7bd3a59569475e808180663e3", kill_on_drop: false }` [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stdout] warning: unexpected `cfg` condition name: `sse` [INFO] [stdout] --> src/lib.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg(any(sse, doc))] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `sse` [INFO] [stdout] --> src/lib.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg(any(sse, doc))] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `sse` [INFO] [stdout] --> src/vec4f.rs:370:53 [INFO] [stdout] | [INFO] [stdout] 370 | vec_overload_operator!(Vec4f, Add, add, _mm_add_ps, sse); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `sse` [INFO] [stdout] --> src/vec4f.rs:371:53 [INFO] [stdout] | [INFO] [stdout] 371 | vec_overload_operator!(Vec4f, Sub, sub, _mm_sub_ps, sse); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `sse` [INFO] [stdout] --> src/vec4f.rs:372:53 [INFO] [stdout] | [INFO] [stdout] 372 | vec_overload_operator!(Vec4f, Mul, mul, _mm_mul_ps, sse); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `sse` [INFO] [stdout] --> src/vec4f.rs:373:53 [INFO] [stdout] | [INFO] [stdout] 373 | vec_overload_operator!(Vec4f, Div, div, _mm_div_ps, sse); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg_attr(no_avx, derive(Add, Sub, Mul, Div), mul(forward), div(forward))] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(avx, repr(transparent))] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | #[cfg_attr(no_avx, repr(C))] // [repr(C)] guarantees fields ordering and paddinglessness. [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:566:7 [INFO] [stdout] | [INFO] [stdout] 566 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:575:7 [INFO] [stdout] | [INFO] [stdout] 575 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:560:56 [INFO] [stdout] | [INFO] [stdout] 560 | vec_overload_operator!(Vec8f, Add, add, _mm256_add_ps, avx); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:561:56 [INFO] [stdout] | [INFO] [stdout] 561 | vec_overload_operator!(Vec8f, Sub, sub, _mm256_sub_ps, avx); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:562:56 [INFO] [stdout] | [INFO] [stdout] 562 | vec_overload_operator!(Vec8f, Mul, mul, _mm256_mul_ps, avx); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:563:56 [INFO] [stdout] | [INFO] [stdout] 563 | vec_overload_operator!(Vec8f, Div, div, _mm256_div_ps, avx); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:51:15 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:84:15 [INFO] [stdout] | [INFO] [stdout] 84 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:109:15 [INFO] [stdout] | [INFO] [stdout] 109 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:143:15 [INFO] [stdout] | [INFO] [stdout] 143 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:148:15 [INFO] [stdout] | [INFO] [stdout] 148 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:270:15 [INFO] [stdout] | [INFO] [stdout] 270 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:275:15 [INFO] [stdout] | [INFO] [stdout] 275 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:288:15 [INFO] [stdout] | [INFO] [stdout] 288 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:293:15 [INFO] [stdout] | [INFO] [stdout] 293 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:310:15 [INFO] [stdout] | [INFO] [stdout] 310 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:315:15 [INFO] [stdout] | [INFO] [stdout] 315 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:334:15 [INFO] [stdout] | [INFO] [stdout] 334 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:339:15 [INFO] [stdout] | [INFO] [stdout] 339 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:459:15 [INFO] [stdout] | [INFO] [stdout] 459 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:464:15 [INFO] [stdout] | [INFO] [stdout] 464 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:480:15 [INFO] [stdout] | [INFO] [stdout] 480 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:485:15 [INFO] [stdout] | [INFO] [stdout] 485 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:511:11 [INFO] [stdout] | [INFO] [stdout] 511 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:513:11 [INFO] [stdout] | [INFO] [stdout] 513 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:530:15 [INFO] [stdout] | [INFO] [stdout] 530 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:535:15 [INFO] [stdout] | [INFO] [stdout] 535 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:548:15 [INFO] [stdout] | [INFO] [stdout] 548 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:553:15 [INFO] [stdout] | [INFO] [stdout] 553 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:652:15 [INFO] [stdout] | [INFO] [stdout] 652 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:660:15 [INFO] [stdout] | [INFO] [stdout] 660 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap_builder v4.5.48 [INFO] [stderr] Compiling clap v4.5.48 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling vector-rust-library v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `sse` [INFO] [stdout] --> src/lib.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg(any(sse, doc))] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `sse` [INFO] [stdout] --> src/lib.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg(any(sse, doc))] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `sse` [INFO] [stdout] --> src/vec4f.rs:370:53 [INFO] [stdout] | [INFO] [stdout] 370 | vec_overload_operator!(Vec4f, Add, add, _mm_add_ps, sse); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `sse` [INFO] [stdout] --> src/vec4f.rs:371:53 [INFO] [stdout] | [INFO] [stdout] 371 | vec_overload_operator!(Vec4f, Sub, sub, _mm_sub_ps, sse); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `sse` [INFO] [stdout] --> src/vec4f.rs:372:53 [INFO] [stdout] | [INFO] [stdout] 372 | vec_overload_operator!(Vec4f, Mul, mul, _mm_mul_ps, sse); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `sse` [INFO] [stdout] --> src/vec4f.rs:373:53 [INFO] [stdout] | [INFO] [stdout] 373 | vec_overload_operator!(Vec4f, Div, div, _mm_div_ps, sse); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg_attr(no_avx, derive(Add, Sub, Mul, Div), mul(forward), div(forward))] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(avx, repr(transparent))] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | #[cfg_attr(no_avx, repr(C))] // [repr(C)] guarantees fields ordering and paddinglessness. [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:566:7 [INFO] [stdout] | [INFO] [stdout] 566 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:575:7 [INFO] [stdout] | [INFO] [stdout] 575 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:560:56 [INFO] [stdout] | [INFO] [stdout] 560 | vec_overload_operator!(Vec8f, Add, add, _mm256_add_ps, avx); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:561:56 [INFO] [stdout] | [INFO] [stdout] 561 | vec_overload_operator!(Vec8f, Sub, sub, _mm256_sub_ps, avx); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:562:56 [INFO] [stdout] | [INFO] [stdout] 562 | vec_overload_operator!(Vec8f, Mul, mul, _mm256_mul_ps, avx); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:563:56 [INFO] [stdout] | [INFO] [stdout] 563 | vec_overload_operator!(Vec8f, Div, div, _mm256_div_ps, avx); [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:51:15 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:84:15 [INFO] [stdout] | [INFO] [stdout] 84 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:109:15 [INFO] [stdout] | [INFO] [stdout] 109 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:143:15 [INFO] [stdout] | [INFO] [stdout] 143 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:148:15 [INFO] [stdout] | [INFO] [stdout] 148 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:270:15 [INFO] [stdout] | [INFO] [stdout] 270 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:275:15 [INFO] [stdout] | [INFO] [stdout] 275 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:288:15 [INFO] [stdout] | [INFO] [stdout] 288 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:293:15 [INFO] [stdout] | [INFO] [stdout] 293 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:310:15 [INFO] [stdout] | [INFO] [stdout] 310 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:315:15 [INFO] [stdout] | [INFO] [stdout] 315 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:334:15 [INFO] [stdout] | [INFO] [stdout] 334 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:339:15 [INFO] [stdout] | [INFO] [stdout] 339 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:459:15 [INFO] [stdout] | [INFO] [stdout] 459 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:464:15 [INFO] [stdout] | [INFO] [stdout] 464 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:480:15 [INFO] [stdout] | [INFO] [stdout] 480 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:485:15 [INFO] [stdout] | [INFO] [stdout] 485 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:511:11 [INFO] [stdout] | [INFO] [stdout] 511 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:513:11 [INFO] [stdout] | [INFO] [stdout] 513 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:530:15 [INFO] [stdout] | [INFO] [stdout] 530 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:535:15 [INFO] [stdout] | [INFO] [stdout] 535 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:548:15 [INFO] [stdout] | [INFO] [stdout] 548 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:553:15 [INFO] [stdout] | [INFO] [stdout] 553 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:652:15 [INFO] [stdout] | [INFO] [stdout] 652 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stdout] --> src/vec8f.rs:660:15 [INFO] [stdout] | [INFO] [stdout] 660 | #[cfg(no_avx)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `avx` [INFO] [stdout] --> src/vec8f.rs:716:11 [INFO] [stdout] | [INFO] [stdout] 716 | #[cfg(avx)] [INFO] [stdout] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 17.81s [INFO] running `Command { std: "docker" "inspect" "ebed811aa8a9a682e7615a0b690a3425e23c62c7bd3a59569475e808180663e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebed811aa8a9a682e7615a0b690a3425e23c62c7bd3a59569475e808180663e3", kill_on_drop: false }` [INFO] [stdout] ebed811aa8a9a682e7615a0b690a3425e23c62c7bd3a59569475e808180663e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 568b9f38c391f5b86907ae14b8e7c310428374da6320b6add25c01dcece62c05 [INFO] running `Command { std: "docker" "start" "-a" "568b9f38c391f5b86907ae14b8e7c310428374da6320b6add25c01dcece62c05", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `sse` [INFO] [stderr] --> src/lib.rs:21:11 [INFO] [stderr] | [INFO] [stderr] 21 | #[cfg(any(sse, doc))] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `sse` [INFO] [stderr] --> src/lib.rs:24:11 [INFO] [stderr] | [INFO] [stderr] 24 | #[cfg(any(sse, doc))] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `sse` [INFO] [stderr] --> src/vec4f.rs:370:53 [INFO] [stderr] | [INFO] [stderr] 370 | vec_overload_operator!(Vec4f, Add, add, _mm_add_ps, sse); [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `sse` [INFO] [stderr] --> src/vec4f.rs:371:53 [INFO] [stderr] | [INFO] [stderr] 371 | vec_overload_operator!(Vec4f, Sub, sub, _mm_sub_ps, sse); [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `sse` [INFO] [stderr] --> src/vec4f.rs:372:53 [INFO] [stderr] | [INFO] [stderr] 372 | vec_overload_operator!(Vec4f, Mul, mul, _mm_mul_ps, sse); [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `sse` [INFO] [stderr] --> src/vec4f.rs:373:53 [INFO] [stderr] | [INFO] [stderr] 373 | vec_overload_operator!(Vec4f, Div, div, _mm_div_ps, sse); [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "sse"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sse)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sse)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:13:7 [INFO] [stderr] | [INFO] [stderr] 13 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:16:7 [INFO] [stderr] | [INFO] [stderr] 16 | #[cfg(no_avx)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:24:12 [INFO] [stderr] | [INFO] [stderr] 24 | #[cfg_attr(no_avx, derive(Add, Sub, Mul, Div), mul(forward), div(forward))] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:25:12 [INFO] [stderr] | [INFO] [stderr] 25 | #[cfg_attr(avx, repr(transparent))] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:26:12 [INFO] [stderr] | [INFO] [stderr] 26 | #[cfg_attr(no_avx, repr(C))] // [repr(C)] guarantees fields ordering and paddinglessness. [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:566:7 [INFO] [stderr] | [INFO] [stderr] 566 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:575:7 [INFO] [stderr] | [INFO] [stderr] 575 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:28:11 [INFO] [stderr] | [INFO] [stderr] 28 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg(no_avx)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:33:11 [INFO] [stderr] | [INFO] [stderr] 33 | #[cfg(no_avx)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:560:56 [INFO] [stderr] | [INFO] [stderr] 560 | vec_overload_operator!(Vec8f, Add, add, _mm256_add_ps, avx); [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:561:56 [INFO] [stderr] | [INFO] [stderr] 561 | vec_overload_operator!(Vec8f, Sub, sub, _mm256_sub_ps, avx); [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:562:56 [INFO] [stderr] | [INFO] [stderr] 562 | vec_overload_operator!(Vec8f, Mul, mul, _mm256_mul_ps, avx); [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:563:56 [INFO] [stderr] | [INFO] [stderr] 563 | vec_overload_operator!(Vec8f, Div, div, _mm256_div_ps, avx); [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:51:15 [INFO] [stderr] | [INFO] [stderr] 51 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:56:15 [INFO] [stderr] | [INFO] [stderr] 56 | #[cfg(no_avx)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:79:15 [INFO] [stderr] | [INFO] [stderr] 79 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:84:15 [INFO] [stderr] | [INFO] [stderr] 84 | #[cfg(no_avx)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:104:15 [INFO] [stderr] | [INFO] [stderr] 104 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:109:15 [INFO] [stderr] | [INFO] [stderr] 109 | #[cfg(no_avx)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:143:15 [INFO] [stderr] | [INFO] [stderr] 143 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:148:15 [INFO] [stderr] | [INFO] [stderr] 148 | #[cfg(no_avx)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:270:15 [INFO] [stderr] | [INFO] [stderr] 270 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:275:15 [INFO] [stderr] | [INFO] [stderr] 275 | #[cfg(no_avx)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:288:15 [INFO] [stderr] | [INFO] [stderr] 288 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:293:15 [INFO] [stderr] | [INFO] [stderr] 293 | #[cfg(no_avx)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:310:15 [INFO] [stderr] | [INFO] [stderr] 310 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:315:15 [INFO] [stderr] | [INFO] [stderr] 315 | #[cfg(no_avx)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:334:15 [INFO] [stderr] | [INFO] [stderr] 334 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:339:15 [INFO] [stderr] | [INFO] [stderr] 339 | #[cfg(no_avx)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:459:15 [INFO] [stderr] | [INFO] [stderr] 459 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:464:15 [INFO] [stderr] | [INFO] [stderr] 464 | #[cfg(no_avx)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:480:15 [INFO] [stderr] | [INFO] [stderr] 480 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:485:15 [INFO] [stderr] | [INFO] [stderr] 485 | #[cfg(no_avx)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:511:11 [INFO] [stderr] | [INFO] [stderr] 511 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:513:11 [INFO] [stderr] | [INFO] [stderr] 513 | #[cfg(no_avx)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:530:15 [INFO] [stderr] | [INFO] [stderr] 530 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:535:15 [INFO] [stderr] | [INFO] [stderr] 535 | #[cfg(no_avx)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:548:15 [INFO] [stderr] | [INFO] [stderr] 548 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:553:15 [INFO] [stderr] | [INFO] [stderr] 553 | #[cfg(no_avx)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:652:15 [INFO] [stderr] | [INFO] [stderr] 652 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `no_avx` [INFO] [stderr] --> src/vec8f.rs:660:15 [INFO] [stderr] | [INFO] [stderr] 660 | #[cfg(no_avx)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `vector-rust-library` (lib) generated 48 warnings [INFO] [stderr] warning: unexpected `cfg` condition name: `avx` [INFO] [stderr] --> src/vec8f.rs:716:11 [INFO] [stderr] | [INFO] [stderr] 716 | #[cfg(avx)] [INFO] [stderr] | ^^^ help: found config with similar value: `target_feature = "avx"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(avx)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(avx)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `vector-rust-library` (lib test) generated 49 warnings (48 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/vrl-578618338a340666) [INFO] [stdout] [INFO] [stderr] Doc-tests vrl [INFO] [stdout] running 3 tests [INFO] [stdout] test vec8f::tests::test_load_partial ... ok [INFO] [stdout] test vec4f::tests::it_works ... ok [INFO] [stdout] test vec8f::tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 50 tests [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::load (line 87) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::broadcast (line 185) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::default (line 350) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::eq (line 438) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::load_checked (line 112) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::load_checked (line 105) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::eq (line 431) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::load_ptr (line 44) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::load_prefix (line 134) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::load_prefix (line 142) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::load_ptr_aligned (line 63) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::load_checked (line 116) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::load_ptr_aligned (line 74) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::load_partial (line 158) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::new (line 24) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::store_partial (line 298) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::store_checked (line 244) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::store_checked (line 250) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::store_checked (line 255) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::store_prefix (line 275) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::eq (line 639) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::sum (line 321) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::eq (line 645) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::high (line 473) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::store_partial (line 304) ... ok [INFO] [stdout] test src/vec4f.rs - vec4f::Vec4f::store_prefix (line 281) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::join (line 68) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::load_checked (line 191) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::default (line 524) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::load_checked (line 180) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::load (line 162) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::broadcast (line 261) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::load_checked (line 187) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::load_partial (line 233) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::low (line 452) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::load_ptr (line 97) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::load_prefix (line 209) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::new (line 41) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::load_ptr_aligned (line 125) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::load_prefix (line 217) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::load_ptr_aligned (line 136) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::split (line 496) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::store_checked (line 359) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::store_checked (line 365) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::store_prefix (line 396) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::store_prefix (line 390) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::store_checked (line 370) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::sum (line 439) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::store_partial (line 418) ... ok [INFO] [stdout] test src/vec8f.rs - vec8f::Vec8f::store_partial (line 412) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.46s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "568b9f38c391f5b86907ae14b8e7c310428374da6320b6add25c01dcece62c05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "568b9f38c391f5b86907ae14b8e7c310428374da6320b6add25c01dcece62c05", kill_on_drop: false }` [INFO] [stdout] 568b9f38c391f5b86907ae14b8e7c310428374da6320b6add25c01dcece62c05