Nov 29 03:10:48.840 INFO checking clowder-0.3.0 against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 29 03:10:48.841 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-7/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-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"` Nov 29 03:10:49.315 INFO [stdout] d4558b96b57ba4a0031182ed72442ec732685f612f50d60a94481b71c892d1ee Nov 29 03:10:49.318 INFO running `"docker" "start" "-a" "d4558b96b57ba4a0031182ed72442ec732685f612f50d60a94481b71c892d1ee"` Nov 29 03:10:50.433 INFO [stderr] usermod: no changes Nov 29 03:10:50.885 INFO [stderr] Compiling maud_htmlescape v0.17.0 Nov 29 03:10:50.885 INFO [stderr] Compiling literalext v0.1.1 Nov 29 03:10:50.945 INFO [stderr] Compiling vergen v0.1.1 Nov 29 03:10:50.945 INFO [stderr] Checking diesel v1.3.3 Nov 29 03:10:50.945 INFO [stderr] Checking chrono-humanize v0.0.11 Nov 29 03:10:50.945 INFO [stderr] Checking dotenv v0.13.0 Nov 29 03:10:55.461 INFO [stderr] Compiling clowder v0.3.0 (/source) Nov 29 03:11:01.960 INFO [stderr] Compiling maud_macros v0.18.1 Nov 29 03:11:02.128 INFO [stderr] error[E0557]: feature has been removed Nov 29 03:11:02.128 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Nov 29 03:11:02.128 INFO [stderr] | Nov 29 03:11:02.128 INFO [stderr] 2 | #![feature(proc_macro_non_items)] Nov 29 03:11:02.128 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 29 03:11:02.128 INFO [stderr] | Nov 29 03:11:02.128 INFO [stderr] note: subsumed by `#![feature(proc_macro_hygiene)]` Nov 29 03:11:02.128 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Nov 29 03:11:02.128 INFO [stderr] | Nov 29 03:11:02.128 INFO [stderr] 2 | #![feature(proc_macro_non_items)] Nov 29 03:11:02.128 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 29 03:11:02.128 INFO [stderr] Nov 29 03:11:06.945 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 29 03:11:06.945 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:67:21 Nov 29 03:11:06.945 INFO [stderr] | Nov 29 03:11:06.945 INFO [stderr] 67 | quote!($head $body) Nov 29 03:11:06.945 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 29 03:11:06.945 INFO [stderr] | Nov 29 03:11:06.945 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 29 03:11:06.945 INFO [stderr] Nov 29 03:11:06.957 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 29 03:11:06.957 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:83:9 Nov 29 03:11:06.957 INFO [stderr] | Nov 29 03:11:06.957 INFO [stderr] 83 | / quote!({ Nov 29 03:11:06.957 INFO [stderr] 84 | | // Create a local trait alias so that autoref works Nov 29 03:11:06.957 INFO [stderr] 85 | | trait Render: maud::Render { Nov 29 03:11:06.957 INFO [stderr] 86 | | fn __maud_render_to(&self, output_ident: &mut String) { Nov 29 03:11:06.957 INFO [stderr] ... | Nov 29 03:11:06.957 INFO [stderr] 91 | | $expr.__maud_render_to(&mut $output_ident); Nov 29 03:11:06.957 INFO [stderr] 92 | | }) Nov 29 03:11:06.957 INFO [stderr] | |__________^ Nov 29 03:11:06.957 INFO [stderr] | Nov 29 03:11:06.957 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 29 03:11:06.957 INFO [stderr] Nov 29 03:11:06.959 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 29 03:11:06.959 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:140:25 Nov 29 03:11:06.959 INFO [stderr] | Nov 29 03:11:06.959 INFO [stderr] 140 | quote!($head { $body }) Nov 29 03:11:06.959 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 29 03:11:06.959 INFO [stderr] | Nov 29 03:11:06.959 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 29 03:11:06.959 INFO [stderr] Nov 29 03:11:06.959 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 29 03:11:06.960 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:149:9 Nov 29 03:11:06.960 INFO [stderr] | Nov 29 03:11:06.960 INFO [stderr] 149 | quote!($head $body) Nov 29 03:11:06.960 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 29 03:11:06.960 INFO [stderr] | Nov 29 03:11:06.960 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 29 03:11:06.960 INFO [stderr] Nov 29 03:11:06.960 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 29 03:11:06.960 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:154:9 Nov 29 03:11:06.960 INFO [stderr] | Nov 29 03:11:06.960 INFO [stderr] 154 | quote!($head $body) Nov 29 03:11:06.960 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 29 03:11:06.960 INFO [stderr] | Nov 29 03:11:06.960 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 29 03:11:06.960 INFO [stderr] Nov 29 03:11:06.960 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 29 03:11:06.961 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:224:5 Nov 29 03:11:06.961 INFO [stderr] | Nov 29 03:11:06.961 INFO [stderr] 224 | quote!(if $cond) Nov 29 03:11:06.961 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 29 03:11:06.961 INFO [stderr] | Nov 29 03:11:06.961 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 29 03:11:06.961 INFO [stderr] Nov 29 03:11:06.961 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 29 03:11:06.961 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:265:13 Nov 29 03:11:06.961 INFO [stderr] | Nov 29 03:11:06.961 INFO [stderr] 265 | quote!($output_ident.push_str($string);) Nov 29 03:11:06.961 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 29 03:11:06.961 INFO [stderr] | Nov 29 03:11:06.961 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 29 03:11:06.961 INFO [stderr] Nov 29 03:11:06.963 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 29 03:11:06.963 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:50:5 Nov 29 03:11:06.963 INFO [stderr] | Nov 29 03:11:06.963 INFO [stderr] 50 | / quote!({ Nov 29 03:11:06.963 INFO [stderr] 51 | | extern crate maud; Nov 29 03:11:06.963 INFO [stderr] 52 | | let mut $output_ident = String::with_capacity($size_hint); Nov 29 03:11:06.963 INFO [stderr] 53 | | $stmts Nov 29 03:11:06.963 INFO [stderr] 54 | | maud::PreEscaped($output_ident) Nov 29 03:11:06.963 INFO [stderr] 55 | | }) Nov 29 03:11:06.963 INFO [stderr] | |______^ Nov 29 03:11:06.963 INFO [stderr] | Nov 29 03:11:06.963 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 29 03:11:06.963 INFO [stderr] Nov 29 03:11:06.965 INFO [stderr] error: aborting due to 9 previous errors Nov 29 03:11:06.965 INFO [stderr] Nov 29 03:11:06.965 INFO [stderr] Some errors occurred: E0557, E0658. Nov 29 03:11:06.965 INFO [stderr] For more information about an error, try `rustc --explain E0557`. Nov 29 03:11:06.973 INFO [stderr] error: Could not compile `maud_macros`. Nov 29 03:11:06.973 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 03:11:34.184 INFO [stderr] error: build failed Nov 29 03:11:34.185 INFO [stderr] su: No module specific data is present Nov 29 03:11:34.582 INFO running `"docker" "inspect" "d4558b96b57ba4a0031182ed72442ec732685f612f50d60a94481b71c892d1ee"` Nov 29 03:11:34.888 INFO running `"docker" "rm" "-f" "d4558b96b57ba4a0031182ed72442ec732685f612f50d60a94481b71c892d1ee"` Nov 29 03:11:35.248 INFO [stdout] d4558b96b57ba4a0031182ed72442ec732685f612f50d60a94481b71c892d1ee