Sep 02 01:18:37.590 INFO checking rustfft-1.0.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 01:18:37.590 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 01:18:37.590 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 01:18:37.749 INFO blam! 7ffcb32f16d09257d4a9432d928589f5a4a5d45a5aa188e641e7b6f767231bb7 Sep 02 01:18:37.751 INFO running `"docker" "start" "-a" "7ffcb32f16d09257d4a9432d928589f5a4a5d45a5aa188e641e7b6f767231bb7"` Sep 02 01:18:38.459 INFO kablam! Checking rustfft v1.0.1 (file:///source) Sep 02 01:18:39.115 INFO kablam! warning: unused import: `std::ops::Neg` Sep 02 01:18:39.115 INFO kablam! --> src/butterflies.rs:5:5 Sep 02 01:18:39.115 INFO kablam! | Sep 02 01:18:39.115 INFO kablam! 5 | use std::ops::Neg; Sep 02 01:18:39.115 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 01:18:39.115 INFO kablam! | Sep 02 01:18:39.115 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 01:18:39.115 INFO kablam! Sep 02 01:18:39.195 INFO kablam! warning: unused import: `std::ops::Neg` Sep 02 01:18:39.195 INFO kablam! --> src/butterflies.rs:5:5 Sep 02 01:18:39.195 INFO kablam! | Sep 02 01:18:39.195 INFO kablam! 5 | use std::ops::Neg; Sep 02 01:18:39.195 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 01:18:39.195 INFO kablam! | Sep 02 01:18:39.195 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 01:18:39.195 INFO kablam! Sep 02 01:18:39.924 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 02 01:18:39.924 INFO kablam! --> tests/accuracy.rs:13:35 Sep 02 01:18:39.924 INFO kablam! | Sep 02 01:18:39.924 INFO kablam! 13 | use rand::distributions::{Normal, IndependentSample}; Sep 02 01:18:39.924 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 01:18:39.924 INFO kablam! | Sep 02 01:18:39.924 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 01:18:39.924 INFO kablam! Sep 02 01:18:40.027 INFO kablam! error[E0271]: type mismatch resolving `::Seed == &[usize]` Sep 02 01:18:40.027 INFO kablam! --> tests/accuracy.rs:113:27 Sep 02 01:18:40.027 INFO kablam! | Sep 02 01:18:40.027 INFO kablam! 113 | let mut rng: StdRng = SeedableRng::from_seed(&RNG_SEED[..]); Sep 02 01:18:40.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected array of 32 elements, found &[usize] Sep 02 01:18:40.028 INFO kablam! | Sep 02 01:18:40.028 INFO kablam! = note: expected type `[u8; 32]` Sep 02 01:18:40.028 INFO kablam! found type `&[usize]` Sep 02 01:18:40.028 INFO kablam! Sep 02 01:18:40.030 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 02 01:18:40.030 INFO kablam! --> tests/accuracy.rs:115:43 Sep 02 01:18:40.030 INFO kablam! | Sep 02 01:18:40.030 INFO kablam! 115 | sig.push(Complex{re: (normal_dist.ind_sample(&mut rng) as f32), Sep 02 01:18:40.030 INFO kablam! | ^^^^^^^^^^ Sep 02 01:18:40.030 INFO kablam! Sep 02 01:18:40.031 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 02 01:18:40.031 INFO kablam! --> tests/accuracy.rs:116:43 Sep 02 01:18:40.031 INFO kablam! | Sep 02 01:18:40.031 INFO kablam! 116 | im: (normal_dist.ind_sample(&mut rng) as f32)}); Sep 02 01:18:40.031 INFO kablam! | ^^^^^^^^^^ Sep 02 01:18:40.031 INFO kablam! Sep 02 01:18:40.040 INFO kablam! error: aborting due to previous error Sep 02 01:18:40.041 INFO kablam! Sep 02 01:18:40.041 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 02 01:18:40.049 INFO kablam! error: Could not compile `rustfft`. Sep 02 01:18:40.050 INFO kablam! Sep 02 01:18:40.050 INFO kablam! To learn more, run the command again with --verbose. Sep 02 01:18:40.051 INFO kablam! su: No module specific data is present Sep 02 01:18:40.490 INFO running `"docker" "rm" "-f" "7ffcb32f16d09257d4a9432d928589f5a4a5d45a5aa188e641e7b6f767231bb7"` Sep 02 01:18:40.580 INFO blam! 7ffcb32f16d09257d4a9432d928589f5a4a5d45a5aa188e641e7b6f767231bb7