Sep 21 03:51:47.848 INFO checking rustfft-1.0.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 03:51:47.848 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 03:51:47.848 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 03:51:48.076 INFO blam! c82983ef4023298245fe86ce8af0f65aae720f431431a38224574254b092e1d7 Sep 21 03:51:48.078 INFO running `"docker" "start" "-a" "c82983ef4023298245fe86ce8af0f65aae720f431431a38224574254b092e1d7"` Sep 21 03:51:49.850 INFO kablam! usermod: no changes Sep 21 03:51:49.974 INFO kablam! Checking rustfft v1.0.1 (/source) Sep 21 03:51:50.523 INFO kablam! warning: unused import: `std::ops::Neg` Sep 21 03:51:50.523 INFO kablam! --> src/butterflies.rs:5:5 Sep 21 03:51:50.523 INFO kablam! | Sep 21 03:51:50.523 INFO kablam! 5 | use std::ops::Neg; Sep 21 03:51:50.523 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 03:51:50.523 INFO kablam! | Sep 21 03:51:50.523 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 03:51:50.523 INFO kablam! Sep 21 03:51:50.538 INFO kablam! warning: unused import: `std::ops::Neg` Sep 21 03:51:50.538 INFO kablam! --> src/butterflies.rs:5:5 Sep 21 03:51:50.538 INFO kablam! | Sep 21 03:51:50.538 INFO kablam! 5 | use std::ops::Neg; Sep 21 03:51:50.538 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 03:51:50.538 INFO kablam! | Sep 21 03:51:50.538 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 03:51:50.538 INFO kablam! Sep 21 03:51:50.926 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 21 03:51:50.926 INFO kablam! --> tests/accuracy.rs:13:35 Sep 21 03:51:50.926 INFO kablam! | Sep 21 03:51:50.926 INFO kablam! 13 | use rand::distributions::{Normal, IndependentSample}; Sep 21 03:51:50.926 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 03:51:50.926 INFO kablam! | Sep 21 03:51:50.926 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 03:51:50.926 INFO kablam! Sep 21 03:51:50.993 INFO kablam! error[E0271]: type mismatch resolving `::Seed == &[usize]` Sep 21 03:51:50.993 INFO kablam! --> tests/accuracy.rs:113:27 Sep 21 03:51:50.993 INFO kablam! | Sep 21 03:51:50.993 INFO kablam! 113 | let mut rng: StdRng = SeedableRng::from_seed(&RNG_SEED[..]); Sep 21 03:51:50.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected array of 32 elements, found &[usize] Sep 21 03:51:50.993 INFO kablam! | Sep 21 03:51:50.993 INFO kablam! = note: expected type `[u8; 32]` Sep 21 03:51:50.993 INFO kablam! found type `&[usize]` Sep 21 03:51:50.993 INFO kablam! Sep 21 03:51:50.994 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 21 03:51:50.994 INFO kablam! --> tests/accuracy.rs:115:43 Sep 21 03:51:50.994 INFO kablam! | Sep 21 03:51:50.995 INFO kablam! 115 | sig.push(Complex{re: (normal_dist.ind_sample(&mut rng) as f32), Sep 21 03:51:50.995 INFO kablam! | ^^^^^^^^^^ Sep 21 03:51:50.995 INFO kablam! Sep 21 03:51:50.995 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 21 03:51:50.995 INFO kablam! --> tests/accuracy.rs:116:43 Sep 21 03:51:50.995 INFO kablam! | Sep 21 03:51:50.995 INFO kablam! 116 | im: (normal_dist.ind_sample(&mut rng) as f32)}); Sep 21 03:51:50.995 INFO kablam! | ^^^^^^^^^^ Sep 21 03:51:50.995 INFO kablam! Sep 21 03:51:51.004 INFO kablam! error: aborting due to previous error Sep 21 03:51:51.004 INFO kablam! Sep 21 03:51:51.004 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 21 03:51:51.015 INFO kablam! error: Could not compile `rustfft`. Sep 21 03:51:51.015 INFO kablam! Sep 21 03:51:51.015 INFO kablam! To learn more, run the command again with --verbose. Sep 21 03:51:51.016 INFO kablam! su: No module specific data is present Sep 21 03:51:51.455 INFO running `"docker" "rm" "-f" "c82983ef4023298245fe86ce8af0f65aae720f431431a38224574254b092e1d7"` Sep 21 03:51:51.533 INFO blam! c82983ef4023298245fe86ce8af0f65aae720f431431a38224574254b092e1d7