Oct 27 13:37:07.548 INFO checking waveform_space-0.1.2 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 13:37:07.548 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 13:37:07.983 INFO blam! f6e3d8eb3146760b8a2000e994fd36bf01afe485929502c87181b04aa514fd54 Oct 27 13:37:07.991 INFO running `"docker" "start" "-a" "f6e3d8eb3146760b8a2000e994fd36bf01afe485929502c87181b04aa514fd54"` Oct 27 13:37:09.017 INFO kablam! usermod: no changes Oct 27 13:37:09.131 INFO kablam! Checking stream-dct v0.1.0 Oct 27 13:37:09.140 INFO kablam! Checking num-complex v0.2.1 Oct 27 13:37:09.151 INFO kablam! Checking num-bigint v0.2.0 Oct 27 13:37:12.671 INFO kablam! Checking num-rational v0.2.1 Oct 27 13:37:13.763 INFO kablam! Checking num v0.2.0 Oct 27 13:37:14.391 INFO kablam! Checking rustfft v1.0.1 Oct 27 13:37:15.535 INFO kablam! Checking waveform_space v0.1.2 (/source) Oct 27 13:37:17.535 INFO kablam! warning: unused import: `std::iter::Peekable` Oct 27 13:37:17.535 INFO kablam! --> src/lib.rs:8:5 Oct 27 13:37:17.536 INFO kablam! | Oct 27 13:37:17.536 INFO kablam! 8 | use std::iter::Peekable; Oct 27 13:37:17.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 13:37:17.537 INFO kablam! | Oct 27 13:37:17.537 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 13:37:17.537 INFO kablam! Oct 27 13:37:17.619 INFO kablam! warning: unused import: `std::iter::Peekable` Oct 27 13:37:17.620 INFO kablam! --> src/lib.rs:8:5 Oct 27 13:37:17.620 INFO kablam! | Oct 27 13:37:17.620 INFO kablam! 8 | use std::iter::Peekable; Oct 27 13:37:17.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 13:37:17.621 INFO kablam! | Oct 27 13:37:17.621 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 13:37:17.622 INFO kablam! Oct 27 13:37:17.899 INFO kablam! error[E0308]: mismatched types Oct 27 13:37:17.899 INFO kablam! --> src/lib.rs:152:14 Oct 27 13:37:17.899 INFO kablam! | Oct 27 13:37:17.899 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 27 13:37:17.899 INFO kablam! | ^^^^^^^^^^^ expected struct `num_complex::Complex`, found struct `num::Complex` Oct 27 13:37:17.899 INFO kablam! | Oct 27 13:37:17.899 INFO kablam! = note: expected type `&[num_complex::Complex<_>]` Oct 27 13:37:17.899 INFO kablam! found type `&[num::Complex]` Oct 27 13:37:17.899 INFO kablam! note: Perhaps two different versions of crate `num_complex` are being used? Oct 27 13:37:17.899 INFO kablam! --> src/lib.rs:152:14 Oct 27 13:37:17.899 INFO kablam! | Oct 27 13:37:17.899 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 27 13:37:17.899 INFO kablam! | ^^^^^^^^^^^ Oct 27 13:37:17.899 INFO kablam! Oct 27 13:37:18.083 INFO kablam! error[E0308]: mismatched types Oct 27 13:37:18.083 INFO kablam! --> src/lib.rs:152:27 Oct 27 13:37:18.083 INFO kablam! | Oct 27 13:37:18.083 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 27 13:37:18.083 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `num_complex::Complex`, found struct `num::Complex` Oct 27 13:37:18.083 INFO kablam! | Oct 27 13:37:18.083 INFO kablam! = note: expected type `&mut [num_complex::Complex<_>]` Oct 27 13:37:18.083 INFO kablam! found type `&mut [num::Complex]` Oct 27 13:37:18.083 INFO kablam! note: Perhaps two different versions of crate `num_complex` are being used? Oct 27 13:37:18.083 INFO kablam! --> src/lib.rs:152:27 Oct 27 13:37:18.083 INFO kablam! | Oct 27 13:37:18.083 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 27 13:37:18.083 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 13:37:18.083 INFO kablam! Oct 27 13:37:18.083 INFO kablam! error[E0308]: mismatched types Oct 27 13:37:18.083 INFO kablam! --> src/lib.rs:152:14 Oct 27 13:37:18.083 INFO kablam! | Oct 27 13:37:18.083 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 27 13:37:18.083 INFO kablam! | ^^^^^^^^^^^ expected struct `num_complex::Complex`, found struct `num::Complex` Oct 27 13:37:18.083 INFO kablam! | Oct 27 13:37:18.083 INFO kablam! = note: expected type `&[num_complex::Complex<_>]` Oct 27 13:37:18.083 INFO kablam! found type `&[num::Complex]` Oct 27 13:37:18.083 INFO kablam! note: Perhaps two different versions of crate `num_complex` are being used? Oct 27 13:37:18.083 INFO kablam! --> src/lib.rs:152:14 Oct 27 13:37:18.083 INFO kablam! | Oct 27 13:37:18.083 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 27 13:37:18.083 INFO kablam! | ^^^^^^^^^^^ Oct 27 13:37:18.083 INFO kablam! Oct 27 13:37:18.123 INFO kablam! error: aborting due to 2 previous errors Oct 27 13:37:18.123 INFO kablam! Oct 27 13:37:18.123 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 27 13:37:18.139 INFO kablam! error: Could not compile `waveform_space`. Oct 27 13:37:18.139 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 13:37:18.287 INFO kablam! error[E0308]: mismatched types Oct 27 13:37:18.287 INFO kablam! --> src/lib.rs:152:27 Oct 27 13:37:18.287 INFO kablam! | Oct 27 13:37:18.287 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 27 13:37:18.287 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `num_complex::Complex`, found struct `num::Complex` Oct 27 13:37:18.287 INFO kablam! | Oct 27 13:37:18.287 INFO kablam! = note: expected type `&mut [num_complex::Complex<_>]` Oct 27 13:37:18.287 INFO kablam! found type `&mut [num::Complex]` Oct 27 13:37:18.287 INFO kablam! note: Perhaps two different versions of crate `num_complex` are being used? Oct 27 13:37:18.287 INFO kablam! --> src/lib.rs:152:27 Oct 27 13:37:18.287 INFO kablam! | Oct 27 13:37:18.287 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 27 13:37:18.287 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 13:37:18.287 INFO kablam! Oct 27 13:37:18.299 INFO kablam! error: aborting due to 2 previous errors Oct 27 13:37:18.299 INFO kablam! Oct 27 13:37:18.299 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 27 13:37:18.311 INFO kablam! error: Could not compile `waveform_space`. Oct 27 13:37:18.311 INFO kablam! Oct 27 13:37:18.311 INFO kablam! To learn more, run the command again with --verbose. Oct 27 13:37:18.311 INFO kablam! su: No module specific data is present Oct 27 13:37:19.211 INFO running `"docker" "rm" "-f" "f6e3d8eb3146760b8a2000e994fd36bf01afe485929502c87181b04aa514fd54"` Oct 27 13:37:19.345 INFO blam! f6e3d8eb3146760b8a2000e994fd36bf01afe485929502c87181b04aa514fd54