Oct 21 14:53:38.399 INFO checking paulkernfeld/ndarray-csv against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:53:38.400 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14:53:38.649 INFO blam! 6495f9e4b684e9dc0c69dc5c9d1e327537608c3ea8415df16e5ea5216049a628 Oct 21 14:53:38.650 INFO running `"docker" "start" "-a" "6495f9e4b684e9dc0c69dc5c9d1e327537608c3ea8415df16e5ea5216049a628"` Oct 21 14:53:39.209 INFO kablam! usermod: no changes Oct 21 14:53:39.282 INFO kablam! Checking libc v0.2.42 Oct 21 14:53:39.282 INFO kablam! Compiling num-complex v0.2.0 Oct 21 14:53:39.282 INFO kablam! Checking either v1.5.0 Oct 21 14:53:39.282 INFO kablam! Compiling ndarray v0.12.0 Oct 21 14:53:39.816 INFO kablam! Checking itertools v0.7.8 Oct 21 14:53:41.177 INFO kablam! Checking memchr v2.0.1 Oct 21 14:53:41.426 INFO kablam! Checking csv-core v0.1.4 Oct 21 14:53:42.004 INFO kablam! Checking csv v1.0.0 Oct 21 14:53:52.389 INFO kablam! Checking ndarray-csv v0.3.0 (/source) Oct 21 14:53:52.832 INFO kablam! error[E0433]: failed to resolve. Could not find `panic` in `$crate` Oct 21 14:53:52.832 INFO kablam! --> src/lib.rs:177:9 Oct 21 14:53:52.832 INFO kablam! | Oct 21 14:53:52.832 INFO kablam! 177 | / assert_matches! { Oct 21 14:53:52.832 INFO kablam! 178 | | test_reader().deserialize_array2::((3, 3)).unwrap_err(), Oct 21 14:53:52.832 INFO kablam! 179 | | NRows { expected: 3, actual: 2 } Oct 21 14:53:52.832 INFO kablam! 180 | | } Oct 21 14:53:52.832 INFO kablam! | |_________^ Could not find `panic` in `$crate` Oct 21 14:53:52.832 INFO kablam! | Oct 21 14:53:52.832 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 21 14:53:52.832 INFO kablam! Oct 21 14:53:52.832 INFO kablam! error[E0433]: failed to resolve. Could not find `panic` in `$crate` Oct 21 14:53:52.832 INFO kablam! --> src/lib.rs:185:9 Oct 21 14:53:52.832 INFO kablam! | Oct 21 14:53:52.832 INFO kablam! 185 | / assert_matches! { Oct 21 14:53:52.832 INFO kablam! 186 | | test_reader().deserialize_array2::((1, 3)).unwrap_err(), Oct 21 14:53:52.832 INFO kablam! 187 | | NRows { expected: 1, actual: 2 } Oct 21 14:53:52.832 INFO kablam! 188 | | } Oct 21 14:53:52.832 INFO kablam! | |_________^ Could not find `panic` in `$crate` Oct 21 14:53:52.832 INFO kablam! | Oct 21 14:53:52.832 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 21 14:53:52.832 INFO kablam! Oct 21 14:53:52.832 INFO kablam! error[E0433]: failed to resolve. Could not find `panic` in `$crate` Oct 21 14:53:52.832 INFO kablam! --> src/lib.rs:193:9 Oct 21 14:53:52.832 INFO kablam! | Oct 21 14:53:52.832 INFO kablam! 193 | / assert_matches! { Oct 21 14:53:52.832 INFO kablam! 194 | | test_reader().deserialize_array2::((2, 4)).unwrap_err(), Oct 21 14:53:52.832 INFO kablam! 195 | | NColumns { at_row_index: 0, expected: 4, actual: 3 } Oct 21 14:53:52.832 INFO kablam! 196 | | } Oct 21 14:53:52.832 INFO kablam! | |_________^ Could not find `panic` in `$crate` Oct 21 14:53:52.832 INFO kablam! | Oct 21 14:53:52.832 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 21 14:53:52.832 INFO kablam! Oct 21 14:53:52.832 INFO kablam! error[E0433]: failed to resolve. Could not find `panic` in `$crate` Oct 21 14:53:52.832 INFO kablam! --> src/lib.rs:201:9 Oct 21 14:53:52.832 INFO kablam! | Oct 21 14:53:52.832 INFO kablam! 201 | / assert_matches! { Oct 21 14:53:52.832 INFO kablam! 202 | | test_reader().deserialize_array2::((2, 2)).unwrap_err(), Oct 21 14:53:52.832 INFO kablam! 203 | | NColumns { at_row_index: 0, expected: 2, actual: 3 } Oct 21 14:53:52.832 INFO kablam! 204 | | } Oct 21 14:53:52.832 INFO kablam! | |_________^ Could not find `panic` in `$crate` Oct 21 14:53:52.832 INFO kablam! | Oct 21 14:53:52.833 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 21 14:53:52.833 INFO kablam! Oct 21 14:53:52.833 INFO kablam! error[E0433]: failed to resolve. Could not find `panic` in `$crate` Oct 21 14:53:52.833 INFO kablam! --> src/lib.rs:211:9 Oct 21 14:53:52.833 INFO kablam! | Oct 21 14:53:52.833 INFO kablam! 211 | / assert_matches! { Oct 21 14:53:52.833 INFO kablam! 212 | | writer.serialize_array2(&array![[1, 2, 3], [4, 5, 6]]), Oct 21 14:53:52.833 INFO kablam! 213 | | Ok(()) Oct 21 14:53:52.833 INFO kablam! 214 | | } Oct 21 14:53:52.833 INFO kablam! | |_________^ Could not find `panic` in `$crate` Oct 21 14:53:52.833 INFO kablam! | Oct 21 14:53:52.833 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 21 14:53:52.833 INFO kablam! Oct 21 14:53:52.833 INFO kablam! error[E0433]: failed to resolve. Could not find `panic` in `$crate` Oct 21 14:53:52.833 INFO kablam! --> src/lib.rs:229:9 Oct 21 14:53:52.833 INFO kablam! | Oct 21 14:53:52.833 INFO kablam! 229 | / assert_matches! { Oct 21 14:53:52.833 INFO kablam! 230 | | writer.serialize_array2(&array![[1, 2, 3], [4, 5, 6]]), Oct 21 14:53:52.833 INFO kablam! 231 | | Err(_) Oct 21 14:53:52.833 INFO kablam! 232 | | } Oct 21 14:53:52.833 INFO kablam! | |_________^ Could not find `panic` in `$crate` Oct 21 14:53:52.833 INFO kablam! | Oct 21 14:53:52.833 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 21 14:53:52.833 INFO kablam! Oct 21 14:53:52.833 INFO kablam! error: aborting due to 6 previous errors Oct 21 14:53:52.833 INFO kablam! Oct 21 14:53:52.833 INFO kablam! For more information about this error, try `rustc --explain E0433`. Oct 21 14:53:52.836 INFO kablam! error: Could not compile `ndarray-csv`. Oct 21 14:53:52.836 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 14:53:53.016 INFO kablam! error: build failed Oct 21 14:53:53.021 INFO kablam! su: No module specific data is present Oct 21 14:53:53.640 INFO running `"docker" "rm" "-f" "6495f9e4b684e9dc0c69dc5c9d1e327537608c3ea8415df16e5ea5216049a628"` Oct 21 14:53:53.830 INFO blam! 6495f9e4b684e9dc0c69dc5c9d1e327537608c3ea8415df16e5ea5216049a628