[INFO] fetching crate cichlid 0.2.1... [INFO] testing cichlid-0.2.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate cichlid 0.2.1 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate cichlid 0.2.1 [INFO] finished tweaking crates.io crate cichlid 0.2.1 [INFO] tweaked toml for crates.io crate cichlid 0.2.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate cichlid 0.2.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4ff0ff4e88a8f2be31827950ca594df0a4ae3a12863f379498d372b87cedaa8b [INFO] running `Command { std: "docker" "start" "-a" "4ff0ff4e88a8f2be31827950ca594df0a4ae3a12863f379498d372b87cedaa8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4ff0ff4e88a8f2be31827950ca594df0a4ae3a12863f379498d372b87cedaa8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ff0ff4e88a8f2be31827950ca594df0a4ae3a12863f379498d372b87cedaa8b", kill_on_drop: false }` [INFO] [stdout] 4ff0ff4e88a8f2be31827950ca594df0a4ae3a12863f379498d372b87cedaa8b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 656ebab536097e36dfa95688f037afb34b09d846fcca90c035f639f1542c381c [INFO] running `Command { std: "docker" "start" "-a" "656ebab536097e36dfa95688f037afb34b09d846fcca90c035f639f1542c381c", kill_on_drop: false }` [INFO] [stderr] Compiling cichlid v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/math/ext.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | #[cfg_attr(nightly, repr(simd))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(nightly, repr(simd))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(all(armv7em, nightly))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:32:28 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg(all(armv7em, nightly))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:41:23 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(not(all(armv7em, nightly)))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(not(all(armv7em, nightly)))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:55:19 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:55:28 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg(all(armv7em, nightly))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:64:23 [INFO] [stdout] | [INFO] [stdout] 64 | #[cfg(not(all(armv7em, nightly)))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 64 | #[cfg(not(all(armv7em, nightly)))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:73:19 [INFO] [stdout] | [INFO] [stdout] 73 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:73:28 [INFO] [stdout] | [INFO] [stdout] 73 | #[cfg(all(armv7em, nightly))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:82:23 [INFO] [stdout] | [INFO] [stdout] 82 | #[cfg(not(all(armv7em, nightly)))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:82:32 [INFO] [stdout] | [INFO] [stdout] 82 | #[cfg(not(all(armv7em, nightly)))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:97:19 [INFO] [stdout] | [INFO] [stdout] 97 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:97:28 [INFO] [stdout] | [INFO] [stdout] 97 | #[cfg(all(armv7em, nightly))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:106:23 [INFO] [stdout] | [INFO] [stdout] 106 | #[cfg(not(all(armv7em, nightly)))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:106:32 [INFO] [stdout] | [INFO] [stdout] 106 | #[cfg(not(all(armv7em, nightly)))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: unnecessary transmute [INFO] [stdout] --> src/math/lerp.rs:65:61 [INFO] [stdout] | [INFO] [stdout] 65 | .for_each(|(a, d)| *a = a.wrapping_add(unsafe { transmute::(*d) })); [INFO] [stdout] | ---------------------^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i16::cast_unsigned` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [optimized + debuginfo] target(s) in 0.68s [INFO] running `Command { std: "docker" "inspect" "656ebab536097e36dfa95688f037afb34b09d846fcca90c035f639f1542c381c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "656ebab536097e36dfa95688f037afb34b09d846fcca90c035f639f1542c381c", kill_on_drop: false }` [INFO] [stdout] 656ebab536097e36dfa95688f037afb34b09d846fcca90c035f639f1542c381c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b79ac26189f07689444951539bc6210336f1051e6365d37e09b212a3677ce962 [INFO] running `Command { std: "docker" "start" "-a" "b79ac26189f07689444951539bc6210336f1051e6365d37e09b212a3677ce962", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/math/ext.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | #[cfg_attr(nightly, repr(simd))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(nightly, repr(simd))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(all(armv7em, nightly))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:32:28 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg(all(armv7em, nightly))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:41:23 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(not(all(armv7em, nightly)))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(not(all(armv7em, nightly)))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:55:19 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:55:28 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg(all(armv7em, nightly))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:64:23 [INFO] [stdout] | [INFO] [stdout] 64 | #[cfg(not(all(armv7em, nightly)))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 64 | #[cfg(not(all(armv7em, nightly)))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:73:19 [INFO] [stdout] | [INFO] [stdout] 73 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:73:28 [INFO] [stdout] | [INFO] [stdout] 73 | #[cfg(all(armv7em, nightly))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:82:23 [INFO] [stdout] | [INFO] [stdout] 82 | #[cfg(not(all(armv7em, nightly)))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:82:32 [INFO] [stdout] | [INFO] [stdout] 82 | #[cfg(not(all(armv7em, nightly)))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:97:19 [INFO] [stdout] | [INFO] [stdout] 97 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:97:28 [INFO] [stdout] | [INFO] [stdout] 97 | #[cfg(all(armv7em, nightly))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:106:23 [INFO] [stdout] | [INFO] [stdout] 106 | #[cfg(not(all(armv7em, nightly)))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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 cichlid v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/math/ext.rs:106:32 [INFO] [stdout] | [INFO] [stdout] 106 | #[cfg(not(all(armv7em, nightly)))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: unnecessary transmute [INFO] [stdout] --> src/math/lerp.rs:65:61 [INFO] [stdout] | [INFO] [stdout] 65 | .for_each(|(a, d)| *a = a.wrapping_add(unsafe { transmute::(*d) })); [INFO] [stdout] | ---------------------^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i16::cast_unsigned` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/math/ext.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | #[cfg_attr(nightly, repr(simd))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg_attr(nightly, repr(simd))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(all(armv7em, nightly))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:32:28 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg(all(armv7em, nightly))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:41:23 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(not(all(armv7em, nightly)))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(not(all(armv7em, nightly)))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:55:19 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:55:28 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg(all(armv7em, nightly))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:64:23 [INFO] [stdout] | [INFO] [stdout] 64 | #[cfg(not(all(armv7em, nightly)))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 64 | #[cfg(not(all(armv7em, nightly)))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:73:19 [INFO] [stdout] | [INFO] [stdout] 73 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:73:28 [INFO] [stdout] | [INFO] [stdout] 73 | #[cfg(all(armv7em, nightly))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:82:23 [INFO] [stdout] | [INFO] [stdout] 82 | #[cfg(not(all(armv7em, nightly)))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:82:32 [INFO] [stdout] | [INFO] [stdout] 82 | #[cfg(not(all(armv7em, nightly)))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:97:19 [INFO] [stdout] | [INFO] [stdout] 97 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:97:28 [INFO] [stdout] | [INFO] [stdout] 97 | #[cfg(all(armv7em, nightly))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stdout] --> src/math/ext.rs:106:23 [INFO] [stdout] | [INFO] [stdout] 106 | #[cfg(not(all(armv7em, nightly)))] [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(armv7em)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stdout] --> src/math/ext.rs:106:32 [INFO] [stdout] | [INFO] [stdout] 106 | #[cfg(not(all(armv7em, nightly)))] [INFO] [stdout] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: unnecessary transmute [INFO] [stdout] --> src/math/lerp.rs:65:61 [INFO] [stdout] | [INFO] [stdout] 65 | .for_each(|(a, d)| *a = a.wrapping_add(unsafe { transmute::(*d) })); [INFO] [stdout] | ---------------------^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i16::cast_unsigned` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [optimized + debuginfo] target(s) in 13.27s [INFO] running `Command { std: "docker" "inspect" "b79ac26189f07689444951539bc6210336f1051e6365d37e09b212a3677ce962", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b79ac26189f07689444951539bc6210336f1051e6365d37e09b212a3677ce962", kill_on_drop: false }` [INFO] [stdout] b79ac26189f07689444951539bc6210336f1051e6365d37e09b212a3677ce962 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9e4bf7aaa8eeed066d643f07605921bd2bf8047a4a41afa5315c48e1267b6874 [INFO] running `Command { std: "docker" "start" "-a" "9e4bf7aaa8eeed066d643f07605921bd2bf8047a4a41afa5315c48e1267b6874", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `nightly` [INFO] [stderr] --> src/math/ext.rs:20:12 [INFO] [stderr] | [INFO] [stderr] 20 | #[cfg_attr(nightly, repr(simd))] [INFO] [stderr] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `nightly` [INFO] [stderr] --> src/math/ext.rs:25:12 [INFO] [stderr] | [INFO] [stderr] 25 | #[cfg_attr(nightly, repr(simd))] [INFO] [stderr] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stderr] --> src/math/ext.rs:11:11 [INFO] [stderr] | [INFO] [stderr] 11 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stderr] --> src/math/ext.rs:11:20 [INFO] [stderr] | [INFO] [stderr] 11 | #[cfg(all(armv7em, nightly))] [INFO] [stderr] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stderr] --> src/math/ext.rs:32:19 [INFO] [stderr] | [INFO] [stderr] 32 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stderr] --> src/math/ext.rs:32:28 [INFO] [stderr] | [INFO] [stderr] 32 | #[cfg(all(armv7em, nightly))] [INFO] [stderr] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stderr] --> src/math/ext.rs:41:23 [INFO] [stderr] | [INFO] [stderr] 41 | #[cfg(not(all(armv7em, nightly)))] [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(armv7em)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stderr] --> src/math/ext.rs:41:32 [INFO] [stderr] | [INFO] [stderr] 41 | #[cfg(not(all(armv7em, nightly)))] [INFO] [stderr] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stderr] --> src/math/ext.rs:55:19 [INFO] [stderr] | [INFO] [stderr] 55 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stderr] --> src/math/ext.rs:55:28 [INFO] [stderr] | [INFO] [stderr] 55 | #[cfg(all(armv7em, nightly))] [INFO] [stderr] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stderr] --> src/math/ext.rs:64:23 [INFO] [stderr] | [INFO] [stderr] 64 | #[cfg(not(all(armv7em, nightly)))] [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(armv7em)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stderr] --> src/math/ext.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | #[cfg(not(all(armv7em, nightly)))] [INFO] [stderr] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stderr] --> src/math/ext.rs:73:19 [INFO] [stderr] | [INFO] [stderr] 73 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stderr] --> src/math/ext.rs:73:28 [INFO] [stderr] | [INFO] [stderr] 73 | #[cfg(all(armv7em, nightly))] [INFO] [stderr] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stderr] --> src/math/ext.rs:82:23 [INFO] [stderr] | [INFO] [stderr] 82 | #[cfg(not(all(armv7em, nightly)))] [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(armv7em)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stderr] --> src/math/ext.rs:82:32 [INFO] [stderr] | [INFO] [stderr] 82 | #[cfg(not(all(armv7em, nightly)))] [INFO] [stderr] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stderr] --> src/math/ext.rs:97:19 [INFO] [stderr] | [INFO] [stderr] 97 | #[cfg(all(armv7em, nightly))] [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(armv7em)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stderr] --> src/math/ext.rs:97:28 [INFO] [stderr] | [INFO] [stderr] 97 | #[cfg(all(armv7em, nightly))] [INFO] [stderr] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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: `armv7em` [INFO] [stderr] --> src/math/ext.rs:106:23 [INFO] [stderr] | [INFO] [stderr] 106 | #[cfg(not(all(armv7em, nightly)))] [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(armv7em)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(armv7em)");` 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: `nightly` [INFO] [stderr] --> src/math/ext.rs:106:32 [INFO] [stderr] | [INFO] [stderr] 106 | #[cfg(not(all(armv7em, nightly)))] [INFO] [stderr] | ^^^^^^^ help: found config with similar value: `feature = "nightly"` [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(nightly)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/math/lerp.rs:65:61 [INFO] [stderr] | [INFO] [stderr] 65 | .for_each(|(a, d)| *a = a.wrapping_add(unsafe { transmute::(*d) })); [INFO] [stderr] | ---------------------^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace this with: `i16::cast_unsigned` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `cichlid` (lib) generated 21 warnings (run `cargo fix --lib -p cichlid` to apply 1 suggestion) [INFO] [stderr] warning: `cichlid` (lib test) generated 21 warnings (21 duplicates) [INFO] [stderr] Finished `test` profile [optimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cichlid-026219bf34dc9bb1) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test color_util::test::blur_test_long ... ok [INFO] [stdout] test color_util::test::blur_test ... ok [INFO] [stdout] test color_util::color_impls::test::test_batch_scale_array ... ok [INFO] [stdout] test color_util::test::slice_color_itermut_test ... ok [INFO] [stdout] test hsv::test::hsv2rgb_rainbow_256h ... ok [INFO] [stdout] test color_util::gradient::test::gradient_sweep_test ... ok [INFO] [stdout] test hsv::test::hsv2rgb_rainbow_6h ... ok [INFO] [stdout] test hsv::test::hsv2rgb_rainbow_all ... ok [INFO] [stdout] test math::trig::test::all_cos ... ok [INFO] [stdout] test math::trig::test::all_sin ... ok [INFO] [stdout] test color_util::test::color_itermut_test ... ok [INFO] [stdout] test hsv::test::hsv2rgb_raw_256h ... ok [INFO] [stdout] test color_util::color_impls::test::test_batch_scale_many_alignment ... ok [INFO] [stdout] test color_util::color_impls::test::test_batch_scale_many_buf_len ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.81s [INFO] [stdout] [INFO] [stderr] Running tests/mod.rs (/opt/rustwide/target/debug/deps/mod-417ebf4edb243d23) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests cichlid [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test src/lib.rs - (line 81) ... ignored [INFO] [stdout] test src/color_util/mod.rs - color_util::ColorSliceMut (line 128) ... FAILED [INFO] [stdout] test src/color_util/mod.rs - color_util::GradientFillToInclusive (line 200) ... FAILED [INFO] [stdout] test src/color_util/mod.rs - color_util::ColorIterMut (line 91) ... FAILED [INFO] [stdout] test src/color_util/mod.rs - color_util::ColorSliceMut (line 117) ... FAILED [INFO] [stdout] test src/color_util/mod.rs - color_util::GradientFill (line 171) ... FAILED [INFO] [stdout] test src/lib.rs - (line 55) ... FAILED [INFO] [stdout] test src/math/mod.rs - math::ScalingInt::dim_raw (line 145) ... ok [INFO] [stdout] test src/lib.rs - (line 28) ... ok [INFO] [stdout] test src/color_util/mod.rs - color_util (line 10) ... ok [INFO] [stdout] test src/lib.rs - (line 66) ... ok [INFO] [stdout] test src/lib.rs - (line 45) ... ok [INFO] [stdout] test src/math/mod.rs - math::ScalingInt::scale (line 108) ... ok [INFO] [stdout] test src/math/mod.rs - math::ScalingInt::dim_video (line 163) ... ok [INFO] [stdout] test src/color_util/mod.rs - color_util::ColorIterMut (line 80) ... ok [INFO] [stdout] test src/color_util/mod.rs - color_util::GradientFill (line 182) ... ok [INFO] [stdout] test src/color_util/mod.rs - color_util::ColorSliceMut (line 136) ... ok [INFO] [stdout] test src/math/mod.rs - math::ScalingInt::scale_video (line 127) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/color_util/mod.rs - color_util::ColorSliceMut (line 128) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/color_util/mod.rs - color_util::GradientFillToInclusive (line 200) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/color_util/mod.rs - color_util::ColorIterMut (line 91) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/color_util/mod.rs - color_util::ColorSliceMut (line 117) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/color_util/mod.rs - color_util::GradientFill (line 171) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 55) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/color_util/mod.rs - color_util::ColorIterMut (line 91) [INFO] [stdout] src/color_util/mod.rs - color_util::ColorSliceMut (line 117) [INFO] [stdout] src/color_util/mod.rs - color_util::ColorSliceMut (line 128) [INFO] [stdout] src/color_util/mod.rs - color_util::GradientFill (line 171) [INFO] [stdout] src/color_util/mod.rs - color_util::GradientFillToInclusive (line 200) [INFO] [stdout] src/lib.rs - (line 55) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 11 passed; 6 failed; 1 ignored; 0 measured; 0 filtered out; finished in 8.68s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "9e4bf7aaa8eeed066d643f07605921bd2bf8047a4a41afa5315c48e1267b6874", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e4bf7aaa8eeed066d643f07605921bd2bf8047a4a41afa5315c48e1267b6874", kill_on_drop: false }` [INFO] [stdout] 9e4bf7aaa8eeed066d643f07605921bd2bf8047a4a41afa5315c48e1267b6874