[INFO] fetching crate zerogc-simple 0.2.0-alpha.7... [INFO] testing zerogc-simple-0.2.0-alpha.7 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate zerogc-simple 0.2.0-alpha.7 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate zerogc-simple 0.2.0-alpha.7 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate zerogc-simple 0.2.0-alpha.7 [INFO] tweaked toml for crates.io crate zerogc-simple 0.2.0-alpha.7 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate zerogc-simple 0.2.0-alpha.7 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate zerogc-simple 0.2.0-alpha.7 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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 46e75795f2f89759c73185515756fa28afba718dc711028a5e801a478fd774be [INFO] running `Command { std: "docker" "start" "-a" "46e75795f2f89759c73185515756fa28afba718dc711028a5e801a478fd774be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "46e75795f2f89759c73185515756fa28afba718dc711028a5e801a478fd774be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46e75795f2f89759c73185515756fa28afba718dc711028a5e801a478fd774be", kill_on_drop: false }` [INFO] [stdout] 46e75795f2f89759c73185515756fa28afba718dc711028a5e801a478fd774be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4810495a0f988786e5c84b2ec7de44d8f65353d32d41c1734325425f51a04389 [INFO] running `Command { std: "docker" "start" "-a" "4810495a0f988786e5c84b2ec7de44d8f65353d32d41c1734325425f51a04389", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling libc v0.2.117 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling bumpalo v3.9.1 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling darling_core v0.13.1 [INFO] [stderr] Compiling proc-macro-kwargs-derive v0.1.5 [INFO] [stderr] Compiling inherent v1.0.0 [INFO] [stderr] Compiling proc-macro-kwargs v0.1.5 [INFO] [stderr] Compiling darling_macro v0.13.1 [INFO] [stderr] Compiling darling v0.13.1 [INFO] [stderr] Compiling zerogc-derive v0.2.0-alpha.6 [INFO] [stdout] error[E0599]: no method named `source_file` found for struct `proc_macro::Span` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerogc-derive-0.2.0-alpha.6/src/lib.rs:237:23 [INFO] [stdout] | [INFO] [stdout] 237 | let sf = internal.source_file(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `source` with a similar name [INFO] [stdout] | [INFO] [stdout] 237 - let sf = internal.source_file(); [INFO] [stdout] 237 + let sf = internal.source(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `line` on type `proc_macro::Span` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerogc-derive-0.2.0-alpha.6/src/lib.rs:243:35 [INFO] [stdout] | [INFO] [stdout] 243 | let lineno = internal.start().line; [INFO] [stdout] | ^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 243 | let lineno = internal.start().line(); [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0599, E0615. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `zerogc-derive` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "4810495a0f988786e5c84b2ec7de44d8f65353d32d41c1734325425f51a04389", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4810495a0f988786e5c84b2ec7de44d8f65353d32d41c1734325425f51a04389", kill_on_drop: false }` [INFO] [stdout] 4810495a0f988786e5c84b2ec7de44d8f65353d32d41c1734325425f51a04389