Oct 22 01:37:35.710 INFO checking maud_macros-0.18.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:37:35.711 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 22 01:37:36.118 INFO blam! 6adf766e9e3e1802433875ec2b540b77774b7b4da31e754486e2961f1ae6baf6 Oct 22 01:37:36.120 INFO running `"docker" "start" "-a" "6adf766e9e3e1802433875ec2b540b77774b7b4da31e754486e2961f1ae6baf6"` Oct 22 01:37:37.242 INFO kablam! usermod: no changes Oct 22 01:37:37.301 INFO kablam! Checking maud_htmlescape v0.17.0 Oct 22 01:37:37.301 INFO kablam! Checking literalext v0.1.1 Oct 22 01:37:41.113 INFO kablam! Checking maud_macros v0.18.1 (/source) Oct 22 01:37:41.181 INFO kablam! error[E0557]: feature has been removed Oct 22 01:37:41.181 INFO kablam! --> src/lib.rs:2:12 Oct 22 01:37:41.181 INFO kablam! | Oct 22 01:37:41.182 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 22 01:37:41.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 01:37:41.182 INFO kablam! | Oct 22 01:37:41.182 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 22 01:37:41.183 INFO kablam! --> src/lib.rs:2:12 Oct 22 01:37:41.183 INFO kablam! | Oct 22 01:37:41.183 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 22 01:37:41.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 01:37:41.184 INFO kablam! Oct 22 01:37:41.196 INFO kablam! error[E0557]: feature has been removed Oct 22 01:37:41.197 INFO kablam! --> src/lib.rs:2:12 Oct 22 01:37:41.197 INFO kablam! | Oct 22 01:37:41.197 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 22 01:37:41.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 01:37:41.198 INFO kablam! | Oct 22 01:37:41.198 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 22 01:37:41.199 INFO kablam! --> src/lib.rs:2:12 Oct 22 01:37:41.199 INFO kablam! | Oct 22 01:37:41.199 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 22 01:37:41.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 01:37:41.200 INFO kablam! Oct 22 01:37:45.080 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 01:37:45.080 INFO kablam! --> src/generate.rs:67:21 Oct 22 01:37:45.080 INFO kablam! | Oct 22 01:37:45.080 INFO kablam! 67 | quote!($head $body) Oct 22 01:37:45.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 01:37:45.080 INFO kablam! | Oct 22 01:37:45.080 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 01:37:45.080 INFO kablam! Oct 22 01:37:45.080 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 01:37:45.080 INFO kablam! --> src/generate.rs:83:9 Oct 22 01:37:45.080 INFO kablam! | Oct 22 01:37:45.080 INFO kablam! 83 | / quote!({ Oct 22 01:37:45.080 INFO kablam! 84 | | // Create a local trait alias so that autoref works Oct 22 01:37:45.080 INFO kablam! 85 | | trait Render: maud::Render { Oct 22 01:37:45.080 INFO kablam! 86 | | fn __maud_render_to(&self, output_ident: &mut String) { Oct 22 01:37:45.080 INFO kablam! ... | Oct 22 01:37:45.080 INFO kablam! 91 | | $expr.__maud_render_to(&mut $output_ident); Oct 22 01:37:45.081 INFO kablam! 92 | | }) Oct 22 01:37:45.081 INFO kablam! | |__________^ Oct 22 01:37:45.081 INFO kablam! | Oct 22 01:37:45.081 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 01:37:45.081 INFO kablam! Oct 22 01:37:45.089 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 01:37:45.089 INFO kablam! --> src/generate.rs:140:25 Oct 22 01:37:45.089 INFO kablam! | Oct 22 01:37:45.090 INFO kablam! 140 | quote!($head { $body }) Oct 22 01:37:45.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:37:45.090 INFO kablam! | Oct 22 01:37:45.091 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 01:37:45.091 INFO kablam! Oct 22 01:37:45.091 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 01:37:45.091 INFO kablam! --> src/generate.rs:149:9 Oct 22 01:37:45.092 INFO kablam! | Oct 22 01:37:45.092 INFO kablam! 149 | quote!($head $body) Oct 22 01:37:45.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 01:37:45.092 INFO kablam! | Oct 22 01:37:45.093 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 01:37:45.093 INFO kablam! Oct 22 01:37:45.093 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 01:37:45.093 INFO kablam! --> src/generate.rs:154:9 Oct 22 01:37:45.094 INFO kablam! | Oct 22 01:37:45.094 INFO kablam! 154 | quote!($head $body) Oct 22 01:37:45.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 01:37:45.094 INFO kablam! | Oct 22 01:37:45.095 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 01:37:45.095 INFO kablam! Oct 22 01:37:45.095 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 01:37:45.095 INFO kablam! --> src/generate.rs:224:5 Oct 22 01:37:45.096 INFO kablam! | Oct 22 01:37:45.096 INFO kablam! 224 | quote!(if $cond) Oct 22 01:37:45.096 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 22 01:37:45.096 INFO kablam! | Oct 22 01:37:45.097 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 01:37:45.097 INFO kablam! Oct 22 01:37:45.097 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 01:37:45.097 INFO kablam! --> src/generate.rs:265:13 Oct 22 01:37:45.098 INFO kablam! | Oct 22 01:37:45.098 INFO kablam! 265 | quote!($output_ident.push_str($string);) Oct 22 01:37:45.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:37:45.098 INFO kablam! | Oct 22 01:37:45.099 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 01:37:45.099 INFO kablam! Oct 22 01:37:45.099 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 01:37:45.099 INFO kablam! --> src/lib.rs:50:5 Oct 22 01:37:45.100 INFO kablam! | Oct 22 01:37:45.100 INFO kablam! 50 | / quote!({ Oct 22 01:37:45.100 INFO kablam! 51 | | extern crate maud; Oct 22 01:37:45.100 INFO kablam! 52 | | let mut $output_ident = String::with_capacity($size_hint); Oct 22 01:37:45.101 INFO kablam! 53 | | $stmts Oct 22 01:37:45.101 INFO kablam! 54 | | maud::PreEscaped($output_ident) Oct 22 01:37:45.101 INFO kablam! 55 | | }) Oct 22 01:37:45.101 INFO kablam! | |______^ Oct 22 01:37:45.102 INFO kablam! | Oct 22 01:37:45.102 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 01:37:45.102 INFO kablam! Oct 22 01:37:45.102 INFO kablam! error: aborting due to 9 previous errors Oct 22 01:37:45.103 INFO kablam! Oct 22 01:37:45.103 INFO kablam! Some errors occurred: E0557, E0658. Oct 22 01:37:45.103 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 22 01:37:45.112 INFO kablam! error: Could not compile `maud_macros`. Oct 22 01:37:45.112 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 22 01:37:45.565 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 01:37:45.565 INFO kablam! --> src/generate.rs:67:21 Oct 22 01:37:45.565 INFO kablam! | Oct 22 01:37:45.565 INFO kablam! 67 | quote!($head $body) Oct 22 01:37:45.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 01:37:45.565 INFO kablam! | Oct 22 01:37:45.565 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 01:37:45.565 INFO kablam! Oct 22 01:37:45.565 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 01:37:45.565 INFO kablam! --> src/generate.rs:83:9 Oct 22 01:37:45.565 INFO kablam! | Oct 22 01:37:45.565 INFO kablam! 83 | / quote!({ Oct 22 01:37:45.565 INFO kablam! 84 | | // Create a local trait alias so that autoref works Oct 22 01:37:45.565 INFO kablam! 85 | | trait Render: maud::Render { Oct 22 01:37:45.565 INFO kablam! 86 | | fn __maud_render_to(&self, output_ident: &mut String) { Oct 22 01:37:45.565 INFO kablam! ... | Oct 22 01:37:45.565 INFO kablam! 91 | | $expr.__maud_render_to(&mut $output_ident); Oct 22 01:37:45.565 INFO kablam! 92 | | }) Oct 22 01:37:45.565 INFO kablam! | |__________^ Oct 22 01:37:45.565 INFO kablam! | Oct 22 01:37:45.565 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 01:37:45.565 INFO kablam! Oct 22 01:37:45.565 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 01:37:45.565 INFO kablam! --> src/generate.rs:140:25 Oct 22 01:37:45.565 INFO kablam! | Oct 22 01:37:45.565 INFO kablam! 140 | quote!($head { $body }) Oct 22 01:37:45.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:37:45.566 INFO kablam! | Oct 22 01:37:45.566 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 01:37:45.566 INFO kablam! Oct 22 01:37:45.566 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 01:37:45.566 INFO kablam! --> src/generate.rs:149:9 Oct 22 01:37:45.566 INFO kablam! | Oct 22 01:37:45.566 INFO kablam! 149 | quote!($head $body) Oct 22 01:37:45.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 01:37:45.566 INFO kablam! | Oct 22 01:37:45.566 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 01:37:45.566 INFO kablam! Oct 22 01:37:45.566 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 01:37:45.566 INFO kablam! --> src/generate.rs:154:9 Oct 22 01:37:45.566 INFO kablam! | Oct 22 01:37:45.566 INFO kablam! 154 | quote!($head $body) Oct 22 01:37:45.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 01:37:45.566 INFO kablam! | Oct 22 01:37:45.566 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 01:37:45.566 INFO kablam! Oct 22 01:37:45.566 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 01:37:45.566 INFO kablam! --> src/generate.rs:224:5 Oct 22 01:37:45.566 INFO kablam! | Oct 22 01:37:45.566 INFO kablam! 224 | quote!(if $cond) Oct 22 01:37:45.566 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 22 01:37:45.566 INFO kablam! | Oct 22 01:37:45.566 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 01:37:45.566 INFO kablam! Oct 22 01:37:45.566 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 01:37:45.566 INFO kablam! --> src/generate.rs:265:13 Oct 22 01:37:45.566 INFO kablam! | Oct 22 01:37:45.566 INFO kablam! 265 | quote!($output_ident.push_str($string);) Oct 22 01:37:45.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:37:45.566 INFO kablam! | Oct 22 01:37:45.566 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 01:37:45.566 INFO kablam! Oct 22 01:37:45.574 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 01:37:45.574 INFO kablam! --> src/lib.rs:50:5 Oct 22 01:37:45.574 INFO kablam! | Oct 22 01:37:45.574 INFO kablam! 50 | / quote!({ Oct 22 01:37:45.574 INFO kablam! 51 | | extern crate maud; Oct 22 01:37:45.574 INFO kablam! 52 | | let mut $output_ident = String::with_capacity($size_hint); Oct 22 01:37:45.574 INFO kablam! 53 | | $stmts Oct 22 01:37:45.574 INFO kablam! 54 | | maud::PreEscaped($output_ident) Oct 22 01:37:45.574 INFO kablam! 55 | | }) Oct 22 01:37:45.574 INFO kablam! | |______^ Oct 22 01:37:45.574 INFO kablam! | Oct 22 01:37:45.574 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 01:37:45.574 INFO kablam! Oct 22 01:37:45.574 INFO kablam! error: aborting due to 9 previous errors Oct 22 01:37:45.574 INFO kablam! Oct 22 01:37:45.574 INFO kablam! Some errors occurred: E0557, E0658. Oct 22 01:37:45.574 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 22 01:37:45.592 INFO kablam! error: Could not compile `maud_macros`. Oct 22 01:37:45.592 INFO kablam! Oct 22 01:37:45.592 INFO kablam! To learn more, run the command again with --verbose. Oct 22 01:37:45.592 INFO kablam! su: No module specific data is present Oct 22 01:37:46.651 INFO running `"docker" "rm" "-f" "6adf766e9e3e1802433875ec2b540b77774b7b4da31e754486e2961f1ae6baf6"` Oct 22 01:37:46.972 INFO blam! 6adf766e9e3e1802433875ec2b540b77774b7b4da31e754486e2961f1ae6baf6