Oct 21 19:34:38.129 INFO checking awalcutt/WeddingWebsite against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:34:38.129 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 21 19:34:38.544 INFO blam! 859176bbc325b8d031f8512b3575c184a4277b57d6d9d74150625b0bab7f1a2e Oct 21 19:34:38.546 INFO running `"docker" "start" "-a" "859176bbc325b8d031f8512b3575c184a4277b57d6d9d74150625b0bab7f1a2e"` Oct 21 19:34:39.817 INFO kablam! usermod: no changes Oct 21 19:34:40.068 INFO kablam! Compiling literalext v0.1.1 Oct 21 19:34:40.068 INFO kablam! Compiling maud_htmlescape v0.17.0 Oct 21 19:34:43.861 INFO kablam! Compiling maud_macros v0.18.1 Oct 21 19:34:43.969 INFO kablam! error[E0557]: feature has been removed Oct 21 19:34:43.969 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Oct 21 19:34:43.969 INFO kablam! | Oct 21 19:34:43.970 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 21 19:34:43.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 19:34:43.970 INFO kablam! | Oct 21 19:34:43.970 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 21 19:34:43.971 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Oct 21 19:34:43.971 INFO kablam! | Oct 21 19:34:43.971 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 21 19:34:43.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 19:34:43.972 INFO kablam! Oct 21 19:34:46.188 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 19:34:46.189 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:67:21 Oct 21 19:34:46.189 INFO kablam! | Oct 21 19:34:46.189 INFO kablam! 67 | quote!($head $body) Oct 21 19:34:46.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 19:34:46.190 INFO kablam! | Oct 21 19:34:46.190 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 19:34:46.190 INFO kablam! Oct 21 19:34:46.191 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 19:34:46.191 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:83:9 Oct 21 19:34:46.191 INFO kablam! | Oct 21 19:34:46.191 INFO kablam! 83 | / quote!({ Oct 21 19:34:46.192 INFO kablam! 84 | | // Create a local trait alias so that autoref works Oct 21 19:34:46.192 INFO kablam! 85 | | trait Render: maud::Render { Oct 21 19:34:46.192 INFO kablam! 86 | | fn __maud_render_to(&self, output_ident: &mut String) { Oct 21 19:34:46.192 INFO kablam! ... | Oct 21 19:34:46.193 INFO kablam! 91 | | $expr.__maud_render_to(&mut $output_ident); Oct 21 19:34:46.193 INFO kablam! 92 | | }) Oct 21 19:34:46.193 INFO kablam! | |__________^ Oct 21 19:34:46.194 INFO kablam! | Oct 21 19:34:46.194 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 19:34:46.194 INFO kablam! Oct 21 19:34:46.194 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 19:34:46.195 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:140:25 Oct 21 19:34:46.195 INFO kablam! | Oct 21 19:34:46.195 INFO kablam! 140 | quote!($head { $body }) Oct 21 19:34:46.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:34:46.195 INFO kablam! | Oct 21 19:34:46.196 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 19:34:46.196 INFO kablam! Oct 21 19:34:46.196 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 19:34:46.196 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:149:9 Oct 21 19:34:46.197 INFO kablam! | Oct 21 19:34:46.197 INFO kablam! 149 | quote!($head $body) Oct 21 19:34:46.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 19:34:46.197 INFO kablam! | Oct 21 19:34:46.198 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 19:34:46.198 INFO kablam! Oct 21 19:34:46.198 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 19:34:46.198 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:154:9 Oct 21 19:34:46.199 INFO kablam! | Oct 21 19:34:46.199 INFO kablam! 154 | quote!($head $body) Oct 21 19:34:46.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 19:34:46.200 INFO kablam! | Oct 21 19:34:46.200 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 19:34:46.200 INFO kablam! Oct 21 19:34:46.200 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 19:34:46.201 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:224:5 Oct 21 19:34:46.201 INFO kablam! | Oct 21 19:34:46.201 INFO kablam! 224 | quote!(if $cond) Oct 21 19:34:46.202 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 19:34:46.202 INFO kablam! | Oct 21 19:34:46.202 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 19:34:46.202 INFO kablam! Oct 21 19:34:46.203 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 19:34:46.203 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:265:13 Oct 21 19:34:46.203 INFO kablam! | Oct 21 19:34:46.203 INFO kablam! 265 | quote!($output_ident.push_str($string);) Oct 21 19:34:46.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:34:46.204 INFO kablam! | Oct 21 19:34:46.204 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 19:34:46.204 INFO kablam! Oct 21 19:34:46.205 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 19:34:46.205 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:50:5 Oct 21 19:34:46.205 INFO kablam! | Oct 21 19:34:46.205 INFO kablam! 50 | / quote!({ Oct 21 19:34:46.206 INFO kablam! 51 | | extern crate maud; Oct 21 19:34:46.206 INFO kablam! 52 | | let mut $output_ident = String::with_capacity($size_hint); Oct 21 19:34:46.206 INFO kablam! 53 | | $stmts Oct 21 19:34:46.206 INFO kablam! 54 | | maud::PreEscaped($output_ident) Oct 21 19:34:46.207 INFO kablam! 55 | | }) Oct 21 19:34:46.207 INFO kablam! | |______^ Oct 21 19:34:46.207 INFO kablam! | Oct 21 19:34:46.207 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 19:34:46.208 INFO kablam! Oct 21 19:34:46.208 INFO kablam! error: aborting due to 9 previous errors Oct 21 19:34:46.208 INFO kablam! Oct 21 19:34:46.209 INFO kablam! Some errors occurred: E0557, E0658. Oct 21 19:34:46.209 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 21 19:34:46.212 INFO kablam! error: Could not compile `maud_macros`. Oct 21 19:34:46.212 INFO kablam! Oct 21 19:34:46.212 INFO kablam! To learn more, run the command again with --verbose. Oct 21 19:34:46.216 INFO kablam! su: No module specific data is present Oct 21 19:34:47.070 INFO running `"docker" "rm" "-f" "859176bbc325b8d031f8512b3575c184a4277b57d6d9d74150625b0bab7f1a2e"` Oct 21 19:34:47.360 INFO blam! 859176bbc325b8d031f8512b3575c184a4277b57d6d9d74150625b0bab7f1a2e