Sep 18 02:27:15.292 INFO checking clowder-0.2.9 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 02:27:15.292 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 02:27:15.292 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 02:27:15.511 INFO blam! cc77e27b8ca3fb934eacf47de2c01a66ef5246e15d56d70c586fce595dd7d6c5 Sep 18 02:27:15.523 INFO running `"docker" "start" "-a" "cc77e27b8ca3fb934eacf47de2c01a66ef5246e15d56d70c586fce595dd7d6c5"` Sep 18 02:27:16.446 INFO kablam! usermod: no changes Sep 18 02:27:16.771 INFO kablam! Checking marksman_escape v0.1.2 Sep 18 02:27:16.774 INFO kablam! Compiling maud_macros v0.17.5 Sep 18 02:27:16.776 INFO kablam! Compiling vergen v0.1.1 Sep 18 02:27:16.776 INFO kablam! Compiling num-traits v0.2.6 Sep 18 02:27:16.778 INFO kablam! Compiling pq-sys v0.4.6 Sep 18 02:27:16.778 INFO kablam! Compiling syn v0.11.11 Sep 18 02:27:16.800 INFO kablam! Checking chrono-humanize v0.0.10 Sep 18 02:27:16.800 INFO kablam! Checking diesel v0.16.0 Sep 18 02:27:18.568 INFO kablam! Compiling toml v0.4.6 Sep 18 02:27:18.691 INFO kablam! Compiling clowder v0.2.9 (/source) Sep 18 02:27:20.023 INFO kablam! Compiling num-integer v0.1.39 Sep 18 02:27:21.742 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_quote' (see issue #38356) Sep 18 02:27:21.743 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/generate.rs:6:5 Sep 18 02:27:21.743 INFO kablam! | Sep 18 02:27:21.743 INFO kablam! 6 | quote, Sep 18 02:27:21.743 INFO kablam! | ^^^^^ Sep 18 02:27:21.743 INFO kablam! | Sep 18 02:27:21.743 INFO kablam! = help: add #![feature(proc_macro_quote)] to the crate attributes to enable Sep 18 02:27:21.743 INFO kablam! Sep 18 02:27:21.743 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_quote' (see issue #38356) Sep 18 02:27:21.743 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/lib.rs:20:5 Sep 18 02:27:21.743 INFO kablam! | Sep 18 02:27:21.743 INFO kablam! 20 | use proc_macro::quote; Sep 18 02:27:21.743 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 18 02:27:21.743 INFO kablam! | Sep 18 02:27:21.743 INFO kablam! = help: add #![feature(proc_macro_quote)] to the crate attributes to enable Sep 18 02:27:21.743 INFO kablam! Sep 18 02:27:21.998 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 18 02:27:21.999 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/lib.rs:37:69 Sep 18 02:27:21.999 INFO kablam! | Sep 18 02:27:21.999 INFO kablam! 37 | let output_ident = TokenTree::Ident(Ident::new("__maud_output", Span::def_site())); Sep 18 02:27:21.999 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 02:27:21.999 INFO kablam! | Sep 18 02:27:21.999 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 18 02:27:21.999 INFO kablam! Sep 18 02:27:22.171 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 18 02:27:22.171 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/generate.rs:226:32 Sep 18 02:27:22.171 INFO kablam! | Sep 18 02:27:22.171 INFO kablam! 226 | Some(span) => span.join(token.span()).unwrap_or(span), Sep 18 02:27:22.171 INFO kablam! | ^^^^ Sep 18 02:27:22.171 INFO kablam! | Sep 18 02:27:22.171 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 18 02:27:22.171 INFO kablam! Sep 18 02:27:22.179 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 18 02:27:22.179 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/generate.rs:228:25 Sep 18 02:27:22.179 INFO kablam! | Sep 18 02:27:22.179 INFO kablam! 228 | .unwrap_or_else(Span::def_site) Sep 18 02:27:22.179 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 02:27:22.179 INFO kablam! | Sep 18 02:27:22.179 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 18 02:27:22.179 INFO kablam! Sep 18 02:27:22.307 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 18 02:27:22.307 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/parse.rs:344:61 Sep 18 02:27:22.307 INFO kablam! | Sep 18 02:27:22.307 INFO kablam! 344 | if let Some(bigger_span) = span.join(token.span()) { Sep 18 02:27:22.307 INFO kablam! | ^^^^ Sep 18 02:27:22.327 INFO kablam! | Sep 18 02:27:22.327 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 18 02:27:22.327 INFO kablam! Sep 18 02:27:22.411 INFO kablam! error: aborting due to 6 previous errors Sep 18 02:27:22.431 INFO kablam! Sep 18 02:27:22.431 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 18 02:27:22.483 INFO kablam! error: Could not compile `maud_macros`. Sep 18 02:27:22.483 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 02:27:22.799 INFO kablam! error[E0275]: overflow evaluating the requirement `>::Output` Sep 18 02:27:22.799 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-0.16.0/src/lib.rs:86:9 Sep 18 02:27:22.799 INFO kablam! | Sep 18 02:27:22.799 INFO kablam! 86 | >::Output; Sep 18 02:27:22.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:27:22.799 INFO kablam! | Sep 18 02:27:22.799 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 02:27:22.799 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 02:27:22.799 INFO kablam! Sep 18 02:27:22.862 INFO kablam! error: aborting due to previous error Sep 18 02:27:22.862 INFO kablam! Sep 18 02:27:22.867 INFO kablam! For more information about this error, try `rustc --explain E0275`. Sep 18 02:27:22.873 INFO kablam! error: Could not compile `diesel`. Sep 18 02:27:22.873 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 02:27:37.335 INFO kablam! error: build failed Sep 18 02:27:37.335 INFO kablam! su: No module specific data is present Sep 18 02:27:38.579 INFO running `"docker" "rm" "-f" "cc77e27b8ca3fb934eacf47de2c01a66ef5246e15d56d70c586fce595dd7d6c5"` Sep 18 02:27:38.907 INFO blam! cc77e27b8ca3fb934eacf47de2c01a66ef5246e15d56d70c586fce595dd7d6c5