Sep 19 19:03:38.902 INFO checking rustfft-1.0.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 19:03:38.902 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 19:03:38.902 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:03:39.098 INFO blam! 40bec61106125e4fd4be592bb784888c57f39af21992a92bde5d036bb269f5e5 Sep 19 19:03:39.100 INFO running `"docker" "start" "-a" "40bec61106125e4fd4be592bb784888c57f39af21992a92bde5d036bb269f5e5"` Sep 19 19:03:39.873 INFO kablam! usermod: no changes Sep 19 19:03:39.954 INFO kablam! Compiling num-iter v0.1.37 Sep 19 19:03:39.955 INFO kablam! Checking num-integer v0.1.39 Sep 19 19:03:39.955 INFO kablam! Checking num-complex v0.2.0 Sep 19 19:03:41.087 INFO kablam! Checking num-bigint v0.2.0 Sep 19 19:03:43.022 INFO kablam! Checking num-rational v0.2.1 Sep 19 19:03:43.836 INFO kablam! Checking num v0.2.0 Sep 19 19:03:44.039 INFO kablam! Checking rustfft v1.0.1 (/source) Sep 19 19:03:44.479 INFO kablam! warning: unused import: `std::ops::Neg` Sep 19 19:03:44.479 INFO kablam! --> src/butterflies.rs:5:5 Sep 19 19:03:44.479 INFO kablam! | Sep 19 19:03:44.479 INFO kablam! 5 | use std::ops::Neg; Sep 19 19:03:44.479 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 19:03:44.479 INFO kablam! | Sep 19 19:03:44.479 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 19:03:44.479 INFO kablam! Sep 19 19:03:44.483 INFO kablam! warning: unused import: `std::ops::Neg` Sep 19 19:03:44.483 INFO kablam! --> src/butterflies.rs:5:5 Sep 19 19:03:44.483 INFO kablam! | Sep 19 19:03:44.483 INFO kablam! 5 | use std::ops::Neg; Sep 19 19:03:44.483 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 19:03:44.483 INFO kablam! | Sep 19 19:03:44.483 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 19:03:44.483 INFO kablam! Sep 19 19:03:44.891 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 19 19:03:44.891 INFO kablam! --> tests/accuracy.rs:13:35 Sep 19 19:03:44.891 INFO kablam! | Sep 19 19:03:44.891 INFO kablam! 13 | use rand::distributions::{Normal, IndependentSample}; Sep 19 19:03:44.891 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 19:03:44.891 INFO kablam! | Sep 19 19:03:44.891 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 19:03:44.891 INFO kablam! Sep 19 19:03:44.979 INFO kablam! error[E0271]: type mismatch resolving `::Seed == &[usize]` Sep 19 19:03:44.979 INFO kablam! --> tests/accuracy.rs:113:27 Sep 19 19:03:44.979 INFO kablam! | Sep 19 19:03:44.979 INFO kablam! 113 | let mut rng: StdRng = SeedableRng::from_seed(&RNG_SEED[..]); Sep 19 19:03:44.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected array of 32 elements, found &[usize] Sep 19 19:03:44.979 INFO kablam! | Sep 19 19:03:44.979 INFO kablam! = note: expected type `[u8; 32]` Sep 19 19:03:44.979 INFO kablam! found type `&[usize]` Sep 19 19:03:44.979 INFO kablam! Sep 19 19:03:44.979 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 19 19:03:44.979 INFO kablam! --> tests/accuracy.rs:115:43 Sep 19 19:03:44.979 INFO kablam! | Sep 19 19:03:44.979 INFO kablam! 115 | sig.push(Complex{re: (normal_dist.ind_sample(&mut rng) as f32), Sep 19 19:03:44.979 INFO kablam! | ^^^^^^^^^^ Sep 19 19:03:44.979 INFO kablam! Sep 19 19:03:44.979 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 19 19:03:44.979 INFO kablam! --> tests/accuracy.rs:116:43 Sep 19 19:03:44.979 INFO kablam! | Sep 19 19:03:44.979 INFO kablam! 116 | im: (normal_dist.ind_sample(&mut rng) as f32)}); Sep 19 19:03:44.979 INFO kablam! | ^^^^^^^^^^ Sep 19 19:03:44.979 INFO kablam! Sep 19 19:03:44.986 INFO kablam! error: aborting due to previous error Sep 19 19:03:44.986 INFO kablam! Sep 19 19:03:44.986 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 19 19:03:44.997 INFO kablam! error: Could not compile `rustfft`. Sep 19 19:03:44.997 INFO kablam! Sep 19 19:03:44.997 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:03:44.998 INFO kablam! su: No module specific data is present Sep 19 19:03:45.685 INFO running `"docker" "rm" "-f" "40bec61106125e4fd4be592bb784888c57f39af21992a92bde5d036bb269f5e5"` Sep 19 19:03:45.793 INFO blam! 40bec61106125e4fd4be592bb784888c57f39af21992a92bde5d036bb269f5e5