Sep 20 03:53:01.306 INFO checking event-web-0.1.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 03:53:01.306 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 03:53:01.306 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:53:01.526 INFO blam! 494abfec2903713bf7ab9fabda47e6b6283241a7209b39e76710329aba76e2e8 Sep 20 03:53:01.528 INFO running `"docker" "start" "-a" "494abfec2903713bf7ab9fabda47e6b6283241a7209b39e76710329aba76e2e8"` Sep 20 03:53:02.417 INFO kablam! usermod: no changes Sep 20 03:53:02.928 INFO kablam! Compiling maud_macros v0.17.5 Sep 20 03:53:02.933 INFO kablam! Compiling parse-zoneinfo v0.1.1 Sep 20 03:53:02.934 INFO kablam! Checking bcrypt v0.2.0 Sep 20 03:53:02.934 INFO kablam! Compiling actix v0.5.8 Sep 20 03:53:02.934 INFO kablam! Checking tokio-reactor v0.1.5 Sep 20 03:53:04.055 INFO kablam! Checking tokio-tcp v0.1.1 Sep 20 03:53:04.055 INFO kablam! Checking tokio-uds v0.2.1 Sep 20 03:53:04.055 INFO kablam! Checking tokio-udp v0.1.2 Sep 20 03:53:04.574 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_quote' (see issue #38356) Sep 20 03:53:04.574 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/generate.rs:6:5 Sep 20 03:53:04.574 INFO kablam! | Sep 20 03:53:04.574 INFO kablam! 6 | quote, Sep 20 03:53:04.574 INFO kablam! | ^^^^^ Sep 20 03:53:04.576 INFO kablam! | Sep 20 03:53:04.576 INFO kablam! = help: add #![feature(proc_macro_quote)] to the crate attributes to enable Sep 20 03:53:04.576 INFO kablam! Sep 20 03:53:04.576 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_quote' (see issue #38356) Sep 20 03:53:04.576 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/lib.rs:20:5 Sep 20 03:53:04.576 INFO kablam! | Sep 20 03:53:04.576 INFO kablam! 20 | use proc_macro::quote; Sep 20 03:53:04.577 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 03:53:04.577 INFO kablam! | Sep 20 03:53:04.577 INFO kablam! = help: add #![feature(proc_macro_quote)] to the crate attributes to enable Sep 20 03:53:04.577 INFO kablam! Sep 20 03:53:04.854 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 20 03:53:04.854 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/lib.rs:37:69 Sep 20 03:53:04.854 INFO kablam! | Sep 20 03:53:04.854 INFO kablam! 37 | let output_ident = TokenTree::Ident(Ident::new("__maud_output", Span::def_site())); Sep 20 03:53:04.854 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 03:53:04.854 INFO kablam! | Sep 20 03:53:04.854 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 20 03:53:04.854 INFO kablam! Sep 20 03:53:05.038 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 20 03:53:05.038 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/generate.rs:226:32 Sep 20 03:53:05.038 INFO kablam! | Sep 20 03:53:05.038 INFO kablam! 226 | Some(span) => span.join(token.span()).unwrap_or(span), Sep 20 03:53:05.038 INFO kablam! | ^^^^ Sep 20 03:53:05.038 INFO kablam! | Sep 20 03:53:05.038 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 20 03:53:05.038 INFO kablam! Sep 20 03:53:05.039 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 20 03:53:05.039 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/generate.rs:228:25 Sep 20 03:53:05.039 INFO kablam! | Sep 20 03:53:05.039 INFO kablam! 228 | .unwrap_or_else(Span::def_site) Sep 20 03:53:05.039 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 03:53:05.039 INFO kablam! | Sep 20 03:53:05.039 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 20 03:53:05.039 INFO kablam! Sep 20 03:53:05.091 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 20 03:53:05.091 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/parse.rs:344:61 Sep 20 03:53:05.091 INFO kablam! | Sep 20 03:53:05.091 INFO kablam! 344 | if let Some(bigger_span) = span.join(token.span()) { Sep 20 03:53:05.091 INFO kablam! | ^^^^ Sep 20 03:53:05.091 INFO kablam! | Sep 20 03:53:05.091 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 20 03:53:05.091 INFO kablam! Sep 20 03:53:05.155 INFO kablam! error: aborting due to 6 previous errors Sep 20 03:53:05.157 INFO kablam! Sep 20 03:53:05.158 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 20 03:53:05.189 INFO kablam! error: Could not compile `maud_macros`. Sep 20 03:53:05.189 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:53:06.522 INFO kablam! error: build failed Sep 20 03:53:06.522 INFO kablam! su: No module specific data is present Sep 20 03:53:07.725 INFO running `"docker" "rm" "-f" "494abfec2903713bf7ab9fabda47e6b6283241a7209b39e76710329aba76e2e8"` Sep 20 03:53:07.806 INFO blam! 494abfec2903713bf7ab9fabda47e6b6283241a7209b39e76710329aba76e2e8