[INFO] cloning repository https://github.com/savovsa/announcer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/savovsa/announcer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsavovsa%2Fannouncer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsavovsa%2Fannouncer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5a35cc4715a623e5cc7d0256348c4c3b95bebd6d
[INFO] checking savovsa/announcer against 24e1a22664233bce1f9b5dc6eee7c1f74327e28c for pr-159343-retry
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsavovsa%2Fannouncer" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/savovsa/announcer
[INFO] finished tweaking git repo https://github.com/savovsa/announcer
[INFO] tweaked toml for git repo https://github.com/savovsa/announcer written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/savovsa/announcer on toolchain 24e1a22664233bce1f9b5dc6eee7c1f74327e28c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/savovsa/announcer 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" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: dependencies.notify.commit
[INFO] [stderr] warning: `announcer` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 46e7591b8a28f787d589630ed35ca43c0c9602ba996df7a95f12d0949db13d4a
[INFO] running `Command { std: "docker" "start" "46e7591b8a28f787d589630ed35ca43c0c9602ba996df7a95f12d0949db13d4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "46e7591b8a28f787d589630ed35ca43c0c9602ba996df7a95f12d0949db13d4a", 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" "46e7591b8a28f787d589630ed35ca43c0c9602ba996df7a95f12d0949db13d4a" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "46e7591b8a28f787d589630ed35ca43c0c9602ba996df7a95f12d0949db13d4a", 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" "46e7591b8a28f787d589630ed35ca43c0c9602ba996df7a95f12d0949db13d4a" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: dependencies.notify.commit
[INFO] [stderr] warning: `announcer` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.93
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling syn v1.0.70
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling typenum v1.13.0
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]    Compiling value-bag v1.0.0-alpha.6
[INFO] [stderr]     Checking sval v1.0.0-alpha.5
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking futures-core v0.3.14
[INFO] [stderr]    Compiling serde_derive v1.0.125
[INFO] [stderr]     Checking pin-project-lite v0.2.6
[INFO] [stderr]    Compiling serde v1.0.125
[INFO] [stderr]     Checking futures-io v0.3.14
[INFO] [stderr]     Checking subtle v2.4.0
[INFO] [stderr]     Checking event-listener v2.5.1
[INFO] [stderr]     Checking parking v2.0.0
[INFO] [stderr]     Checking fastrand v1.4.1
[INFO] [stderr]     Checking cache-padded v1.1.1
[INFO] [stderr]     Checking waker-fn v1.1.0
[INFO] [stderr]     Checking slab v0.4.3
[INFO] [stderr]     Checking concurrent-queue v1.2.2
[INFO] [stderr]     Checking once_cell v1.7.2
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling crossbeam-utils v0.8.3
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]     Checking matches v0.1.8
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]    Compiling signal-hook v0.3.8
[INFO] [stderr]     Checking futures-lite v1.11.3
[INFO] [stderr]     Checking tinyvec v1.2.0
[INFO] [stderr]     Checking async-task v4.0.3
[INFO] [stderr]     Checking async-channel v1.6.1
[INFO] [stderr]    Compiling anyhow v1.0.40
[INFO] [stderr]     Checking atomic-waker v1.0.0
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LineColumn` in crate `proc_macro`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.26/src/wrapper.rs:481:33
[INFO] [stdout]     |
[INFO] [stdout] 481 |                 let proc_macro::LineColumn { line, column } = s.start();
[INFO] [stdout]     |                                 ^^^^^^^^^^ not found in `proc_macro`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::LineColumn;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::fallback::LineColumn;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `LineColumn`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 481 -                 let proc_macro::LineColumn { line, column } = s.start();
[INFO] [stdout] 481 +                 let LineColumn { line, column } = s.start();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LineColumn` in crate `proc_macro`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.26/src/wrapper.rs:498:33
[INFO] [stdout]     |
[INFO] [stdout] 498 |                 let proc_macro::LineColumn { line, column } = s.end();
[INFO] [stdout]     |                                 ^^^^^^^^^^ not found in `proc_macro`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::LineColumn;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::fallback::LineColumn;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `LineColumn`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 498 -                 let proc_macro::LineColumn { line, column } = s.end();
[INFO] [stdout] 498 +                 let LineColumn { line, column } = s.end();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking cpuid-bool v0.2.0
[INFO] [stderr]    Compiling const_fn v0.4.7
[INFO] [stderr]     Checking lock_api v0.4.3
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking unicode-bidi v0.3.5
[INFO] [stdout] For more information about this error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "46e7591b8a28f787d589630ed35ca43c0c9602ba996df7a95f12d0949db13d4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46e7591b8a28f787d589630ed35ca43c0c9602ba996df7a95f12d0949db13d4a", kill_on_drop: false }`
[INFO] [stdout] 46e7591b8a28f787d589630ed35ca43c0c9602ba996df7a95f12d0949db13d4a
