Sep 01 07:58:49.363 INFO checking rustfft-1.0.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 07:58:49.364 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 07:58:49.364 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 07:58:49.494 INFO blam! 1c1be8b3d815b41eaeb206874f491665e44f3967a1ab6ee1a281b458670782ff Sep 01 07:58:49.495 INFO running `"docker" "start" "-a" "1c1be8b3d815b41eaeb206874f491665e44f3967a1ab6ee1a281b458670782ff"` Sep 01 07:58:50.135 INFO kablam! Checking rustfft v1.0.1 (file:///source) Sep 01 07:58:50.885 INFO kablam! warning: unused import: `std::ops::Neg` Sep 01 07:58:50.885 INFO kablam! --> src/butterflies.rs:5:5 Sep 01 07:58:50.885 INFO kablam! | Sep 01 07:58:50.885 INFO kablam! 5 | use std::ops::Neg; Sep 01 07:58:50.885 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 07:58:50.885 INFO kablam! | Sep 01 07:58:50.885 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 07:58:50.885 INFO kablam! Sep 01 07:58:51.008 INFO kablam! warning: unused import: `std::ops::Neg` Sep 01 07:58:51.008 INFO kablam! --> src/butterflies.rs:5:5 Sep 01 07:58:51.008 INFO kablam! | Sep 01 07:58:51.008 INFO kablam! 5 | use std::ops::Neg; Sep 01 07:58:51.008 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 07:58:51.008 INFO kablam! | Sep 01 07:58:51.008 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 07:58:51.008 INFO kablam! Sep 01 07:58:51.695 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 01 07:58:51.695 INFO kablam! --> tests/accuracy.rs:13:35 Sep 01 07:58:51.695 INFO kablam! | Sep 01 07:58:51.695 INFO kablam! 13 | use rand::distributions::{Normal, IndependentSample}; Sep 01 07:58:51.695 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 07:58:51.695 INFO kablam! | Sep 01 07:58:51.695 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 07:58:51.695 INFO kablam! Sep 01 07:58:51.798 INFO kablam! error[E0271]: type mismatch resolving `::Seed == &[usize]` Sep 01 07:58:51.798 INFO kablam! --> tests/accuracy.rs:113:27 Sep 01 07:58:51.798 INFO kablam! | Sep 01 07:58:51.798 INFO kablam! 113 | let mut rng: StdRng = SeedableRng::from_seed(&RNG_SEED[..]); Sep 01 07:58:51.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected array of 32 elements, found &[usize] Sep 01 07:58:51.798 INFO kablam! | Sep 01 07:58:51.799 INFO kablam! = note: expected type `[u8; 32]` Sep 01 07:58:51.799 INFO kablam! found type `&[usize]` Sep 01 07:58:51.799 INFO kablam! Sep 01 07:58:51.800 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 01 07:58:51.801 INFO kablam! --> tests/accuracy.rs:115:43 Sep 01 07:58:51.801 INFO kablam! | Sep 01 07:58:51.801 INFO kablam! 115 | sig.push(Complex{re: (normal_dist.ind_sample(&mut rng) as f32), Sep 01 07:58:51.801 INFO kablam! | ^^^^^^^^^^ Sep 01 07:58:51.801 INFO kablam! Sep 01 07:58:51.804 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 01 07:58:51.804 INFO kablam! --> tests/accuracy.rs:116:43 Sep 01 07:58:51.804 INFO kablam! | Sep 01 07:58:51.804 INFO kablam! 116 | im: (normal_dist.ind_sample(&mut rng) as f32)}); Sep 01 07:58:51.804 INFO kablam! | ^^^^^^^^^^ Sep 01 07:58:51.804 INFO kablam! Sep 01 07:58:51.812 INFO kablam! error: aborting due to previous error Sep 01 07:58:51.812 INFO kablam! Sep 01 07:58:51.812 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 01 07:58:51.820 INFO kablam! error: Could not compile `rustfft`. Sep 01 07:58:51.820 INFO kablam! Sep 01 07:58:51.820 INFO kablam! To learn more, run the command again with --verbose. Sep 01 07:58:51.822 INFO kablam! su: No module specific data is present Sep 01 07:58:52.245 INFO running `"docker" "rm" "-f" "1c1be8b3d815b41eaeb206874f491665e44f3967a1ab6ee1a281b458670782ff"` Sep 01 07:58:52.360 INFO blam! 1c1be8b3d815b41eaeb206874f491665e44f3967a1ab6ee1a281b458670782ff