Nov 18 06:37:42.959 INFO testing maud_macros-0.18.1 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 06:37:42.961 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 06:37:43.612 INFO [stdout] 87b2663782acbb48607cffcf8ff4b2013b153e6bd3f9b9826a72f0c97370fedb Nov 18 06:37:43.614 INFO running `"docker" "start" "-a" "87b2663782acbb48607cffcf8ff4b2013b153e6bd3f9b9826a72f0c97370fedb"` Nov 18 06:37:45.302 INFO [stderr] usermod: no changes Nov 18 06:37:45.332 INFO [stderr] Compiling literalext v0.1.1 Nov 18 06:37:45.332 INFO [stderr] Compiling maud_htmlescape v0.17.0 Nov 18 06:37:49.960 INFO [stderr] Compiling maud_macros v0.18.1 (/source) Nov 18 06:37:50.018 INFO [stderr] error[E0557]: feature has been removed Nov 18 06:37:50.018 INFO [stderr] --> src/lib.rs:2:12 Nov 18 06:37:50.018 INFO [stderr] | Nov 18 06:37:50.018 INFO [stderr] 2 | #![feature(proc_macro_non_items)] Nov 18 06:37:50.018 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 18 06:37:50.018 INFO [stderr] | Nov 18 06:37:50.018 INFO [stderr] note: subsumed by `#![feature(proc_macro_hygiene)]` Nov 18 06:37:50.018 INFO [stderr] --> src/lib.rs:2:12 Nov 18 06:37:50.018 INFO [stderr] | Nov 18 06:37:50.018 INFO [stderr] 2 | #![feature(proc_macro_non_items)] Nov 18 06:37:50.018 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 18 06:37:50.018 INFO [stderr] Nov 18 06:37:52.637 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 18 06:37:52.637 INFO [stderr] --> src/generate.rs:67:21 Nov 18 06:37:52.637 INFO [stderr] | Nov 18 06:37:52.637 INFO [stderr] 67 | quote!($head $body) Nov 18 06:37:52.637 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 18 06:37:52.637 INFO [stderr] | Nov 18 06:37:52.637 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 18 06:37:52.637 INFO [stderr] Nov 18 06:37:52.647 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 18 06:37:52.647 INFO [stderr] --> src/generate.rs:83:9 Nov 18 06:37:52.647 INFO [stderr] | Nov 18 06:37:52.647 INFO [stderr] 83 | / quote!({ Nov 18 06:37:52.647 INFO [stderr] 84 | | // Create a local trait alias so that autoref works Nov 18 06:37:52.647 INFO [stderr] 85 | | trait Render: maud::Render { Nov 18 06:37:52.647 INFO [stderr] 86 | | fn __maud_render_to(&self, output_ident: &mut String) { Nov 18 06:37:52.647 INFO [stderr] ... | Nov 18 06:37:52.647 INFO [stderr] 91 | | $expr.__maud_render_to(&mut $output_ident); Nov 18 06:37:52.647 INFO [stderr] 92 | | }) Nov 18 06:37:52.647 INFO [stderr] | |__________^ Nov 18 06:37:52.647 INFO [stderr] | Nov 18 06:37:52.647 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 18 06:37:52.647 INFO [stderr] Nov 18 06:37:52.647 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 18 06:37:52.647 INFO [stderr] --> src/generate.rs:140:25 Nov 18 06:37:52.647 INFO [stderr] | Nov 18 06:37:52.647 INFO [stderr] 140 | quote!($head { $body }) Nov 18 06:37:52.647 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 06:37:52.647 INFO [stderr] | Nov 18 06:37:52.647 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 18 06:37:52.647 INFO [stderr] Nov 18 06:37:52.647 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 18 06:37:52.647 INFO [stderr] --> src/generate.rs:149:9 Nov 18 06:37:52.647 INFO [stderr] | Nov 18 06:37:52.647 INFO [stderr] 149 | quote!($head $body) Nov 18 06:37:52.647 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 18 06:37:52.647 INFO [stderr] | Nov 18 06:37:52.647 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 18 06:37:52.647 INFO [stderr] Nov 18 06:37:52.647 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 18 06:37:52.647 INFO [stderr] --> src/generate.rs:154:9 Nov 18 06:37:52.647 INFO [stderr] | Nov 18 06:37:52.647 INFO [stderr] 154 | quote!($head $body) Nov 18 06:37:52.647 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 18 06:37:52.648 INFO [stderr] | Nov 18 06:37:52.648 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 18 06:37:52.648 INFO [stderr] Nov 18 06:37:52.648 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 18 06:37:52.648 INFO [stderr] --> src/generate.rs:224:5 Nov 18 06:37:52.648 INFO [stderr] | Nov 18 06:37:52.648 INFO [stderr] 224 | quote!(if $cond) Nov 18 06:37:52.648 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 18 06:37:52.648 INFO [stderr] | Nov 18 06:37:52.648 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 18 06:37:52.648 INFO [stderr] Nov 18 06:37:52.648 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 18 06:37:52.648 INFO [stderr] --> src/generate.rs:265:13 Nov 18 06:37:52.648 INFO [stderr] | Nov 18 06:37:52.648 INFO [stderr] 265 | quote!($output_ident.push_str($string);) Nov 18 06:37:52.648 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 06:37:52.648 INFO [stderr] | Nov 18 06:37:52.648 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 18 06:37:52.648 INFO [stderr] Nov 18 06:37:52.648 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 18 06:37:52.648 INFO [stderr] --> src/lib.rs:50:5 Nov 18 06:37:52.648 INFO [stderr] | Nov 18 06:37:52.648 INFO [stderr] 50 | / quote!({ Nov 18 06:37:52.648 INFO [stderr] 51 | | extern crate maud; Nov 18 06:37:52.648 INFO [stderr] 52 | | let mut $output_ident = String::with_capacity($size_hint); Nov 18 06:37:52.648 INFO [stderr] 53 | | $stmts Nov 18 06:37:52.648 INFO [stderr] 54 | | maud::PreEscaped($output_ident) Nov 18 06:37:52.648 INFO [stderr] 55 | | }) Nov 18 06:37:52.648 INFO [stderr] | |______^ Nov 18 06:37:52.648 INFO [stderr] | Nov 18 06:37:52.648 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 18 06:37:52.648 INFO [stderr] Nov 18 06:37:52.648 INFO [stderr] error: aborting due to 9 previous errors Nov 18 06:37:52.648 INFO [stderr] Nov 18 06:37:52.648 INFO [stderr] Some errors occurred: E0557, E0658. Nov 18 06:37:52.648 INFO [stderr] For more information about an error, try `rustc --explain E0557`. Nov 18 06:37:52.663 INFO [stderr] error: Could not compile `maud_macros`. Nov 18 06:37:52.663 INFO [stderr] Nov 18 06:37:52.663 INFO [stderr] To learn more, run the command again with --verbose. Nov 18 06:37:52.663 INFO [stderr] su: No module specific data is present Nov 18 06:37:53.204 INFO running `"docker" "inspect" "87b2663782acbb48607cffcf8ff4b2013b153e6bd3f9b9826a72f0c97370fedb"` Nov 18 06:37:53.334 INFO running `"docker" "rm" "-f" "87b2663782acbb48607cffcf8ff4b2013b153e6bd3f9b9826a72f0c97370fedb"` Nov 18 06:37:53.599 INFO [stdout] 87b2663782acbb48607cffcf8ff4b2013b153e6bd3f9b9826a72f0c97370fedb