Sep 10 10:36:29.959 INFO checking rustfft-1.0.1 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 10:36:29.959 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 10:36:29.959 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 10:36:30.122 INFO blam! 66049317469aee87f2911d3cd754b981c0192ee357bfd63477904f63844aa4b4 Sep 10 10:36:30.123 INFO running `"docker" "start" "-a" "66049317469aee87f2911d3cd754b981c0192ee357bfd63477904f63844aa4b4"` Sep 10 10:36:30.824 INFO kablam! usermod: no changes Sep 10 10:36:30.913 INFO kablam! Checking rustfft v1.0.1 (file:///source) Sep 10 10:36:31.197 INFO kablam! warning: unused import: `std::ops::Neg` Sep 10 10:36:31.197 INFO kablam! --> src/butterflies.rs:5:5 Sep 10 10:36:31.197 INFO kablam! | Sep 10 10:36:31.197 INFO kablam! 5 | use std::ops::Neg; Sep 10 10:36:31.197 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 10:36:31.197 INFO kablam! | Sep 10 10:36:31.197 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 10:36:31.197 INFO kablam! Sep 10 10:36:31.228 INFO kablam! warning: unused import: `std::ops::Neg` Sep 10 10:36:31.228 INFO kablam! --> src/butterflies.rs:5:5 Sep 10 10:36:31.228 INFO kablam! | Sep 10 10:36:31.228 INFO kablam! 5 | use std::ops::Neg; Sep 10 10:36:31.228 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 10:36:31.228 INFO kablam! | Sep 10 10:36:31.228 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 10:36:31.228 INFO kablam! Sep 10 10:36:31.462 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 10 10:36:31.462 INFO kablam! --> tests/accuracy.rs:13:35 Sep 10 10:36:31.462 INFO kablam! | Sep 10 10:36:31.462 INFO kablam! 13 | use rand::distributions::{Normal, IndependentSample}; Sep 10 10:36:31.462 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 10:36:31.462 INFO kablam! | Sep 10 10:36:31.462 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 10:36:31.462 INFO kablam! Sep 10 10:36:31.515 INFO kablam! error[E0271]: type mismatch resolving `::Seed == &[usize]` Sep 10 10:36:31.515 INFO kablam! --> tests/accuracy.rs:113:27 Sep 10 10:36:31.515 INFO kablam! | Sep 10 10:36:31.515 INFO kablam! 113 | let mut rng: StdRng = SeedableRng::from_seed(&RNG_SEED[..]); Sep 10 10:36:31.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected array of 32 elements, found &[usize] Sep 10 10:36:31.515 INFO kablam! | Sep 10 10:36:31.515 INFO kablam! = note: expected type `[u8; 32]` Sep 10 10:36:31.515 INFO kablam! found type `&[usize]` Sep 10 10:36:31.515 INFO kablam! Sep 10 10:36:31.516 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 10 10:36:31.516 INFO kablam! --> tests/accuracy.rs:115:43 Sep 10 10:36:31.516 INFO kablam! | Sep 10 10:36:31.516 INFO kablam! 115 | sig.push(Complex{re: (normal_dist.ind_sample(&mut rng) as f32), Sep 10 10:36:31.516 INFO kablam! | ^^^^^^^^^^ Sep 10 10:36:31.516 INFO kablam! Sep 10 10:36:31.517 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 10 10:36:31.517 INFO kablam! --> tests/accuracy.rs:116:43 Sep 10 10:36:31.517 INFO kablam! | Sep 10 10:36:31.517 INFO kablam! 116 | im: (normal_dist.ind_sample(&mut rng) as f32)}); Sep 10 10:36:31.517 INFO kablam! | ^^^^^^^^^^ Sep 10 10:36:31.517 INFO kablam! Sep 10 10:36:31.524 INFO kablam! error: aborting due to previous error Sep 10 10:36:31.524 INFO kablam! Sep 10 10:36:31.524 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 10 10:36:31.532 INFO kablam! error: Could not compile `rustfft`. Sep 10 10:36:31.532 INFO kablam! Sep 10 10:36:31.532 INFO kablam! To learn more, run the command again with --verbose. Sep 10 10:36:31.533 INFO kablam! su: No module specific data is present Sep 10 10:36:31.957 INFO running `"docker" "rm" "-f" "66049317469aee87f2911d3cd754b981c0192ee357bfd63477904f63844aa4b4"` Sep 10 10:36:32.040 INFO blam! 66049317469aee87f2911d3cd754b981c0192ee357bfd63477904f63844aa4b4