Oct 11 02:38:10.672 INFO testing awalcutt/WeddingWebsite against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:38:10.672 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:38:10.674 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:38:11.196 INFO blam! 2432de41c059c78574ca653f1d0f3f2ccc4e175ca115ff924cfcb3a73a1af322 Oct 11 02:38:11.199 INFO running `"docker" "start" "-a" "2432de41c059c78574ca653f1d0f3f2ccc4e175ca115ff924cfcb3a73a1af322"` Oct 11 02:38:12.607 INFO kablam! usermod: no changes Oct 11 02:38:12.840 INFO kablam! Compiling maud_macros v0.18.1 Oct 11 02:38:12.844 INFO kablam! Compiling rocket v0.3.16 Oct 11 02:38:13.016 INFO kablam! error[E0557]: feature has been removed Oct 11 02:38:13.016 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Oct 11 02:38:13.016 INFO kablam! | Oct 11 02:38:13.016 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 11 02:38:13.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 02:38:13.016 INFO kablam! | Oct 11 02:38:13.016 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 11 02:38:13.016 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Oct 11 02:38:13.016 INFO kablam! | Oct 11 02:38:13.016 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 11 02:38:13.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 02:38:13.016 INFO kablam! Oct 11 02:38:17.561 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 11 02:38:17.561 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:67:21 Oct 11 02:38:17.564 INFO kablam! | Oct 11 02:38:17.564 INFO kablam! 67 | quote!($head $body) Oct 11 02:38:17.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 02:38:17.564 INFO kablam! | Oct 11 02:38:17.564 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 02:38:17.564 INFO kablam! Oct 11 02:38:17.568 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 11 02:38:17.568 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:83:9 Oct 11 02:38:17.568 INFO kablam! | Oct 11 02:38:17.568 INFO kablam! 83 | / quote!({ Oct 11 02:38:17.568 INFO kablam! 84 | | // Create a local trait alias so that autoref works Oct 11 02:38:17.568 INFO kablam! 85 | | trait Render: maud::Render { Oct 11 02:38:17.568 INFO kablam! 86 | | fn __maud_render_to(&self, output_ident: &mut String) { Oct 11 02:38:17.568 INFO kablam! ... | Oct 11 02:38:17.568 INFO kablam! 91 | | $expr.__maud_render_to(&mut $output_ident); Oct 11 02:38:17.568 INFO kablam! 92 | | }) Oct 11 02:38:17.568 INFO kablam! | |__________^ Oct 11 02:38:17.568 INFO kablam! | Oct 11 02:38:17.568 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 02:38:17.568 INFO kablam! Oct 11 02:38:17.568 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 11 02:38:17.568 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:140:25 Oct 11 02:38:17.568 INFO kablam! | Oct 11 02:38:17.568 INFO kablam! 140 | quote!($head { $body }) Oct 11 02:38:17.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:38:17.568 INFO kablam! | Oct 11 02:38:17.568 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 02:38:17.568 INFO kablam! Oct 11 02:38:17.568 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 11 02:38:17.568 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:149:9 Oct 11 02:38:17.568 INFO kablam! | Oct 11 02:38:17.568 INFO kablam! 149 | quote!($head $body) Oct 11 02:38:17.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 02:38:17.568 INFO kablam! | Oct 11 02:38:17.568 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 02:38:17.568 INFO kablam! Oct 11 02:38:17.568 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 11 02:38:17.568 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:154:9 Oct 11 02:38:17.568 INFO kablam! | Oct 11 02:38:17.568 INFO kablam! 154 | quote!($head $body) Oct 11 02:38:17.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 02:38:17.568 INFO kablam! | Oct 11 02:38:17.568 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 02:38:17.568 INFO kablam! Oct 11 02:38:17.568 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 11 02:38:17.568 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:224:5 Oct 11 02:38:17.568 INFO kablam! | Oct 11 02:38:17.568 INFO kablam! 224 | quote!(if $cond) Oct 11 02:38:17.568 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 02:38:17.568 INFO kablam! | Oct 11 02:38:17.568 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 02:38:17.568 INFO kablam! Oct 11 02:38:17.568 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 11 02:38:17.568 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:265:13 Oct 11 02:38:17.569 INFO kablam! | Oct 11 02:38:17.569 INFO kablam! 265 | quote!($output_ident.push_str($string);) Oct 11 02:38:17.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:38:17.569 INFO kablam! | Oct 11 02:38:17.569 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 02:38:17.569 INFO kablam! Oct 11 02:38:17.584 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 11 02:38:17.584 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:50:5 Oct 11 02:38:17.585 INFO kablam! | Oct 11 02:38:17.585 INFO kablam! 50 | / quote!({ Oct 11 02:38:17.585 INFO kablam! 51 | | extern crate maud; Oct 11 02:38:17.585 INFO kablam! 52 | | let mut $output_ident = String::with_capacity($size_hint); Oct 11 02:38:17.585 INFO kablam! 53 | | $stmts Oct 11 02:38:17.585 INFO kablam! 54 | | maud::PreEscaped($output_ident) Oct 11 02:38:17.586 INFO kablam! 55 | | }) Oct 11 02:38:17.586 INFO kablam! | |______^ Oct 11 02:38:17.586 INFO kablam! | Oct 11 02:38:17.586 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 02:38:17.586 INFO kablam! Oct 11 02:38:17.586 INFO kablam! error: aborting due to 9 previous errors Oct 11 02:38:17.586 INFO kablam! Oct 11 02:38:17.587 INFO kablam! Some errors occurred: E0557, E0658. Oct 11 02:38:17.587 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 11 02:38:17.587 INFO kablam! error: Could not compile `maud_macros`. Oct 11 02:38:17.587 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 11 02:38:26.460 INFO kablam! error: build failed Oct 11 02:38:26.461 INFO kablam! su: No module specific data is present Oct 11 02:38:27.182 INFO running `"docker" "rm" "-f" "2432de41c059c78574ca653f1d0f3f2ccc4e175ca115ff924cfcb3a73a1af322"` Oct 11 02:38:27.421 INFO blam! 2432de41c059c78574ca653f1d0f3f2ccc4e175ca115ff924cfcb3a73a1af322