Sep 14 09:53:10.303 INFO checking rustfft-1.0.1 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 09:53:10.303 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 09:53:10.303 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 09:53:10.682 INFO blam! a6db58edf449a08ea31287ef394d6232f7820112de8e6fd18947d51a725b6238 Sep 14 09:53:10.687 INFO running `"docker" "start" "-a" "a6db58edf449a08ea31287ef394d6232f7820112de8e6fd18947d51a725b6238"` Sep 14 09:53:11.662 INFO kablam! usermod: no changes Sep 14 09:53:11.738 INFO kablam! Checking rustfft v1.0.1 (file:///source) Sep 14 09:53:12.146 INFO kablam! warning: unused import: `std::ops::Neg` Sep 14 09:53:12.147 INFO kablam! --> src/butterflies.rs:5:5 Sep 14 09:53:12.147 INFO kablam! | Sep 14 09:53:12.147 INFO kablam! 5 | use std::ops::Neg; Sep 14 09:53:12.147 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 09:53:12.147 INFO kablam! | Sep 14 09:53:12.147 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 09:53:12.147 INFO kablam! Sep 14 09:53:12.274 INFO kablam! warning: unused import: `std::ops::Neg` Sep 14 09:53:12.275 INFO kablam! --> src/butterflies.rs:5:5 Sep 14 09:53:12.275 INFO kablam! | Sep 14 09:53:12.275 INFO kablam! 5 | use std::ops::Neg; Sep 14 09:53:12.275 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 09:53:12.275 INFO kablam! | Sep 14 09:53:12.275 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 09:53:12.275 INFO kablam! Sep 14 09:53:12.735 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 14 09:53:12.735 INFO kablam! --> tests/accuracy.rs:13:35 Sep 14 09:53:12.735 INFO kablam! | Sep 14 09:53:12.735 INFO kablam! 13 | use rand::distributions::{Normal, IndependentSample}; Sep 14 09:53:12.735 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 09:53:12.735 INFO kablam! | Sep 14 09:53:12.735 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 09:53:12.735 INFO kablam! Sep 14 09:53:12.807 INFO kablam! error[E0271]: type mismatch resolving `::Seed == &[usize]` Sep 14 09:53:12.807 INFO kablam! --> tests/accuracy.rs:113:27 Sep 14 09:53:12.807 INFO kablam! | Sep 14 09:53:12.807 INFO kablam! 113 | let mut rng: StdRng = SeedableRng::from_seed(&RNG_SEED[..]); Sep 14 09:53:12.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected array of 32 elements, found &[usize] Sep 14 09:53:12.807 INFO kablam! | Sep 14 09:53:12.807 INFO kablam! = note: expected type `[u8; 32]` Sep 14 09:53:12.807 INFO kablam! found type `&[usize]` Sep 14 09:53:12.807 INFO kablam! Sep 14 09:53:12.807 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 14 09:53:12.807 INFO kablam! --> tests/accuracy.rs:115:43 Sep 14 09:53:12.807 INFO kablam! | Sep 14 09:53:12.807 INFO kablam! 115 | sig.push(Complex{re: (normal_dist.ind_sample(&mut rng) as f32), Sep 14 09:53:12.807 INFO kablam! | ^^^^^^^^^^ Sep 14 09:53:12.807 INFO kablam! Sep 14 09:53:12.807 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 14 09:53:12.807 INFO kablam! --> tests/accuracy.rs:116:43 Sep 14 09:53:12.807 INFO kablam! | Sep 14 09:53:12.807 INFO kablam! 116 | im: (normal_dist.ind_sample(&mut rng) as f32)}); Sep 14 09:53:12.807 INFO kablam! | ^^^^^^^^^^ Sep 14 09:53:12.807 INFO kablam! Sep 14 09:53:12.823 INFO kablam! error: aborting due to previous error Sep 14 09:53:12.823 INFO kablam! Sep 14 09:53:12.823 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 14 09:53:12.839 INFO kablam! error: Could not compile `rustfft`. Sep 14 09:53:12.839 INFO kablam! Sep 14 09:53:12.839 INFO kablam! To learn more, run the command again with --verbose. Sep 14 09:53:12.839 INFO kablam! su: No module specific data is present Sep 14 09:53:13.595 INFO running `"docker" "rm" "-f" "a6db58edf449a08ea31287ef394d6232f7820112de8e6fd18947d51a725b6238"` Sep 14 09:53:13.756 INFO blam! a6db58edf449a08ea31287ef394d6232f7820112de8e6fd18947d51a725b6238