[INFO] cloning repository https://github.com/Eleven-junichi2/dungeon_monster_sweeper
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Eleven-junichi2/dungeon_monster_sweeper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEleven-junichi2%2Fdungeon_monster_sweeper", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEleven-junichi2%2Fdungeon_monster_sweeper'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fd798e0be1832ec06ab0faea4988e6c957e4a007
[INFO] checking Eleven-junichi2/dungeon_monster_sweeper/fd798e0be1832ec06ab0faea4988e6c957e4a007 against 1ed2df61a19042f231709eb05d032ae9e2cb2084 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEleven-junichi2%2Fdungeon_monster_sweeper" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Eleven-junichi2/dungeon_monster_sweeper
[INFO] finished tweaking git repo https://github.com/Eleven-junichi2/dungeon_monster_sweeper
[INFO] tweaked toml for git repo https://github.com/Eleven-junichi2/dungeon_monster_sweeper written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Eleven-junichi2/dungeon_monster_sweeper on toolchain 1ed2df61a19042f231709eb05d032ae9e2cb2084
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Eleven-junichi2/dungeon_monster_sweeper already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded redox_syscall v0.5.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 027dd08109c4225d7049f7787f7abb6f96671ed0b07594f41978e7bbb0c42c2c
[INFO] running `Command { std: "docker" "start" "027dd08109c4225d7049f7787f7abb6f96671ed0b07594f41978e7bbb0c42c2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "027dd08109c4225d7049f7787f7abb6f96671ed0b07594f41978e7bbb0c42c2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "027dd08109c4225d7049f7787f7abb6f96671ed0b07594f41978e7bbb0c42c2c" "/opt/rustwide/cargo-home/bin/cargo" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "027dd08109c4225d7049f7787f7abb6f96671ed0b07594f41978e7bbb0c42c2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "027dd08109c4225d7049f7787f7abb6f96671ed0b07594f41978e7bbb0c42c2c" "/opt/rustwide/cargo-home/bin/cargo" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking dungeon_monster_sweeper v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `IndexMut` and `Index`
[INFO] [stdout]   --> src/main.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 |     ops::{Index, IndexMut},
[INFO] [stdout]    |           ^^^^^  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `SetBackgroundColor` and `execute`
[INFO] [stdout]   --> src/main.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     execute, queue,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 17 |     style::{Color, Print, ResetColor, SetBackgroundColor, SetForegroundColor},
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `IndexMut` and `Index`
[INFO] [stdout]   --> src/main.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 |     ops::{Index, IndexMut},
[INFO] [stdout]    |           ^^^^^  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `SetBackgroundColor` and `execute`
[INFO] [stdout]   --> src/main.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     execute, queue,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 17 |     style::{Color, Print, ResetColor, SetBackgroundColor, SetForegroundColor},
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_line` is never used
[INFO] [stdout]   --> src/main.rs:67:4
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn draw_line<T: Copy>(
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `fog_of_war_maskmap` and `enemy_maskmap` are never used
[INFO] [stdout]    --> src/main.rs:93:8
[INFO] [stdout]     |
[INFO] [stdout]  92 | impl DungeonFloor {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout]  93 |     fn fog_of_war_maskmap(&self, width: usize, height: usize) -> Vec<Vec<bool>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     fn enemy_maskmap(&self, width: usize, height: usize) -> Vec<Vec<bool>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_line` is never used
[INFO] [stdout]   --> src/main.rs:67:4
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn draw_line<T: Copy>(
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `fog_of_war_maskmap` and `enemy_maskmap` are never used
[INFO] [stdout]    --> src/main.rs:93:8
[INFO] [stdout]     |
[INFO] [stdout]  92 | impl DungeonFloor {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout]  93 |     fn fog_of_war_maskmap(&self, width: usize, height: usize) -> Vec<Vec<bool>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     fn enemy_maskmap(&self, width: usize, height: usize) -> Vec<Vec<bool>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s
[INFO] running `Command { std: "docker" "inspect" "027dd08109c4225d7049f7787f7abb6f96671ed0b07594f41978e7bbb0c42c2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "027dd08109c4225d7049f7787f7abb6f96671ed0b07594f41978e7bbb0c42c2c", kill_on_drop: false }`
[INFO] [stdout] 027dd08109c4225d7049f7787f7abb6f96671ed0b07594f41978e7bbb0c42c2c
