Oct 12 19:53:53.218 INFO testing vesche/rta against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 19:53:53.219 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 19:53:53.858 INFO blam! 864363d4336efaf31d4f09721f65e3f5d44120f9b68a3448da508abe1c3cf21a Oct 12 19:53:53.859 INFO running `"docker" "start" "-a" "864363d4336efaf31d4f09721f65e3f5d44120f9b68a3448da508abe1c3cf21a"` Oct 12 19:53:56.094 INFO kablam! usermod: no changes Oct 12 19:53:56.175 INFO kablam! Compiling text_game v0.1.0 (/source) Oct 12 19:53:56.416 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 12 19:53:56.416 INFO kablam! --> src/common.rs:38:9 Oct 12 19:53:56.416 INFO kablam! | Oct 12 19:53:56.417 INFO kablam! 38 | thread::sleep_ms(30); Oct 12 19:53:56.417 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 19:53:56.417 INFO kablam! | Oct 12 19:53:56.417 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 19:53:56.417 INFO kablam! Oct 12 19:53:56.478 INFO kablam! warning: unused variable: `inventory` Oct 12 19:53:56.478 INFO kablam! --> src/main.rs:68:13 Oct 12 19:53:56.478 INFO kablam! | Oct 12 19:53:56.478 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 12 19:53:56.478 INFO kablam! | ^^^^^^^^^ help: consider using `_inventory` instead Oct 12 19:53:56.478 INFO kablam! | Oct 12 19:53:56.478 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:53:56.478 INFO kablam! Oct 12 19:53:56.479 INFO kablam! warning: value assigned to `player_move` is never read Oct 12 19:53:56.479 INFO kablam! --> src/main.rs:103:17 Oct 12 19:53:56.479 INFO kablam! | Oct 12 19:53:56.479 INFO kablam! 103 | let mut player_move = String::new(); Oct 12 19:53:56.479 INFO kablam! | ^^^^^^^^^^^ Oct 12 19:53:56.479 INFO kablam! | Oct 12 19:53:56.479 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 19:53:56.479 INFO kablam! Oct 12 19:53:56.495 INFO kablam! warning: variable does not need to be mutable Oct 12 19:53:56.495 INFO kablam! --> src/main.rs:66:9 Oct 12 19:53:56.495 INFO kablam! | Oct 12 19:53:56.495 INFO kablam! 66 | let mut level = 0; Oct 12 19:53:56.496 INFO kablam! | ----^^^^^ Oct 12 19:53:56.496 INFO kablam! | | Oct 12 19:53:56.496 INFO kablam! | help: remove this `mut` Oct 12 19:53:56.496 INFO kablam! | Oct 12 19:53:56.496 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:53:56.496 INFO kablam! Oct 12 19:53:56.496 INFO kablam! warning: variable does not need to be mutable Oct 12 19:53:56.496 INFO kablam! --> src/main.rs:68:9 Oct 12 19:53:56.496 INFO kablam! | Oct 12 19:53:56.496 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 12 19:53:56.496 INFO kablam! | ----^^^^^^^^^ Oct 12 19:53:56.496 INFO kablam! | | Oct 12 19:53:56.496 INFO kablam! | help: remove this `mut` Oct 12 19:53:56.496 INFO kablam! Oct 12 19:53:56.502 INFO kablam! warning: field is never used: `items` Oct 12 19:53:56.502 INFO kablam! --> src/tiles.rs:18:5 Oct 12 19:53:56.502 INFO kablam! | Oct 12 19:53:56.502 INFO kablam! 18 | items: &'static str, Oct 12 19:53:56.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 19:53:56.502 INFO kablam! | Oct 12 19:53:56.502 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:53:56.502 INFO kablam! Oct 12 19:53:56.502 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 19:53:56.502 INFO kablam! --> src/common.rs:44:5 Oct 12 19:53:56.502 INFO kablam! | Oct 12 19:53:56.502 INFO kablam! 44 | Command::new("clear").status(); Oct 12 19:53:56.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:53:56.502 INFO kablam! | Oct 12 19:53:56.502 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 19:53:56.502 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 19:53:56.502 INFO kablam! Oct 12 19:53:57.633 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.51s Oct 12 19:53:57.636 INFO kablam! su: No module specific data is present Oct 12 19:53:59.231 INFO running `"docker" "rm" "-f" "864363d4336efaf31d4f09721f65e3f5d44120f9b68a3448da508abe1c3cf21a"` Oct 12 19:53:59.603 INFO blam! 864363d4336efaf31d4f09721f65e3f5d44120f9b68a3448da508abe1c3cf21a Oct 12 19:53:59.610 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 19:54:00.070 INFO blam! ca86096fa141d9e4893a79e5c50161a5378515e4d56273531c0d5a3721d19b0f Oct 12 19:54:00.071 INFO running `"docker" "start" "-a" "ca86096fa141d9e4893a79e5c50161a5378515e4d56273531c0d5a3721d19b0f"` Oct 12 19:54:02.102 INFO kablam! usermod: no changes Oct 12 19:54:02.191 INFO kablam! Compiling text_game v0.1.0 (/source) Oct 12 19:54:02.463 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 12 19:54:02.464 INFO kablam! --> src/common.rs:38:9 Oct 12 19:54:02.464 INFO kablam! | Oct 12 19:54:02.464 INFO kablam! 38 | thread::sleep_ms(30); Oct 12 19:54:02.465 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 19:54:02.465 INFO kablam! | Oct 12 19:54:02.465 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 19:54:02.465 INFO kablam! Oct 12 19:54:02.528 INFO kablam! warning: unused variable: `inventory` Oct 12 19:54:02.528 INFO kablam! --> src/main.rs:68:13 Oct 12 19:54:02.529 INFO kablam! | Oct 12 19:54:02.529 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 12 19:54:02.529 INFO kablam! | ^^^^^^^^^ help: consider using `_inventory` instead Oct 12 19:54:02.529 INFO kablam! | Oct 12 19:54:02.530 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:54:02.530 INFO kablam! Oct 12 19:54:02.530 INFO kablam! warning: value assigned to `player_move` is never read Oct 12 19:54:02.531 INFO kablam! --> src/main.rs:103:17 Oct 12 19:54:02.531 INFO kablam! | Oct 12 19:54:02.531 INFO kablam! 103 | let mut player_move = String::new(); Oct 12 19:54:02.532 INFO kablam! | ^^^^^^^^^^^ Oct 12 19:54:02.532 INFO kablam! | Oct 12 19:54:02.532 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 19:54:02.532 INFO kablam! Oct 12 19:54:02.536 INFO kablam! warning: variable does not need to be mutable Oct 12 19:54:02.537 INFO kablam! --> src/main.rs:66:9 Oct 12 19:54:02.537 INFO kablam! | Oct 12 19:54:02.537 INFO kablam! 66 | let mut level = 0; Oct 12 19:54:02.538 INFO kablam! | ----^^^^^ Oct 12 19:54:02.538 INFO kablam! | | Oct 12 19:54:02.538 INFO kablam! | help: remove this `mut` Oct 12 19:54:02.538 INFO kablam! | Oct 12 19:54:02.539 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:54:02.539 INFO kablam! Oct 12 19:54:02.539 INFO kablam! warning: variable does not need to be mutable Oct 12 19:54:02.539 INFO kablam! --> src/main.rs:68:9 Oct 12 19:54:02.540 INFO kablam! | Oct 12 19:54:02.540 INFO kablam! 68 | let mut inventory = ["lamp", "sword", "hat"]; Oct 12 19:54:02.540 INFO kablam! | ----^^^^^^^^^ Oct 12 19:54:02.540 INFO kablam! | | Oct 12 19:54:02.541 INFO kablam! | help: remove this `mut` Oct 12 19:54:02.541 INFO kablam! Oct 12 19:54:02.542 INFO kablam! warning: field is never used: `items` Oct 12 19:54:02.543 INFO kablam! --> src/tiles.rs:18:5 Oct 12 19:54:02.543 INFO kablam! | Oct 12 19:54:02.543 INFO kablam! 18 | items: &'static str, Oct 12 19:54:02.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 19:54:02.544 INFO kablam! | Oct 12 19:54:02.544 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:54:02.544 INFO kablam! Oct 12 19:54:02.544 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 19:54:02.544 INFO kablam! --> src/common.rs:44:5 Oct 12 19:54:02.544 INFO kablam! | Oct 12 19:54:02.545 INFO kablam! 44 | Command::new("clear").status(); Oct 12 19:54:02.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:54:02.545 INFO kablam! | Oct 12 19:54:02.546 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 19:54:02.546 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 19:54:02.546 INFO kablam! Oct 12 19:54:03.045 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 12 19:54:03.048 INFO kablam! su: No module specific data is present Oct 12 19:54:04.405 INFO running `"docker" "rm" "-f" "ca86096fa141d9e4893a79e5c50161a5378515e4d56273531c0d5a3721d19b0f"` Oct 12 19:54:04.770 INFO blam! ca86096fa141d9e4893a79e5c50161a5378515e4d56273531c0d5a3721d19b0f Oct 12 19:54:04.779 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 19:54:05.226 INFO blam! aaab0a6e62798b9623e6c2a70e8ffa7a950009032f37beb24e8a3c9390e3d259 Oct 12 19:54:05.229 INFO running `"docker" "start" "-a" "aaab0a6e62798b9623e6c2a70e8ffa7a950009032f37beb24e8a3c9390e3d259"` Oct 12 19:54:07.280 INFO kablam! usermod: no changes Oct 12 19:54:07.334 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 19:54:07.339 INFO kablam! Running /target/debug/deps/text_game-bd8df6102e8460f5 Oct 12 19:54:07.343 INFO blam! Oct 12 19:54:07.343 INFO blam! running 0 tests Oct 12 19:54:07.343 INFO blam! Oct 12 19:54:07.343 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:54:07.343 INFO blam! Oct 12 19:54:07.343 INFO kablam! su: No module specific data is present Oct 12 19:54:08.525 INFO running `"docker" "rm" "-f" "aaab0a6e62798b9623e6c2a70e8ffa7a950009032f37beb24e8a3c9390e3d259"` Oct 12 19:54:08.874 INFO blam! aaab0a6e62798b9623e6c2a70e8ffa7a950009032f37beb24e8a3c9390e3d259