[INFO] fetching crate command-macros-plugin 0.2.7...
[INFO] checking command-macros-plugin-0.2.7 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[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 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e73ef977ad049e7d9ec85bcee87acbcf7611c0932b80ea07649a56db72cb75e6
[INFO] running `Command { std: "docker" "start" "-a" "e73ef977ad049e7d9ec85bcee87acbcf7611c0932b80ea07649a56db72cb75e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e73ef977ad049e7d9ec85bcee87acbcf7611c0932b80ea07649a56db72cb75e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e73ef977ad049e7d9ec85bcee87acbcf7611c0932b80ea07649a56db72cb75e6", kill_on_drop: false }`
[INFO] [stdout] e73ef977ad049e7d9ec85bcee87acbcf7611c0932b80ea07649a56db72cb75e6
[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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0aa1b0f06dd92596a20f1ecbc02c87f4387a295ff0ff84e7b33243bc60b0dc01
[INFO] running `Command { std: "docker" "start" "-a" "0aa1b0f06dd92596a20f1ecbc02c87f4387a295ff0ff84e7b33243bc60b0dc01", 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] [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[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) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "0aa1b0f06dd92596a20f1ecbc02c87f4387a295ff0ff84e7b33243bc60b0dc01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0aa1b0f06dd92596a20f1ecbc02c87f4387a295ff0ff84e7b33243bc60b0dc01", kill_on_drop: false }`
[INFO] [stdout] 0aa1b0f06dd92596a20f1ecbc02c87f4387a295ff0ff84e7b33243bc60b0dc01
