Oct 26 23:05:12.456 INFO checking paulkernfeld/ndarray-csv against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 23:05:12.456 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 26 23:05:12.809 INFO blam! ad098069b01bcb08720683c4353527d7c05b23151bc0060a2936de2fd16797a8 Oct 26 23:05:12.815 INFO running `"docker" "start" "-a" "ad098069b01bcb08720683c4353527d7c05b23151bc0060a2936de2fd16797a8"` Oct 26 23:05:14.291 INFO kablam! usermod: no changes Oct 26 23:05:14.391 INFO kablam! Checking libc v0.2.42 Oct 26 23:05:14.391 INFO kablam! Compiling ndarray v0.12.0 Oct 26 23:05:14.391 INFO kablam! Checking itertools v0.7.8 Oct 26 23:05:16.899 INFO kablam! Checking memchr v2.0.1 Oct 26 23:05:17.299 INFO kablam! Checking csv-core v0.1.4 Oct 26 23:05:18.084 INFO kablam! Checking csv v1.0.0 Oct 26 23:05:27.685 INFO kablam! Checking ndarray-csv v0.3.0 (/source) Oct 26 23:05:28.292 INFO kablam! error[E0433]: failed to resolve. Could not find `panic` in `$crate` Oct 26 23:05:28.292 INFO kablam! --> src/lib.rs:177:9 Oct 26 23:05:28.292 INFO kablam! | Oct 26 23:05:28.292 INFO kablam! 177 | / assert_matches! { Oct 26 23:05:28.293 INFO kablam! 178 | | test_reader().deserialize_array2::((3, 3)).unwrap_err(), Oct 26 23:05:28.294 INFO kablam! 179 | | NRows { expected: 3, actual: 2 } Oct 26 23:05:28.294 INFO kablam! 180 | | } Oct 26 23:05:28.294 INFO kablam! | |_________^ Could not find `panic` in `$crate` Oct 26 23:05:28.296 INFO kablam! | Oct 26 23:05:28.296 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 26 23:05:28.296 INFO kablam! Oct 26 23:05:28.296 INFO kablam! error[E0433]: failed to resolve. Could not find `panic` in `$crate` Oct 26 23:05:28.296 INFO kablam! --> src/lib.rs:185:9 Oct 26 23:05:28.296 INFO kablam! | Oct 26 23:05:28.296 INFO kablam! 185 | / assert_matches! { Oct 26 23:05:28.296 INFO kablam! 186 | | test_reader().deserialize_array2::((1, 3)).unwrap_err(), Oct 26 23:05:28.296 INFO kablam! 187 | | NRows { expected: 1, actual: 2 } Oct 26 23:05:28.296 INFO kablam! 188 | | } Oct 26 23:05:28.296 INFO kablam! | |_________^ Could not find `panic` in `$crate` Oct 26 23:05:28.296 INFO kablam! | Oct 26 23:05:28.296 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 26 23:05:28.296 INFO kablam! Oct 26 23:05:28.296 INFO kablam! error[E0433]: failed to resolve. Could not find `panic` in `$crate` Oct 26 23:05:28.296 INFO kablam! --> src/lib.rs:193:9 Oct 26 23:05:28.296 INFO kablam! | Oct 26 23:05:28.296 INFO kablam! 193 | / assert_matches! { Oct 26 23:05:28.296 INFO kablam! 194 | | test_reader().deserialize_array2::((2, 4)).unwrap_err(), Oct 26 23:05:28.296 INFO kablam! 195 | | NColumns { at_row_index: 0, expected: 4, actual: 3 } Oct 26 23:05:28.296 INFO kablam! 196 | | } Oct 26 23:05:28.296 INFO kablam! | |_________^ Could not find `panic` in `$crate` Oct 26 23:05:28.296 INFO kablam! | Oct 26 23:05:28.296 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 26 23:05:28.296 INFO kablam! Oct 26 23:05:28.296 INFO kablam! error[E0433]: failed to resolve. Could not find `panic` in `$crate` Oct 26 23:05:28.296 INFO kablam! --> src/lib.rs:201:9 Oct 26 23:05:28.296 INFO kablam! | Oct 26 23:05:28.296 INFO kablam! 201 | / assert_matches! { Oct 26 23:05:28.296 INFO kablam! 202 | | test_reader().deserialize_array2::((2, 2)).unwrap_err(), Oct 26 23:05:28.296 INFO kablam! 203 | | NColumns { at_row_index: 0, expected: 2, actual: 3 } Oct 26 23:05:28.296 INFO kablam! 204 | | } Oct 26 23:05:28.296 INFO kablam! | |_________^ Could not find `panic` in `$crate` Oct 26 23:05:28.296 INFO kablam! | Oct 26 23:05:28.296 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 26 23:05:28.296 INFO kablam! Oct 26 23:05:28.302 INFO kablam! error[E0433]: failed to resolve. Could not find `panic` in `$crate` Oct 26 23:05:28.302 INFO kablam! --> src/lib.rs:211:9 Oct 26 23:05:28.302 INFO kablam! | Oct 26 23:05:28.302 INFO kablam! 211 | / assert_matches! { Oct 26 23:05:28.302 INFO kablam! 212 | | writer.serialize_array2(&array![[1, 2, 3], [4, 5, 6]]), Oct 26 23:05:28.302 INFO kablam! 213 | | Ok(()) Oct 26 23:05:28.302 INFO kablam! 214 | | } Oct 26 23:05:28.302 INFO kablam! | |_________^ Could not find `panic` in `$crate` Oct 26 23:05:28.302 INFO kablam! | Oct 26 23:05:28.302 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 26 23:05:28.302 INFO kablam! Oct 26 23:05:28.302 INFO kablam! error[E0433]: failed to resolve. Could not find `panic` in `$crate` Oct 26 23:05:28.302 INFO kablam! --> src/lib.rs:229:9 Oct 26 23:05:28.302 INFO kablam! | Oct 26 23:05:28.302 INFO kablam! 229 | / assert_matches! { Oct 26 23:05:28.302 INFO kablam! 230 | | writer.serialize_array2(&array![[1, 2, 3], [4, 5, 6]]), Oct 26 23:05:28.302 INFO kablam! 231 | | Err(_) Oct 26 23:05:28.302 INFO kablam! 232 | | } Oct 26 23:05:28.302 INFO kablam! | |_________^ Could not find `panic` in `$crate` Oct 26 23:05:28.302 INFO kablam! | Oct 26 23:05:28.302 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 26 23:05:28.302 INFO kablam! Oct 26 23:05:28.303 INFO kablam! error: aborting due to 6 previous errors Oct 26 23:05:28.303 INFO kablam! Oct 26 23:05:28.303 INFO kablam! For more information about this error, try `rustc --explain E0433`. Oct 26 23:05:28.311 INFO kablam! error: Could not compile `ndarray-csv`. Oct 26 23:05:28.311 INFO kablam! Oct 26 23:05:28.311 INFO kablam! To learn more, run the command again with --verbose. Oct 26 23:05:28.313 INFO kablam! su: No module specific data is present Oct 26 23:05:28.605 INFO running `"docker" "rm" "-f" "ad098069b01bcb08720683c4353527d7c05b23151bc0060a2936de2fd16797a8"` Oct 26 23:05:28.697 INFO blam! ad098069b01bcb08720683c4353527d7c05b23151bc0060a2936de2fd16797a8