Oct 15 04:22:24.422 INFO testing alice/aoc against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 04:22:24.424 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 04:22:24.795 INFO blam! a231462a22fa8ebafc3094ed10d630d2f56c28baa291facda66f5b399443c220 Oct 15 04:22:24.799 INFO running `"docker" "start" "-a" "a231462a22fa8ebafc3094ed10d630d2f56c28baa291facda66f5b399443c220"` Oct 15 04:22:25.992 INFO kablam! usermod: no changes Oct 15 04:22:26.135 INFO kablam! Compiling ndarray v0.11.0 Oct 15 04:22:26.136 INFO kablam! Compiling itertools v0.7.4 Oct 15 04:22:26.143 INFO kablam! Compiling num-complex v0.1.41 Oct 15 04:22:26.159 INFO kablam! Compiling regex v0.2.3 Oct 15 04:22:45.311 INFO kablam! Compiling advent_game v0.1.0 (/source) Oct 15 04:22:46.043 INFO kablam! warning: variable does not need to be mutable Oct 15 04:22:46.044 INFO kablam! --> src/main.rs:28:9 Oct 15 04:22:46.044 INFO kablam! | Oct 15 04:22:46.044 INFO kablam! 28 | let mut current_size: usize = START_SIZE; Oct 15 04:22:46.044 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 04:22:46.045 INFO kablam! | | Oct 15 04:22:46.045 INFO kablam! | help: remove this `mut` Oct 15 04:22:46.045 INFO kablam! | Oct 15 04:22:46.046 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:22:46.046 INFO kablam! Oct 15 04:22:46.046 INFO kablam! warning: variable does not need to be mutable Oct 15 04:22:46.046 INFO kablam! --> src/main.rs:34:13 Oct 15 04:22:46.047 INFO kablam! | Oct 15 04:22:46.047 INFO kablam! 34 | let mut current_view = grid.slice(s![0..current_size, 0..current_size]); Oct 15 04:22:46.047 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 04:22:46.048 INFO kablam! | | Oct 15 04:22:46.048 INFO kablam! | help: remove this `mut` Oct 15 04:22:46.048 INFO kablam! Oct 15 04:22:47.483 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.47s Oct 15 04:22:47.487 INFO kablam! su: No module specific data is present Oct 15 04:22:48.851 INFO running `"docker" "rm" "-f" "a231462a22fa8ebafc3094ed10d630d2f56c28baa291facda66f5b399443c220"` Oct 15 04:22:49.131 INFO blam! a231462a22fa8ebafc3094ed10d630d2f56c28baa291facda66f5b399443c220 Oct 15 04:22:49.152 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 04:22:49.539 INFO blam! 061ccb6e48c6c529bb106bd88cb7b8c27892a29583514da8621dee1026b20bb7 Oct 15 04:22:49.543 INFO running `"docker" "start" "-a" "061ccb6e48c6c529bb106bd88cb7b8c27892a29583514da8621dee1026b20bb7"` Oct 15 04:22:50.702 INFO kablam! usermod: no changes Oct 15 04:22:50.863 INFO kablam! Compiling advent_game v0.1.0 (/source) Oct 15 04:22:51.635 INFO kablam! warning: variable does not need to be mutable Oct 15 04:22:51.635 INFO kablam! --> src/main.rs:28:9 Oct 15 04:22:51.635 INFO kablam! | Oct 15 04:22:51.635 INFO kablam! 28 | let mut current_size: usize = START_SIZE; Oct 15 04:22:51.635 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 04:22:51.635 INFO kablam! | | Oct 15 04:22:51.635 INFO kablam! | help: remove this `mut` Oct 15 04:22:51.635 INFO kablam! | Oct 15 04:22:51.635 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:22:51.635 INFO kablam! Oct 15 04:22:51.635 INFO kablam! warning: variable does not need to be mutable Oct 15 04:22:51.635 INFO kablam! --> src/main.rs:34:13 Oct 15 04:22:51.635 INFO kablam! | Oct 15 04:22:51.635 INFO kablam! 34 | let mut current_view = grid.slice(s![0..current_size, 0..current_size]); Oct 15 04:22:51.635 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 04:22:51.635 INFO kablam! | | Oct 15 04:22:51.635 INFO kablam! | help: remove this `mut` Oct 15 04:22:51.635 INFO kablam! Oct 15 04:22:52.168 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Oct 15 04:22:52.172 INFO kablam! su: No module specific data is present Oct 15 04:22:53.431 INFO running `"docker" "rm" "-f" "061ccb6e48c6c529bb106bd88cb7b8c27892a29583514da8621dee1026b20bb7"` Oct 15 04:22:53.711 INFO blam! 061ccb6e48c6c529bb106bd88cb7b8c27892a29583514da8621dee1026b20bb7 Oct 15 04:22:53.722 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 04:22:54.243 INFO blam! f5112577bb3009ac3fc58c790b7f6f4b020e02ae45a015716383458e54e1d39d Oct 15 04:22:54.247 INFO running `"docker" "start" "-a" "f5112577bb3009ac3fc58c790b7f6f4b020e02ae45a015716383458e54e1d39d"` Oct 15 04:22:55.823 INFO kablam! usermod: no changes Oct 15 04:22:55.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 04:22:55.943 INFO kablam! Running /target/debug/deps/advent_game-144b188b2a5d2f88 Oct 15 04:22:55.951 INFO kablam! su: No module specific data is present Oct 15 04:22:55.951 INFO blam! Oct 15 04:22:55.951 INFO blam! running 0 tests Oct 15 04:22:55.951 INFO blam! Oct 15 04:22:55.951 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:22:55.951 INFO blam! Oct 15 04:22:57.054 INFO running `"docker" "rm" "-f" "f5112577bb3009ac3fc58c790b7f6f4b020e02ae45a015716383458e54e1d39d"` Oct 15 04:22:57.351 INFO blam! f5112577bb3009ac3fc58c790b7f6f4b020e02ae45a015716383458e54e1d39d