[INFO] fetching crate command-macros-plugin 0.2.7...
[INFO] checking command-macros-plugin-0.2.7 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate command-macros-plugin 0.2.7 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate command-macros-plugin 0.2.7 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "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-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] [stderr]       Adding itertools v0.7.11 (latest: v0.12.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "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-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f037f11b9e55272b5841200367cb7b1c5568290141111edb57e4eab99e061720
[INFO] running `Command { std: "docker" "start" "-a" "f037f11b9e55272b5841200367cb7b1c5568290141111edb57e4eab99e061720", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f037f11b9e55272b5841200367cb7b1c5568290141111edb57e4eab99e061720", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f037f11b9e55272b5841200367cb7b1c5568290141111edb57e4eab99e061720", kill_on_drop: false }`
[INFO] [stdout] f037f11b9e55272b5841200367cb7b1c5568290141111edb57e4eab99e061720
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 16a93bdeca6d585599b5d24118bb287056f280d6558f76ce6c92599e46dcc0a8
[INFO] running `Command { std: "docker" "start" "-a" "16a93bdeca6d585599b5d24118bb287056f280d6558f76ce6c92599e46dcc0a8", 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: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 `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: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 `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: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: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: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: 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] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `command-macros-plugin` (lib test) 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" "16a93bdeca6d585599b5d24118bb287056f280d6558f76ce6c92599e46dcc0a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16a93bdeca6d585599b5d24118bb287056f280d6558f76ce6c92599e46dcc0a8", kill_on_drop: false }`
[INFO] [stdout] 16a93bdeca6d585599b5d24118bb287056f280d6558f76ce6c92599e46dcc0a8
[INFO] checking command-macros-plugin-0.2.7 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate command-macros-plugin 0.2.7 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate command-macros-plugin 0.2.7 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "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-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] [stderr]       Adding itertools v0.7.11 (latest: v0.12.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b2ae910998bd9e2ea79e41665b5b2274a3e94b2c1233a59ce2d16ebb13b55758
[INFO] running `Command { std: "docker" "start" "-a" "b2ae910998bd9e2ea79e41665b5b2274a3e94b2c1233a59ce2d16ebb13b55758", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b2ae910998bd9e2ea79e41665b5b2274a3e94b2c1233a59ce2d16ebb13b55758", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2ae910998bd9e2ea79e41665b5b2274a3e94b2c1233a59ce2d16ebb13b55758", kill_on_drop: false }`
[INFO] [stdout] b2ae910998bd9e2ea79e41665b5b2274a3e94b2c1233a59ce2d16ebb13b55758
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 79842da6a065b23ce68d6c4588ec227081581dc7e987a004ef15afc3a6e67dba
[INFO] running `Command { std: "docker" "start" "-a" "79842da6a065b23ce68d6c4588ec227081581dc7e987a004ef15afc3a6e67dba", 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] running `Command { std: "docker" "inspect" "79842da6a065b23ce68d6c4588ec227081581dc7e987a004ef15afc3a6e67dba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79842da6a065b23ce68d6c4588ec227081581dc7e987a004ef15afc3a6e67dba", kill_on_drop: false }`
[INFO] [stdout] 79842da6a065b23ce68d6c4588ec227081581dc7e987a004ef15afc3a6e67dba
