Oct 15 07:05:25.864 INFO testing SCOTPAUL/game_of_life against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 07:05:25.864 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 07:05:26.267 INFO blam! 3a334fca3d430704919f1bd2d92d14f724d963b0e8adee58af35130d87bd1b57 Oct 15 07:05:26.275 INFO running `"docker" "start" "-a" "3a334fca3d430704919f1bd2d92d14f724d963b0e8adee58af35130d87bd1b57"` Oct 15 07:05:26.819 INFO kablam! usermod: no changes Oct 15 07:05:26.871 INFO kablam! Compiling tempfile v2.1.5 Oct 15 07:05:27.787 INFO kablam! Compiling gag v0.1.9 Oct 15 07:05:28.579 INFO kablam! Compiling rustty v0.1.12 Oct 15 07:05:30.287 INFO kablam! Compiling game_of_life v0.1.0 (/source) Oct 15 07:05:30.851 INFO kablam! warning: variable does not need to be mutable Oct 15 07:05:30.851 INFO kablam! --> src/main.rs:103:17 Oct 15 07:05:30.851 INFO kablam! | Oct 15 07:05:30.852 INFO kablam! 103 | let mut current_cell = term.get_mut(cursor_pos.x, cursor_pos.y).unwrap(); Oct 15 07:05:30.852 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 07:05:30.852 INFO kablam! | | Oct 15 07:05:30.852 INFO kablam! | help: remove this `mut` Oct 15 07:05:30.853 INFO kablam! | Oct 15 07:05:30.853 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:05:30.853 INFO kablam! Oct 15 07:05:30.853 INFO kablam! warning: variable does not need to be mutable Oct 15 07:05:30.854 INFO kablam! --> src/main.rs:122:9 Oct 15 07:05:30.854 INFO kablam! | Oct 15 07:05:30.854 INFO kablam! 122 | let mut current_cell = term.get_mut(cursor_pos.x, cursor_pos.y).unwrap(); Oct 15 07:05:30.854 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 07:05:30.855 INFO kablam! | | Oct 15 07:05:30.855 INFO kablam! | help: remove this `mut` Oct 15 07:05:30.855 INFO kablam! Oct 15 07:05:31.803 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.96s Oct 15 07:05:31.811 INFO kablam! su: No module specific data is present Oct 15 07:05:32.632 INFO running `"docker" "rm" "-f" "3a334fca3d430704919f1bd2d92d14f724d963b0e8adee58af35130d87bd1b57"` Oct 15 07:05:32.923 INFO blam! 3a334fca3d430704919f1bd2d92d14f724d963b0e8adee58af35130d87bd1b57 Oct 15 07:05:32.925 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 07:05:33.460 INFO blam! 122c80f0d676e893d0f878ad443c88fd092984ff2cbfa9e9af3c42d602c77ba4 Oct 15 07:05:33.462 INFO running `"docker" "start" "-a" "122c80f0d676e893d0f878ad443c88fd092984ff2cbfa9e9af3c42d602c77ba4"` Oct 15 07:05:35.415 INFO kablam! usermod: no changes Oct 15 07:05:35.570 INFO kablam! Compiling game_of_life v0.1.0 (/source) Oct 15 07:05:36.259 INFO kablam! warning: variable does not need to be mutable Oct 15 07:05:36.259 INFO kablam! --> src/main.rs:103:17 Oct 15 07:05:36.259 INFO kablam! | Oct 15 07:05:36.259 INFO kablam! 103 | let mut current_cell = term.get_mut(cursor_pos.x, cursor_pos.y).unwrap(); Oct 15 07:05:36.259 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 07:05:36.259 INFO kablam! | | Oct 15 07:05:36.259 INFO kablam! | help: remove this `mut` Oct 15 07:05:36.259 INFO kablam! | Oct 15 07:05:36.259 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:05:36.259 INFO kablam! Oct 15 07:05:36.259 INFO kablam! warning: variable does not need to be mutable Oct 15 07:05:36.259 INFO kablam! --> src/main.rs:122:9 Oct 15 07:05:36.259 INFO kablam! | Oct 15 07:05:36.259 INFO kablam! 122 | let mut current_cell = term.get_mut(cursor_pos.x, cursor_pos.y).unwrap(); Oct 15 07:05:36.259 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 07:05:36.259 INFO kablam! | | Oct 15 07:05:36.259 INFO kablam! | help: remove this `mut` Oct 15 07:05:36.259 INFO kablam! Oct 15 07:05:36.762 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 15 07:05:36.765 INFO kablam! su: No module specific data is present Oct 15 07:05:37.363 INFO running `"docker" "rm" "-f" "122c80f0d676e893d0f878ad443c88fd092984ff2cbfa9e9af3c42d602c77ba4"` Oct 15 07:05:37.651 INFO blam! 122c80f0d676e893d0f878ad443c88fd092984ff2cbfa9e9af3c42d602c77ba4 Oct 15 07:05:37.657 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 07:05:38.082 INFO blam! 82f6f4d3f4c26c74b1b80fd4ba3f26793e78a67b2b46dd219688255ec91e22c9 Oct 15 07:05:38.087 INFO running `"docker" "start" "-a" "82f6f4d3f4c26c74b1b80fd4ba3f26793e78a67b2b46dd219688255ec91e22c9"` Oct 15 07:05:39.254 INFO kablam! usermod: no changes Oct 15 07:05:39.395 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 07:05:39.396 INFO kablam! Running /target/debug/deps/game_of_life-9d98a4713a272eda Oct 15 07:05:39.403 INFO blam! Oct 15 07:05:39.403 INFO blam! running 0 tests Oct 15 07:05:39.403 INFO blam! Oct 15 07:05:39.403 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:05:39.403 INFO blam! Oct 15 07:05:39.404 INFO kablam! su: No module specific data is present Oct 15 07:05:40.452 INFO running `"docker" "rm" "-f" "82f6f4d3f4c26c74b1b80fd4ba3f26793e78a67b2b46dd219688255ec91e22c9"` Oct 15 07:05:40.762 INFO blam! 82f6f4d3f4c26c74b1b80fd4ba3f26793e78a67b2b46dd219688255ec91e22c9