Sep 05 00:14:18.745 INFO checking clowder-0.2.9 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 00:14:18.745 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 00:14:18.745 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:14:18.950 INFO blam! 42d2e882be6b7e6ab592490d3bd1a261e47d2102c8c6bf0b92748bbef946b68d Sep 05 00:14:18.952 INFO running `"docker" "start" "-a" "42d2e882be6b7e6ab592490d3bd1a261e47d2102c8c6bf0b92748bbef946b68d"` Sep 05 00:14:20.306 INFO kablam! Compiling literalext v0.1.1 Sep 05 00:14:20.306 INFO kablam! Compiling maud_htmlescape v0.17.0 Sep 05 00:14:20.326 INFO kablam! Checking marksman_escape v0.1.2 Sep 05 00:14:20.352 INFO kablam! Compiling clowder v0.2.9 (file:///source) Sep 05 00:14:20.354 INFO kablam! Compiling derive-error-chain v0.10.1 Sep 05 00:14:20.362 INFO kablam! Compiling diesel v0.16.0 Sep 05 00:14:20.364 INFO kablam! Checking chrono-humanize v0.0.10 Sep 05 00:14:23.467 INFO kablam! Compiling toml v0.4.6 Sep 05 00:14:24.818 INFO kablam! Checking rocket v0.3.16 Sep 05 00:14:33.886 INFO kablam! Compiling maud_macros v0.17.5 Sep 05 00:14:45.103 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_quote' (see issue #38356) Sep 05 00:14:45.103 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/generate.rs:6:5 Sep 05 00:14:45.103 INFO kablam! | Sep 05 00:14:45.103 INFO kablam! 6 | quote, Sep 05 00:14:45.103 INFO kablam! | ^^^^^ Sep 05 00:14:45.103 INFO kablam! | Sep 05 00:14:45.103 INFO kablam! = help: add #![feature(proc_macro_quote)] to the crate attributes to enable Sep 05 00:14:45.103 INFO kablam! Sep 05 00:14:45.104 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_quote' (see issue #38356) Sep 05 00:14:45.104 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/lib.rs:20:5 Sep 05 00:14:45.104 INFO kablam! | Sep 05 00:14:45.104 INFO kablam! 20 | use proc_macro::quote; Sep 05 00:14:45.104 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 05 00:14:45.104 INFO kablam! | Sep 05 00:14:45.104 INFO kablam! = help: add #![feature(proc_macro_quote)] to the crate attributes to enable Sep 05 00:14:45.104 INFO kablam! Sep 05 00:14:45.491 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 05 00:14:45.491 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/lib.rs:37:69 Sep 05 00:14:45.491 INFO kablam! | Sep 05 00:14:45.491 INFO kablam! 37 | let output_ident = TokenTree::Ident(Ident::new("__maud_output", Span::def_site())); Sep 05 00:14:45.491 INFO kablam! | ^^^^^^^^^^^^^^ Sep 05 00:14:45.491 INFO kablam! | Sep 05 00:14:45.491 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 05 00:14:45.491 INFO kablam! Sep 05 00:14:45.838 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 05 00:14:45.839 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/generate.rs:226:32 Sep 05 00:14:45.839 INFO kablam! | Sep 05 00:14:45.839 INFO kablam! 226 | Some(span) => span.join(token.span()).unwrap_or(span), Sep 05 00:14:45.839 INFO kablam! | ^^^^ Sep 05 00:14:45.844 INFO kablam! | Sep 05 00:14:45.844 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 05 00:14:45.845 INFO kablam! Sep 05 00:14:45.846 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 05 00:14:45.846 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/generate.rs:228:25 Sep 05 00:14:45.846 INFO kablam! | Sep 05 00:14:45.846 INFO kablam! 228 | .unwrap_or_else(Span::def_site) Sep 05 00:14:45.846 INFO kablam! | ^^^^^^^^^^^^^^ Sep 05 00:14:45.846 INFO kablam! | Sep 05 00:14:45.847 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 05 00:14:45.847 INFO kablam! Sep 05 00:14:46.017 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 05 00:14:46.017 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/parse.rs:344:61 Sep 05 00:14:46.017 INFO kablam! | Sep 05 00:14:46.017 INFO kablam! 344 | if let Some(bigger_span) = span.join(token.span()) { Sep 05 00:14:46.017 INFO kablam! | ^^^^ Sep 05 00:14:46.017 INFO kablam! | Sep 05 00:14:46.018 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 05 00:14:46.018 INFO kablam! Sep 05 00:14:46.057 INFO kablam! error: aborting due to 6 previous errors Sep 05 00:14:46.057 INFO kablam! Sep 05 00:14:46.057 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 05 00:14:46.069 INFO kablam! error: Could not compile `maud_macros`. Sep 05 00:14:46.069 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:15:00.594 INFO kablam! error: build failed Sep 05 00:15:00.595 INFO kablam! su: No module specific data is present Sep 05 00:15:01.026 INFO running `"docker" "rm" "-f" "42d2e882be6b7e6ab592490d3bd1a261e47d2102c8c6bf0b92748bbef946b68d"` Sep 05 00:15:01.106 INFO blam! 42d2e882be6b7e6ab592490d3bd1a261e47d2102c8c6bf0b92748bbef946b68d