Sep 06 08:43:21.166 INFO checking clowder-0.2.9 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 08:43:21.166 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 08:43:21.166 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 08:43:21.365 INFO blam! fa04287746d1495dce39eef8fa26fad9052ec4bac25530097d45a89e2aa79607 Sep 06 08:43:21.366 INFO running `"docker" "start" "-a" "fa04287746d1495dce39eef8fa26fad9052ec4bac25530097d45a89e2aa79607"` Sep 06 08:43:22.270 INFO kablam! usermod: no changes Sep 06 08:43:22.796 INFO kablam! Compiling literalext v0.1.1 Sep 06 08:43:22.800 INFO kablam! Compiling maud_htmlescape v0.17.0 Sep 06 08:43:22.802 INFO kablam! Checking marksman_escape v0.1.2 Sep 06 08:43:22.805 INFO kablam! Compiling num-traits v0.2.5 Sep 06 08:43:22.805 INFO kablam! Compiling syn v0.11.11 Sep 06 08:43:22.809 INFO kablam! Compiling clowder v0.2.9 (file:///source) Sep 06 08:43:22.813 INFO kablam! Checking diesel v0.16.0 Sep 06 08:43:25.102 INFO kablam! Checking chrono-humanize v0.0.10 Sep 06 08:43:25.135 INFO kablam! Compiling toml v0.4.6 Sep 06 08:43:28.035 INFO kablam! Compiling num-integer v0.1.39 Sep 06 08:43:29.942 INFO kablam! Compiling maud_macros v0.17.5 Sep 06 08:43:32.554 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_quote' (see issue #38356) Sep 06 08:43:32.554 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/generate.rs:6:5 Sep 06 08:43:32.554 INFO kablam! | Sep 06 08:43:32.554 INFO kablam! 6 | quote, Sep 06 08:43:32.554 INFO kablam! | ^^^^^ Sep 06 08:43:32.554 INFO kablam! | Sep 06 08:43:32.554 INFO kablam! = help: add #![feature(proc_macro_quote)] to the crate attributes to enable Sep 06 08:43:32.554 INFO kablam! Sep 06 08:43:32.554 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_quote' (see issue #38356) Sep 06 08:43:32.554 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/lib.rs:20:5 Sep 06 08:43:32.554 INFO kablam! | Sep 06 08:43:32.554 INFO kablam! 20 | use proc_macro::quote; Sep 06 08:43:32.554 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 08:43:32.554 INFO kablam! | Sep 06 08:43:32.554 INFO kablam! = help: add #![feature(proc_macro_quote)] to the crate attributes to enable Sep 06 08:43:32.554 INFO kablam! Sep 06 08:43:32.621 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 06 08:43:32.621 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/lib.rs:37:69 Sep 06 08:43:32.621 INFO kablam! | Sep 06 08:43:32.621 INFO kablam! 37 | let output_ident = TokenTree::Ident(Ident::new("__maud_output", Span::def_site())); Sep 06 08:43:32.621 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 08:43:32.621 INFO kablam! | Sep 06 08:43:32.621 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 06 08:43:32.621 INFO kablam! Sep 06 08:43:32.680 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 06 08:43:32.681 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/generate.rs:226:32 Sep 06 08:43:32.681 INFO kablam! | Sep 06 08:43:32.681 INFO kablam! 226 | Some(span) => span.join(token.span()).unwrap_or(span), Sep 06 08:43:32.681 INFO kablam! | ^^^^ Sep 06 08:43:32.681 INFO kablam! | Sep 06 08:43:32.681 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 06 08:43:32.682 INFO kablam! Sep 06 08:43:32.682 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 06 08:43:32.682 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/generate.rs:228:25 Sep 06 08:43:32.682 INFO kablam! | Sep 06 08:43:32.682 INFO kablam! 228 | .unwrap_or_else(Span::def_site) Sep 06 08:43:32.682 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 08:43:32.682 INFO kablam! | Sep 06 08:43:32.682 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 06 08:43:32.682 INFO kablam! Sep 06 08:43:32.735 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 06 08:43:32.735 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/parse.rs:344:61 Sep 06 08:43:32.735 INFO kablam! | Sep 06 08:43:32.735 INFO kablam! 344 | if let Some(bigger_span) = span.join(token.span()) { Sep 06 08:43:32.735 INFO kablam! | ^^^^ Sep 06 08:43:32.738 INFO kablam! | Sep 06 08:43:32.738 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 06 08:43:32.738 INFO kablam! Sep 06 08:43:32.761 INFO kablam! error: aborting due to 6 previous errors Sep 06 08:43:32.766 INFO kablam! Sep 06 08:43:32.766 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 06 08:43:32.772 INFO kablam! error: Could not compile `maud_macros`. Sep 06 08:43:32.773 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 08:43:44.130 INFO kablam! error: build failed Sep 06 08:43:44.138 INFO kablam! su: No module specific data is present Sep 06 08:43:44.797 INFO running `"docker" "rm" "-f" "fa04287746d1495dce39eef8fa26fad9052ec4bac25530097d45a89e2aa79607"` Sep 06 08:43:44.897 INFO blam! fa04287746d1495dce39eef8fa26fad9052ec4bac25530097d45a89e2aa79607