Sep 14 09:53:10.728 INFO checking rustfft-1.0.1 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 09:53:10.728 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 09:53:10.728 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-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:11.166 INFO blam! 1025d8210ee2a6b68717e5c9fc55e56fcef62bce8acf240f2b62a53f429fb85a Sep 14 09:53:11.172 INFO running `"docker" "start" "-a" "1025d8210ee2a6b68717e5c9fc55e56fcef62bce8acf240f2b62a53f429fb85a"` Sep 14 09:53:12.222 INFO kablam! usermod: no changes Sep 14 09:53:12.275 INFO kablam! Checking rustfft v1.0.1 (file:///source) Sep 14 09:53:12.799 INFO kablam! warning: unused import: `std::ops::Neg` Sep 14 09:53:12.799 INFO kablam! --> src/butterflies.rs:5:5 Sep 14 09:53:12.799 INFO kablam! | Sep 14 09:53:12.799 INFO kablam! 5 | use std::ops::Neg; Sep 14 09:53:12.799 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 09:53:12.799 INFO kablam! | Sep 14 09:53:12.799 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 09:53:12.799 INFO kablam! Sep 14 09:53:12.878 INFO kablam! warning: unused import: `std::ops::Neg` Sep 14 09:53:12.879 INFO kablam! --> src/butterflies.rs:5:5 Sep 14 09:53:12.879 INFO kablam! | Sep 14 09:53:12.879 INFO kablam! 5 | use std::ops::Neg; Sep 14 09:53:12.879 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 09:53:12.879 INFO kablam! | Sep 14 09:53:12.879 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 09:53:12.879 INFO kablam! Sep 14 09:53:13.419 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 14 09:53:13.419 INFO kablam! --> tests/accuracy.rs:13:35 Sep 14 09:53:13.419 INFO kablam! | Sep 14 09:53:13.419 INFO kablam! 13 | use rand::distributions::{Normal, IndependentSample}; Sep 14 09:53:13.419 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 09:53:13.419 INFO kablam! | Sep 14 09:53:13.419 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 09:53:13.419 INFO kablam! Sep 14 09:53:13.478 INFO kablam! error[E0271]: type mismatch resolving `::Seed == &[usize]` Sep 14 09:53:13.478 INFO kablam! --> tests/accuracy.rs:113:27 Sep 14 09:53:13.478 INFO kablam! | Sep 14 09:53:13.478 INFO kablam! 113 | let mut rng: StdRng = SeedableRng::from_seed(&RNG_SEED[..]); Sep 14 09:53:13.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected array of 32 elements, found &[usize] Sep 14 09:53:13.478 INFO kablam! | Sep 14 09:53:13.478 INFO kablam! = note: expected type `[u8; 32]` Sep 14 09:53:13.478 INFO kablam! found type `&[usize]` Sep 14 09:53:13.478 INFO kablam! Sep 14 09:53:13.480 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 14 09:53:13.480 INFO kablam! --> tests/accuracy.rs:115:43 Sep 14 09:53:13.480 INFO kablam! | Sep 14 09:53:13.480 INFO kablam! 115 | sig.push(Complex{re: (normal_dist.ind_sample(&mut rng) as f32), Sep 14 09:53:13.480 INFO kablam! | ^^^^^^^^^^ Sep 14 09:53:13.480 INFO kablam! Sep 14 09:53:13.480 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 14 09:53:13.480 INFO kablam! --> tests/accuracy.rs:116:43 Sep 14 09:53:13.480 INFO kablam! | Sep 14 09:53:13.480 INFO kablam! 116 | im: (normal_dist.ind_sample(&mut rng) as f32)}); Sep 14 09:53:13.480 INFO kablam! | ^^^^^^^^^^ Sep 14 09:53:13.480 INFO kablam! Sep 14 09:53:13.487 INFO kablam! error: aborting due to previous error Sep 14 09:53:13.487 INFO kablam! Sep 14 09:53:13.487 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 14 09:53:13.495 INFO kablam! error: Could not compile `rustfft`. Sep 14 09:53:13.495 INFO kablam! Sep 14 09:53:13.495 INFO kablam! To learn more, run the command again with --verbose. Sep 14 09:53:13.497 INFO kablam! su: No module specific data is present Sep 14 09:53:14.147 INFO running `"docker" "rm" "-f" "1025d8210ee2a6b68717e5c9fc55e56fcef62bce8acf240f2b62a53f429fb85a"` Sep 14 09:53:14.221 INFO blam! 1025d8210ee2a6b68717e5c9fc55e56fcef62bce8acf240f2b62a53f429fb85a