[INFO] cloning repository https://github.com/Biped-Potato/bevy_fps_game
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Biped-Potato/bevy_fps_game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBiped-Potato%2Fbevy_fps_game", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBiped-Potato%2Fbevy_fps_game'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f01132c6e7e256e0c23e2a88d05b02f67202fdc4
[INFO] checking Biped-Potato/bevy_fps_game against master#c797096598b80ba4a40397ad7e91584fcd3df5f1 for pr-146377
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBiped-Potato%2Fbevy_fps_game" "/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/Biped-Potato/bevy_fps_game
[INFO] finished tweaking git repo https://github.com/Biped-Potato/bevy_fps_game
[INFO] tweaked toml for git repo https://github.com/Biped-Potato/bevy_fps_game written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Biped-Potato/bevy_fps_game on toolchain c797096598b80ba4a40397ad7e91584fcd3df5f1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c797096598b80ba4a40397ad7e91584fcd3df5f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Biped-Potato/bevy_fps_game 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" "+c797096598b80ba4a40397ad7e91584fcd3df5f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded simba v0.8.1
[INFO] [stderr]   Downloaded bevy-inspector-egui-derive v0.18.1
[INFO] [stderr]   Downloaded pretty-type-name v1.0.1
[INFO] [stderr]   Downloaded nalgebra-macros v0.2.0
[INFO] [stderr]   Downloaded robust v0.2.3
[INFO] [stderr]   Downloaded optional v0.5.0
[INFO] [stderr]   Downloaded tracing-attributes v0.1.24
[INFO] [stderr]   Downloaded webbrowser v0.8.9
[INFO] [stderr]   Downloaded gilrs-core v0.5.5
[INFO] [stderr]   Downloaded arboard v3.2.0
[INFO] [stderr]   Downloaded matrixmultiply v0.3.7
[INFO] [stderr]   Downloaded bevy_rapier3d v0.21.0
[INFO] [stderr]   Downloaded uuid v1.3.2
[INFO] [stderr]   Downloaded wide v0.7.8
[INFO] [stderr]   Downloaded bevy_egui v0.20.3
[INFO] [stderr]   Downloaded bevy-inspector-egui v0.18.3
[INFO] [stderr]   Downloaded gilrs v0.10.2
[INFO] [stderr]   Downloaded spade v2.2.0
[INFO] [stderr]   Downloaded winnow v0.4.5
[INFO] [stderr]   Downloaded rapier3d v0.17.2
[INFO] [stderr]   Downloaded nalgebra v0.32.2
[INFO] [stderr]   Downloaded parry3d v0.13.4
[INFO] [stderr]   Downloaded orbclient v0.3.45
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+c797096598b80ba4a40397ad7e91584fcd3df5f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a87bb826d0cff6a9492585a22de80b7a61cd9bbeeb3ca1a9e85040b5c21197af
[INFO] running `Command { std: "docker" "start" "-a" "a87bb826d0cff6a9492585a22de80b7a61cd9bbeeb3ca1a9e85040b5c21197af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a87bb826d0cff6a9492585a22de80b7a61cd9bbeeb3ca1a9e85040b5c21197af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a87bb826d0cff6a9492585a22de80b7a61cd9bbeeb3ca1a9e85040b5c21197af", kill_on_drop: false }`
[INFO] [stdout] a87bb826d0cff6a9492585a22de80b7a61cd9bbeeb3ca1a9e85040b5c21197af
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+c797096598b80ba4a40397ad7e91584fcd3df5f1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e8d4e9070ef7d6d6f99f14ef0882eb8cee4e33d156d7061afecbca50b5017806
[INFO] running `Command { std: "docker" "start" "-a" "e8d4e9070ef7d6d6f99f14ef0882eb8cee4e33d156d7061afecbca50b5017806", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling libc v0.2.142
[INFO] [stderr]    Compiling serde_derive v1.0.160
[INFO] [stderr]    Compiling serde v1.0.160
[INFO] [stderr]     Checking once_cell v1.17.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling winnow v0.4.5
[INFO] [stderr]    Compiling toml_datetime v0.6.1
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stdout] error[E0635]: unknown feature `proc_macro_span_shrink`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.56/src/lib.rs:92:30
[INFO] [stdout]    |
[INFO] [stdout] 92 |     feature(proc_macro_span, proc_macro_span_shrink)
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]     Checking tracing-core v0.1.30
[INFO] [stderr]     Checking concurrent-queue v2.2.0
[INFO] [stdout] For more information about this error, try `rustc --explain E0635`.
[INFO] [stdout] 
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "e8d4e9070ef7d6d6f99f14ef0882eb8cee4e33d156d7061afecbca50b5017806", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8d4e9070ef7d6d6f99f14ef0882eb8cee4e33d156d7061afecbca50b5017806", kill_on_drop: false }`
[INFO] [stdout] e8d4e9070ef7d6d6f99f14ef0882eb8cee4e33d156d7061afecbca50b5017806
