Oct 15 07:05:16.548 INFO testing SCOTPAUL/game_of_life against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 07:05:16.548 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:17.027 INFO blam! 6f2d551b56ada58d671e7a866e9a4750b945bfe4a0abef49aab1311c266e5a6e Oct 15 07:05:17.036 INFO running `"docker" "start" "-a" "6f2d551b56ada58d671e7a866e9a4750b945bfe4a0abef49aab1311c266e5a6e"` Oct 15 07:05:17.983 INFO kablam! usermod: no changes Oct 15 07:05:18.119 INFO kablam! Compiling tempfile v2.1.5 Oct 15 07:05:19.159 INFO kablam! Compiling gag v0.1.9 Oct 15 07:05:19.934 INFO kablam! Compiling rustty v0.1.12 Oct 15 07:05:21.559 INFO kablam! Compiling game_of_life v0.1.0 (/source) Oct 15 07:05:22.215 INFO kablam! warning: variable does not need to be mutable Oct 15 07:05:22.215 INFO kablam! --> src/main.rs:103:17 Oct 15 07:05:22.215 INFO kablam! | Oct 15 07:05:22.215 INFO kablam! 103 | let mut current_cell = term.get_mut(cursor_pos.x, cursor_pos.y).unwrap(); Oct 15 07:05:22.215 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 07:05:22.215 INFO kablam! | | Oct 15 07:05:22.215 INFO kablam! | help: remove this `mut` Oct 15 07:05:22.215 INFO kablam! | Oct 15 07:05:22.215 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:05:22.215 INFO kablam! Oct 15 07:05:22.215 INFO kablam! warning: variable does not need to be mutable Oct 15 07:05:22.215 INFO kablam! --> src/main.rs:122:9 Oct 15 07:05:22.215 INFO kablam! | Oct 15 07:05:22.215 INFO kablam! 122 | let mut current_cell = term.get_mut(cursor_pos.x, cursor_pos.y).unwrap(); Oct 15 07:05:22.215 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 07:05:22.215 INFO kablam! | | Oct 15 07:05:22.215 INFO kablam! | help: remove this `mut` Oct 15 07:05:22.215 INFO kablam! Oct 15 07:05:23.288 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.26s Oct 15 07:05:23.295 INFO kablam! su: No module specific data is present Oct 15 07:05:24.099 INFO running `"docker" "rm" "-f" "6f2d551b56ada58d671e7a866e9a4750b945bfe4a0abef49aab1311c266e5a6e"` Oct 15 07:05:24.451 INFO blam! 6f2d551b56ada58d671e7a866e9a4750b945bfe4a0abef49aab1311c266e5a6e Oct 15 07:05:24.453 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:24.931 INFO blam! 9754b816d139f0285e0ad213f952095a076af94d10c3e0005467c298ab2f5890 Oct 15 07:05:24.933 INFO running `"docker" "start" "-a" "9754b816d139f0285e0ad213f952095a076af94d10c3e0005467c298ab2f5890"` Oct 15 07:05:26.054 INFO kablam! usermod: no changes Oct 15 07:05:26.105 INFO kablam! Compiling game_of_life v0.1.0 (/source) Oct 15 07:05:26.687 INFO kablam! warning: variable does not need to be mutable Oct 15 07:05:26.687 INFO kablam! --> src/main.rs:103:17 Oct 15 07:05:26.687 INFO kablam! | Oct 15 07:05:26.687 INFO kablam! 103 | let mut current_cell = term.get_mut(cursor_pos.x, cursor_pos.y).unwrap(); Oct 15 07:05:26.687 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 07:05:26.687 INFO kablam! | | Oct 15 07:05:26.687 INFO kablam! | help: remove this `mut` Oct 15 07:05:26.687 INFO kablam! | Oct 15 07:05:26.687 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:05:26.687 INFO kablam! Oct 15 07:05:26.687 INFO kablam! warning: variable does not need to be mutable Oct 15 07:05:26.687 INFO kablam! --> src/main.rs:122:9 Oct 15 07:05:26.687 INFO kablam! | Oct 15 07:05:26.687 INFO kablam! 122 | let mut current_cell = term.get_mut(cursor_pos.x, cursor_pos.y).unwrap(); Oct 15 07:05:26.687 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 07:05:26.687 INFO kablam! | | Oct 15 07:05:26.687 INFO kablam! | help: remove this `mut` Oct 15 07:05:26.687 INFO kablam! Oct 15 07:05:27.053 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 15 07:05:27.059 INFO kablam! su: No module specific data is present Oct 15 07:05:28.151 INFO running `"docker" "rm" "-f" "9754b816d139f0285e0ad213f952095a076af94d10c3e0005467c298ab2f5890"` Oct 15 07:05:28.381 INFO blam! 9754b816d139f0285e0ad213f952095a076af94d10c3e0005467c298ab2f5890 Oct 15 07:05:28.389 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:28.759 INFO blam! 1737901261d05e597d259f133b2c9f49c6494ce17e6c815e51a35b6c7ac18dfd Oct 15 07:05:28.763 INFO running `"docker" "start" "-a" "1737901261d05e597d259f133b2c9f49c6494ce17e6c815e51a35b6c7ac18dfd"` Oct 15 07:05:29.787 INFO kablam! usermod: no changes Oct 15 07:05:29.910 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 07:05:29.912 INFO kablam! Running /target/debug/deps/game_of_life-4e58d6ac4f3799db Oct 15 07:05:29.937 INFO blam! Oct 15 07:05:29.937 INFO blam! running 0 tests Oct 15 07:05:29.937 INFO blam! Oct 15 07:05:29.937 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:05:29.937 INFO blam! Oct 15 07:05:29.939 INFO kablam! su: No module specific data is present Oct 15 07:05:30.597 INFO running `"docker" "rm" "-f" "1737901261d05e597d259f133b2c9f49c6494ce17e6c815e51a35b6c7ac18dfd"` Oct 15 07:05:30.833 INFO blam! 1737901261d05e597d259f133b2c9f49c6494ce17e6c815e51a35b6c7ac18dfd