[INFO] fetching crate command-macros-plugin 0.2.7...
[INFO] checking command-macros-plugin-0.2.7 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate command-macros-plugin 0.2.7 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate command-macros-plugin 0.2.7 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate command-macros-plugin 0.2.7
[INFO] finished tweaking crates.io crate command-macros-plugin 0.2.7
[INFO] tweaked toml for crates.io crate command-macros-plugin 0.2.7 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded itertools v0.7.11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 834c24ad2ac0a0fbcc17ffa4dc5c594d008d334e80b3e891bd8b345d67d87bd3
[INFO] running `Command { std: "docker" "start" "-a" "834c24ad2ac0a0fbcc17ffa4dc5c594d008d334e80b3e891bd8b345d67d87bd3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "834c24ad2ac0a0fbcc17ffa4dc5c594d008d334e80b3e891bd8b345d67d87bd3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "834c24ad2ac0a0fbcc17ffa4dc5c594d008d334e80b3e891bd8b345d67d87bd3", kill_on_drop: false }`
[INFO] [stdout] 834c24ad2ac0a0fbcc17ffa4dc5c594d008d334e80b3e891bd8b345d67d87bd3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 26c348a69810b8a586cb11d7595cbac25636fa9376bce860e564f1f08dc0dd29
[INFO] running `Command { std: "docker" "start" "-a" "26c348a69810b8a586cb11d7595cbac25636fa9376bce860e564f1f08dc0dd29", kill_on_drop: false }`
[INFO] [stderr]     Checking itertools v0.7.11
[INFO] [stderr]    Compiling command-macros-plugin v0.2.7 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:771:16
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line != right.start().line ||
[INFO] [stdout]     |                ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line() != right.start().line ||
[INFO] [stdout]     |                    ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:771:38
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line != right.start().line ||
[INFO] [stdout]     |                                      ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line != right.start().line() ||
[INFO] [stdout]     |                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:772:16
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column < right.start().column
[INFO] [stdout]     |                ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column() < right.start().column
[INFO] [stdout]     |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:772:39
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column < right.start().column
[INFO] [stdout]     |                                       ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column < right.start().column()
[INFO] [stdout]     |                                             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:771:16
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line != right.start().line ||
[INFO] [stdout]     |                ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line() != right.start().line ||
[INFO] [stdout]     |                    ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:40
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                        ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line() == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:771:38
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line != right.start().line ||
[INFO] [stdout]     |                                      ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line != right.start().line() ||
[INFO] [stdout]     |                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:772:16
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column < right.start().column
[INFO] [stdout]     |                ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column() < right.start().column
[INFO] [stdout]     |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:772:39
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column < right.start().column
[INFO] [stdout]     |                                       ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column < right.start().column()
[INFO] [stdout]     |                                             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:52
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                                    ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line() && start.column + 2 == end.column
[INFO] [stdout]     |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:40
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                        ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line() == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:66
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                                                  ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column() + 2 == end.column
[INFO] [stdout]     |                                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:52
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                                    ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line() && start.column + 2 == end.column
[INFO] [stdout]     |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:66
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                                                  ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column() + 2 == end.column
[INFO] [stdout]     |                                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:84
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                                                                    ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column()
[INFO] [stdout]     |                                                                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:84
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                                                                    ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column()
[INFO] [stdout]     |                                                                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:771:16
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line != right.start().line ||
[INFO] [stdout]     |                ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line() != right.start().line ||
[INFO] [stdout]     |                    ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:771:38
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line != right.start().line ||
[INFO] [stdout]     |                                      ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line != right.start().line() ||
[INFO] [stdout]     |                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:772:16
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column < right.start().column
[INFO] [stdout]     |                ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column() < right.start().column
[INFO] [stdout]     |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:772:39
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column < right.start().column
[INFO] [stdout]     |                                       ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column < right.start().column()
[INFO] [stdout]     |                                             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:40
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                        ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line() == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:52
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                                    ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line() && start.column + 2 == end.column
[INFO] [stdout]     |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:66
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                                                  ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column() + 2 == end.column
[INFO] [stdout]     |                                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:84
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                                                                    ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column()
[INFO] [stdout]     |                                                                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0615`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `command-macros-plugin` (lib test) due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0615`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `command-macros-plugin` (lib) due to 9 previous errors
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0615`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `command-macros-plugin` (lib) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "26c348a69810b8a586cb11d7595cbac25636fa9376bce860e564f1f08dc0dd29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26c348a69810b8a586cb11d7595cbac25636fa9376bce860e564f1f08dc0dd29", kill_on_drop: false }`
[INFO] [stdout] 26c348a69810b8a586cb11d7595cbac25636fa9376bce860e564f1f08dc0dd29
[INFO] checking command-macros-plugin-0.2.7 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate command-macros-plugin 0.2.7 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate command-macros-plugin 0.2.7 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate command-macros-plugin 0.2.7
[INFO] finished tweaking crates.io crate command-macros-plugin 0.2.7
[INFO] tweaked toml for crates.io crate command-macros-plugin 0.2.7 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e0f80a5ad143ba627bfb83dc3a603a85bc002ba4131fcb83cea3a96fdda90d6c
[INFO] running `Command { std: "docker" "start" "-a" "e0f80a5ad143ba627bfb83dc3a603a85bc002ba4131fcb83cea3a96fdda90d6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e0f80a5ad143ba627bfb83dc3a603a85bc002ba4131fcb83cea3a96fdda90d6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0f80a5ad143ba627bfb83dc3a603a85bc002ba4131fcb83cea3a96fdda90d6c", kill_on_drop: false }`
[INFO] [stdout] e0f80a5ad143ba627bfb83dc3a603a85bc002ba4131fcb83cea3a96fdda90d6c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3257dc0b540e772518be546e537b3b2e1abd096c3a24d11361f2207ca73b830c
[INFO] running `Command { std: "docker" "start" "-a" "3257dc0b540e772518be546e537b3b2e1abd096c3a24d11361f2207ca73b830c", kill_on_drop: false }`
[INFO] [stderr]     Checking itertools v0.7.11
[INFO] [stderr]     Checking command-macros-plugin v0.2.7 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:771:16
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line != right.start().line ||
[INFO] [stdout]     |                ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line() != right.start().line ||
[INFO] [stdout]     |                    ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:771:38
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line != right.start().line ||
[INFO] [stdout]     |                                      ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line != right.start().line() ||
[INFO] [stdout]     |                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:772:16
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column < right.start().column
[INFO] [stdout]     |                ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column() < right.start().column
[INFO] [stdout]     |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:772:39
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column < right.start().column
[INFO] [stdout]     |                                       ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column < right.start().column()
[INFO] [stdout]     |                                             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:40
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                        ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line() == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:52
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                                    ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line() && start.column + 2 == end.column
[INFO] [stdout]     |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:66
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                                                  ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column() + 2 == end.column
[INFO] [stdout]     |                                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:84
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                                                                    ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column()
[INFO] [stdout]     |                                                                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:771:16
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line != right.start().line ||
[INFO] [stdout]     |                ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line() != right.start().line ||
[INFO] [stdout]     |                    ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:771:38
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line != right.start().line ||
[INFO] [stdout]     |                                      ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line != right.start().line() ||
[INFO] [stdout]     |                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:772:16
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column < right.start().column
[INFO] [stdout]     |                ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column() < right.start().column
[INFO] [stdout]     |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:772:39
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column < right.start().column
[INFO] [stdout]     |                                       ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column < right.start().column()
[INFO] [stdout]     |                                             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:40
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                        ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line() == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:52
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                                    ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line() && start.column + 2 == end.column
[INFO] [stdout]     |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:66
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                                                  ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column() + 2 == end.column
[INFO] [stdout]     |                                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:84
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                                                                    ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column()
[INFO] [stdout]     |                                                                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0615`.
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:771:16
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line != right.start().line ||
[INFO] [stdout]     |                ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line() != right.start().line ||
[INFO] [stdout]     |                    ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:771:38
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line != right.start().line ||
[INFO] [stdout]     |                                      ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 771 |     left.end().line != right.start().line() ||
[INFO] [stdout]     |                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:772:16
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column < right.start().column
[INFO] [stdout]     |                ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column() < right.start().column
[INFO] [stdout]     |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:772:39
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column < right.start().column
[INFO] [stdout]     |                                       ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 772 |     left.end().column < right.start().column()
[INFO] [stdout]     |                                             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:40
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                        ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line() == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:52
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                                    ^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line() && start.column + 2 == end.column
[INFO] [stdout]     |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:66
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                                                  ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column() + 2 == end.column
[INFO] [stdout]     |                                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span`
[INFO] [stdout]    --> src/lib.rs:784:84
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column
[INFO] [stdout]     |                                                                                    ^^^^^^ method, not a field
[INFO] [stdout]     |
[INFO] [stdout] help: use parentheses to call the method
[INFO] [stdout]     |
[INFO] [stdout] 784 |     group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column()
[INFO] [stdout]     |                                                                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0615`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `command-macros-plugin` (lib test) due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `command-macros-plugin` (lib) due to 9 previous errors
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0615`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `command-macros-plugin` (lib) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "3257dc0b540e772518be546e537b3b2e1abd096c3a24d11361f2207ca73b830c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3257dc0b540e772518be546e537b3b2e1abd096c3a24d11361f2207ca73b830c", kill_on_drop: false }`
[INFO] [stdout] 3257dc0b540e772518be546e537b3b2e1abd096c3a24d11361f2207ca73b830c
