[INFO] cloning repository https://github.com/muhuk/z-buffer-game [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/muhuk/z-buffer-game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmuhuk%2Fz-buffer-game", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmuhuk%2Fz-buffer-game'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fae6a8f119656625c9ae013f5b30af3feacf56db [INFO] checking muhuk/z-buffer-game against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmuhuk%2Fz-buffer-game" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/muhuk/z-buffer-game on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/muhuk/z-buffer-game [INFO] finished tweaking git repo https://github.com/muhuk/z-buffer-game [INFO] tweaked toml for git repo https://github.com/muhuk/z-buffer-game written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/muhuk/z-buffer-game already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bluenoisers v1.1.1 [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7b2005bf5404cb63832ef937402b87f888734015d510c862e22421fa7eeec08d [INFO] running `Command { std: "docker" "start" "-a" "7b2005bf5404cb63832ef937402b87f888734015d510c862e22421fa7eeec08d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7b2005bf5404cb63832ef937402b87f888734015d510c862e22421fa7eeec08d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b2005bf5404cb63832ef937402b87f888734015d510c862e22421fa7eeec08d", kill_on_drop: false }` [INFO] [stdout] 7b2005bf5404cb63832ef937402b87f888734015d510c862e22421fa7eeec08d [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2147f20f1e3418677c37b8dbcb22a2286756f8e4b32d39290fbfdc7ccbd2034e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2147f20f1e3418677c37b8dbcb22a2286756f8e4b32d39290fbfdc7ccbd2034e", kill_on_drop: false }` [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Checking rand_core v0.4.0 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Checking memoffset v0.2.1 [INFO] [stderr] Checking crossbeam-utils v0.5.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling nonzero_signed v1.0.3 [INFO] [stderr] Checking termcolor v0.3.6 [INFO] [stderr] Checking shrev v1.1.1 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking lazy_static v0.1.16 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling tcod-sys v5.0.1 [INFO] [stderr] Checking owning_ref v0.4.0 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking lock_api v0.1.5 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Checking crossbeam-queue v0.1.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking bluenoisers v1.1.1 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking crossbeam-epoch v0.5.2 [INFO] [stderr] Checking crossbeam-epoch v0.6.1 [INFO] [stderr] Checking crossbeam-deque v0.6.3 [INFO] [stderr] Checking crossbeam-deque v0.5.2 [INFO] [stderr] Checking rayon-core v1.5.0 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Checking rayon v1.1.0 [INFO] [stderr] Checking crossbeam-channel v0.2.6 [INFO] [stderr] Checking crossbeam v0.4.1 [INFO] [stderr] Checking stderrlog v0.4.1 [INFO] [stderr] Checking shred v0.7.2 [INFO] [stderr] Checking hibitset v0.5.4 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling shred-derive v0.5.1 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling specs-derive v0.4.0 [INFO] [stderr] Checking tcod v0.15.0 [INFO] [stderr] Checking specs v0.14.3 [INFO] [stderr] Checking serde v1.0.98 [INFO] [stderr] Checking z-buffer-game v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `intersect` [INFO] [stdout] --> src/data/rectangle.rs:70:12 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn intersect(self, other: Rectangle) -> Option { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `center` [INFO] [stdout] --> src/data/rectangle.rs:94:8 [INFO] [stdout] | [INFO] [stdout] 94 | fn center(self) -> Location { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 22s [INFO] running `Command { std: "docker" "inspect" "2147f20f1e3418677c37b8dbcb22a2286756f8e4b32d39290fbfdc7ccbd2034e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2147f20f1e3418677c37b8dbcb22a2286756f8e4b32d39290fbfdc7ccbd2034e", kill_on_drop: false }` [INFO] [stdout] 2147f20f1e3418677c37b8dbcb22a2286756f8e4b32d39290fbfdc7ccbd2034e