[INFO] fetching crate command-macros-plugin 0.2.7...
[INFO] checking command-macros-plugin-0.2.7 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate command-macros-plugin 0.2.7 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate command-macros-plugin 0.2.7 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "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-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 62a1f9f9c530b3e8c04c05c78c411b9295aa3c87696e0cbde786d7ac6999751a
[INFO] running `Command { std: "docker" "start" "-a" "62a1f9f9c530b3e8c04c05c78c411b9295aa3c87696e0cbde786d7ac6999751a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62a1f9f9c530b3e8c04c05c78c411b9295aa3c87696e0cbde786d7ac6999751a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62a1f9f9c530b3e8c04c05c78c411b9295aa3c87696e0cbde786d7ac6999751a", kill_on_drop: false }`
[INFO] [stdout] 62a1f9f9c530b3e8c04c05c78c411b9295aa3c87696e0cbde786d7ac6999751a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8b9bbec14b735b11d89cf41ae26966deddbd4d4c9731309b7aa5b802d8424988
[INFO] running `Command { std: "docker" "start" "-a" "8b9bbec14b735b11d89cf41ae26966deddbd4d4c9731309b7aa5b802d8424988", kill_on_drop: false }`
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling 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: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 `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: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 `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 `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: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: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[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" "8b9bbec14b735b11d89cf41ae26966deddbd4d4c9731309b7aa5b802d8424988", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b9bbec14b735b11d89cf41ae26966deddbd4d4c9731309b7aa5b802d8424988", kill_on_drop: false }`
[INFO] [stdout] 8b9bbec14b735b11d89cf41ae26966deddbd4d4c9731309b7aa5b802d8424988
[INFO] checking command-macros-plugin-0.2.7 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate command-macros-plugin 0.2.7 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate command-macros-plugin 0.2.7 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "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-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "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" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f2b6189da1441362404fcf45a4f2fa9baf8c1e551f269fcbac797a65a1088ed6
[INFO] running `Command { std: "docker" "start" "-a" "f2b6189da1441362404fcf45a4f2fa9baf8c1e551f269fcbac797a65a1088ed6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f2b6189da1441362404fcf45a4f2fa9baf8c1e551f269fcbac797a65a1088ed6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f2b6189da1441362404fcf45a4f2fa9baf8c1e551f269fcbac797a65a1088ed6", kill_on_drop: false }`
[INFO] [stdout] f2b6189da1441362404fcf45a4f2fa9baf8c1e551f269fcbac797a65a1088ed6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7c741c0c5d0626dc99ff7c5f681256869b87622591b910ffbaf70efbfc39e6e8
[INFO] running `Command { std: "docker" "start" "-a" "7c741c0c5d0626dc99ff7c5f681256869b87622591b910ffbaf70efbfc39e6e8", kill_on_drop: false }`
[INFO] [stderr]     Checking either v1.9.0
[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: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 `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: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 `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 `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: 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[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" "7c741c0c5d0626dc99ff7c5f681256869b87622591b910ffbaf70efbfc39e6e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c741c0c5d0626dc99ff7c5f681256869b87622591b910ffbaf70efbfc39e6e8", kill_on_drop: false }`
[INFO] [stdout] 7c741c0c5d0626dc99ff7c5f681256869b87622591b910ffbaf70efbfc39e6e8
