[INFO] cloning repository https://github.com/timon-schelling/timpl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/timon-schelling/timpl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimon-schelling%2Ftimpl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimon-schelling%2Ftimpl'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ea486c930e8a1ffa0974eca230d62809d9c689c2 [INFO] testing timon-schelling/timpl against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimon-schelling%2Ftimpl" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/timon-schelling/timpl [INFO] finished tweaking git repo https://github.com/timon-schelling/timpl [INFO] tweaked toml for git repo https://github.com/timon-schelling/timpl written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/timon-schelling/timpl on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/timon-schelling/timpl already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f6f36bb44339c6a9917a6c257cd403a42eb0a9b515286274e3550ed6cadd38ff [INFO] running `Command { std: "docker" "start" "-a" "f6f36bb44339c6a9917a6c257cd403a42eb0a9b515286274e3550ed6cadd38ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f6f36bb44339c6a9917a6c257cd403a42eb0a9b515286274e3550ed6cadd38ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6f36bb44339c6a9917a6c257cd403a42eb0a9b515286274e3550ed6cadd38ff", kill_on_drop: false }` [INFO] [stdout] f6f36bb44339c6a9917a6c257cd403a42eb0a9b515286274e3550ed6cadd38ff [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 028acec3ad9dcf0b576e2f8aee13d924d8def44c57c95dc3d659eab6b8aa4816 [INFO] running `Command { std: "docker" "start" "-a" "028acec3ad9dcf0b576e2f8aee13d924d8def44c57c95dc3d659eab6b8aa4816", kill_on_drop: false }` [INFO] [stderr] Compiling timpl-internal v0.1.0-alpha.2 (/opt/rustwide/workdir/timpl-internal) [INFO] [stderr] Compiling timpl-proc v0.1.0-alpha.2 (/opt/rustwide/workdir/timpl-proc) [INFO] [stdout] error[E0432]: unresolved import `proc_macro::LineColumn` [INFO] [stdout] --> timpl-proc/src/parse.rs:1:29 [INFO] [stdout] | [INFO] [stdout] 1 | use proc_macro::{Delimiter, LineColumn, TokenStream, TokenTree}; [INFO] [stdout] | ^^^^^^^^^^ no `LineColumn` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span` [INFO] [stdout] --> timpl-proc/src/codegen.rs:49:45 [INFO] [stdout] | [INFO] [stdout] 49 | if group.span().start().line == group.span().end().line { [INFO] [stdout] | ^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 49 | if group.span().start().line() == group.span().end().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] --> timpl-proc/src/codegen.rs:49:72 [INFO] [stdout] | [INFO] [stdout] 49 | if group.span().start().line == group.span().end().line { [INFO] [stdout] | ^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 49 | if group.span().start().line == group.span().end().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] --> timpl-proc/src/codegen.rs:52:47 [INFO] [stdout] | [INFO] [stdout] 52 | Some(group.span().start().column - 1 - offset) [INFO] [stdout] | ^^^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 52 | Some(group.span().start().column() - 1 - offset) [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span` [INFO] [stdout] --> timpl-proc/src/parse.rs:9:44 [INFO] [stdout] | [INFO] [stdout] 9 | line: token.span().start().line, [INFO] [stdout] | ^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 9 | line: token.span().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] --> timpl-proc/src/parse.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | let newlines = current.line - previous.line; [INFO] [stdout] | ^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 17 | let newlines = current.line() - previous.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] --> timpl-proc/src/parse.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | current.column - previous.column [INFO] [stdout] | ^^^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 22 | current.column() - previous.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] --> timpl-proc/src/parse.rs:24:25 [INFO] [stdout] | [INFO] [stdout] 24 | current.column - 1 [INFO] [stdout] | ^^^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 24 | current.column() - 1 [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0615. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `timpl-proc` (lib) due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "028acec3ad9dcf0b576e2f8aee13d924d8def44c57c95dc3d659eab6b8aa4816", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "028acec3ad9dcf0b576e2f8aee13d924d8def44c57c95dc3d659eab6b8aa4816", kill_on_drop: false }` [INFO] [stdout] 028acec3ad9dcf0b576e2f8aee13d924d8def44c57c95dc3d659eab6b8aa4816