[INFO] fetching crate fuzzerang 0.1.2... [INFO] testing fuzzerang-0.1.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate fuzzerang 0.1.2 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate fuzzerang 0.1.2 [INFO] finished tweaking crates.io crate fuzzerang 0.1.2 [INFO] tweaked toml for crates.io crate fuzzerang 0.1.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate fuzzerang 0.1.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 21 packages to latest compatible versions [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] [stderr] Adding rand_core v0.6.4 (available: v0.9.3) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4fd3bc2518ac9753a111f5d0a6387a6e0fb66f43c03df0f49095aad8492a1475 [INFO] running `Command { std: "docker" "start" "-a" "4fd3bc2518ac9753a111f5d0a6387a6e0fb66f43c03df0f49095aad8492a1475", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4fd3bc2518ac9753a111f5d0a6387a6e0fb66f43c03df0f49095aad8492a1475", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fd3bc2518ac9753a111f5d0a6387a6e0fb66f43c03df0f49095aad8492a1475", kill_on_drop: false }` [INFO] [stdout] 4fd3bc2518ac9753a111f5d0a6387a6e0fb66f43c03df0f49095aad8492a1475 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 055fd6578b051ffde7a44b2500bb550831c0c3cee6717ec7d53904699ebc196e [INFO] running `Command { std: "docker" "start" "-a" "055fd6578b051ffde7a44b2500bb550831c0c3cee6717ec7d53904699ebc196e", kill_on_drop: false }` [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling fuzzerang v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `features` [INFO] [stdout] --> src/distributions/mod.rs:155:7 [INFO] [stdout] | [INFO] [stdout] 155 | #[cfg(features = "nightly")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] help: there is a config with a similar name and different values [INFO] [stdout] | [INFO] [stdout] 155 - #[cfg(features = "nightly")] [INFO] [stdout] 155 + #[cfg(feature)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `simd_support` [INFO] [stdout] --> src/distributions/utils.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(feature = "simd_support")] use core::simd::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `simd_support` [INFO] [stdout] --> src/distributions/utils.rs:145:7 [INFO] [stdout] | [INFO] [stdout] 145 | #[cfg(feature = "simd_support")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/distributions/utils.rs:237:11 [INFO] [stdout] | [INFO] [stdout] 237 | #[cfg(not(std))] [INFO] [stdout] | ^^^ [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(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` 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 value: `simd_support` [INFO] [stdout] --> src/distributions/utils.rs:375:7 [INFO] [stdout] | [INFO] [stdout] 375 | #[cfg(feature = "simd_support")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `simd_support` [INFO] [stdout] --> src/distributions/utils.rs:446:7 [INFO] [stdout] | [INFO] [stdout] 446 | #[cfg(feature = "simd_support")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `simd_support` [INFO] [stdout] --> src/distributions/utils.rs:448:7 [INFO] [stdout] | [INFO] [stdout] 448 | #[cfg(feature = "simd_support")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/distributions/utils.rs:290:19 [INFO] [stdout] | [INFO] [stdout] 290 | #[cfg(not(std))] [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 371 | scalar_float_impl!(f32, u32); [INFO] [stdout] | ---------------------------- in this macro invocation [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(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/distributions/utils.rs:290:19 [INFO] [stdout] | [INFO] [stdout] 290 | #[cfg(not(std))] [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 372 | scalar_float_impl!(f64, u64); [INFO] [stdout] | ---------------------------- in this macro invocation [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(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `BitsNeeded` is never used [INFO] [stdout] --> src/distributions/mod.rs:204:11 [INFO] [stdout] | [INFO] [stdout] 204 | pub trait BitsNeeded { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `StandardBufferedSample` is never used [INFO] [stdout] --> src/distributions/standard_buffered.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub trait StandardBufferedSample {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `StandardBufferedSampleRange` is never used [INFO] [stdout] --> src/distributions/standard_buffered.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub trait StandardBufferedSampleRange {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `WideningMultiply` is never used [INFO] [stdout] --> src/distributions/utils.rs:14:18 [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) trait WideningMultiply { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `FloatSIMDUtils` is never used [INFO] [stdout] --> src/distributions/utils.rs:206:18 [INFO] [stdout] | [INFO] [stdout] 206 | pub(crate) trait FloatSIMDUtils { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Float` is never used [INFO] [stdout] --> src/distributions/utils.rs:240:18 [INFO] [stdout] | [INFO] [stdout] 240 | pub(crate) trait Float: Sized { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `FloatAsSIMD` is never used [INFO] [stdout] --> src/distributions/utils.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 247 | pub(crate) trait FloatAsSIMD: Sized { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `IntAsSIMD` is never used [INFO] [stdout] --> src/distributions/utils.rs:255:18 [INFO] [stdout] | [INFO] [stdout] 255 | pub(crate) trait IntAsSIMD: Sized { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `BoolAsSIMD` is never used [INFO] [stdout] --> src/distributions/utils.rs:265:18 [INFO] [stdout] | [INFO] [stdout] 265 | pub(crate) trait BoolAsSIMD: Sized { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s [INFO] running `Command { std: "docker" "inspect" "055fd6578b051ffde7a44b2500bb550831c0c3cee6717ec7d53904699ebc196e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "055fd6578b051ffde7a44b2500bb550831c0c3cee6717ec7d53904699ebc196e", kill_on_drop: false }` [INFO] [stdout] 055fd6578b051ffde7a44b2500bb550831c0c3cee6717ec7d53904699ebc196e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a6d5eecdbcfe2f68e48e00cbd5fa4e8391002206957ffedc75d14b3c91dab51 [INFO] running `Command { std: "docker" "start" "-a" "4a6d5eecdbcfe2f68e48e00cbd5fa4e8391002206957ffedc75d14b3c91dab51", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.110 [INFO] [stdout] warning: unexpected `cfg` condition name: `features` [INFO] [stdout] --> src/distributions/mod.rs:155:7 [INFO] [stdout] | [INFO] [stdout] 155 | #[cfg(features = "nightly")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] help: there is a config with a similar name and different values [INFO] [stdout] | [INFO] [stdout] 155 - #[cfg(features = "nightly")] [INFO] [stdout] 155 + #[cfg(feature)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `simd_support` [INFO] [stdout] --> src/distributions/utils.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(feature = "simd_support")] use core::simd::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `simd_support` [INFO] [stdout] --> src/distributions/utils.rs:145:7 [INFO] [stdout] | [INFO] [stdout] 145 | #[cfg(feature = "simd_support")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/distributions/utils.rs:237:11 [INFO] [stdout] | [INFO] [stdout] 237 | #[cfg(not(std))] [INFO] [stdout] | ^^^ [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(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` 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 value: `simd_support` [INFO] [stdout] --> src/distributions/utils.rs:375:7 [INFO] [stdout] | [INFO] [stdout] 375 | #[cfg(feature = "simd_support")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `simd_support` [INFO] [stdout] --> src/distributions/utils.rs:446:7 [INFO] [stdout] | [INFO] [stdout] 446 | #[cfg(feature = "simd_support")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `simd_support` [INFO] [stdout] --> src/distributions/utils.rs:448:7 [INFO] [stdout] | [INFO] [stdout] 448 | #[cfg(feature = "simd_support")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/distributions/utils.rs:290:19 [INFO] [stdout] | [INFO] [stdout] 290 | #[cfg(not(std))] [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 371 | scalar_float_impl!(f32, u32); [INFO] [stdout] | ---------------------------- in this macro invocation [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(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/distributions/utils.rs:290:19 [INFO] [stdout] | [INFO] [stdout] 290 | #[cfg(not(std))] [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 372 | scalar_float_impl!(f64, u64); [INFO] [stdout] | ---------------------------- in this macro invocation [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(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `BitsNeeded` is never used [INFO] [stdout] --> src/distributions/mod.rs:204:11 [INFO] [stdout] | [INFO] [stdout] 204 | pub trait BitsNeeded { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `StandardBufferedSample` is never used [INFO] [stdout] --> src/distributions/standard_buffered.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub trait StandardBufferedSample {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `StandardBufferedSampleRange` is never used [INFO] [stdout] --> src/distributions/standard_buffered.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub trait StandardBufferedSampleRange {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `WideningMultiply` is never used [INFO] [stdout] --> src/distributions/utils.rs:14:18 [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) trait WideningMultiply { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `FloatSIMDUtils` is never used [INFO] [stdout] --> src/distributions/utils.rs:206:18 [INFO] [stdout] | [INFO] [stdout] 206 | pub(crate) trait FloatSIMDUtils { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Float` is never used [INFO] [stdout] --> src/distributions/utils.rs:240:18 [INFO] [stdout] | [INFO] [stdout] 240 | pub(crate) trait Float: Sized { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `FloatAsSIMD` is never used [INFO] [stdout] --> src/distributions/utils.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 247 | pub(crate) trait FloatAsSIMD: Sized { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `IntAsSIMD` is never used [INFO] [stdout] --> src/distributions/utils.rs:255:18 [INFO] [stdout] | [INFO] [stdout] 255 | pub(crate) trait IntAsSIMD: Sized { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `BoolAsSIMD` is never used [INFO] [stdout] --> src/distributions/utils.rs:265:18 [INFO] [stdout] | [INFO] [stdout] 265 | pub(crate) trait BoolAsSIMD: Sized { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling concat-idents v1.1.5 [INFO] [stderr] Compiling fuzzerang v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `features` [INFO] [stdout] --> src/distributions/mod.rs:155:7 [INFO] [stdout] | [INFO] [stdout] 155 | #[cfg(features = "nightly")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] help: there is a config with a similar name and different values [INFO] [stdout] | [INFO] [stdout] 155 - #[cfg(features = "nightly")] [INFO] [stdout] 155 + #[cfg(feature)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `simd_support` [INFO] [stdout] --> src/distributions/utils.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(feature = "simd_support")] use core::simd::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `simd_support` [INFO] [stdout] --> src/distributions/utils.rs:145:7 [INFO] [stdout] | [INFO] [stdout] 145 | #[cfg(feature = "simd_support")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/distributions/utils.rs:237:11 [INFO] [stdout] | [INFO] [stdout] 237 | #[cfg(not(std))] [INFO] [stdout] | ^^^ [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(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` 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 value: `simd_support` [INFO] [stdout] --> src/distributions/utils.rs:375:7 [INFO] [stdout] | [INFO] [stdout] 375 | #[cfg(feature = "simd_support")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `simd_support` [INFO] [stdout] --> src/distributions/utils.rs:446:7 [INFO] [stdout] | [INFO] [stdout] 446 | #[cfg(feature = "simd_support")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `simd_support` [INFO] [stdout] --> src/distributions/utils.rs:448:7 [INFO] [stdout] | [INFO] [stdout] 448 | #[cfg(feature = "simd_support")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/distributions/utils.rs:290:19 [INFO] [stdout] | [INFO] [stdout] 290 | #[cfg(not(std))] [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 371 | scalar_float_impl!(f32, u32); [INFO] [stdout] | ---------------------------- in this macro invocation [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(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/distributions/utils.rs:290:19 [INFO] [stdout] | [INFO] [stdout] 290 | #[cfg(not(std))] [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 372 | scalar_float_impl!(f64, u64); [INFO] [stdout] | ---------------------------- in this macro invocation [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(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `BitsNeeded` is never used [INFO] [stdout] --> src/distributions/mod.rs:204:11 [INFO] [stdout] | [INFO] [stdout] 204 | pub trait BitsNeeded { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `StandardBufferedSample` is never used [INFO] [stdout] --> src/distributions/standard_buffered.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub trait StandardBufferedSample {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `StandardBufferedSampleRange` is never used [INFO] [stdout] --> src/distributions/standard_buffered.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub trait StandardBufferedSampleRange {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `WideningMultiply` is never used [INFO] [stdout] --> src/distributions/utils.rs:14:18 [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) trait WideningMultiply { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `FloatSIMDUtils` is never used [INFO] [stdout] --> src/distributions/utils.rs:206:18 [INFO] [stdout] | [INFO] [stdout] 206 | pub(crate) trait FloatSIMDUtils { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Float` is never used [INFO] [stdout] --> src/distributions/utils.rs:240:18 [INFO] [stdout] | [INFO] [stdout] 240 | pub(crate) trait Float: Sized { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `FloatAsSIMD` is never used [INFO] [stdout] --> src/distributions/utils.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 247 | pub(crate) trait FloatAsSIMD: Sized { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `IntAsSIMD` is never used [INFO] [stdout] --> src/distributions/utils.rs:255:18 [INFO] [stdout] | [INFO] [stdout] 255 | pub(crate) trait IntAsSIMD: Sized { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `BoolAsSIMD` is never used [INFO] [stdout] --> src/distributions/utils.rs:265:18 [INFO] [stdout] | [INFO] [stdout] 265 | pub(crate) trait BoolAsSIMD: Sized { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 6.56s [INFO] running `Command { std: "docker" "inspect" "4a6d5eecdbcfe2f68e48e00cbd5fa4e8391002206957ffedc75d14b3c91dab51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a6d5eecdbcfe2f68e48e00cbd5fa4e8391002206957ffedc75d14b3c91dab51", kill_on_drop: false }` [INFO] [stdout] 4a6d5eecdbcfe2f68e48e00cbd5fa4e8391002206957ffedc75d14b3c91dab51 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f5e6c83ffe13a9aba1b147ffb3d9b76d0c2f9542d947c14e6855515e549a9645 [INFO] running `Command { std: "docker" "start" "-a" "f5e6c83ffe13a9aba1b147ffb3d9b76d0c2f9542d947c14e6855515e549a9645", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `features` [INFO] [stderr] --> src/distributions/mod.rs:155:7 [INFO] [stderr] | [INFO] [stderr] 155 | #[cfg(features = "nightly")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] help: there is a config with a similar name and different values [INFO] [stderr] | [INFO] [stderr] 155 - #[cfg(features = "nightly")] [INFO] [stderr] 155 + #[cfg(feature)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `simd_support` [INFO] [stderr] --> src/distributions/utils.rs:11:7 [INFO] [stderr] | [INFO] [stderr] 11 | #[cfg(feature = "simd_support")] use core::simd::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `simd_support` [INFO] [stderr] --> src/distributions/utils.rs:145:7 [INFO] [stderr] | [INFO] [stderr] 145 | #[cfg(feature = "simd_support")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `std` [INFO] [stderr] --> src/distributions/utils.rs:237:11 [INFO] [stderr] | [INFO] [stderr] 237 | #[cfg(not(std))] [INFO] [stderr] | ^^^ [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(std)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] running 49 tests [INFO] [stderr] warning: unexpected `cfg` condition value: `simd_support` [INFO] [stderr] --> src/distributions/utils.rs:375:7 [INFO] [stderr] | [INFO] [stderr] 375 | #[cfg(feature = "simd_support")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `simd_support` [INFO] [stderr] --> src/distributions/utils.rs:446:7 [INFO] [stderr] | [INFO] [stderr] 446 | #[cfg(feature = "simd_support")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `simd_support` [INFO] [stderr] --> src/distributions/utils.rs:448:7 [INFO] [stderr] | [INFO] [stderr] 448 | #[cfg(feature = "simd_support")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `simd_support` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `std` [INFO] [stderr] --> src/distributions/utils.rs:290:19 [INFO] [stderr] | [INFO] [stderr] 290 | #[cfg(not(std))] [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 371 | scalar_float_impl!(f32, u32); [INFO] [stderr] | ---------------------------- in this macro invocation [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(std)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `std` [INFO] [stderr] --> src/distributions/utils.rs:290:19 [INFO] [stderr] | [INFO] [stderr] 290 | #[cfg(not(std))] [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 372 | scalar_float_impl!(f64, u64); [INFO] [stderr] | ---------------------------- in this macro invocation [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(std)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait `BitsNeeded` is never used [INFO] [stderr] --> src/distributions/mod.rs:204:11 [INFO] [stderr] | [INFO] [stderr] 204 | pub trait BitsNeeded { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: trait `StandardBufferedSample` is never used [INFO] [stderr] --> src/distributions/standard_buffered.rs:8:11 [INFO] [stderr] | [INFO] [stderr] 8 | pub trait StandardBufferedSample {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait `StandardBufferedSampleRange` is never used [INFO] [stderr] --> src/distributions/standard_buffered.rs:9:11 [INFO] [stderr] | [INFO] [stderr] 9 | pub trait StandardBufferedSampleRange {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait `WideningMultiply` is never used [INFO] [stderr] --> src/distributions/utils.rs:14:18 [INFO] [stderr] | [INFO] [stderr] 14 | pub(crate) trait WideningMultiply { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait `FloatSIMDUtils` is never used [INFO] [stderr] --> src/distributions/utils.rs:206:18 [INFO] [stderr] | [INFO] [stderr] 206 | pub(crate) trait FloatSIMDUtils { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait `Float` is never used [INFO] [stderr] --> src/distributions/utils.rs:240:18 [INFO] [stderr] | [INFO] [stderr] 240 | pub(crate) trait Float: Sized { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait `FloatAsSIMD` is never used [INFO] [stderr] --> src/distributions/utils.rs:247:18 [INFO] [stderr] | [INFO] [stderr] 247 | pub(crate) trait FloatAsSIMD: Sized { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait `IntAsSIMD` is never used [INFO] [stderr] --> src/distributions/utils.rs:255:18 [INFO] [stderr] | [INFO] [stderr] 255 | pub(crate) trait IntAsSIMD: Sized { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait `BoolAsSIMD` is never used [INFO] [stderr] --> src/distributions/utils.rs:265:18 [INFO] [stderr] | [INFO] [stderr] 265 | pub(crate) trait BoolAsSIMD: Sized { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `fuzzerang` (lib) generated 18 warnings [INFO] [stderr] warning: `fuzzerang` (lib test) generated 18 warnings (18 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fuzzerang-20570b6352c9245f) [INFO] [stdout] test distributions::standard_buffered::tests::test_bool ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_char ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_isize ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_i16_one ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_i8 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_i64 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_i16 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_i32 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_i16_inclusive ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_i32_one ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_i16 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_i32_inclusive ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_char ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_i8_inclusive ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_i8_one ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_i8 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_i64_inclusive ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_i32 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_isize ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_isize_inclusive ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_i64 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_u32_one ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_u16_one ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_u64_one ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_i64_one ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_u16_inclusive ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_u32 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_isize_one ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_u8_one ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_u16 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_u32_inclusive ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_u8_inclusive ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_usize_one ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_u16 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_u8 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_u64_inclusive ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_u8 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_u64 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_u32 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_usize ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_usize_inclusive ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_u64 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_usize ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_uniform_i32 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_uniform_i8 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_uniform_u16 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_uniform_u8 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_uniform_i16 ... ok [INFO] [stdout] test distributions::standard_buffered::tests::test_sample_range_uniform_u32 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 29.67s [INFO] [stdout] [INFO] [stderr] Doc-tests fuzzerang [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/distributions/mod.rs - distributions::TryDistribution::map (line 89) ... ok [INFO] [stdout] test src/distributions/mod.rs - distributions::TryDistribution::sample_iter (line 49) ... ok [INFO] [stdout] test src/lib.rs - (line 16) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.65s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f5e6c83ffe13a9aba1b147ffb3d9b76d0c2f9542d947c14e6855515e549a9645", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5e6c83ffe13a9aba1b147ffb3d9b76d0c2f9542d947c14e6855515e549a9645", kill_on_drop: false }` [INFO] [stdout] f5e6c83ffe13a9aba1b147ffb3d9b76d0c2f9542d947c14e6855515e549a9645