Sep 20 00:21:16.625 INFO checking maud-0.17.5 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 00:21:16.625 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 00:21:16.625 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/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 00:21:16.796 INFO blam! d73246d1eab915356135012a93e42068b45095199eacbd81ab36e52f6c5609f7 Sep 20 00:21:16.807 INFO running `"docker" "start" "-a" "d73246d1eab915356135012a93e42068b45095199eacbd81ab36e52f6c5609f7"` Sep 20 00:21:17.807 INFO kablam! usermod: no changes Sep 20 00:21:17.934 INFO kablam! Compiling literalext v0.1.1 Sep 20 00:21:17.934 INFO kablam! Compiling maud_htmlescape v0.17.0 Sep 20 00:21:17.934 INFO kablam! Compiling maud_lints v0.17.4 Sep 20 00:21:20.382 INFO kablam! Compiling maud_macros v0.17.5 Sep 20 00:21:20.397 INFO kablam! error[E0432]: unresolved imports `rustc::hir::ExprCall`, `rustc::hir::ExprLit`, `rustc::hir::ExprPath` Sep 20 00:21:20.397 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_lints-0.17.4/src/doctype.rs:1:24 Sep 20 00:21:20.397 INFO kablam! | Sep 20 00:21:20.397 INFO kablam! 1 | use rustc::hir::{Expr, ExprCall, ExprLit, ExprPath}; Sep 20 00:21:20.397 INFO kablam! | ^^^^^^^^ ^^^^^^^ ^^^^^^^^ no `ExprPath` in `hir` Sep 20 00:21:20.397 INFO kablam! | | | Sep 20 00:21:20.397 INFO kablam! | | no `ExprLit` in `hir` Sep 20 00:21:20.397 INFO kablam! | no `ExprCall` in `hir` Sep 20 00:21:20.397 INFO kablam! Sep 20 00:21:20.414 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 20 00:21:20.414 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_lints-0.17.4/src/lib.rs:25:9 Sep 20 00:21:20.414 INFO kablam! | Sep 20 00:21:20.414 INFO kablam! 25 | reg.register_lint_group("maud", vec![ Sep 20 00:21:20.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 3 parameters Sep 20 00:21:20.414 INFO kablam! Sep 20 00:21:20.566 INFO kablam! error: aborting due to 2 previous errors Sep 20 00:21:20.566 INFO kablam! Sep 20 00:21:20.566 INFO kablam! Some errors occurred: E0061, E0432. Sep 20 00:21:20.566 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 00:21:20.582 INFO kablam! error: Could not compile `maud_lints`. Sep 20 00:21:20.582 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 00:21:21.475 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_quote' (see issue #38356) Sep 20 00:21:21.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/generate.rs:6:5 Sep 20 00:21:21.475 INFO kablam! | Sep 20 00:21:21.475 INFO kablam! 6 | quote, Sep 20 00:21:21.475 INFO kablam! | ^^^^^ Sep 20 00:21:21.475 INFO kablam! | Sep 20 00:21:21.475 INFO kablam! = help: add #![feature(proc_macro_quote)] to the crate attributes to enable Sep 20 00:21:21.475 INFO kablam! Sep 20 00:21:21.475 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_quote' (see issue #38356) Sep 20 00:21:21.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/lib.rs:20:5 Sep 20 00:21:21.475 INFO kablam! | Sep 20 00:21:21.475 INFO kablam! 20 | use proc_macro::quote; Sep 20 00:21:21.475 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 00:21:21.475 INFO kablam! | Sep 20 00:21:21.475 INFO kablam! = help: add #![feature(proc_macro_quote)] to the crate attributes to enable Sep 20 00:21:21.475 INFO kablam! Sep 20 00:21:21.550 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 20 00:21:21.550 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/lib.rs:37:69 Sep 20 00:21:21.550 INFO kablam! | Sep 20 00:21:21.550 INFO kablam! 37 | let output_ident = TokenTree::Ident(Ident::new("__maud_output", Span::def_site())); Sep 20 00:21:21.550 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 00:21:21.550 INFO kablam! | Sep 20 00:21:21.550 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 20 00:21:21.550 INFO kablam! Sep 20 00:21:21.606 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 20 00:21:21.606 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/generate.rs:226:32 Sep 20 00:21:21.606 INFO kablam! | Sep 20 00:21:21.606 INFO kablam! 226 | Some(span) => span.join(token.span()).unwrap_or(span), Sep 20 00:21:21.606 INFO kablam! | ^^^^ Sep 20 00:21:21.606 INFO kablam! | Sep 20 00:21:21.606 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 20 00:21:21.606 INFO kablam! Sep 20 00:21:21.606 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 20 00:21:21.606 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/generate.rs:228:25 Sep 20 00:21:21.606 INFO kablam! | Sep 20 00:21:21.606 INFO kablam! 228 | .unwrap_or_else(Span::def_site) Sep 20 00:21:21.606 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 00:21:21.606 INFO kablam! | Sep 20 00:21:21.606 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 20 00:21:21.606 INFO kablam! Sep 20 00:21:21.641 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 20 00:21:21.641 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.5/src/parse.rs:344:61 Sep 20 00:21:21.641 INFO kablam! | Sep 20 00:21:21.641 INFO kablam! 344 | if let Some(bigger_span) = span.join(token.span()) { Sep 20 00:21:21.641 INFO kablam! | ^^^^ Sep 20 00:21:21.641 INFO kablam! | Sep 20 00:21:21.641 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 20 00:21:21.641 INFO kablam! Sep 20 00:21:21.659 INFO kablam! error: aborting due to 6 previous errors Sep 20 00:21:21.659 INFO kablam! Sep 20 00:21:21.659 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 20 00:21:21.678 INFO kablam! error: Could not compile `maud_macros`. Sep 20 00:21:21.678 INFO kablam! Sep 20 00:21:21.678 INFO kablam! To learn more, run the command again with --verbose. Sep 20 00:21:21.678 INFO kablam! su: No module specific data is present Sep 20 00:21:22.304 INFO running `"docker" "rm" "-f" "d73246d1eab915356135012a93e42068b45095199eacbd81ab36e52f6c5609f7"` Sep 20 00:21:22.379 INFO blam! d73246d1eab915356135012a93e42068b45095199eacbd81ab36e52f6c5609f7