Oct 14 17:25:20.025 INFO testing jakegornall/guessing_game against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:25:20.027 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 14 17:25:20.390 INFO blam! f637c3a62ebd7163bbf85be2c233997a71391606c717e4eaf3f00f12bcee5329 Oct 14 17:25:20.393 INFO running `"docker" "start" "-a" "f637c3a62ebd7163bbf85be2c233997a71391606c717e4eaf3f00f12bcee5329"` Oct 14 17:25:21.022 INFO kablam! usermod: no changes Oct 14 17:25:21.085 INFO kablam! Compiling guessing_game v0.1.0 (/source) Oct 14 17:25:21.479 INFO kablam! warning: unused variable: `play_again` Oct 14 17:25:21.479 INFO kablam! --> src/main.rs:27:13 Oct 14 17:25:21.479 INFO kablam! | Oct 14 17:25:21.479 INFO kablam! 27 | let mut play_again = String::new(); Oct 14 17:25:21.479 INFO kablam! | ^^^^^^^^^^ help: consider using `_play_again` instead Oct 14 17:25:21.479 INFO kablam! | Oct 14 17:25:21.479 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:25:21.479 INFO kablam! Oct 14 17:25:21.479 INFO kablam! warning: value assigned to `result` is never read Oct 14 17:25:21.479 INFO kablam! --> src/main.rs:28:13 Oct 14 17:25:21.479 INFO kablam! | Oct 14 17:25:21.479 INFO kablam! 28 | let mut result = false; Oct 14 17:25:21.479 INFO kablam! | ^^^^^^ Oct 14 17:25:21.479 INFO kablam! | Oct 14 17:25:21.479 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 17:25:21.479 INFO kablam! Oct 14 17:25:21.479 INFO kablam! warning: value assigned to `new_score` is never read Oct 14 17:25:21.479 INFO kablam! --> src/main.rs:63:13 Oct 14 17:25:21.479 INFO kablam! | Oct 14 17:25:21.479 INFO kablam! 63 | let mut new_score = 0; Oct 14 17:25:21.479 INFO kablam! | ^^^^^^^^^ Oct 14 17:25:21.479 INFO kablam! Oct 14 17:25:21.479 INFO kablam! warning: variable does not need to be mutable Oct 14 17:25:21.479 INFO kablam! --> src/main.rs:27:9 Oct 14 17:25:21.479 INFO kablam! | Oct 14 17:25:21.479 INFO kablam! 27 | let mut play_again = String::new(); Oct 14 17:25:21.479 INFO kablam! | ----^^^^^^^^^^ Oct 14 17:25:21.479 INFO kablam! | | Oct 14 17:25:21.479 INFO kablam! | help: remove this `mut` Oct 14 17:25:21.479 INFO kablam! | Oct 14 17:25:21.479 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:25:21.479 INFO kablam! Oct 14 17:25:21.965 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.92s Oct 14 17:25:21.968 INFO kablam! su: No module specific data is present Oct 14 17:25:22.635 INFO running `"docker" "rm" "-f" "f637c3a62ebd7163bbf85be2c233997a71391606c717e4eaf3f00f12bcee5329"` Oct 14 17:25:22.835 INFO blam! f637c3a62ebd7163bbf85be2c233997a71391606c717e4eaf3f00f12bcee5329 Oct 14 17:25:22.847 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 14 17:25:23.316 INFO blam! e6eb2c5d6c573ef17d3c2bcb21b6d4e481eb4cfcc7c04fe565028b9d30c845bd Oct 14 17:25:23.322 INFO running `"docker" "start" "-a" "e6eb2c5d6c573ef17d3c2bcb21b6d4e481eb4cfcc7c04fe565028b9d30c845bd"` Oct 14 17:25:24.727 INFO kablam! usermod: no changes Oct 14 17:25:24.757 INFO kablam! Compiling guessing_game v0.1.0 (/source) Oct 14 17:25:25.007 INFO kablam! warning: unused variable: `play_again` Oct 14 17:25:25.007 INFO kablam! --> src/main.rs:27:13 Oct 14 17:25:25.007 INFO kablam! | Oct 14 17:25:25.007 INFO kablam! 27 | let mut play_again = String::new(); Oct 14 17:25:25.007 INFO kablam! | ^^^^^^^^^^ help: consider using `_play_again` instead Oct 14 17:25:25.007 INFO kablam! | Oct 14 17:25:25.007 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:25:25.007 INFO kablam! Oct 14 17:25:25.007 INFO kablam! warning: value assigned to `result` is never read Oct 14 17:25:25.007 INFO kablam! --> src/main.rs:28:13 Oct 14 17:25:25.007 INFO kablam! | Oct 14 17:25:25.007 INFO kablam! 28 | let mut result = false; Oct 14 17:25:25.007 INFO kablam! | ^^^^^^ Oct 14 17:25:25.007 INFO kablam! | Oct 14 17:25:25.007 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 17:25:25.007 INFO kablam! Oct 14 17:25:25.007 INFO kablam! warning: value assigned to `new_score` is never read Oct 14 17:25:25.007 INFO kablam! --> src/main.rs:63:13 Oct 14 17:25:25.007 INFO kablam! | Oct 14 17:25:25.007 INFO kablam! 63 | let mut new_score = 0; Oct 14 17:25:25.007 INFO kablam! | ^^^^^^^^^ Oct 14 17:25:25.007 INFO kablam! Oct 14 17:25:25.019 INFO kablam! warning: variable does not need to be mutable Oct 14 17:25:25.019 INFO kablam! --> src/main.rs:27:9 Oct 14 17:25:25.019 INFO kablam! | Oct 14 17:25:25.019 INFO kablam! 27 | let mut play_again = String::new(); Oct 14 17:25:25.019 INFO kablam! | ----^^^^^^^^^^ Oct 14 17:25:25.019 INFO kablam! | | Oct 14 17:25:25.019 INFO kablam! | help: remove this `mut` Oct 14 17:25:25.019 INFO kablam! | Oct 14 17:25:25.019 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:25:25.019 INFO kablam! Oct 14 17:25:25.423 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.67s Oct 14 17:25:25.427 INFO kablam! su: No module specific data is present Oct 14 17:25:25.819 INFO running `"docker" "rm" "-f" "e6eb2c5d6c573ef17d3c2bcb21b6d4e481eb4cfcc7c04fe565028b9d30c845bd"` Oct 14 17:25:26.111 INFO blam! e6eb2c5d6c573ef17d3c2bcb21b6d4e481eb4cfcc7c04fe565028b9d30c845bd Oct 14 17:25:26.111 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 14 17:25:26.632 INFO blam! 449b21f92c6ed84e078b93776d51609a9fe9ffea5bf897df53e5d3d07394a0f3 Oct 14 17:25:26.643 INFO running `"docker" "start" "-a" "449b21f92c6ed84e078b93776d51609a9fe9ffea5bf897df53e5d3d07394a0f3"` Oct 14 17:25:28.291 INFO kablam! usermod: no changes Oct 14 17:25:28.351 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 17:25:28.351 INFO kablam! Running /target/debug/deps/guessing_game-48206faf37e754c2 Oct 14 17:25:28.359 INFO blam! Oct 14 17:25:28.359 INFO blam! running 0 tests Oct 14 17:25:28.359 INFO blam! Oct 14 17:25:28.359 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:25:28.359 INFO blam! Oct 14 17:25:28.359 INFO kablam! su: No module specific data is present Oct 14 17:25:29.292 INFO running `"docker" "rm" "-f" "449b21f92c6ed84e078b93776d51609a9fe9ffea5bf897df53e5d3d07394a0f3"` Oct 14 17:25:29.626 INFO blam! 449b21f92c6ed84e078b93776d51609a9fe9ffea5bf897df53e5d3d07394a0f3