Oct 26 18:33:11.200 INFO checking vesche/rta against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 18:33:11.200 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:11.649 INFO blam! 00ec14b77ce71f9eaeee5597a9c9ba1dd4a9f9bf2634b2231599b8d0e3a1fd21 Oct 26 18:33:11.652 INFO running `"docker" "start" "-a" "00ec14b77ce71f9eaeee5597a9c9ba1dd4a9f9bf2634b2231599b8d0e3a1fd21"` Oct 26 18:33:13.899 INFO kablam! usermod: no changes Oct 26 18:33:14.019 INFO kablam! Checking text_game v0.1.0 (/source) Oct 26 18:33:14.443 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 26 18:33:14.444 INFO kablam! --> src/common.rs:38:9 Oct 26 18:33:14.444 INFO kablam! | Oct 26 18:33:14.444 INFO kablam! 38 | thread::sleep_ms(30); Oct 26 18:33:14.444 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 18:33:14.444 INFO kablam! | Oct 26 18:33:14.445 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 18:33:14.445 INFO kablam! Oct 26 18:33:14.475 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 26 18:33:14.476 INFO kablam! --> src/common.rs:38:9 Oct 26 18:33:14.476 INFO kablam! | Oct 26 18:33:14.477 INFO kablam! 38 | thread::sleep_ms(30); Oct 26 18:33:14.477 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 18:33:14.477 INFO kablam! | Oct 26 18:33:14.478 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 18:33:14.478 INFO kablam! Oct 26 18:33:14.551 INFO kablam! warning: unused variable: `inventory` Oct 26 18:33:14.551 INFO kablam! --> src/main.rs:68:13 Oct 26 18:33:14.551 INFO kablam! | Oct 26 18:33:14.551 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 26 18:33:14.551 INFO kablam! | ^^^^^^^^^ help: consider using `_inventory` instead Oct 26 18:33:14.551 INFO kablam! | Oct 26 18:33:14.553 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 18:33:14.553 INFO kablam! Oct 26 18:33:14.553 INFO kablam! warning: value assigned to `player_move` is never read Oct 26 18:33:14.553 INFO kablam! --> src/main.rs:103:17 Oct 26 18:33:14.553 INFO kablam! | Oct 26 18:33:14.553 INFO kablam! 103 | let mut player_move = String::new(); Oct 26 18:33:14.553 INFO kablam! | ^^^^^^^^^^^ Oct 26 18:33:14.553 INFO kablam! | Oct 26 18:33:14.553 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 18:33:14.553 INFO kablam! Oct 26 18:33:14.561 INFO kablam! warning: variable does not need to be mutable Oct 26 18:33:14.561 INFO kablam! --> src/main.rs:66:9 Oct 26 18:33:14.561 INFO kablam! | Oct 26 18:33:14.561 INFO kablam! 66 | let mut level = 0; Oct 26 18:33:14.561 INFO kablam! | ----^^^^^ Oct 26 18:33:14.561 INFO kablam! | | Oct 26 18:33:14.561 INFO kablam! | help: remove this `mut` Oct 26 18:33:14.562 INFO kablam! | Oct 26 18:33:14.562 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 18:33:14.562 INFO kablam! Oct 26 18:33:14.562 INFO kablam! warning: variable does not need to be mutable Oct 26 18:33:14.562 INFO kablam! --> src/main.rs:68:9 Oct 26 18:33:14.562 INFO kablam! | Oct 26 18:33:14.562 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 26 18:33:14.562 INFO kablam! | ----^^^^^^^^^ Oct 26 18:33:14.562 INFO kablam! | | Oct 26 18:33:14.562 INFO kablam! | help: remove this `mut` Oct 26 18:33:14.562 INFO kablam! Oct 26 18:33:14.568 INFO kablam! warning: field is never used: `items` Oct 26 18:33:14.568 INFO kablam! --> src/tiles.rs:18:5 Oct 26 18:33:14.568 INFO kablam! | Oct 26 18:33:14.568 INFO kablam! 18 | items: &'static str, Oct 26 18:33:14.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 18:33:14.568 INFO kablam! | Oct 26 18:33:14.568 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 18:33:14.568 INFO kablam! Oct 26 18:33:14.579 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 18:33:14.579 INFO kablam! --> src/common.rs:44:5 Oct 26 18:33:14.579 INFO kablam! | Oct 26 18:33:14.579 INFO kablam! 44 | Command::new("clear").status(); Oct 26 18:33:14.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 18:33:14.579 INFO kablam! | Oct 26 18:33:14.579 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 18:33:14.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 18:33:14.579 INFO kablam! Oct 26 18:33:14.627 INFO kablam! warning: unused variable: `inventory` Oct 26 18:33:14.627 INFO kablam! --> src/main.rs:68:13 Oct 26 18:33:14.627 INFO kablam! | Oct 26 18:33:14.627 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 26 18:33:14.627 INFO kablam! | ^^^^^^^^^ help: consider using `_inventory` instead Oct 26 18:33:14.627 INFO kablam! | Oct 26 18:33:14.627 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 18:33:14.627 INFO kablam! Oct 26 18:33:14.627 INFO kablam! warning: value assigned to `player_move` is never read Oct 26 18:33:14.627 INFO kablam! --> src/main.rs:103:17 Oct 26 18:33:14.627 INFO kablam! | Oct 26 18:33:14.627 INFO kablam! 103 | let mut player_move = String::new(); Oct 26 18:33:14.627 INFO kablam! | ^^^^^^^^^^^ Oct 26 18:33:14.627 INFO kablam! | Oct 26 18:33:14.628 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 18:33:14.628 INFO kablam! Oct 26 18:33:14.653 INFO kablam! warning: variable does not need to be mutable Oct 26 18:33:14.653 INFO kablam! --> src/main.rs:66:9 Oct 26 18:33:14.653 INFO kablam! | Oct 26 18:33:14.653 INFO kablam! 66 | let mut level = 0; Oct 26 18:33:14.653 INFO kablam! | ----^^^^^ Oct 26 18:33:14.653 INFO kablam! | | Oct 26 18:33:14.653 INFO kablam! | help: remove this `mut` Oct 26 18:33:14.653 INFO kablam! | Oct 26 18:33:14.653 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 18:33:14.654 INFO kablam! Oct 26 18:33:14.654 INFO kablam! warning: variable does not need to be mutable Oct 26 18:33:14.654 INFO kablam! --> src/main.rs:68:9 Oct 26 18:33:14.654 INFO kablam! | Oct 26 18:33:14.654 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 26 18:33:14.654 INFO kablam! | ----^^^^^^^^^ Oct 26 18:33:14.654 INFO kablam! | | Oct 26 18:33:14.654 INFO kablam! | help: remove this `mut` Oct 26 18:33:14.654 INFO kablam! Oct 26 18:33:14.671 INFO kablam! warning: field is never used: `items` Oct 26 18:33:14.671 INFO kablam! --> src/tiles.rs:18:5 Oct 26 18:33:14.671 INFO kablam! | Oct 26 18:33:14.671 INFO kablam! 18 | items: &'static str, Oct 26 18:33:14.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 18:33:14.671 INFO kablam! | Oct 26 18:33:14.671 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 18:33:14.671 INFO kablam! Oct 26 18:33:14.672 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 18:33:14.672 INFO kablam! --> src/common.rs:44:5 Oct 26 18:33:14.672 INFO kablam! | Oct 26 18:33:14.672 INFO kablam! 44 | Command::new("clear").status(); Oct 26 18:33:14.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 18:33:14.672 INFO kablam! | Oct 26 18:33:14.672 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 18:33:14.672 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 18:33:14.673 INFO kablam! Oct 26 18:33:14.715 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.76s Oct 26 18:33:14.722 INFO kablam! su: No module specific data is present Oct 26 18:33:16.249 INFO running `"docker" "rm" "-f" "00ec14b77ce71f9eaeee5597a9c9ba1dd4a9f9bf2634b2231599b8d0e3a1fd21"` Oct 26 18:33:16.687 INFO blam! 00ec14b77ce71f9eaeee5597a9c9ba1dd4a9f9bf2634b2231599b8d0e3a1fd21