Sep 20 04:16:22.551 INFO checking drone-sd-core-0.2.2 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 04:16:22.551 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 04:16:22.551 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:16:22.791 INFO blam! de37157a687ec2b60f113f7929e23ef0eefd92e40edd0714b3edbf816bd9fbc4 Sep 20 04:16:22.793 INFO running `"docker" "start" "-a" "de37157a687ec2b60f113f7929e23ef0eefd92e40edd0714b3edbf816bd9fbc4"` Sep 20 04:16:24.001 INFO kablam! usermod: no changes Sep 20 04:16:24.114 INFO kablam! Checking futures-core-preview v0.2.3 Sep 20 04:16:24.114 INFO kablam! Compiling version_check v0.1.4 Sep 20 04:16:24.114 INFO kablam! Compiling proc-macro2 v0.4.19 Sep 20 04:16:24.115 INFO kablam! Checking either v1.5.0 Sep 20 04:16:24.115 INFO kablam! Compiling unicode-xid v0.1.0 Sep 20 04:16:24.130 INFO kablam! Compiling libc v0.2.43 Sep 20 04:16:24.130 INFO kablam! Compiling cfg-if v0.1.5 Sep 20 04:16:24.130 INFO kablam! Compiling ucd-util v0.1.1 Sep 20 04:16:24.634 INFO kablam! Compiling regex v1.0.5 Sep 20 04:16:25.326 INFO kablam! Compiling unicode-xid v0.0.4 Sep 20 04:16:25.381 INFO kablam! Compiling utf8-ranges v1.0.1 Sep 20 04:16:25.414 INFO kablam! Compiling quote v0.3.15 Sep 20 04:16:29.558 INFO kablam! Compiling if_chain v0.1.3 Sep 20 04:16:29.973 INFO kablam! Checking drone-ctypes v0.8.3 Sep 20 04:16:29.975 INFO kablam! Checking failure v0.1.1 Sep 20 04:16:29.990 INFO kablam! Checking futures-channel-preview v0.2.2 Sep 20 04:16:29.992 INFO kablam! Checking futures-io-preview v0.2.2 Sep 20 04:16:30.014 INFO kablam! Compiling synom v0.11.3 Sep 20 04:16:30.052 INFO kablam! Compiling regex-syntax v0.6.2 Sep 20 04:16:30.423 INFO kablam! Compiling memchr v2.1.0 Sep 20 04:16:30.502 INFO kablam! Compiling lazy_static v1.1.0 Sep 20 04:16:30.758 INFO kablam! Checking futures-sink-preview v0.2.2 Sep 20 04:16:31.425 INFO kablam! Checking futures-util-preview v0.2.2 Sep 20 04:16:32.592 INFO kablam! Compiling syn v0.11.11 Sep 20 04:16:35.310 INFO kablam! Compiling thread_local v0.3.6 Sep 20 04:16:37.118 INFO kablam! Compiling aho-corasick v0.6.8 Sep 20 04:16:37.543 INFO kablam! Checking futures-executor-preview v0.2.2 Sep 20 04:16:38.215 INFO kablam! Checking futures-stable-preview v0.2.3 Sep 20 04:16:38.494 INFO kablam! Checking futures-async-runtime-preview v0.2.3 Sep 20 04:16:38.886 INFO kablam! Checking futures-preview v0.2.2 Sep 20 04:16:43.409 INFO kablam! Compiling quote v0.6.8 Sep 20 04:16:48.996 INFO kablam! Compiling synstructure v0.6.1 Sep 20 04:16:52.263 INFO kablam! Compiling syn v0.14.9 Sep 20 04:17:00.336 INFO kablam! Compiling failure_derive v0.1.1 Sep 20 04:17:13.996 INFO kablam! Compiling Inflector v0.11.3 Sep 20 04:17:25.093 INFO kablam! Compiling drone-macros-core v0.8.3 Sep 20 04:17:28.222 INFO kablam! Compiling drone-core-macros v0.8.3 Sep 20 04:17:31.250 INFO kablam! error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope Sep 20 04:17:31.250 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/bitfield.rs:106:32 Sep 20 04:17:31.250 INFO kablam! | Sep 20 04:17:31.250 INFO kablam! 106 | let (def_site, call_site) = (Span::def_site(), Span::call_site()); Sep 20 04:17:31.250 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span` Sep 20 04:17:31.250 INFO kablam! Sep 20 04:17:31.350 INFO kablam! error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope Sep 20 04:17:31.350 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/drv/driver.rs:36:18 Sep 20 04:17:31.350 INFO kablam! | Sep 20 04:17:31.350 INFO kablam! 36 | let def_site = Span::def_site(); Sep 20 04:17:31.350 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span` Sep 20 04:17:31.350 INFO kablam! Sep 20 04:17:31.390 INFO kablam! error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope Sep 20 04:17:31.390 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/drv/resource.rs:6:18 Sep 20 04:17:31.390 INFO kablam! | Sep 20 04:17:31.390 INFO kablam! 6 | let def_site = Span::def_site(); Sep 20 04:17:31.390 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span` Sep 20 04:17:31.390 INFO kablam! Sep 20 04:17:31.410 INFO kablam! error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope Sep 20 04:17:31.410 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/heap.rs:67:32 Sep 20 04:17:31.410 INFO kablam! | Sep 20 04:17:31.410 INFO kablam! 67 | let (def_site, call_site) = (Span::def_site(), Span::call_site()); Sep 20 04:17:31.410 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span` Sep 20 04:17:31.410 INFO kablam! Sep 20 04:17:31.532 INFO kablam! error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope Sep 20 04:17:31.532 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/reg/map.rs:102:32 Sep 20 04:17:31.532 INFO kablam! | Sep 20 04:17:31.532 INFO kablam! 102 | let (def_site, call_site) = (Span::def_site(), Span::call_site()); Sep 20 04:17:31.532 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span` Sep 20 04:17:31.532 INFO kablam! Sep 20 04:17:31.648 INFO kablam! error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope Sep 20 04:17:31.648 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/reg/map.rs:292:32 Sep 20 04:17:31.648 INFO kablam! | Sep 20 04:17:31.648 INFO kablam! 292 | let (def_site, call_site) = (Span::def_site(), Span::call_site()); Sep 20 04:17:31.648 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span` Sep 20 04:17:31.648 INFO kablam! Sep 20 04:17:31.742 INFO kablam! error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope Sep 20 04:17:31.742 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/reg/tokens.rs:105:32 Sep 20 04:17:31.742 INFO kablam! | Sep 20 04:17:31.742 INFO kablam! 105 | let (def_site, call_site) = (Span::def_site(), Span::call_site()); Sep 20 04:17:31.742 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span` Sep 20 04:17:31.742 INFO kablam! Sep 20 04:17:31.774 INFO kablam! error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope Sep 20 04:17:31.774 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/thr.rs:48:32 Sep 20 04:17:31.774 INFO kablam! | Sep 20 04:17:31.774 INFO kablam! 48 | let (def_site, call_site) = (Span::def_site(), Span::call_site()); Sep 20 04:17:31.774 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span` Sep 20 04:17:31.774 INFO kablam! Sep 20 04:17:31.872 INFO kablam! error: aborting due to 8 previous errors Sep 20 04:17:31.872 INFO kablam! Sep 20 04:17:31.872 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 20 04:17:31.886 INFO kablam! error: Could not compile `drone-core-macros`. Sep 20 04:17:31.886 INFO kablam! Sep 20 04:17:31.886 INFO kablam! To learn more, run the command again with --verbose. Sep 20 04:17:31.887 INFO kablam! su: No module specific data is present Sep 20 04:17:33.147 INFO running `"docker" "rm" "-f" "de37157a687ec2b60f113f7929e23ef0eefd92e40edd0714b3edbf816bd9fbc4"` Sep 20 04:17:33.257 INFO blam! de37157a687ec2b60f113f7929e23ef0eefd92e40edd0714b3edbf816bd9fbc4