Oct 16 03:07:03.786 INFO testing maud_macros-0.18.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 03:07:03.788 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 16 03:07:04.211 INFO blam! 843e489d00770abfb8faf7911560186e208798d418a7b18d4815ff39cef3e536 Oct 16 03:07:04.215 INFO running `"docker" "start" "-a" "843e489d00770abfb8faf7911560186e208798d418a7b18d4815ff39cef3e536"` Oct 16 03:07:05.291 INFO kablam! usermod: no changes Oct 16 03:07:05.341 INFO kablam! Compiling maud_macros v0.18.1 (/source) Oct 16 03:07:05.551 INFO kablam! error[E0557]: feature has been removed Oct 16 03:07:05.551 INFO kablam! --> src/lib.rs:2:12 Oct 16 03:07:05.551 INFO kablam! | Oct 16 03:07:05.551 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 16 03:07:05.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 03:07:05.551 INFO kablam! | Oct 16 03:07:05.551 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 16 03:07:05.551 INFO kablam! --> src/lib.rs:2:12 Oct 16 03:07:05.551 INFO kablam! | Oct 16 03:07:05.551 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 16 03:07:05.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 03:07:05.551 INFO kablam! Oct 16 03:07:08.655 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 16 03:07:08.655 INFO kablam! --> src/generate.rs:67:21 Oct 16 03:07:08.655 INFO kablam! | Oct 16 03:07:08.655 INFO kablam! 67 | quote!($head $body) Oct 16 03:07:08.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 03:07:08.655 INFO kablam! | Oct 16 03:07:08.655 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 16 03:07:08.655 INFO kablam! Oct 16 03:07:08.659 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 16 03:07:08.659 INFO kablam! --> src/generate.rs:83:9 Oct 16 03:07:08.660 INFO kablam! | Oct 16 03:07:08.660 INFO kablam! 83 | / quote!({ Oct 16 03:07:08.660 INFO kablam! 84 | | // Create a local trait alias so that autoref works Oct 16 03:07:08.660 INFO kablam! 85 | | trait Render: maud::Render { Oct 16 03:07:08.660 INFO kablam! 86 | | fn __maud_render_to(&self, output_ident: &mut String) { Oct 16 03:07:08.660 INFO kablam! ... | Oct 16 03:07:08.661 INFO kablam! 91 | | $expr.__maud_render_to(&mut $output_ident); Oct 16 03:07:08.661 INFO kablam! 92 | | }) Oct 16 03:07:08.661 INFO kablam! | |__________^ Oct 16 03:07:08.661 INFO kablam! | Oct 16 03:07:08.661 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 16 03:07:08.662 INFO kablam! Oct 16 03:07:08.662 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 16 03:07:08.662 INFO kablam! --> src/generate.rs:140:25 Oct 16 03:07:08.662 INFO kablam! | Oct 16 03:07:08.662 INFO kablam! 140 | quote!($head { $body }) Oct 16 03:07:08.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:07:08.663 INFO kablam! | Oct 16 03:07:08.663 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 16 03:07:08.663 INFO kablam! Oct 16 03:07:08.663 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 16 03:07:08.663 INFO kablam! --> src/generate.rs:149:9 Oct 16 03:07:08.663 INFO kablam! | Oct 16 03:07:08.663 INFO kablam! 149 | quote!($head $body) Oct 16 03:07:08.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 03:07:08.664 INFO kablam! | Oct 16 03:07:08.664 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 16 03:07:08.664 INFO kablam! Oct 16 03:07:08.664 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 16 03:07:08.664 INFO kablam! --> src/generate.rs:154:9 Oct 16 03:07:08.665 INFO kablam! | Oct 16 03:07:08.665 INFO kablam! 154 | quote!($head $body) Oct 16 03:07:08.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 03:07:08.665 INFO kablam! | Oct 16 03:07:08.665 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 16 03:07:08.665 INFO kablam! Oct 16 03:07:08.666 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 16 03:07:08.666 INFO kablam! --> src/generate.rs:224:5 Oct 16 03:07:08.666 INFO kablam! | Oct 16 03:07:08.666 INFO kablam! 224 | quote!(if $cond) Oct 16 03:07:08.666 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 03:07:08.666 INFO kablam! | Oct 16 03:07:08.666 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 16 03:07:08.667 INFO kablam! Oct 16 03:07:08.667 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 16 03:07:08.667 INFO kablam! --> src/generate.rs:265:13 Oct 16 03:07:08.667 INFO kablam! | Oct 16 03:07:08.667 INFO kablam! 265 | quote!($output_ident.push_str($string);) Oct 16 03:07:08.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:07:08.668 INFO kablam! | Oct 16 03:07:08.668 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 16 03:07:08.668 INFO kablam! Oct 16 03:07:08.675 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 16 03:07:08.675 INFO kablam! --> src/lib.rs:50:5 Oct 16 03:07:08.675 INFO kablam! | Oct 16 03:07:08.676 INFO kablam! 50 | / quote!({ Oct 16 03:07:08.676 INFO kablam! 51 | | extern crate maud; Oct 16 03:07:08.676 INFO kablam! 52 | | let mut $output_ident = String::with_capacity($size_hint); Oct 16 03:07:08.676 INFO kablam! 53 | | $stmts Oct 16 03:07:08.676 INFO kablam! 54 | | maud::PreEscaped($output_ident) Oct 16 03:07:08.677 INFO kablam! 55 | | }) Oct 16 03:07:08.677 INFO kablam! | |______^ Oct 16 03:07:08.677 INFO kablam! | Oct 16 03:07:08.677 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 16 03:07:08.677 INFO kablam! Oct 16 03:07:08.677 INFO kablam! error: aborting due to 9 previous errors Oct 16 03:07:08.678 INFO kablam! Oct 16 03:07:08.678 INFO kablam! Some errors occurred: E0557, E0658. Oct 16 03:07:08.678 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 16 03:07:08.693 INFO kablam! error: Could not compile `maud_macros`. Oct 16 03:07:08.693 INFO kablam! Oct 16 03:07:08.693 INFO kablam! To learn more, run the command again with --verbose. Oct 16 03:07:08.694 INFO kablam! su: No module specific data is present Oct 16 03:07:09.421 INFO running `"docker" "rm" "-f" "843e489d00770abfb8faf7911560186e208798d418a7b18d4815ff39cef3e536"` Oct 16 03:07:09.661 INFO blam! 843e489d00770abfb8faf7911560186e208798d418a7b18d4815ff39cef3e536