[INFO] fetching crate testing_macros 0.1.1... [INFO] checking testing_macros-0.1.1 against master#4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 for pr-81174 [INFO] extracting crate testing_macros 0.1.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate testing_macros 0.1.1 on toolchain 4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate testing_macros 0.1.1 [INFO] finished tweaking crates.io crate testing_macros 0.1.1 [INFO] tweaked toml for crates.io crate testing_macros 0.1.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 399694e61d25d786187ba4dc01492b218899c26276a23373abc006b4ce41e77e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "399694e61d25d786187ba4dc01492b218899c26276a23373abc006b4ce41e77e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "399694e61d25d786187ba4dc01492b218899c26276a23373abc006b4ce41e77e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "399694e61d25d786187ba4dc01492b218899c26276a23373abc006b4ce41e77e", kill_on_drop: false }` [INFO] [stdout] 399694e61d25d786187ba4dc01492b218899c26276a23373abc006b4ce41e77e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e771782bdae508c1d468b0c4aeeb26b8f44534dec77e54f16a50f9e6bfcc0ee2 [INFO] running `Command { std: "docker" "start" "-a" "e771782bdae508c1d468b0c4aeeb26b8f44534dec77e54f16a50f9e6bfcc0ee2", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Checking relative-path v1.3.2 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Checking proc-macro2 v1.0.24 [INFO] [stderr] Compiling thread_local v1.1.2 [INFO] [stderr] Compiling pmutil v0.5.3 [INFO] [stderr] Checking quote v1.0.8 [INFO] [stderr] Checking syn v1.0.60 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling testing_macros v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `proc_macro2::SourceFile` [INFO] [stdout] --> src/fixture.rs:4:19 [INFO] [stdout] | [INFO] [stdout] 4 | use proc_macro2::{SourceFile, Span}; [INFO] [stdout] | ^^^^^^^^^^ no `SourceFile` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `proc_macro2::SourceFile` [INFO] [stdout] --> src/fixture.rs:4:19 [INFO] [stdout] | [INFO] [stdout] 4 | use proc_macro2::{SourceFile, Span}; [INFO] [stdout] | ^^^^^^^^^^ no `SourceFile` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `proc_macro2::SourceFile` [INFO] [stdout] --> src/fixture.rs:4:19 [INFO] [stdout] | [INFO] [stdout] 4 | use proc_macro2::{SourceFile, Span}; [INFO] [stdout] | ^^^^^^^^^^ no `SourceFile` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `source_file` found for struct `proc_macro2::Span` in the current scope [INFO] [stdout] --> src/lib.rs:58:34 [INFO] [stdout] | [INFO] [stdout] 58 | let file = Span::call_site().source_file(); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `proc_macro2::Span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `testing_macros` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no method named `source_file` found for struct `proc_macro2::Span` in the current scope [INFO] [stdout] --> src/lib.rs:58:34 [INFO] [stdout] | [INFO] [stdout] 58 | let file = Span::call_site().source_file(); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `proc_macro2::Span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `source_file` found for struct `proc_macro2::Span` in the current scope [INFO] [stdout] --> src/lib.rs:58:34 [INFO] [stdout] | [INFO] [stdout] 58 | let file = Span::call_site().source_file(); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `proc_macro2::Span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e771782bdae508c1d468b0c4aeeb26b8f44534dec77e54f16a50f9e6bfcc0ee2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e771782bdae508c1d468b0c4aeeb26b8f44534dec77e54f16a50f9e6bfcc0ee2", kill_on_drop: false }` [INFO] [stdout] e771782bdae508c1d468b0c4aeeb26b8f44534dec77e54f16a50f9e6bfcc0ee2