Sep 19 20:59:54.184 INFO checking rustfft-1.0.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 20:59:54.184 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 20:59:54.184 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:59:54.346 INFO blam! d0371b50257b8e7db1a1c20fa6eb58302350031884a1fae1d188efee41ea6e0a Sep 19 20:59:54.348 INFO running `"docker" "start" "-a" "d0371b50257b8e7db1a1c20fa6eb58302350031884a1fae1d188efee41ea6e0a"` Sep 19 20:59:55.509 INFO kablam! usermod: no changes Sep 19 20:59:55.618 INFO kablam! Checking rustfft v1.0.1 (/source) Sep 19 20:59:55.984 INFO kablam! warning: unused import: `std::ops::Neg` Sep 19 20:59:55.984 INFO kablam! --> src/butterflies.rs:5:5 Sep 19 20:59:55.984 INFO kablam! | Sep 19 20:59:55.984 INFO kablam! 5 | use std::ops::Neg; Sep 19 20:59:55.984 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 20:59:55.984 INFO kablam! | Sep 19 20:59:55.984 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 20:59:55.984 INFO kablam! Sep 19 20:59:55.996 INFO kablam! warning: unused import: `std::ops::Neg` Sep 19 20:59:55.996 INFO kablam! --> src/butterflies.rs:5:5 Sep 19 20:59:55.996 INFO kablam! | Sep 19 20:59:55.996 INFO kablam! 5 | use std::ops::Neg; Sep 19 20:59:55.996 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 20:59:55.996 INFO kablam! | Sep 19 20:59:55.996 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 20:59:55.996 INFO kablam! Sep 19 20:59:56.346 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 19 20:59:56.346 INFO kablam! --> tests/accuracy.rs:13:35 Sep 19 20:59:56.346 INFO kablam! | Sep 19 20:59:56.346 INFO kablam! 13 | use rand::distributions::{Normal, IndependentSample}; Sep 19 20:59:56.346 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 20:59:56.346 INFO kablam! | Sep 19 20:59:56.346 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 20:59:56.346 INFO kablam! Sep 19 20:59:56.414 INFO kablam! error[E0271]: type mismatch resolving `::Seed == &[usize]` Sep 19 20:59:56.415 INFO kablam! --> tests/accuracy.rs:113:27 Sep 19 20:59:56.415 INFO kablam! | Sep 19 20:59:56.415 INFO kablam! 113 | let mut rng: StdRng = SeedableRng::from_seed(&RNG_SEED[..]); Sep 19 20:59:56.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected array of 32 elements, found &[usize] Sep 19 20:59:56.415 INFO kablam! | Sep 19 20:59:56.415 INFO kablam! = note: expected type `[u8; 32]` Sep 19 20:59:56.415 INFO kablam! found type `&[usize]` Sep 19 20:59:56.415 INFO kablam! Sep 19 20:59:56.416 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 19 20:59:56.416 INFO kablam! --> tests/accuracy.rs:115:43 Sep 19 20:59:56.416 INFO kablam! | Sep 19 20:59:56.416 INFO kablam! 115 | sig.push(Complex{re: (normal_dist.ind_sample(&mut rng) as f32), Sep 19 20:59:56.417 INFO kablam! | ^^^^^^^^^^ Sep 19 20:59:56.417 INFO kablam! Sep 19 20:59:56.417 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 19 20:59:56.417 INFO kablam! --> tests/accuracy.rs:116:43 Sep 19 20:59:56.418 INFO kablam! | Sep 19 20:59:56.418 INFO kablam! 116 | im: (normal_dist.ind_sample(&mut rng) as f32)}); Sep 19 20:59:56.418 INFO kablam! | ^^^^^^^^^^ Sep 19 20:59:56.418 INFO kablam! Sep 19 20:59:56.424 INFO kablam! error: aborting due to previous error Sep 19 20:59:56.424 INFO kablam! Sep 19 20:59:56.424 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 19 20:59:56.432 INFO kablam! error: Could not compile `rustfft`. Sep 19 20:59:56.432 INFO kablam! Sep 19 20:59:56.432 INFO kablam! To learn more, run the command again with --verbose. Sep 19 20:59:56.433 INFO kablam! su: No module specific data is present Sep 19 20:59:56.966 INFO running `"docker" "rm" "-f" "d0371b50257b8e7db1a1c20fa6eb58302350031884a1fae1d188efee41ea6e0a"` Sep 19 20:59:57.056 INFO blam! d0371b50257b8e7db1a1c20fa6eb58302350031884a1fae1d188efee41ea6e0a