[INFO] fetching crate orga-macros 0.2.3... [INFO] testing orga-macros-0.2.3 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate orga-macros 0.2.3 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate orga-macros 0.2.3 [INFO] finished tweaking crates.io crate orga-macros 0.2.3 [INFO] tweaked toml for crates.io crate orga-macros 0.2.3 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate orga-macros 0.2.3 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] [stderr] Adding heck v0.3.3 (available: v0.5.0) [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.106) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1e2177c8ea6cb9caea7eec5e460f041c232f917fe2896940388264503140ea7b [INFO] running `Command { std: "docker" "start" "-a" "1e2177c8ea6cb9caea7eec5e460f041c232f917fe2896940388264503140ea7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e2177c8ea6cb9caea7eec5e460f041c232f917fe2896940388264503140ea7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e2177c8ea6cb9caea7eec5e460f041c232f917fe2896940388264503140ea7b", kill_on_drop: false }` [INFO] [stdout] 1e2177c8ea6cb9caea7eec5e460f041c232f917fe2896940388264503140ea7b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94b2dc3b3493af2127c12e3509e240127cf2048fcf5446183d6432c5d470aa11 [INFO] running `Command { std: "docker" "start" "-a" "94b2dc3b3493af2127c12e3509e240127cf2048fcf5446183d6432c5d470aa11", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling orga-macros v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no method named `source_file` found for struct `proc_macro::Span` in the current scope [INFO] [stdout] --> src/query.rs:378:46 [INFO] [stdout] | [INFO] [stdout] 378 | let path = proc_macro::Span::call_site().source_file().path(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `source` with a similar name [INFO] [stdout] | [INFO] [stdout] 378 - let path = proc_macro::Span::call_site().source_file().path(); [INFO] [stdout] 378 + let path = proc_macro::Span::call_site().source().path(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `source_file` found for struct `proc_macro::Span` in the current scope [INFO] [stdout] --> src/utils.rs:7:46 [INFO] [stdout] | [INFO] [stdout] 7 | let path = proc_macro::Span::call_site().source_file().path(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `source` with a similar name [INFO] [stdout] | [INFO] [stdout] 7 - let path = proc_macro::Span::call_site().source_file().path(); [INFO] [stdout] 7 + let path = proc_macro::Span::call_site().source().path(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `orga-macros` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "94b2dc3b3493af2127c12e3509e240127cf2048fcf5446183d6432c5d470aa11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94b2dc3b3493af2127c12e3509e240127cf2048fcf5446183d6432c5d470aa11", kill_on_drop: false }` [INFO] [stdout] 94b2dc3b3493af2127c12e3509e240127cf2048fcf5446183d6432c5d470aa11