Oct 13 12:15:08.948 INFO checking maud_macros-0.18.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 12:15:08.948 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 12:15:09.364 INFO blam! fb0752113b31106d11c6ed4646f13d7799fa41de8b59f44905f5ed80b08a18f1 Oct 13 12:15:09.365 INFO running `"docker" "start" "-a" "fb0752113b31106d11c6ed4646f13d7799fa41de8b59f44905f5ed80b08a18f1"` Oct 13 12:15:10.217 INFO kablam! usermod: no changes Oct 13 12:15:10.255 INFO kablam! Checking maud_htmlescape v0.17.0 Oct 13 12:15:10.256 INFO kablam! Checking literalext v0.1.1 Oct 13 12:15:13.291 INFO kablam! Checking maud_macros v0.18.1 (/source) Oct 13 12:15:13.368 INFO kablam! error[E0557]: feature has been removed Oct 13 12:15:13.368 INFO kablam! --> src/lib.rs:2:12 Oct 13 12:15:13.368 INFO kablam! | Oct 13 12:15:13.368 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 13 12:15:13.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 12:15:13.368 INFO kablam! | Oct 13 12:15:13.368 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 13 12:15:13.368 INFO kablam! --> src/lib.rs:2:12 Oct 13 12:15:13.368 INFO kablam! | Oct 13 12:15:13.368 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 13 12:15:13.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 12:15:13.368 INFO kablam! Oct 13 12:15:13.368 INFO kablam! error[E0557]: feature has been removed Oct 13 12:15:13.368 INFO kablam! --> src/lib.rs:2:12 Oct 13 12:15:13.368 INFO kablam! | Oct 13 12:15:13.368 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 13 12:15:13.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 12:15:13.368 INFO kablam! | Oct 13 12:15:13.368 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 13 12:15:13.368 INFO kablam! --> src/lib.rs:2:12 Oct 13 12:15:13.368 INFO kablam! | Oct 13 12:15:13.369 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 13 12:15:13.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 12:15:13.369 INFO kablam! Oct 13 12:15:16.793 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 12:15:16.794 INFO kablam! --> src/generate.rs:67:21 Oct 13 12:15:16.794 INFO kablam! | Oct 13 12:15:16.794 INFO kablam! 67 | quote!($head $body) Oct 13 12:15:16.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 12:15:16.795 INFO kablam! | Oct 13 12:15:16.795 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 12:15:16.795 INFO kablam! Oct 13 12:15:16.796 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 12:15:16.796 INFO kablam! --> src/generate.rs:83:9 Oct 13 12:15:16.796 INFO kablam! | Oct 13 12:15:16.797 INFO kablam! 83 | / quote!({ Oct 13 12:15:16.797 INFO kablam! 84 | | // Create a local trait alias so that autoref works Oct 13 12:15:16.797 INFO kablam! 85 | | trait Render: maud::Render { Oct 13 12:15:16.797 INFO kablam! 86 | | fn __maud_render_to(&self, output_ident: &mut String) { Oct 13 12:15:16.798 INFO kablam! ... | Oct 13 12:15:16.798 INFO kablam! 91 | | $expr.__maud_render_to(&mut $output_ident); Oct 13 12:15:16.798 INFO kablam! 92 | | }) Oct 13 12:15:16.799 INFO kablam! | |__________^ Oct 13 12:15:16.799 INFO kablam! | Oct 13 12:15:16.799 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 12:15:16.799 INFO kablam! Oct 13 12:15:16.800 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 12:15:16.800 INFO kablam! --> src/generate.rs:140:25 Oct 13 12:15:16.800 INFO kablam! | Oct 13 12:15:16.801 INFO kablam! 140 | quote!($head { $body }) Oct 13 12:15:16.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:15:16.801 INFO kablam! | Oct 13 12:15:16.802 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 12:15:16.802 INFO kablam! Oct 13 12:15:16.802 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 12:15:16.802 INFO kablam! --> src/generate.rs:149:9 Oct 13 12:15:16.803 INFO kablam! | Oct 13 12:15:16.803 INFO kablam! 149 | quote!($head $body) Oct 13 12:15:16.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 12:15:16.803 INFO kablam! | Oct 13 12:15:16.804 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 12:15:16.804 INFO kablam! Oct 13 12:15:16.804 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 12:15:16.804 INFO kablam! --> src/generate.rs:154:9 Oct 13 12:15:16.805 INFO kablam! | Oct 13 12:15:16.805 INFO kablam! 154 | quote!($head $body) Oct 13 12:15:16.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 12:15:16.805 INFO kablam! | Oct 13 12:15:16.806 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 12:15:16.806 INFO kablam! Oct 13 12:15:16.806 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 12:15:16.806 INFO kablam! --> src/generate.rs:224:5 Oct 13 12:15:16.807 INFO kablam! | Oct 13 12:15:16.807 INFO kablam! 224 | quote!(if $cond) Oct 13 12:15:16.807 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 12:15:16.808 INFO kablam! | Oct 13 12:15:16.808 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 12:15:16.808 INFO kablam! Oct 13 12:15:16.808 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 12:15:16.809 INFO kablam! --> src/generate.rs:265:13 Oct 13 12:15:16.809 INFO kablam! | Oct 13 12:15:16.809 INFO kablam! 265 | quote!($output_ident.push_str($string);) Oct 13 12:15:16.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:15:16.810 INFO kablam! | Oct 13 12:15:16.810 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 12:15:16.810 INFO kablam! Oct 13 12:15:16.811 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 12:15:16.811 INFO kablam! --> src/lib.rs:50:5 Oct 13 12:15:16.811 INFO kablam! | Oct 13 12:15:16.811 INFO kablam! 50 | / quote!({ Oct 13 12:15:16.812 INFO kablam! 51 | | extern crate maud; Oct 13 12:15:16.812 INFO kablam! 52 | | let mut $output_ident = String::with_capacity($size_hint); Oct 13 12:15:16.812 INFO kablam! 53 | | $stmts Oct 13 12:15:16.813 INFO kablam! 54 | | maud::PreEscaped($output_ident) Oct 13 12:15:16.813 INFO kablam! 55 | | }) Oct 13 12:15:16.813 INFO kablam! | |______^ Oct 13 12:15:16.813 INFO kablam! | Oct 13 12:15:16.814 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 12:15:16.814 INFO kablam! Oct 13 12:15:16.814 INFO kablam! error: aborting due to 9 previous errors Oct 13 12:15:16.814 INFO kablam! Oct 13 12:15:16.815 INFO kablam! Some errors occurred: E0557, E0658. Oct 13 12:15:16.815 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 13 12:15:16.821 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 12:15:16.821 INFO kablam! --> src/generate.rs:67:21 Oct 13 12:15:16.822 INFO kablam! | Oct 13 12:15:16.822 INFO kablam! 67 | quote!($head $body) Oct 13 12:15:16.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 12:15:16.822 INFO kablam! | Oct 13 12:15:16.823 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 12:15:16.823 INFO kablam! Oct 13 12:15:16.823 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 12:15:16.824 INFO kablam! --> src/generate.rs:83:9 Oct 13 12:15:16.824 INFO kablam! | Oct 13 12:15:16.824 INFO kablam! 83 | / quote!({ Oct 13 12:15:16.825 INFO kablam! 84 | | // Create a local trait alias so that autoref works Oct 13 12:15:16.825 INFO kablam! 85 | | trait Render: maud::Render { Oct 13 12:15:16.825 INFO kablam! 86 | | fn __maud_render_to(&self, output_ident: &mut String) { Oct 13 12:15:16.825 INFO kablam! ... | Oct 13 12:15:16.826 INFO kablam! 91 | | $expr.__maud_render_to(&mut $output_ident); Oct 13 12:15:16.826 INFO kablam! 92 | | }) Oct 13 12:15:16.826 INFO kablam! | |__________^ Oct 13 12:15:16.826 INFO kablam! | Oct 13 12:15:16.827 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 12:15:16.827 INFO kablam! Oct 13 12:15:16.827 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 12:15:16.828 INFO kablam! --> src/generate.rs:140:25 Oct 13 12:15:16.828 INFO kablam! | Oct 13 12:15:16.828 INFO kablam! 140 | quote!($head { $body }) Oct 13 12:15:16.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:15:16.829 INFO kablam! | Oct 13 12:15:16.829 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 12:15:16.830 INFO kablam! Oct 13 12:15:16.830 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 12:15:16.831 INFO kablam! --> src/generate.rs:149:9 Oct 13 12:15:16.831 INFO kablam! | Oct 13 12:15:16.831 INFO kablam! 149 | quote!($head $body) Oct 13 12:15:16.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 12:15:16.832 INFO kablam! | Oct 13 12:15:16.832 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 12:15:16.832 INFO kablam! Oct 13 12:15:16.832 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 12:15:16.833 INFO kablam! --> src/generate.rs:154:9 Oct 13 12:15:16.833 INFO kablam! | Oct 13 12:15:16.833 INFO kablam! 154 | quote!($head $body) Oct 13 12:15:16.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 12:15:16.834 INFO kablam! | Oct 13 12:15:16.834 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 12:15:16.834 INFO kablam! Oct 13 12:15:16.835 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 12:15:16.835 INFO kablam! --> src/generate.rs:224:5 Oct 13 12:15:16.835 INFO kablam! | Oct 13 12:15:16.835 INFO kablam! 224 | quote!(if $cond) Oct 13 12:15:16.836 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 12:15:16.836 INFO kablam! | Oct 13 12:15:16.836 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 12:15:16.837 INFO kablam! Oct 13 12:15:16.837 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 12:15:16.837 INFO kablam! --> src/generate.rs:265:13 Oct 13 12:15:16.837 INFO kablam! | Oct 13 12:15:16.838 INFO kablam! 265 | quote!($output_ident.push_str($string);) Oct 13 12:15:16.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:15:16.838 INFO kablam! | Oct 13 12:15:16.838 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 12:15:16.839 INFO kablam! Oct 13 12:15:16.839 INFO kablam! error: Could not compile `maud_macros`. Oct 13 12:15:16.839 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 12:15:16.839 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 12:15:16.840 INFO kablam! --> src/lib.rs:50:5 Oct 13 12:15:16.840 INFO kablam! | Oct 13 12:15:16.840 INFO kablam! 50 | / quote!({ Oct 13 12:15:16.840 INFO kablam! 51 | | extern crate maud; Oct 13 12:15:16.841 INFO kablam! 52 | | let mut $output_ident = String::with_capacity($size_hint); Oct 13 12:15:16.841 INFO kablam! 53 | | $stmts Oct 13 12:15:16.841 INFO kablam! 54 | | maud::PreEscaped($output_ident) Oct 13 12:15:16.841 INFO kablam! 55 | | }) Oct 13 12:15:16.841 INFO kablam! | |______^ Oct 13 12:15:16.842 INFO kablam! | Oct 13 12:15:16.842 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 12:15:16.842 INFO kablam! Oct 13 12:15:16.843 INFO kablam! error: aborting due to 9 previous errors Oct 13 12:15:16.843 INFO kablam! Oct 13 12:15:16.843 INFO kablam! Some errors occurred: E0557, E0658. Oct 13 12:15:16.843 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 13 12:15:16.844 INFO kablam! error: Could not compile `maud_macros`. Oct 13 12:15:16.844 INFO kablam! Oct 13 12:15:16.844 INFO kablam! To learn more, run the command again with --verbose. Oct 13 12:15:16.845 INFO kablam! su: No module specific data is present Oct 13 12:15:17.204 INFO running `"docker" "rm" "-f" "fb0752113b31106d11c6ed4646f13d7799fa41de8b59f44905f5ed80b08a18f1"` Oct 13 12:15:17.331 INFO blam! fb0752113b31106d11c6ed4646f13d7799fa41de8b59f44905f5ed80b08a18f1