Oct 26 18:33:16.770 INFO checking vesche/rta against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 18:33:16.771 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/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 26 18:33:17.368 INFO blam! 275bb3cbc745389e9860fa538ea8750c39a77510b4861181b0813f36bc9e5e7a Oct 26 18:33:17.370 INFO running `"docker" "start" "-a" "275bb3cbc745389e9860fa538ea8750c39a77510b4861181b0813f36bc9e5e7a"` Oct 26 18:33:20.122 INFO kablam! usermod: no changes Oct 26 18:33:20.207 INFO kablam! Checking rand v0.3.16 Oct 26 18:33:21.721 INFO kablam! Checking text_game v0.1.0 (/source) Oct 26 18:33:21.939 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 26 18:33:21.940 INFO kablam! --> src/common.rs:38:9 Oct 26 18:33:21.940 INFO kablam! | Oct 26 18:33:21.941 INFO kablam! 38 | thread::sleep_ms(30); Oct 26 18:33:21.942 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 18:33:21.942 INFO kablam! | Oct 26 18:33:21.943 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 18:33:21.944 INFO kablam! Oct 26 18:33:22.057 INFO kablam! warning: unused variable: `inventory` Oct 26 18:33:22.058 INFO kablam! --> src/main.rs:68:13 Oct 26 18:33:22.058 INFO kablam! | Oct 26 18:33:22.059 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 26 18:33:22.059 INFO kablam! | ^^^^^^^^^ help: consider using `_inventory` instead Oct 26 18:33:22.060 INFO kablam! | Oct 26 18:33:22.061 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 18:33:22.061 INFO kablam! Oct 26 18:33:22.062 INFO kablam! warning: value assigned to `player_move` is never read Oct 26 18:33:22.063 INFO kablam! --> src/main.rs:103:17 Oct 26 18:33:22.063 INFO kablam! | Oct 26 18:33:22.064 INFO kablam! 103 | let mut player_move = String::new(); Oct 26 18:33:22.064 INFO kablam! | ^^^^^^^^^^^ Oct 26 18:33:22.065 INFO kablam! | Oct 26 18:33:22.066 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 18:33:22.066 INFO kablam! Oct 26 18:33:22.072 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 26 18:33:22.072 INFO kablam! --> src/common.rs:38:9 Oct 26 18:33:22.073 INFO kablam! | Oct 26 18:33:22.073 INFO kablam! 38 | thread::sleep_ms(30); Oct 26 18:33:22.074 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 18:33:22.075 INFO kablam! | Oct 26 18:33:22.075 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 18:33:22.076 INFO kablam! Oct 26 18:33:22.081 INFO kablam! warning: variable does not need to be mutable Oct 26 18:33:22.082 INFO kablam! --> src/main.rs:66:9 Oct 26 18:33:22.082 INFO kablam! | Oct 26 18:33:22.083 INFO kablam! 66 | let mut level = 0; Oct 26 18:33:22.084 INFO kablam! | ----^^^^^ Oct 26 18:33:22.084 INFO kablam! | | Oct 26 18:33:22.085 INFO kablam! | help: remove this `mut` Oct 26 18:33:22.085 INFO kablam! | Oct 26 18:33:22.086 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 18:33:22.086 INFO kablam! Oct 26 18:33:22.087 INFO kablam! warning: variable does not need to be mutable Oct 26 18:33:22.088 INFO kablam! --> src/main.rs:68:9 Oct 26 18:33:22.088 INFO kablam! | Oct 26 18:33:22.089 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 26 18:33:22.090 INFO kablam! | ----^^^^^^^^^ Oct 26 18:33:22.090 INFO kablam! | | Oct 26 18:33:22.091 INFO kablam! | help: remove this `mut` Oct 26 18:33:22.091 INFO kablam! Oct 26 18:33:22.098 INFO kablam! warning: field is never used: `items` Oct 26 18:33:22.098 INFO kablam! --> src/tiles.rs:18:5 Oct 26 18:33:22.099 INFO kablam! | Oct 26 18:33:22.100 INFO kablam! 18 | items: &'static str, Oct 26 18:33:22.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 18:33:22.101 INFO kablam! | Oct 26 18:33:22.102 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 18:33:22.102 INFO kablam! Oct 26 18:33:22.103 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 18:33:22.104 INFO kablam! --> src/common.rs:44:5 Oct 26 18:33:22.104 INFO kablam! | Oct 26 18:33:22.105 INFO kablam! 44 | Command::new("clear").status(); Oct 26 18:33:22.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 18:33:22.106 INFO kablam! | Oct 26 18:33:22.107 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 18:33:22.107 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 18:33:22.108 INFO kablam! Oct 26 18:33:22.159 INFO kablam! warning: unused variable: `inventory` Oct 26 18:33:22.160 INFO kablam! --> src/main.rs:68:13 Oct 26 18:33:22.161 INFO kablam! | Oct 26 18:33:22.161 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 26 18:33:22.162 INFO kablam! | ^^^^^^^^^ help: consider using `_inventory` instead Oct 26 18:33:22.163 INFO kablam! | Oct 26 18:33:22.163 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 18:33:22.164 INFO kablam! Oct 26 18:33:22.164 INFO kablam! warning: value assigned to `player_move` is never read Oct 26 18:33:22.165 INFO kablam! --> src/main.rs:103:17 Oct 26 18:33:22.166 INFO kablam! | Oct 26 18:33:22.166 INFO kablam! 103 | let mut player_move = String::new(); Oct 26 18:33:22.171 INFO kablam! | ^^^^^^^^^^^ Oct 26 18:33:22.171 INFO kablam! | Oct 26 18:33:22.171 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 18:33:22.171 INFO kablam! Oct 26 18:33:22.180 INFO kablam! warning: variable does not need to be mutable Oct 26 18:33:22.180 INFO kablam! --> src/main.rs:66:9 Oct 26 18:33:22.180 INFO kablam! | Oct 26 18:33:22.180 INFO kablam! 66 | let mut level = 0; Oct 26 18:33:22.180 INFO kablam! | ----^^^^^ Oct 26 18:33:22.180 INFO kablam! | | Oct 26 18:33:22.180 INFO kablam! | help: remove this `mut` Oct 26 18:33:22.180 INFO kablam! | Oct 26 18:33:22.180 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 18:33:22.181 INFO kablam! Oct 26 18:33:22.181 INFO kablam! warning: variable does not need to be mutable Oct 26 18:33:22.181 INFO kablam! --> src/main.rs:68:9 Oct 26 18:33:22.181 INFO kablam! | Oct 26 18:33:22.181 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 26 18:33:22.181 INFO kablam! | ----^^^^^^^^^ Oct 26 18:33:22.181 INFO kablam! | | Oct 26 18:33:22.181 INFO kablam! | help: remove this `mut` Oct 26 18:33:22.181 INFO kablam! Oct 26 18:33:22.186 INFO kablam! warning: field is never used: `items` Oct 26 18:33:22.186 INFO kablam! --> src/tiles.rs:18:5 Oct 26 18:33:22.186 INFO kablam! | Oct 26 18:33:22.186 INFO kablam! 18 | items: &'static str, Oct 26 18:33:22.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 18:33:22.186 INFO kablam! | Oct 26 18:33:22.186 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 18:33:22.186 INFO kablam! Oct 26 18:33:22.187 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 18:33:22.187 INFO kablam! --> src/common.rs:44:5 Oct 26 18:33:22.187 INFO kablam! | Oct 26 18:33:22.187 INFO kablam! 44 | Command::new("clear").status(); Oct 26 18:33:22.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 18:33:22.187 INFO kablam! | Oct 26 18:33:22.187 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 18:33:22.187 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 18:33:22.187 INFO kablam! Oct 26 18:33:22.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.09s Oct 26 18:33:22.253 INFO kablam! su: No module specific data is present Oct 26 18:33:23.829 INFO running `"docker" "rm" "-f" "275bb3cbc745389e9860fa538ea8750c39a77510b4861181b0813f36bc9e5e7a"` Oct 26 18:33:24.139 INFO blam! 275bb3cbc745389e9860fa538ea8750c39a77510b4861181b0813f36bc9e5e7a