[INFO] fetching crate drone-fatfs-sd 0.2.3... [INFO] checking drone-fatfs-sd-0.2.3 against try#7c3a44cf5f95fa5cf164a312bdcf845157af7093 for pr-77325 [INFO] extracting crate drone-fatfs-sd 0.2.3 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate drone-fatfs-sd 0.2.3 on toolchain 7c3a44cf5f95fa5cf164a312bdcf845157af7093 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7c3a44cf5f95fa5cf164a312bdcf845157af7093" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate drone-fatfs-sd 0.2.3 [INFO] finished tweaking crates.io crate drone-fatfs-sd 0.2.3 [INFO] tweaked toml for crates.io crate drone-fatfs-sd 0.2.3 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7c3a44cf5f95fa5cf164a312bdcf845157af7093" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7c3a44cf5f95fa5cf164a312bdcf845157af7093" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded drone-fatfs v0.2.3 [INFO] [stderr] Downloaded drone-fatfs-raw v0.2.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+7c3a44cf5f95fa5cf164a312bdcf845157af7093" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 268aaa445f0911ffd709e5932e8404f539dbe96db2fbabe27603fbf115c3531d [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" "268aaa445f0911ffd709e5932e8404f539dbe96db2fbabe27603fbf115c3531d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "268aaa445f0911ffd709e5932e8404f539dbe96db2fbabe27603fbf115c3531d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "268aaa445f0911ffd709e5932e8404f539dbe96db2fbabe27603fbf115c3531d", kill_on_drop: false }` [INFO] [stdout] 268aaa445f0911ffd709e5932e8404f539dbe96db2fbabe27603fbf115c3531d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+7c3a44cf5f95fa5cf164a312bdcf845157af7093" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 22e3a87c0c3429844f4726d473ff3aa7b4796d550be98646292748c1690f99bf [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" "22e3a87c0c3429844f4726d473ff3aa7b4796d550be98646292748c1690f99bf", kill_on_drop: false }` [INFO] [stderr] Compiling drone-macros-core v0.8.3 [INFO] [stderr] Compiling drone-fatfs-raw v0.2.3 [INFO] [stderr] Compiling drone-core-macros v0.8.3 [INFO] [stdout] error[E0599]: no function or associated item named `def_site` found for struct `proc_macro2::Span` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/bitfield.rs:106:38 [INFO] [stdout] | [INFO] [stdout] 106 | let (def_site, call_site) = (Span::def_site(), Span::call_site()); [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `proc_macro2::Span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `def_site` found for struct `proc_macro2::Span` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/drv/driver.rs:36:24 [INFO] [stdout] | [INFO] [stdout] 36 | let def_site = Span::def_site(); [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `proc_macro2::Span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `def_site` found for struct `proc_macro2::Span` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/drv/resource.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | let def_site = Span::def_site(); [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `proc_macro2::Span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `def_site` found for struct `proc_macro2::Span` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/heap.rs:67:38 [INFO] [stdout] | [INFO] [stdout] 67 | let (def_site, call_site) = (Span::def_site(), Span::call_site()); [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `proc_macro2::Span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `def_site` found for struct `proc_macro2::Span` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/reg/map.rs:102:38 [INFO] [stdout] | [INFO] [stdout] 102 | let (def_site, call_site) = (Span::def_site(), Span::call_site()); [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `proc_macro2::Span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `def_site` found for struct `proc_macro2::Span` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/reg/map.rs:292:38 [INFO] [stdout] | [INFO] [stdout] 292 | let (def_site, call_site) = (Span::def_site(), Span::call_site()); [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `proc_macro2::Span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `def_site` found for struct `proc_macro2::Span` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/reg/tokens.rs:105:38 [INFO] [stdout] | [INFO] [stdout] 105 | let (def_site, call_site) = (Span::def_site(), Span::call_site()); [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `proc_macro2::Span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `def_site` found for struct `proc_macro2::Span` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/thr.rs:48:38 [INFO] [stdout] | [INFO] [stdout] 48 | let (def_site, call_site) = (Span::def_site(), Span::call_site()); [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `proc_macro2::Span` [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 E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `drone-core-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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "22e3a87c0c3429844f4726d473ff3aa7b4796d550be98646292748c1690f99bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22e3a87c0c3429844f4726d473ff3aa7b4796d550be98646292748c1690f99bf", kill_on_drop: false }` [INFO] [stdout] 22e3a87c0c3429844f4726d473ff3aa7b4796d550be98646292748c1690f99bf