Oct 12 19:52:41.497 INFO testing vesche/rta against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 19:52:41.497 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 19:52:42.020 INFO blam! 1b3d302c77bdf90605853d1ba45a42e09da3e7c06bd6e584b6add343907ee66e Oct 12 19:52:42.035 INFO running `"docker" "start" "-a" "1b3d302c77bdf90605853d1ba45a42e09da3e7c06bd6e584b6add343907ee66e"` Oct 12 19:52:43.246 INFO kablam! usermod: no changes Oct 12 19:52:43.356 INFO kablam! Compiling libc v0.2.29 Oct 12 19:52:44.657 INFO kablam! Compiling rand v0.3.16 Oct 12 19:52:47.119 INFO kablam! Compiling text_game v0.1.0 (/source) Oct 12 19:52:47.299 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 12 19:52:47.300 INFO kablam! --> src/common.rs:38:9 Oct 12 19:52:47.301 INFO kablam! | Oct 12 19:52:47.301 INFO kablam! 38 | thread::sleep_ms(30); Oct 12 19:52:47.302 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 19:52:47.303 INFO kablam! | Oct 12 19:52:47.303 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 19:52:47.304 INFO kablam! Oct 12 19:52:47.358 INFO kablam! warning: unused variable: `inventory` Oct 12 19:52:47.359 INFO kablam! --> src/main.rs:68:13 Oct 12 19:52:47.359 INFO kablam! | Oct 12 19:52:47.360 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 12 19:52:47.361 INFO kablam! | ^^^^^^^^^ help: consider using `_inventory` instead Oct 12 19:52:47.361 INFO kablam! | Oct 12 19:52:47.362 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:52:47.362 INFO kablam! Oct 12 19:52:47.363 INFO kablam! warning: value assigned to `player_move` is never read Oct 12 19:52:47.363 INFO kablam! --> src/main.rs:103:17 Oct 12 19:52:47.364 INFO kablam! | Oct 12 19:52:47.365 INFO kablam! 103 | let mut player_move = String::new(); Oct 12 19:52:47.365 INFO kablam! | ^^^^^^^^^^^ Oct 12 19:52:47.366 INFO kablam! | Oct 12 19:52:47.366 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 19:52:47.367 INFO kablam! Oct 12 19:52:47.367 INFO kablam! warning: variable does not need to be mutable Oct 12 19:52:47.368 INFO kablam! --> src/main.rs:66:9 Oct 12 19:52:47.368 INFO kablam! | Oct 12 19:52:47.368 INFO kablam! 66 | let mut level = 0; Oct 12 19:52:47.368 INFO kablam! | ----^^^^^ Oct 12 19:52:47.368 INFO kablam! | | Oct 12 19:52:47.368 INFO kablam! | help: remove this `mut` Oct 12 19:52:47.368 INFO kablam! | Oct 12 19:52:47.368 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:52:47.369 INFO kablam! Oct 12 19:52:47.369 INFO kablam! warning: variable does not need to be mutable Oct 12 19:52:47.369 INFO kablam! --> src/main.rs:68:9 Oct 12 19:52:47.369 INFO kablam! | Oct 12 19:52:47.369 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 12 19:52:47.369 INFO kablam! | ----^^^^^^^^^ Oct 12 19:52:47.369 INFO kablam! | | Oct 12 19:52:47.369 INFO kablam! | help: remove this `mut` Oct 12 19:52:47.369 INFO kablam! Oct 12 19:52:47.372 INFO kablam! warning: field is never used: `items` Oct 12 19:52:47.372 INFO kablam! --> src/tiles.rs:18:5 Oct 12 19:52:47.372 INFO kablam! | Oct 12 19:52:47.372 INFO kablam! 18 | items: &'static str, Oct 12 19:52:47.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 19:52:47.372 INFO kablam! | Oct 12 19:52:47.372 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:52:47.372 INFO kablam! Oct 12 19:52:47.374 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 19:52:47.374 INFO kablam! --> src/common.rs:44:5 Oct 12 19:52:47.374 INFO kablam! | Oct 12 19:52:47.374 INFO kablam! 44 | Command::new("clear").status(); Oct 12 19:52:47.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:52:47.374 INFO kablam! | Oct 12 19:52:47.374 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 19:52:47.374 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 19:52:47.374 INFO kablam! Oct 12 19:52:48.355 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.06s Oct 12 19:52:48.357 INFO kablam! su: No module specific data is present Oct 12 19:52:50.083 INFO running `"docker" "rm" "-f" "1b3d302c77bdf90605853d1ba45a42e09da3e7c06bd6e584b6add343907ee66e"` Oct 12 19:52:50.367 INFO blam! 1b3d302c77bdf90605853d1ba45a42e09da3e7c06bd6e584b6add343907ee66e Oct 12 19:52:50.368 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 19:52:50.884 INFO blam! 47d0c84b8e42d3318cddad5883d510a15fa0db6fdef9fc50e02ff95ed8d06ad0 Oct 12 19:52:50.887 INFO running `"docker" "start" "-a" "47d0c84b8e42d3318cddad5883d510a15fa0db6fdef9fc50e02ff95ed8d06ad0"` Oct 12 19:52:52.964 INFO kablam! usermod: no changes Oct 12 19:52:53.047 INFO kablam! Compiling text_game v0.1.0 (/source) Oct 12 19:52:53.245 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 12 19:52:53.245 INFO kablam! --> src/common.rs:38:9 Oct 12 19:52:53.245 INFO kablam! | Oct 12 19:52:53.245 INFO kablam! 38 | thread::sleep_ms(30); Oct 12 19:52:53.245 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 19:52:53.245 INFO kablam! | Oct 12 19:52:53.245 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 19:52:53.245 INFO kablam! Oct 12 19:52:53.309 INFO kablam! warning: unused variable: `inventory` Oct 12 19:52:53.309 INFO kablam! --> src/main.rs:68:13 Oct 12 19:52:53.309 INFO kablam! | Oct 12 19:52:53.310 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 12 19:52:53.310 INFO kablam! | ^^^^^^^^^ help: consider using `_inventory` instead Oct 12 19:52:53.310 INFO kablam! | Oct 12 19:52:53.310 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:52:53.310 INFO kablam! Oct 12 19:52:53.310 INFO kablam! warning: value assigned to `player_move` is never read Oct 12 19:52:53.310 INFO kablam! --> src/main.rs:103:17 Oct 12 19:52:53.310 INFO kablam! | Oct 12 19:52:53.310 INFO kablam! 103 | let mut player_move = String::new(); Oct 12 19:52:53.310 INFO kablam! | ^^^^^^^^^^^ Oct 12 19:52:53.310 INFO kablam! | Oct 12 19:52:53.310 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 19:52:53.310 INFO kablam! Oct 12 19:52:53.319 INFO kablam! warning: variable does not need to be mutable Oct 12 19:52:53.319 INFO kablam! --> src/main.rs:66:9 Oct 12 19:52:53.319 INFO kablam! | Oct 12 19:52:53.319 INFO kablam! 66 | let mut level = 0; Oct 12 19:52:53.319 INFO kablam! | ----^^^^^ Oct 12 19:52:53.319 INFO kablam! | | Oct 12 19:52:53.319 INFO kablam! | help: remove this `mut` Oct 12 19:52:53.319 INFO kablam! | Oct 12 19:52:53.320 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:52:53.320 INFO kablam! Oct 12 19:52:53.320 INFO kablam! warning: variable does not need to be mutable Oct 12 19:52:53.321 INFO kablam! --> src/main.rs:68:9 Oct 12 19:52:53.321 INFO kablam! | Oct 12 19:52:53.322 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 12 19:52:53.322 INFO kablam! | ----^^^^^^^^^ Oct 12 19:52:53.323 INFO kablam! | | Oct 12 19:52:53.323 INFO kablam! | help: remove this `mut` Oct 12 19:52:53.324 INFO kablam! Oct 12 19:52:53.331 INFO kablam! warning: field is never used: `items` Oct 12 19:52:53.331 INFO kablam! --> src/tiles.rs:18:5 Oct 12 19:52:53.332 INFO kablam! | Oct 12 19:52:53.332 INFO kablam! 18 | items: &'static str, Oct 12 19:52:53.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 19:52:53.333 INFO kablam! | Oct 12 19:52:53.334 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:52:53.334 INFO kablam! Oct 12 19:52:53.335 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 19:52:53.336 INFO kablam! --> src/common.rs:44:5 Oct 12 19:52:53.336 INFO kablam! | Oct 12 19:52:53.337 INFO kablam! 44 | Command::new("clear").status(); Oct 12 19:52:53.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:52:53.338 INFO kablam! | Oct 12 19:52:53.338 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 19:52:53.339 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 19:52:53.339 INFO kablam! Oct 12 19:52:53.912 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 12 19:52:53.915 INFO kablam! su: No module specific data is present Oct 12 19:52:55.413 INFO running `"docker" "rm" "-f" "47d0c84b8e42d3318cddad5883d510a15fa0db6fdef9fc50e02ff95ed8d06ad0"` Oct 12 19:52:55.695 INFO blam! 47d0c84b8e42d3318cddad5883d510a15fa0db6fdef9fc50e02ff95ed8d06ad0 Oct 12 19:52:55.699 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 19:52:56.342 INFO blam! c24a5370c77fb0cb3e09557a2d6accff60c07ab93aaf2d6efb0f2f5231a6cb40 Oct 12 19:52:56.344 INFO running `"docker" "start" "-a" "c24a5370c77fb0cb3e09557a2d6accff60c07ab93aaf2d6efb0f2f5231a6cb40"` Oct 12 19:52:58.682 INFO kablam! usermod: no changes Oct 12 19:52:58.763 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 12 19:52:58.765 INFO kablam! Running /target/debug/deps/text_game-c826565705b09ba6 Oct 12 19:52:58.781 INFO blam! Oct 12 19:52:58.781 INFO blam! running 0 tests Oct 12 19:52:58.781 INFO blam! Oct 12 19:52:58.781 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:52:58.781 INFO blam! Oct 12 19:52:58.783 INFO kablam! su: No module specific data is present Oct 12 19:53:00.452 INFO running `"docker" "rm" "-f" "c24a5370c77fb0cb3e09557a2d6accff60c07ab93aaf2d6efb0f2f5231a6cb40"` Oct 12 19:53:00.739 INFO blam! c24a5370c77fb0cb3e09557a2d6accff60c07ab93aaf2d6efb0f2f5231a6cb40