Oct 21 17:00:51.329 INFO checking jareks/ndarray-100-exercises against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:00:51.329 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 17:00:51.778 INFO blam! 16ea167a2d8e16e0fca23a3736484bb9844c8cebe2a68d4de00984ce09f24f55 Oct 21 17:00:51.780 INFO running `"docker" "start" "-a" "16ea167a2d8e16e0fca23a3736484bb9844c8cebe2a68d4de00984ce09f24f55"` Oct 21 17:00:53.300 INFO kablam! usermod: no changes Oct 21 17:00:53.443 INFO kablam! Compiling ndarray v0.7.2 Oct 21 17:00:53.456 INFO kablam! Checking either v1.0.2 Oct 21 17:00:53.464 INFO kablam! Checking num-complex v0.1.35 Oct 21 17:00:54.024 INFO kablam! Checking itertools v0.5.8 Oct 21 17:01:00.916 INFO kablam! Checking ndarray-rand v0.3.1 Oct 21 17:01:01.453 INFO kablam! Checking ndarray-100-exercises v0.1.0 (/source) Oct 21 17:01:01.969 INFO kablam! warning: unused `#[macro_use]` import Oct 21 17:01:01.969 INFO kablam! --> src/main.rs:1:13 Oct 21 17:01:01.969 INFO kablam! | Oct 21 17:01:01.970 INFO kablam! 1 | #[macro_use(s)] Oct 21 17:01:01.971 INFO kablam! | ^ Oct 21 17:01:01.971 INFO kablam! | Oct 21 17:01:01.971 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 17:01:01.971 INFO kablam! Oct 21 17:01:01.971 INFO kablam! warning: unused `#[macro_use]` import Oct 21 17:01:01.971 INFO kablam! --> src/main.rs:6:1 Oct 21 17:01:01.971 INFO kablam! | Oct 21 17:01:01.971 INFO kablam! 6 | #[macro_use] Oct 21 17:01:01.971 INFO kablam! | ^^^^^^^^^^^^ Oct 21 17:01:01.971 INFO kablam! Oct 21 17:01:01.971 INFO kablam! warning: unused import: `ndarray::*` Oct 21 17:01:01.971 INFO kablam! --> src/main.rs:9:5 Oct 21 17:01:01.971 INFO kablam! | Oct 21 17:01:01.971 INFO kablam! 9 | use ndarray::*; Oct 21 17:01:01.971 INFO kablam! | ^^^^^^^^^^ Oct 21 17:01:01.971 INFO kablam! Oct 21 17:01:01.971 INFO kablam! warning: unused import: `ndarray_rand::RandomExt` Oct 21 17:01:01.971 INFO kablam! --> src/main.rs:10:5 Oct 21 17:01:01.971 INFO kablam! | Oct 21 17:01:01.971 INFO kablam! 10 | use ndarray_rand::RandomExt; Oct 21 17:01:01.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:01:01.971 INFO kablam! Oct 21 17:01:02.090 INFO kablam! warning: unused `#[macro_use]` import Oct 21 17:01:02.090 INFO kablam! --> src/main.rs:1:13 Oct 21 17:01:02.090 INFO kablam! | Oct 21 17:01:02.090 INFO kablam! 1 | #[macro_use(s)] Oct 21 17:01:02.090 INFO kablam! | ^ Oct 21 17:01:02.090 INFO kablam! | Oct 21 17:01:02.090 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 17:01:02.090 INFO kablam! Oct 21 17:01:02.090 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 17:01:02.090 INFO kablam! --> src/main.rs:25:36 Oct 21 17:01:02.090 INFO kablam! | Oct 21 17:01:02.090 INFO kablam! 25 | let arr = Array1::::zeros((10)); Oct 21 17:01:02.090 INFO kablam! | ^^^^ help: remove these parentheses Oct 21 17:01:02.090 INFO kablam! | Oct 21 17:01:02.090 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 17:01:02.090 INFO kablam! Oct 21 17:01:02.091 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 17:01:02.091 INFO kablam! --> src/main.rs:33:40 Oct 21 17:01:02.091 INFO kablam! | Oct 21 17:01:02.091 INFO kablam! 33 | let mut arr = Array1::::zeros((10)); Oct 21 17:01:02.091 INFO kablam! | ^^^^ help: remove these parentheses Oct 21 17:01:02.091 INFO kablam! Oct 21 17:01:02.091 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 17:01:02.091 INFO kablam! --> src/main.rs:131:42 Oct 21 17:01:02.091 INFO kablam! | Oct 21 17:01:02.091 INFO kablam! 131 | let arr: Array1 = Array::random((30), rand::distributions::normal::Normal::new(0.0, 10.0)); Oct 21 17:01:02.091 INFO kablam! | ^^^^ help: remove these parentheses Oct 21 17:01:02.091 INFO kablam! Oct 21 17:01:02.329 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.98s Oct 21 17:01:02.336 INFO kablam! su: No module specific data is present Oct 21 17:01:02.707 INFO running `"docker" "rm" "-f" "16ea167a2d8e16e0fca23a3736484bb9844c8cebe2a68d4de00984ce09f24f55"` Oct 21 17:01:02.822 INFO blam! 16ea167a2d8e16e0fca23a3736484bb9844c8cebe2a68d4de00984ce09f24f55