Oct 27 03:07:40.073 INFO checking jareks/ndarray-100-exercises against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 03:07:40.073 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 03:07:40.282 INFO blam! 89a29b94eed2af4cc72570ec20e405c85773bfaa4d035982edafa0c8d7f98ef1 Oct 27 03:07:40.284 INFO running `"docker" "start" "-a" "89a29b94eed2af4cc72570ec20e405c85773bfaa4d035982edafa0c8d7f98ef1"` Oct 27 03:07:40.946 INFO kablam! usermod: no changes Oct 27 03:07:41.007 INFO kablam! Compiling matrixmultiply v0.1.13 Oct 27 03:07:41.007 INFO kablam! Checking either v1.0.2 Oct 27 03:07:41.008 INFO kablam! Compiling ndarray v0.7.2 Oct 27 03:07:41.008 INFO kablam! Checking num-complex v0.1.35 Oct 27 03:07:41.587 INFO kablam! Checking itertools v0.5.8 Oct 27 03:07:48.412 INFO kablam! Checking ndarray-rand v0.3.1 Oct 27 03:07:48.967 INFO kablam! Checking ndarray-100-exercises v0.1.0 (/source) Oct 27 03:07:49.528 INFO kablam! warning: unused `#[macro_use]` import Oct 27 03:07:49.528 INFO kablam! --> src/main.rs:1:13 Oct 27 03:07:49.528 INFO kablam! | Oct 27 03:07:49.528 INFO kablam! 1 | #[macro_use(s)] Oct 27 03:07:49.528 INFO kablam! | ^ Oct 27 03:07:49.528 INFO kablam! | Oct 27 03:07:49.528 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 03:07:49.528 INFO kablam! Oct 27 03:07:49.528 INFO kablam! warning: unused `#[macro_use]` import Oct 27 03:07:49.528 INFO kablam! --> src/main.rs:6:1 Oct 27 03:07:49.528 INFO kablam! | Oct 27 03:07:49.528 INFO kablam! 6 | #[macro_use] Oct 27 03:07:49.528 INFO kablam! | ^^^^^^^^^^^^ Oct 27 03:07:49.528 INFO kablam! Oct 27 03:07:49.528 INFO kablam! warning: unused import: `ndarray::*` Oct 27 03:07:49.528 INFO kablam! --> src/main.rs:9:5 Oct 27 03:07:49.528 INFO kablam! | Oct 27 03:07:49.528 INFO kablam! 9 | use ndarray::*; Oct 27 03:07:49.528 INFO kablam! | ^^^^^^^^^^ Oct 27 03:07:49.528 INFO kablam! Oct 27 03:07:49.528 INFO kablam! warning: unused import: `ndarray_rand::RandomExt` Oct 27 03:07:49.528 INFO kablam! --> src/main.rs:10:5 Oct 27 03:07:49.528 INFO kablam! | Oct 27 03:07:49.528 INFO kablam! 10 | use ndarray_rand::RandomExt; Oct 27 03:07:49.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:07:49.528 INFO kablam! Oct 27 03:07:49.548 INFO kablam! warning: unused `#[macro_use]` import Oct 27 03:07:49.548 INFO kablam! --> src/main.rs:1:13 Oct 27 03:07:49.548 INFO kablam! | Oct 27 03:07:49.548 INFO kablam! 1 | #[macro_use(s)] Oct 27 03:07:49.548 INFO kablam! | ^ Oct 27 03:07:49.548 INFO kablam! | Oct 27 03:07:49.548 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 03:07:49.548 INFO kablam! Oct 27 03:07:49.548 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 03:07:49.548 INFO kablam! --> src/main.rs:25:36 Oct 27 03:07:49.548 INFO kablam! | Oct 27 03:07:49.548 INFO kablam! 25 | let arr = Array1::::zeros((10)); Oct 27 03:07:49.548 INFO kablam! | ^^^^ help: remove these parentheses Oct 27 03:07:49.548 INFO kablam! | Oct 27 03:07:49.550 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 03:07:49.550 INFO kablam! Oct 27 03:07:49.550 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 03:07:49.550 INFO kablam! --> src/main.rs:33:40 Oct 27 03:07:49.550 INFO kablam! | Oct 27 03:07:49.550 INFO kablam! 33 | let mut arr = Array1::::zeros((10)); Oct 27 03:07:49.550 INFO kablam! | ^^^^ help: remove these parentheses Oct 27 03:07:49.550 INFO kablam! Oct 27 03:07:49.550 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 03:07:49.550 INFO kablam! --> src/main.rs:131:42 Oct 27 03:07:49.550 INFO kablam! | Oct 27 03:07:49.550 INFO kablam! 131 | let arr: Array1 = Array::random((30), rand::distributions::normal::Normal::new(0.0, 10.0)); Oct 27 03:07:49.550 INFO kablam! | ^^^^ help: remove these parentheses Oct 27 03:07:49.550 INFO kablam! Oct 27 03:07:49.839 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.86s Oct 27 03:07:49.842 INFO kablam! su: No module specific data is present Oct 27 03:07:50.274 INFO running `"docker" "rm" "-f" "89a29b94eed2af4cc72570ec20e405c85773bfaa4d035982edafa0c8d7f98ef1"` Oct 27 03:07:50.487 INFO blam! 89a29b94eed2af4cc72570ec20e405c85773bfaa4d035982edafa0c8d7f98ef1