Oct 27 13:37:09.331 INFO checking waveform_space-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 13:37:09.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:09.826 INFO blam! 6f6a57503b6a1ed95039de82d575191df82c8a4f7283997c59d9c033e7d4f5cf Oct 27 13:37:09.839 INFO running `"docker" "start" "-a" "6f6a57503b6a1ed95039de82d575191df82c8a4f7283997c59d9c033e7d4f5cf"` Oct 27 13:37:11.319 INFO kablam! usermod: no changes Oct 27 13:37:11.498 INFO kablam! Checking stream-dct v0.1.0 Oct 27 13:37:11.503 INFO kablam! Checking num-bigint v0.2.0 Oct 27 13:37:14.103 INFO kablam! Checking num-rational v0.2.1 Oct 27 13:37:15.284 INFO kablam! Checking num v0.2.0 Oct 27 13:37:15.851 INFO kablam! Checking rustfft v1.0.1 Oct 27 13:37:16.980 INFO kablam! Checking waveform_space v0.1.2 (/source) Oct 27 13:37:18.375 INFO kablam! warning: unused import: `std::iter::Peekable` Oct 27 13:37:18.375 INFO kablam! --> src/lib.rs:8:5 Oct 27 13:37:18.375 INFO kablam! | Oct 27 13:37:18.375 INFO kablam! 8 | use std::iter::Peekable; Oct 27 13:37:18.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 13:37:18.375 INFO kablam! | Oct 27 13:37:18.375 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 13:37:18.375 INFO kablam! Oct 27 13:37:18.583 INFO kablam! warning: unused import: `std::iter::Peekable` Oct 27 13:37:18.583 INFO kablam! --> src/lib.rs:8:5 Oct 27 13:37:18.584 INFO kablam! | Oct 27 13:37:18.584 INFO kablam! 8 | use std::iter::Peekable; Oct 27 13:37:18.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 13:37:18.584 INFO kablam! | Oct 27 13:37:18.585 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 13:37:18.585 INFO kablam! Oct 27 13:37:18.819 INFO kablam! error[E0308]: mismatched types Oct 27 13:37:18.820 INFO kablam! --> src/lib.rs:152:14 Oct 27 13:37:18.820 INFO kablam! | Oct 27 13:37:18.820 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 27 13:37:18.821 INFO kablam! | ^^^^^^^^^^^ expected struct `num_complex::Complex`, found struct `num::Complex` Oct 27 13:37:18.821 INFO kablam! | Oct 27 13:37:18.822 INFO kablam! = note: expected type `&[num_complex::Complex<_>]` Oct 27 13:37:18.822 INFO kablam! found type `&[num::Complex]` Oct 27 13:37:18.822 INFO kablam! note: Perhaps two different versions of crate `num_complex` are being used? Oct 27 13:37:18.823 INFO kablam! --> src/lib.rs:152:14 Oct 27 13:37:18.823 INFO kablam! | Oct 27 13:37:18.823 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 27 13:37:18.824 INFO kablam! | ^^^^^^^^^^^ Oct 27 13:37:18.824 INFO kablam! Oct 27 13:37:18.971 INFO kablam! error[E0308]: mismatched types Oct 27 13:37:18.972 INFO kablam! --> src/lib.rs:152:27 Oct 27 13:37:18.972 INFO kablam! | Oct 27 13:37:18.972 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 27 13:37:18.973 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `num_complex::Complex`, found struct `num::Complex` Oct 27 13:37:18.973 INFO kablam! | Oct 27 13:37:18.973 INFO kablam! = note: expected type `&mut [num_complex::Complex<_>]` Oct 27 13:37:18.974 INFO kablam! found type `&mut [num::Complex]` Oct 27 13:37:18.974 INFO kablam! note: Perhaps two different versions of crate `num_complex` are being used? Oct 27 13:37:18.974 INFO kablam! --> src/lib.rs:152:27 Oct 27 13:37:18.975 INFO kablam! | Oct 27 13:37:18.975 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 27 13:37:18.975 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 13:37:18.975 INFO kablam! Oct 27 13:37:18.976 INFO kablam! error[E0308]: mismatched types Oct 27 13:37:18.976 INFO kablam! --> src/lib.rs:152:14 Oct 27 13:37:18.976 INFO kablam! | Oct 27 13:37:18.977 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 27 13:37:18.977 INFO kablam! | ^^^^^^^^^^^ expected struct `num_complex::Complex`, found struct `num::Complex` Oct 27 13:37:18.977 INFO kablam! | Oct 27 13:37:18.978 INFO kablam! = note: expected type `&[num_complex::Complex<_>]` Oct 27 13:37:18.978 INFO kablam! found type `&[num::Complex]` Oct 27 13:37:18.978 INFO kablam! note: Perhaps two different versions of crate `num_complex` are being used? Oct 27 13:37:18.978 INFO kablam! --> src/lib.rs:152:14 Oct 27 13:37:18.979 INFO kablam! | Oct 27 13:37:18.979 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 27 13:37:18.979 INFO kablam! | ^^^^^^^^^^^ Oct 27 13:37:18.980 INFO kablam! Oct 27 13:37:18.980 INFO kablam! error: aborting due to 2 previous errors Oct 27 13:37:18.980 INFO kablam! Oct 27 13:37:18.981 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 27 13:37:18.981 INFO kablam! error: Could not compile `waveform_space`. Oct 27 13:37:18.981 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 13:37:19.071 INFO kablam! error[E0308]: mismatched types Oct 27 13:37:19.071 INFO kablam! --> src/lib.rs:152:27 Oct 27 13:37:19.072 INFO kablam! | Oct 27 13:37:19.072 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 27 13:37:19.072 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `num_complex::Complex`, found struct `num::Complex` Oct 27 13:37:19.073 INFO kablam! | Oct 27 13:37:19.073 INFO kablam! = note: expected type `&mut [num_complex::Complex<_>]` Oct 27 13:37:19.073 INFO kablam! found type `&mut [num::Complex]` Oct 27 13:37:19.074 INFO kablam! note: Perhaps two different versions of crate `num_complex` are being used? Oct 27 13:37:19.074 INFO kablam! --> src/lib.rs:152:27 Oct 27 13:37:19.074 INFO kablam! | Oct 27 13:37:19.075 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 27 13:37:19.075 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 13:37:19.075 INFO kablam! Oct 27 13:37:19.109 INFO kablam! error: aborting due to 2 previous errors Oct 27 13:37:19.109 INFO kablam! Oct 27 13:37:19.109 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 27 13:37:19.110 INFO kablam! error: Could not compile `waveform_space`. Oct 27 13:37:19.110 INFO kablam! Oct 27 13:37:19.110 INFO kablam! To learn more, run the command again with --verbose. Oct 27 13:37:19.112 INFO kablam! su: No module specific data is present Oct 27 13:37:19.719 INFO running `"docker" "rm" "-f" "6f6a57503b6a1ed95039de82d575191df82c8a4f7283997c59d9c033e7d4f5cf"` Oct 27 13:37:20.155 INFO blam! 6f6a57503b6a1ed95039de82d575191df82c8a4f7283997c59d9c033e7d4f5cf