Sep 17 18:06:52.958 INFO checking rustfft-1.0.1 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 18:06:52.958 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 18:06:52.958 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 18:06:53.175 INFO blam! f4a03b0b648c2906265347bb41600ad23c0d1ab86d11aea4c8f26be820bedcff Sep 17 18:06:53.178 INFO running `"docker" "start" "-a" "f4a03b0b648c2906265347bb41600ad23c0d1ab86d11aea4c8f26be820bedcff"` Sep 17 18:06:54.106 INFO kablam! usermod: no changes Sep 17 18:06:54.209 INFO kablam! Compiling num-traits v0.2.6 Sep 17 18:06:54.209 INFO kablam! Compiling num-iter v0.1.37 Sep 17 18:06:57.419 INFO kablam! Checking num-integer v0.1.39 Sep 17 18:06:57.420 INFO kablam! Checking num-complex v0.2.0 Sep 17 18:06:58.631 INFO kablam! Checking num-bigint v0.2.0 Sep 17 18:07:01.451 INFO kablam! Checking num-rational v0.2.1 Sep 17 18:07:02.339 INFO kablam! Checking num v0.2.0 Sep 17 18:07:02.603 INFO kablam! Checking rustfft v1.0.1 (/source) Sep 17 18:07:03.363 INFO kablam! warning: unused import: `std::ops::Neg` Sep 17 18:07:03.363 INFO kablam! --> src/butterflies.rs:5:5 Sep 17 18:07:03.363 INFO kablam! | Sep 17 18:07:03.363 INFO kablam! 5 | use std::ops::Neg; Sep 17 18:07:03.363 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 18:07:03.363 INFO kablam! | Sep 17 18:07:03.363 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 18:07:03.363 INFO kablam! Sep 17 18:07:03.534 INFO kablam! warning: unused import: `std::ops::Neg` Sep 17 18:07:03.534 INFO kablam! --> src/butterflies.rs:5:5 Sep 17 18:07:03.534 INFO kablam! | Sep 17 18:07:03.534 INFO kablam! 5 | use std::ops::Neg; Sep 17 18:07:03.534 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 18:07:03.534 INFO kablam! | Sep 17 18:07:03.534 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 18:07:03.534 INFO kablam! Sep 17 18:07:04.279 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 17 18:07:04.279 INFO kablam! --> tests/accuracy.rs:13:35 Sep 17 18:07:04.279 INFO kablam! | Sep 17 18:07:04.279 INFO kablam! 13 | use rand::distributions::{Normal, IndependentSample}; Sep 17 18:07:04.279 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 18:07:04.279 INFO kablam! | Sep 17 18:07:04.279 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 18:07:04.279 INFO kablam! Sep 17 18:07:04.415 INFO kablam! error[E0271]: type mismatch resolving `::Seed == &[usize]` Sep 17 18:07:04.415 INFO kablam! --> tests/accuracy.rs:113:27 Sep 17 18:07:04.415 INFO kablam! | Sep 17 18:07:04.415 INFO kablam! 113 | let mut rng: StdRng = SeedableRng::from_seed(&RNG_SEED[..]); Sep 17 18:07:04.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected array of 32 elements, found &[usize] Sep 17 18:07:04.415 INFO kablam! | Sep 17 18:07:04.415 INFO kablam! = note: expected type `[u8; 32]` Sep 17 18:07:04.415 INFO kablam! found type `&[usize]` Sep 17 18:07:04.415 INFO kablam! Sep 17 18:07:04.423 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 17 18:07:04.423 INFO kablam! --> tests/accuracy.rs:115:43 Sep 17 18:07:04.423 INFO kablam! | Sep 17 18:07:04.423 INFO kablam! 115 | sig.push(Complex{re: (normal_dist.ind_sample(&mut rng) as f32), Sep 17 18:07:04.423 INFO kablam! | ^^^^^^^^^^ Sep 17 18:07:04.423 INFO kablam! Sep 17 18:07:04.423 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 17 18:07:04.423 INFO kablam! --> tests/accuracy.rs:116:43 Sep 17 18:07:04.423 INFO kablam! | Sep 17 18:07:04.423 INFO kablam! 116 | im: (normal_dist.ind_sample(&mut rng) as f32)}); Sep 17 18:07:04.423 INFO kablam! | ^^^^^^^^^^ Sep 17 18:07:04.423 INFO kablam! Sep 17 18:07:04.426 INFO kablam! error: aborting due to previous error Sep 17 18:07:04.435 INFO kablam! Sep 17 18:07:04.435 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 17 18:07:04.440 INFO kablam! error: Could not compile `rustfft`. Sep 17 18:07:04.440 INFO kablam! Sep 17 18:07:04.440 INFO kablam! To learn more, run the command again with --verbose. Sep 17 18:07:04.440 INFO kablam! su: No module specific data is present Sep 17 18:07:05.487 INFO running `"docker" "rm" "-f" "f4a03b0b648c2906265347bb41600ad23c0d1ab86d11aea4c8f26be820bedcff"` Sep 17 18:07:05.819 INFO blam! f4a03b0b648c2906265347bb41600ad23c0d1ab86d11aea4c8f26be820bedcff