Oct 21 22:29:44.955 INFO checking waveform_space-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:29:44.957 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/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 21 22:29:45.438 INFO blam! 6aed5fda10cd69d5be15f3e0a9be90df0026091ec6b89daed89ab3b3fbd750b2 Oct 21 22:29:45.439 INFO running `"docker" "start" "-a" "6aed5fda10cd69d5be15f3e0a9be90df0026091ec6b89daed89ab3b3fbd750b2"` Oct 21 22:29:46.516 INFO kablam! usermod: no changes Oct 21 22:29:46.612 INFO kablam! Compiling num-complex v0.2.1 Oct 21 22:29:46.628 INFO kablam! Checking stream-dct v0.1.0 Oct 21 22:29:46.628 INFO kablam! Checking num-bigint v0.2.0 Oct 21 22:29:50.315 INFO kablam! Checking num-rational v0.2.1 Oct 21 22:29:51.500 INFO kablam! Checking num v0.2.0 Oct 21 22:29:52.052 INFO kablam! Checking rustfft v1.0.1 Oct 21 22:29:53.016 INFO kablam! Checking waveform_space v0.1.2 (/source) Oct 21 22:29:54.472 INFO kablam! warning: unused import: `std::iter::Peekable` Oct 21 22:29:54.473 INFO kablam! --> src/lib.rs:8:5 Oct 21 22:29:54.473 INFO kablam! | Oct 21 22:29:54.474 INFO kablam! 8 | use std::iter::Peekable; Oct 21 22:29:54.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 22:29:54.474 INFO kablam! | Oct 21 22:29:54.474 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 22:29:54.475 INFO kablam! Oct 21 22:29:54.609 INFO kablam! warning: unused import: `std::iter::Peekable` Oct 21 22:29:54.609 INFO kablam! --> src/lib.rs:8:5 Oct 21 22:29:54.609 INFO kablam! | Oct 21 22:29:54.609 INFO kablam! 8 | use std::iter::Peekable; Oct 21 22:29:54.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 22:29:54.610 INFO kablam! | Oct 21 22:29:54.611 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 22:29:54.611 INFO kablam! Oct 21 22:29:54.748 INFO kablam! error[E0308]: mismatched types Oct 21 22:29:54.748 INFO kablam! --> src/lib.rs:152:14 Oct 21 22:29:54.748 INFO kablam! | Oct 21 22:29:54.748 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 21 22:29:54.748 INFO kablam! | ^^^^^^^^^^^ expected struct `num_complex::Complex`, found struct `num::Complex` Oct 21 22:29:54.748 INFO kablam! | Oct 21 22:29:54.748 INFO kablam! = note: expected type `&[num_complex::Complex<_>]` Oct 21 22:29:54.748 INFO kablam! found type `&[num::Complex]` Oct 21 22:29:54.748 INFO kablam! note: Perhaps two different versions of crate `num_complex` are being used? Oct 21 22:29:54.748 INFO kablam! --> src/lib.rs:152:14 Oct 21 22:29:54.748 INFO kablam! | Oct 21 22:29:54.748 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 21 22:29:54.748 INFO kablam! | ^^^^^^^^^^^ Oct 21 22:29:54.748 INFO kablam! Oct 21 22:29:54.876 INFO kablam! error[E0308]: mismatched types Oct 21 22:29:54.876 INFO kablam! --> src/lib.rs:152:27 Oct 21 22:29:54.876 INFO kablam! | Oct 21 22:29:54.876 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 21 22:29:54.876 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `num_complex::Complex`, found struct `num::Complex` Oct 21 22:29:54.876 INFO kablam! | Oct 21 22:29:54.876 INFO kablam! = note: expected type `&mut [num_complex::Complex<_>]` Oct 21 22:29:54.876 INFO kablam! found type `&mut [num::Complex]` Oct 21 22:29:54.876 INFO kablam! note: Perhaps two different versions of crate `num_complex` are being used? Oct 21 22:29:54.876 INFO kablam! --> src/lib.rs:152:27 Oct 21 22:29:54.876 INFO kablam! | Oct 21 22:29:54.876 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 21 22:29:54.876 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 22:29:54.876 INFO kablam! Oct 21 22:29:54.888 INFO kablam! error: aborting due to 2 previous errors Oct 21 22:29:54.888 INFO kablam! Oct 21 22:29:54.888 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 21 22:29:54.897 INFO kablam! error: Could not compile `waveform_space`. Oct 21 22:29:54.897 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 22:29:54.897 INFO kablam! error[E0308]: mismatched types Oct 21 22:29:54.898 INFO kablam! --> src/lib.rs:152:14 Oct 21 22:29:54.898 INFO kablam! | Oct 21 22:29:54.898 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 21 22:29:54.899 INFO kablam! | ^^^^^^^^^^^ expected struct `num_complex::Complex`, found struct `num::Complex` Oct 21 22:29:54.899 INFO kablam! | Oct 21 22:29:54.899 INFO kablam! = note: expected type `&[num_complex::Complex<_>]` Oct 21 22:29:54.900 INFO kablam! found type `&[num::Complex]` Oct 21 22:29:54.900 INFO kablam! note: Perhaps two different versions of crate `num_complex` are being used? Oct 21 22:29:54.900 INFO kablam! --> src/lib.rs:152:14 Oct 21 22:29:54.901 INFO kablam! | Oct 21 22:29:54.901 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 21 22:29:54.901 INFO kablam! | ^^^^^^^^^^^ Oct 21 22:29:54.902 INFO kablam! Oct 21 22:29:55.013 INFO kablam! error[E0308]: mismatched types Oct 21 22:29:55.014 INFO kablam! --> src/lib.rs:152:27 Oct 21 22:29:55.015 INFO kablam! | Oct 21 22:29:55.015 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 21 22:29:55.015 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `num_complex::Complex`, found struct `num::Complex` Oct 21 22:29:55.016 INFO kablam! | Oct 21 22:29:55.016 INFO kablam! = note: expected type `&mut [num_complex::Complex<_>]` Oct 21 22:29:55.017 INFO kablam! found type `&mut [num::Complex]` Oct 21 22:29:55.017 INFO kablam! note: Perhaps two different versions of crate `num_complex` are being used? Oct 21 22:29:55.018 INFO kablam! --> src/lib.rs:152:27 Oct 21 22:29:55.018 INFO kablam! | Oct 21 22:29:55.018 INFO kablam! 152 | fft.process(&signal[..], &mut spectrum[..]); Oct 21 22:29:55.018 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 22:29:55.019 INFO kablam! Oct 21 22:29:55.040 INFO kablam! error: aborting due to 2 previous errors Oct 21 22:29:55.040 INFO kablam! Oct 21 22:29:55.040 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 21 22:29:55.050 INFO kablam! error: Could not compile `waveform_space`. Oct 21 22:29:55.050 INFO kablam! Oct 21 22:29:55.050 INFO kablam! To learn more, run the command again with --verbose. Oct 21 22:29:55.051 INFO kablam! su: No module specific data is present Oct 21 22:29:55.560 INFO running `"docker" "rm" "-f" "6aed5fda10cd69d5be15f3e0a9be90df0026091ec6b89daed89ab3b3fbd750b2"` Oct 21 22:29:55.732 INFO blam! 6aed5fda10cd69d5be15f3e0a9be90df0026091ec6b89daed89ab3b3fbd750b2