[INFO] updating cached repository https://github.com/odd-otocyon/rust_roguelike [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fa6994c20276e9ac8e6456ccbde4f94cd3992132 [INFO] testing odd-otocyon/rust_roguelike against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fodd-otocyon%2Frust_roguelike" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/odd-otocyon/rust_roguelike on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/odd-otocyon/rust_roguelike [INFO] finished tweaking git repo https://github.com/odd-otocyon/rust_roguelike [INFO] tweaked toml for git repo https://github.com/odd-otocyon/rust_roguelike written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/odd-otocyon/rust_roguelike already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] dcb627f844a254ccb43eeae8754a4d0ad20c4d43b91eafe034248430b5102b9c [INFO] running `"docker" "start" "-a" "dcb627f844a254ccb43eeae8754a4d0ad20c4d43b91eafe034248430b5102b9c"` [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling bitflags v0.1.1 [INFO] [stderr] Compiling tcod-sys v5.0.1 [INFO] [stderr] Compiling tcod v0.15.0 [INFO] [stderr] Compiling rust_roguelike v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable `Key` should have a snake case name [INFO] [stderr] --> src/main.rs:197:9 [INFO] [stderr] | [INFO] [stderr] 197 | let Key = tcod.root.wait_for_keypress(true); [INFO] [stderr] | ^^^ help: convert the identifier to snake case (notice the capitalization): `key` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.97s [INFO] running `"docker" "inspect" "dcb627f844a254ccb43eeae8754a4d0ad20c4d43b91eafe034248430b5102b9c"` [INFO] running `"docker" "rm" "-f" "dcb627f844a254ccb43eeae8754a4d0ad20c4d43b91eafe034248430b5102b9c"` [INFO] [stdout] dcb627f844a254ccb43eeae8754a4d0ad20c4d43b91eafe034248430b5102b9c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b1d030e35b651a47c258fcdbaa06592c214622ef6b2fbce8dc5340d90cc80efc [INFO] running `"docker" "start" "-a" "b1d030e35b651a47c258fcdbaa06592c214622ef6b2fbce8dc5340d90cc80efc"` [INFO] [stderr] Compiling rust_roguelike v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable `Key` should have a snake case name [INFO] [stderr] --> src/main.rs:197:9 [INFO] [stderr] | [INFO] [stderr] 197 | let Key = tcod.root.wait_for_keypress(true); [INFO] [stderr] | ^^^ help: convert the identifier to snake case (notice the capitalization): `key` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.98s [INFO] running `"docker" "inspect" "b1d030e35b651a47c258fcdbaa06592c214622ef6b2fbce8dc5340d90cc80efc"` [INFO] running `"docker" "rm" "-f" "b1d030e35b651a47c258fcdbaa06592c214622ef6b2fbce8dc5340d90cc80efc"` [INFO] [stdout] b1d030e35b651a47c258fcdbaa06592c214622ef6b2fbce8dc5340d90cc80efc [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7ad92df778c1a0341e7767b4790697fd6b39525cc5e5064c115da923ea5942cf [INFO] running `"docker" "start" "-a" "7ad92df778c1a0341e7767b4790697fd6b39525cc5e5064c115da923ea5942cf"` [INFO] [stderr] warning: variable `Key` should have a snake case name [INFO] [stderr] --> src/main.rs:197:9 [INFO] [stderr] | [INFO] [stderr] 197 | let Key = tcod.root.wait_for_keypress(true); [INFO] [stderr] | ^^^ help: convert the identifier to snake case (notice the capitalization): `key` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust_roguelike-751bda720d94abb2 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "7ad92df778c1a0341e7767b4790697fd6b39525cc5e5064c115da923ea5942cf"` [INFO] running `"docker" "rm" "-f" "7ad92df778c1a0341e7767b4790697fd6b39525cc5e5064c115da923ea5942cf"` [INFO] [stdout] 7ad92df778c1a0341e7767b4790697fd6b39525cc5e5064c115da923ea5942cf