[INFO] updating cached repository aaronleopold/Rust-Text-Adventure-Game [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/aaronleopold/Rust-Text-Adventure-Game [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/aaronleopold/Rust-Text-Adventure-Game" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/aaronleopold/Rust-Text-Adventure-Game"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/aaronleopold/Rust-Text-Adventure-Game'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/aaronleopold/Rust-Text-Adventure-Game" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/aaronleopold/Rust-Text-Adventure-Game"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/aaronleopold/Rust-Text-Adventure-Game'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f644c5cc571d81da6dad34253fb17709e00a3859 [INFO] sha for GitHub repo aaronleopold/Rust-Text-Adventure-Game: f644c5cc571d81da6dad34253fb17709e00a3859 [INFO] validating manifest of aaronleopold/Rust-Text-Adventure-Game on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of aaronleopold/Rust-Text-Adventure-Game on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing aaronleopold/Rust-Text-Adventure-Game [INFO] finished frobbing aaronleopold/Rust-Text-Adventure-Game [INFO] frobbed toml for aaronleopold/Rust-Text-Adventure-Game written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/aaronleopold/Rust-Text-Adventure-Game/Cargo.toml [INFO] started frobbing aaronleopold/Rust-Text-Adventure-Game [INFO] finished frobbing aaronleopold/Rust-Text-Adventure-Game [INFO] frobbed toml for aaronleopold/Rust-Text-Adventure-Game written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/aaronleopold/Rust-Text-Adventure-Game/Cargo.toml [INFO] crate aaronleopold/Rust-Text-Adventure-Game already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking aaronleopold/Rust-Text-Adventure-Game against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-6/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/aaronleopold/Rust-Text-Adventure-Game:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e5912746a2ea5028ed30df17489fe990794882527fdf151d6002e3882941c002 [INFO] running `"docker" "start" "-a" "e5912746a2ea5028ed30df17489fe990794882527fdf151d6002e3882941c002"` [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Checking console_rpg v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `crate::game_window::*` [INFO] [stderr] --> src/game_window/header.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::game_window::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `textwrap::fill` [INFO] [stderr] --> src/game_window/header.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use textwrap::fill; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `textwrap::fill` [INFO] [stderr] --> src/game_window/main_window.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use textwrap::fill; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `textwrap::fill` [INFO] [stderr] --> src/game_window/game.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use textwrap::fill; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::env` [INFO] [stderr] --> src/game_window/game.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use std::env; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::boxed::Box` [INFO] [stderr] --> src/interactables/room.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::boxed::Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `textwrap::fill` [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use textwrap::fill; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `BufRead`, `BufReader` [INFO] [stderr] --> src/main.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | use std::io::{BufRead, BufReader}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fs::File` [INFO] [stderr] --> src/main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use std::fs::File; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `entities::*` [INFO] [stderr] --> src/main.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use entities::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `interactables::*` [INFO] [stderr] --> src/main.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use interactables::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/game_window/game.rs:234:52 [INFO] [stderr] | [INFO] [stderr] 234 | waddch(self.main_window.get_win(), letter as u32); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected u64, found u32 [INFO] [stderr] | help: you can convert an `u32` to `u64`: `(letter as u32).into()` [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::game_window::*` [INFO] [stderr] --> src/game_window/header.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::game_window::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `textwrap::fill` [INFO] [stderr] --> src/game_window/header.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use textwrap::fill; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `textwrap::fill` [INFO] [stderr] --> src/game_window/main_window.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use textwrap::fill; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `textwrap::fill` [INFO] [stderr] --> src/game_window/game.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use textwrap::fill; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::env` [INFO] [stderr] --> src/game_window/game.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use std::env; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::boxed::Box` [INFO] [stderr] --> src/interactables/room.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::boxed::Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `textwrap::fill` [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use textwrap::fill; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `BufRead`, `BufReader` [INFO] [stderr] --> src/main.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | use std::io::{BufRead, BufReader}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fs::File` [INFO] [stderr] --> src/main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use std::fs::File; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `entities::*` [INFO] [stderr] --> src/main.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use entities::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `interactables::*` [INFO] [stderr] --> src/main.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use interactables::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `console_rpg`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/game_window/game.rs:234:52 [INFO] [stderr] | [INFO] [stderr] 234 | waddch(self.main_window.get_win(), letter as u32); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected u64, found u32 [INFO] [stderr] | help: you can convert an `u32` to `u64`: `(letter as u32).into()` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `console_rpg`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e5912746a2ea5028ed30df17489fe990794882527fdf151d6002e3882941c002"` [INFO] running `"docker" "rm" "-f" "e5912746a2ea5028ed30df17489fe990794882527fdf151d6002e3882941c002"` [INFO] [stdout] e5912746a2ea5028ed30df17489fe990794882527fdf151d6002e3882941c002