Oct 21 12:31:46.143 INFO checking vesche/rta against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 12:31:46.143 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/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 21 12:31:46.593 INFO blam! 7b69e7f0497a0549dbfdacda033a6157e3976663030695086d0628c72692addf Oct 21 12:31:46.608 INFO running `"docker" "start" "-a" "7b69e7f0497a0549dbfdacda033a6157e3976663030695086d0628c72692addf"` Oct 21 12:31:48.388 INFO kablam! usermod: no changes Oct 21 12:31:48.480 INFO kablam! Checking text_game v0.1.0 (/source) Oct 21 12:31:48.753 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 21 12:31:48.753 INFO kablam! --> src/common.rs:38:9 Oct 21 12:31:48.753 INFO kablam! | Oct 21 12:31:48.754 INFO kablam! 38 | thread::sleep_ms(30); Oct 21 12:31:48.754 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 12:31:48.754 INFO kablam! | Oct 21 12:31:48.755 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 12:31:48.755 INFO kablam! Oct 21 12:31:48.808 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 21 12:31:48.808 INFO kablam! --> src/common.rs:38:9 Oct 21 12:31:48.808 INFO kablam! | Oct 21 12:31:48.808 INFO kablam! 38 | thread::sleep_ms(30); Oct 21 12:31:48.808 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 12:31:48.808 INFO kablam! | Oct 21 12:31:48.808 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 12:31:48.808 INFO kablam! Oct 21 12:31:48.904 INFO kablam! warning: unused variable: `inventory` Oct 21 12:31:48.904 INFO kablam! --> src/main.rs:68:13 Oct 21 12:31:48.904 INFO kablam! | Oct 21 12:31:48.904 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 21 12:31:48.904 INFO kablam! | ^^^^^^^^^ help: consider using `_inventory` instead Oct 21 12:31:48.904 INFO kablam! | Oct 21 12:31:48.904 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 12:31:48.904 INFO kablam! Oct 21 12:31:48.904 INFO kablam! warning: value assigned to `player_move` is never read Oct 21 12:31:48.904 INFO kablam! --> src/main.rs:103:17 Oct 21 12:31:48.904 INFO kablam! | Oct 21 12:31:48.904 INFO kablam! 103 | let mut player_move = String::new(); Oct 21 12:31:48.904 INFO kablam! | ^^^^^^^^^^^ Oct 21 12:31:48.904 INFO kablam! | Oct 21 12:31:48.904 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 12:31:48.904 INFO kablam! Oct 21 12:31:48.940 INFO kablam! warning: variable does not need to be mutable Oct 21 12:31:48.940 INFO kablam! --> src/main.rs:66:9 Oct 21 12:31:48.940 INFO kablam! | Oct 21 12:31:48.940 INFO kablam! 66 | let mut level = 0; Oct 21 12:31:48.940 INFO kablam! | ----^^^^^ Oct 21 12:31:48.940 INFO kablam! | | Oct 21 12:31:48.940 INFO kablam! | help: remove this `mut` Oct 21 12:31:48.940 INFO kablam! | Oct 21 12:31:48.940 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 12:31:48.940 INFO kablam! Oct 21 12:31:48.940 INFO kablam! warning: variable does not need to be mutable Oct 21 12:31:48.940 INFO kablam! --> src/main.rs:68:9 Oct 21 12:31:48.940 INFO kablam! | Oct 21 12:31:48.940 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 21 12:31:48.940 INFO kablam! | ----^^^^^^^^^ Oct 21 12:31:48.940 INFO kablam! | | Oct 21 12:31:48.940 INFO kablam! | help: remove this `mut` Oct 21 12:31:48.940 INFO kablam! Oct 21 12:31:48.959 INFO kablam! warning: field is never used: `items` Oct 21 12:31:48.959 INFO kablam! --> src/tiles.rs:18:5 Oct 21 12:31:48.959 INFO kablam! | Oct 21 12:31:48.959 INFO kablam! 18 | items: &'static str, Oct 21 12:31:48.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 12:31:48.959 INFO kablam! | Oct 21 12:31:48.959 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 12:31:48.959 INFO kablam! Oct 21 12:31:48.959 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 12:31:48.959 INFO kablam! --> src/common.rs:44:5 Oct 21 12:31:48.959 INFO kablam! | Oct 21 12:31:48.959 INFO kablam! 44 | Command::new("clear").status(); Oct 21 12:31:48.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:31:48.959 INFO kablam! | Oct 21 12:31:48.959 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 12:31:48.959 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 12:31:48.959 INFO kablam! Oct 21 12:31:48.992 INFO kablam! warning: unused variable: `inventory` Oct 21 12:31:48.992 INFO kablam! --> src/main.rs:68:13 Oct 21 12:31:48.992 INFO kablam! | Oct 21 12:31:48.992 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 21 12:31:48.992 INFO kablam! | ^^^^^^^^^ help: consider using `_inventory` instead Oct 21 12:31:48.992 INFO kablam! | Oct 21 12:31:48.992 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 12:31:48.992 INFO kablam! Oct 21 12:31:48.992 INFO kablam! warning: value assigned to `player_move` is never read Oct 21 12:31:48.992 INFO kablam! --> src/main.rs:103:17 Oct 21 12:31:48.992 INFO kablam! | Oct 21 12:31:48.992 INFO kablam! 103 | let mut player_move = String::new(); Oct 21 12:31:48.992 INFO kablam! | ^^^^^^^^^^^ Oct 21 12:31:48.992 INFO kablam! | Oct 21 12:31:48.992 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 12:31:48.992 INFO kablam! Oct 21 12:31:49.024 INFO kablam! warning: variable does not need to be mutable Oct 21 12:31:49.024 INFO kablam! --> src/main.rs:66:9 Oct 21 12:31:49.024 INFO kablam! | Oct 21 12:31:49.024 INFO kablam! 66 | let mut level = 0; Oct 21 12:31:49.024 INFO kablam! | ----^^^^^ Oct 21 12:31:49.024 INFO kablam! | | Oct 21 12:31:49.024 INFO kablam! | help: remove this `mut` Oct 21 12:31:49.024 INFO kablam! | Oct 21 12:31:49.024 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 12:31:49.024 INFO kablam! Oct 21 12:31:49.024 INFO kablam! warning: variable does not need to be mutable Oct 21 12:31:49.024 INFO kablam! --> src/main.rs:68:9 Oct 21 12:31:49.024 INFO kablam! | Oct 21 12:31:49.024 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 21 12:31:49.024 INFO kablam! | ----^^^^^^^^^ Oct 21 12:31:49.024 INFO kablam! | | Oct 21 12:31:49.024 INFO kablam! | help: remove this `mut` Oct 21 12:31:49.024 INFO kablam! Oct 21 12:31:49.032 INFO kablam! warning: field is never used: `items` Oct 21 12:31:49.032 INFO kablam! --> src/tiles.rs:18:5 Oct 21 12:31:49.032 INFO kablam! | Oct 21 12:31:49.032 INFO kablam! 18 | items: &'static str, Oct 21 12:31:49.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 12:31:49.032 INFO kablam! | Oct 21 12:31:49.032 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 12:31:49.032 INFO kablam! Oct 21 12:31:49.036 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 12:31:49.036 INFO kablam! --> src/common.rs:44:5 Oct 21 12:31:49.036 INFO kablam! | Oct 21 12:31:49.036 INFO kablam! 44 | Command::new("clear").status(); Oct 21 12:31:49.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:31:49.036 INFO kablam! | Oct 21 12:31:49.036 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 12:31:49.036 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 12:31:49.036 INFO kablam! Oct 21 12:31:49.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.67s Oct 21 12:31:49.088 INFO kablam! su: No module specific data is present Oct 21 12:31:50.024 INFO running `"docker" "rm" "-f" "7b69e7f0497a0549dbfdacda033a6157e3976663030695086d0628c72692addf"` Oct 21 12:31:50.325 INFO blam! 7b69e7f0497a0549dbfdacda033a6157e3976663030695086d0628c72692addf