Sep 04 19:20:32.147 INFO checking drone-fatfs-0.2.3 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 19:20:32.148 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 19:20:32.148 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 19:20:32.390 INFO blam! ed66c842c3e289925860c77dfb65624c37eea3ff2f3e032a4de1fc2863962abf Sep 04 19:20:32.393 INFO running `"docker" "start" "-a" "ed66c842c3e289925860c77dfb65624c37eea3ff2f3e032a4de1fc2863962abf"` Sep 04 19:20:33.528 INFO kablam! Compiling libc v0.2.43 Sep 04 19:20:33.528 INFO kablam! Compiling cc v1.0.23 Sep 04 19:20:33.534 INFO kablam! Compiling glob v0.2.11 Sep 04 19:20:33.563 INFO kablam! Compiling unicode-width v0.1.5 Sep 04 19:20:33.563 INFO kablam! Compiling cfg-if v0.1.5 Sep 04 19:20:33.563 INFO kablam! Compiling quick-error v1.2.2 Sep 04 19:20:33.602 INFO kablam! Compiling termcolor v1.0.3 Sep 04 19:20:33.603 INFO kablam! Compiling strsim v0.7.0 Sep 04 19:20:34.155 INFO kablam! Compiling bitflags v1.0.4 Sep 04 19:20:34.581 INFO kablam! Compiling ansi_term v0.11.0 Sep 04 19:20:34.754 INFO kablam! Compiling bindgen v0.37.4 Sep 04 19:20:36.952 INFO kablam! Compiling vec_map v0.8.1 Sep 04 19:20:44.280 INFO kablam! Compiling peeking_take_while v0.1.2 Sep 04 19:20:44.546 INFO kablam! Compiling proc-macro2 v0.3.5 Sep 04 19:20:44.602 INFO kablam! Compiling log v0.4.5 Sep 04 19:20:45.423 INFO kablam! Compiling textwrap v0.10.0 Sep 04 19:20:45.639 INFO kablam! Compiling humantime v1.1.1 Sep 04 19:20:46.047 INFO kablam! Compiling clang-sys v0.23.0 Sep 04 19:20:54.803 INFO kablam! Checking lazy_static v1.1.0 Sep 04 19:20:54.803 INFO kablam! Compiling memchr v2.0.2 Sep 04 19:20:55.031 INFO kablam! Compiling memchr v1.0.2 Sep 04 19:20:55.165 INFO kablam! Compiling atty v0.2.11 Sep 04 19:20:55.223 INFO kablam! Compiling which v1.0.5 Sep 04 19:20:58.313 INFO kablam! Compiling libloading v0.5.0 Sep 04 19:20:58.416 INFO kablam! Compiling clap v2.32.0 Sep 04 19:20:59.027 INFO kablam! Compiling quote v0.5.2 Sep 04 19:20:59.167 INFO kablam! Compiling aho-corasick v0.6.8 Sep 04 19:20:59.457 INFO kablam! Compiling nom v3.2.1 Sep 04 19:21:04.843 INFO kablam! Compiling regex v1.0.4 Sep 04 19:21:15.479 INFO kablam! Compiling cexpr v0.2.3 Sep 04 19:21:30.636 INFO kablam! Compiling env_logger v0.5.13 Sep 04 19:21:30.636 INFO kablam! Compiling Inflector v0.11.3 Sep 04 19:21:30.636 INFO kablam! Compiling drone-macros-core v0.8.3 Sep 04 19:21:51.563 INFO kablam! Compiling drone-core-macros v0.8.3 Sep 04 19:21:57.183 INFO kablam! error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope Sep 04 19:21:57.183 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/bitfield.rs:106:32 Sep 04 19:21:57.183 INFO kablam! | Sep 04 19:21:57.183 INFO kablam! 106 | let (def_site, call_site) = (Span::def_site(), Span::call_site()); Sep 04 19:21:57.183 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span` Sep 04 19:21:57.183 INFO kablam! Sep 04 19:21:57.444 INFO kablam! error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope Sep 04 19:21:57.444 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/drv/driver.rs:36:18 Sep 04 19:21:57.444 INFO kablam! | Sep 04 19:21:57.444 INFO kablam! 36 | let def_site = Span::def_site(); Sep 04 19:21:57.444 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span` Sep 04 19:21:57.444 INFO kablam! Sep 04 19:21:57.510 INFO kablam! error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope Sep 04 19:21:57.510 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/drv/resource.rs:6:18 Sep 04 19:21:57.510 INFO kablam! | Sep 04 19:21:57.510 INFO kablam! 6 | let def_site = Span::def_site(); Sep 04 19:21:57.510 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span` Sep 04 19:21:57.511 INFO kablam! Sep 04 19:21:57.569 INFO kablam! error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope Sep 04 19:21:57.569 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/heap.rs:67:32 Sep 04 19:21:57.569 INFO kablam! | Sep 04 19:21:57.569 INFO kablam! 67 | let (def_site, call_site) = (Span::def_site(), Span::call_site()); Sep 04 19:21:57.569 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span` Sep 04 19:21:57.569 INFO kablam! Sep 04 19:21:57.845 INFO kablam! error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope Sep 04 19:21:57.845 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/reg/map.rs:102:32 Sep 04 19:21:57.846 INFO kablam! | Sep 04 19:21:57.846 INFO kablam! 102 | let (def_site, call_site) = (Span::def_site(), Span::call_site()); Sep 04 19:21:57.846 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span` Sep 04 19:21:57.846 INFO kablam! Sep 04 19:21:58.133 INFO kablam! error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope Sep 04 19:21:58.133 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/reg/map.rs:292:32 Sep 04 19:21:58.133 INFO kablam! | Sep 04 19:21:58.133 INFO kablam! 292 | let (def_site, call_site) = (Span::def_site(), Span::call_site()); Sep 04 19:21:58.133 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span` Sep 04 19:21:58.133 INFO kablam! Sep 04 19:21:58.377 INFO kablam! error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope Sep 04 19:21:58.377 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/reg/tokens.rs:105:32 Sep 04 19:21:58.377 INFO kablam! | Sep 04 19:21:58.377 INFO kablam! 105 | let (def_site, call_site) = (Span::def_site(), Span::call_site()); Sep 04 19:21:58.377 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span` Sep 04 19:21:58.377 INFO kablam! Sep 04 19:21:58.444 INFO kablam! error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope Sep 04 19:21:58.444 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-macros-0.8.3/src/thr.rs:48:32 Sep 04 19:21:58.444 INFO kablam! | Sep 04 19:21:58.444 INFO kablam! 48 | let (def_site, call_site) = (Span::def_site(), Span::call_site()); Sep 04 19:21:58.444 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span` Sep 04 19:21:58.444 INFO kablam! Sep 04 19:21:58.684 INFO kablam! error: aborting due to 8 previous errors Sep 04 19:21:58.684 INFO kablam! Sep 04 19:21:58.684 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 19:21:58.700 INFO kablam! error: Could not compile `drone-core-macros`. Sep 04 19:21:58.700 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 19:22:22.280 INFO kablam! error: build failed Sep 04 19:22:22.282 INFO kablam! su: No module specific data is present Sep 04 19:22:22.810 INFO running `"docker" "rm" "-f" "ed66c842c3e289925860c77dfb65624c37eea3ff2f3e032a4de1fc2863962abf"` Sep 04 19:22:22.981 INFO blam! ed66c842c3e289925860c77dfb65624c37eea3ff2f3e032a4de1fc2863962abf