[INFO] fetching crate command-macros-plugin 0.2.7... [INFO] checking command-macros-plugin-0.2.7 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [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 f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] [stderr] Adding itertools v0.7.11 (available: v0.13.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5bbd37badef7ad96e1913245928bf4e12572bebe62b8b1ca6cfd6976daeaa26f [INFO] running `Command { std: "docker" "start" "-a" "5bbd37badef7ad96e1913245928bf4e12572bebe62b8b1ca6cfd6976daeaa26f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5bbd37badef7ad96e1913245928bf4e12572bebe62b8b1ca6cfd6976daeaa26f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5bbd37badef7ad96e1913245928bf4e12572bebe62b8b1ca6cfd6976daeaa26f", kill_on_drop: false }` [INFO] [stdout] 5bbd37badef7ad96e1913245928bf4e12572bebe62b8b1ca6cfd6976daeaa26f [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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 98256f9e794fdce09a487731d3438bd46ab47fca4811d7b31e5664acc6527954 [INFO] running `Command { std: "docker" "start" "-a" "98256f9e794fdce09a487731d3438bd46ab47fca4811d7b31e5664acc6527954", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Checking itertools v0.7.11 [INFO] [stderr] Checking command-macros-plugin v0.2.7 (/opt/rustwide/workdir) [INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span` [INFO] [stdout] --> src/lib.rs:771:16 [INFO] [stdout] | [INFO] [stdout] 771 | left.end().line != right.start().line || [INFO] [stdout] | ^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 771 | left.end().line() != right.start().line || [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span` [INFO] [stdout] --> src/lib.rs:771:38 [INFO] [stdout] | [INFO] [stdout] 771 | left.end().line != right.start().line || [INFO] [stdout] | ^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 771 | left.end().line != right.start().line() || [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span` [INFO] [stdout] --> src/lib.rs:772:16 [INFO] [stdout] | [INFO] [stdout] 772 | left.end().column < right.start().column [INFO] [stdout] | ^^^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 772 | left.end().column() < right.start().column [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span` [INFO] [stdout] --> src/lib.rs:772:39 [INFO] [stdout] | [INFO] [stdout] 772 | left.end().column < right.start().column [INFO] [stdout] | ^^^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 772 | left.end().column < right.start().column() [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span` [INFO] [stdout] --> src/lib.rs:784:40 [INFO] [stdout] | [INFO] [stdout] 784 | group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column [INFO] [stdout] | ^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 784 | group.stream().is_empty() && start.line() == end.line && start.column + 2 == end.column [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span` [INFO] [stdout] --> src/lib.rs:784:52 [INFO] [stdout] | [INFO] [stdout] 784 | group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column [INFO] [stdout] | ^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 784 | group.stream().is_empty() && start.line == end.line() && start.column + 2 == end.column [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span` [INFO] [stdout] --> src/lib.rs:784:66 [INFO] [stdout] | [INFO] [stdout] 784 | group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column [INFO] [stdout] | ^^^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 784 | group.stream().is_empty() && start.line == end.line && start.column() + 2 == end.column [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span` [INFO] [stdout] --> src/lib.rs:784:84 [INFO] [stdout] | [INFO] [stdout] 784 | group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column [INFO] [stdout] | ^^^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 784 | group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column() [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span` [INFO] [stdout] --> src/lib.rs:771:16 [INFO] [stdout] | [INFO] [stdout] 771 | left.end().line != right.start().line || [INFO] [stdout] | ^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 771 | left.end().line() != right.start().line || [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span` [INFO] [stdout] --> src/lib.rs:771:38 [INFO] [stdout] | [INFO] [stdout] 771 | left.end().line != right.start().line || [INFO] [stdout] | ^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 771 | left.end().line != right.start().line() || [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span` [INFO] [stdout] --> src/lib.rs:772:16 [INFO] [stdout] | [INFO] [stdout] 772 | left.end().column < right.start().column [INFO] [stdout] | ^^^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 772 | left.end().column() < right.start().column [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span` [INFO] [stdout] --> src/lib.rs:772:39 [INFO] [stdout] | [INFO] [stdout] 772 | left.end().column < right.start().column [INFO] [stdout] | ^^^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 772 | left.end().column < right.start().column() [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span` [INFO] [stdout] --> src/lib.rs:784:40 [INFO] [stdout] | [INFO] [stdout] 784 | group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column [INFO] [stdout] | ^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 784 | group.stream().is_empty() && start.line() == end.line && start.column + 2 == end.column [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span` [INFO] [stdout] --> src/lib.rs:784:52 [INFO] [stdout] | [INFO] [stdout] 784 | group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column [INFO] [stdout] | ^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 784 | group.stream().is_empty() && start.line == end.line() && start.column + 2 == end.column [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span` [INFO] [stdout] --> src/lib.rs:784:66 [INFO] [stdout] | [INFO] [stdout] 784 | group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column [INFO] [stdout] | ^^^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 784 | group.stream().is_empty() && start.line == end.line && start.column() + 2 == end.column [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `column` on type `proc_macro::Span` [INFO] [stdout] --> src/lib.rs:784:84 [INFO] [stdout] | [INFO] [stdout] 784 | group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column [INFO] [stdout] | ^^^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 784 | group.stream().is_empty() && start.line == end.line && start.column + 2 == end.column() [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0615`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0615`. [INFO] [stdout] [INFO] [stderr] error: could not compile `command-macros-plugin` (lib test) due to 9 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `command-macros-plugin` (lib) due to 9 previous errors [INFO] [stdout] error[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" "98256f9e794fdce09a487731d3438bd46ab47fca4811d7b31e5664acc6527954", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98256f9e794fdce09a487731d3438bd46ab47fca4811d7b31e5664acc6527954", kill_on_drop: false }` [INFO] [stdout] 98256f9e794fdce09a487731d3438bd46ab47fca4811d7b31e5664acc6527954