[INFO] cloning repository https://github.com/lelepado01/Cowstronauts [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lelepado01/Cowstronauts" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flelepado01%2FCowstronauts", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flelepado01%2FCowstronauts'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6b9f69cb5766fd89d15e0f7440e7f1ebf055af5c [INFO] testing lelepado01/Cowstronauts/6b9f69cb5766fd89d15e0f7440e7f1ebf055af5c against master#b03b3a7ec92682be2917540b679478d41c95a30c for pr-137122-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flelepado01%2FCowstronauts" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/lelepado01/Cowstronauts [INFO] finished tweaking git repo https://github.com/lelepado01/Cowstronauts [INFO] tweaked toml for git repo https://github.com/lelepado01/Cowstronauts written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/lelepado01/Cowstronauts on toolchain b03b3a7ec92682be2917540b679478d41c95a30c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/lelepado01/Cowstronauts 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" "+b03b3a7ec92682be2917540b679478d41c95a30c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded darling_macro v0.9.0 [INFO] [stderr] Downloaded webbrowser v0.8.7 [INFO] [stderr] Downloaded bevy-inspector-egui-derive v0.17.0 [INFO] [stderr] Downloaded derive_builder_core v0.5.0 [INFO] [stderr] Downloaded derive_builder v0.7.2 [INFO] [stderr] Downloaded darling v0.9.0 [INFO] [stderr] Downloaded darling_core v0.9.0 [INFO] [stderr] Downloaded quadtree_rs v0.1.2 [INFO] [stderr] Downloaded bevy-inspector-egui v0.17.0 [INFO] [stderr] Downloaded bevy_egui v0.19.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1f38268913d3da7a6c6ea751b37966e035b32d1f233f127579a5c3667326c323 [INFO] running `Command { std: "docker" "start" "-a" "1f38268913d3da7a6c6ea751b37966e035b32d1f233f127579a5c3667326c323", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1f38268913d3da7a6c6ea751b37966e035b32d1f233f127579a5c3667326c323", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f38268913d3da7a6c6ea751b37966e035b32d1f233f127579a5c3667326c323", kill_on_drop: false }` [INFO] [stdout] 1f38268913d3da7a6c6ea751b37966e035b32d1f233f127579a5c3667326c323 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 85b9fafab744cb6715d54fb115db79bd358a29a743dff7268a56213b4338c9dc [INFO] running `Command { std: "docker" "start" "-a" "85b9fafab744cb6715d54fb115db79bd358a29a743dff7268a56213b4338c9dc", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.51 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling thiserror v1.0.39 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling erased-serde v0.3.25 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling futures-io v0.3.26 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling uuid v1.3.0 [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.51/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 async-lock v2.7.0 [INFO] [stderr] Compiling async-task v4.3.0 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling concurrent-queue v1.2.4 [INFO] [stderr] Compiling bevy_ptr v0.9.1 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling concurrent-queue v2.1.0 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.7 [INFO] [stderr] Compiling raw-window-handle v0.5.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stdout] For more information about this error, try `rustc --explain E0635`. [INFO] [stdout] [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" "85b9fafab744cb6715d54fb115db79bd358a29a743dff7268a56213b4338c9dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85b9fafab744cb6715d54fb115db79bd358a29a743dff7268a56213b4338c9dc", kill_on_drop: false }` [INFO] [stdout] 85b9fafab744cb6715d54fb115db79bd358a29a743dff7268a56213b4338c9dc