Oct 27 00:04:01.842 INFO checking musec/clowder against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 00:04:01.842 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 27 00:04:02.237 INFO blam! 6e0463041285c40b16e965e61222629447ae900f89581cc75c38a231b30cf2bd Oct 27 00:04:02.239 INFO running `"docker" "start" "-a" "6e0463041285c40b16e965e61222629447ae900f89581cc75c38a231b30cf2bd"` Oct 27 00:04:03.951 INFO kablam! usermod: no changes Oct 27 00:04:04.388 INFO kablam! Compiling maud_htmlescape v0.17.0 Oct 27 00:04:04.390 INFO kablam! Compiling literalext v0.1.1 Oct 27 00:04:04.397 INFO kablam! Checking marksman_escape v0.1.2 Oct 27 00:04:04.400 INFO kablam! Compiling log v0.4.4 Oct 27 00:04:04.402 INFO kablam! Compiling memchr v2.0.2 Oct 27 00:04:04.403 INFO kablam! Compiling isatty v0.1.8 Oct 27 00:04:04.405 INFO kablam! Compiling backtrace-sys v0.1.24 Oct 27 00:04:06.464 INFO kablam! Compiling openssl-sys v0.9.35 Oct 27 00:04:06.467 INFO kablam! Compiling base64 v0.9.2 Oct 27 00:04:08.597 INFO kablam! Compiling vergen v0.1.1 Oct 27 00:04:08.605 INFO kablam! Compiling serde v1.0.75 Oct 27 00:04:08.754 INFO kablam! Compiling log v0.3.9 Oct 27 00:04:12.941 INFO kablam! Checking toml v0.4.6 Oct 27 00:04:13.499 INFO kablam! Checking rust-crypto v0.2.36 Oct 27 00:04:13.499 INFO kablam! Compiling syn v0.14.9 Oct 27 00:04:17.476 INFO kablam! Compiling mime v0.2.6 Oct 27 00:04:17.580 INFO kablam! Checking chrono v0.4.6 Oct 27 00:04:17.726 INFO kablam! Compiling clowder v0.3.0 (/source) Oct 27 00:04:24.495 INFO kablam! Compiling maud_macros v0.18.1 Oct 27 00:04:24.919 INFO kablam! error[E0557]: feature has been removed Oct 27 00:04:24.920 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Oct 27 00:04:24.920 INFO kablam! | Oct 27 00:04:24.921 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 27 00:04:24.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:24.922 INFO kablam! | Oct 27 00:04:24.923 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 27 00:04:24.924 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Oct 27 00:04:24.924 INFO kablam! | Oct 27 00:04:24.925 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 27 00:04:24.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:24.926 INFO kablam! Oct 27 00:04:26.940 INFO kablam! Compiling openssl v0.9.24 Oct 27 00:04:27.006 INFO kablam! Compiling hyper v0.10.13 Oct 27 00:04:31.495 INFO kablam! Checking backtrace v0.3.9 Oct 27 00:04:32.031 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 00:04:32.031 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:67:21 Oct 27 00:04:32.031 INFO kablam! | Oct 27 00:04:32.031 INFO kablam! 67 | quote!($head $body) Oct 27 00:04:32.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:32.031 INFO kablam! | Oct 27 00:04:32.031 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 00:04:32.031 INFO kablam! Oct 27 00:04:32.031 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 00:04:32.031 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:83:9 Oct 27 00:04:32.031 INFO kablam! | Oct 27 00:04:32.031 INFO kablam! 83 | / quote!({ Oct 27 00:04:32.031 INFO kablam! 84 | | // Create a local trait alias so that autoref works Oct 27 00:04:32.031 INFO kablam! 85 | | trait Render: maud::Render { Oct 27 00:04:32.031 INFO kablam! 86 | | fn __maud_render_to(&self, output_ident: &mut String) { Oct 27 00:04:32.031 INFO kablam! ... | Oct 27 00:04:32.031 INFO kablam! 91 | | $expr.__maud_render_to(&mut $output_ident); Oct 27 00:04:32.031 INFO kablam! 92 | | }) Oct 27 00:04:32.031 INFO kablam! | |__________^ Oct 27 00:04:32.031 INFO kablam! | Oct 27 00:04:32.031 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 00:04:32.031 INFO kablam! Oct 27 00:04:32.079 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 00:04:32.079 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:140:25 Oct 27 00:04:32.079 INFO kablam! | Oct 27 00:04:32.079 INFO kablam! 140 | quote!($head { $body }) Oct 27 00:04:32.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:32.079 INFO kablam! | Oct 27 00:04:32.079 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 00:04:32.079 INFO kablam! Oct 27 00:04:32.079 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 00:04:32.079 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:149:9 Oct 27 00:04:32.079 INFO kablam! | Oct 27 00:04:32.079 INFO kablam! 149 | quote!($head $body) Oct 27 00:04:32.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:32.079 INFO kablam! | Oct 27 00:04:32.079 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 00:04:32.079 INFO kablam! Oct 27 00:04:32.079 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 00:04:32.079 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:154:9 Oct 27 00:04:32.079 INFO kablam! | Oct 27 00:04:32.079 INFO kablam! 154 | quote!($head $body) Oct 27 00:04:32.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:32.079 INFO kablam! | Oct 27 00:04:32.079 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 00:04:32.079 INFO kablam! Oct 27 00:04:32.079 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 00:04:32.079 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:224:5 Oct 27 00:04:32.079 INFO kablam! | Oct 27 00:04:32.079 INFO kablam! 224 | quote!(if $cond) Oct 27 00:04:32.079 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 00:04:32.079 INFO kablam! | Oct 27 00:04:32.079 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 00:04:32.079 INFO kablam! Oct 27 00:04:32.087 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 00:04:32.087 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:265:13 Oct 27 00:04:32.087 INFO kablam! | Oct 27 00:04:32.087 INFO kablam! 265 | quote!($output_ident.push_str($string);) Oct 27 00:04:32.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:04:32.087 INFO kablam! | Oct 27 00:04:32.087 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 00:04:32.087 INFO kablam! Oct 27 00:04:32.099 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 00:04:32.099 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:50:5 Oct 27 00:04:32.099 INFO kablam! | Oct 27 00:04:32.099 INFO kablam! 50 | / quote!({ Oct 27 00:04:32.099 INFO kablam! 51 | | extern crate maud; Oct 27 00:04:32.099 INFO kablam! 52 | | let mut $output_ident = String::with_capacity($size_hint); Oct 27 00:04:32.099 INFO kablam! 53 | | $stmts Oct 27 00:04:32.099 INFO kablam! 54 | | maud::PreEscaped($output_ident) Oct 27 00:04:32.099 INFO kablam! 55 | | }) Oct 27 00:04:32.099 INFO kablam! | |______^ Oct 27 00:04:32.099 INFO kablam! | Oct 27 00:04:32.131 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 00:04:32.131 INFO kablam! Oct 27 00:04:32.131 INFO kablam! error: aborting due to 9 previous errors Oct 27 00:04:32.131 INFO kablam! Oct 27 00:04:32.147 INFO kablam! Some errors occurred: E0557, E0658. Oct 27 00:04:32.147 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 27 00:04:32.179 INFO kablam! error: Could not compile `maud_macros`. Oct 27 00:04:32.179 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 00:04:56.114 INFO kablam! error: build failed Oct 27 00:04:56.116 INFO kablam! su: No module specific data is present Oct 27 00:04:57.295 INFO running `"docker" "rm" "-f" "6e0463041285c40b16e965e61222629447ae900f89581cc75c38a231b30cf2bd"` Oct 27 00:04:57.548 INFO blam! 6e0463041285c40b16e965e61222629447ae900f89581cc75c38a231b30cf2bd