Oct 13 06:13:23.323 INFO testing musec/clowder against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 06:13:23.323 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 06:13:23.533 INFO blam! d76cf7a28795cc793a50b2138199f56fecd3210374a6c6b962051db878d8b1f3 Oct 13 06:13:23.534 INFO running `"docker" "start" "-a" "d76cf7a28795cc793a50b2138199f56fecd3210374a6c6b962051db878d8b1f3"` Oct 13 06:13:24.169 INFO kablam! usermod: no changes Oct 13 06:13:24.455 INFO kablam! Compiling cc v1.0.22 Oct 13 06:13:24.471 INFO kablam! Compiling literalext v0.1.1 Oct 13 06:13:24.471 INFO kablam! Compiling maud_htmlescape v0.17.0 Oct 13 06:13:24.471 INFO kablam! Compiling marksman_escape v0.1.2 Oct 13 06:13:24.471 INFO kablam! Compiling log v0.4.4 Oct 13 06:13:24.471 INFO kablam! Compiling vergen v0.1.1 Oct 13 06:13:24.471 INFO kablam! Compiling rand v0.3.22 Oct 13 06:13:24.480 INFO kablam! Compiling serde v1.0.75 Oct 13 06:13:26.116 INFO kablam! Compiling rust-crypto v0.2.36 Oct 13 06:13:28.259 INFO kablam! Compiling syn v0.14.9 Oct 13 06:13:29.131 INFO kablam! Compiling chrono v0.4.6 Oct 13 06:13:29.247 INFO kablam! Compiling regex v1.0.4 Oct 13 06:13:43.636 INFO kablam! Compiling log v0.3.9 Oct 13 06:13:43.715 INFO kablam! Compiling clowder v0.3.0 (/source) Oct 13 06:13:43.779 INFO kablam! Compiling maud_macros v0.18.1 Oct 13 06:13:44.127 INFO kablam! error[E0557]: feature has been removed Oct 13 06:13:44.127 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Oct 13 06:13:44.127 INFO kablam! | Oct 13 06:13:44.127 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 13 06:13:44.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 06:13:44.128 INFO kablam! | Oct 13 06:13:44.128 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 13 06:13:44.128 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Oct 13 06:13:44.128 INFO kablam! | Oct 13 06:13:44.128 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 13 06:13:44.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 06:13:44.129 INFO kablam! Oct 13 06:13:51.383 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 06:13:51.383 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:67:21 Oct 13 06:13:51.383 INFO kablam! | Oct 13 06:13:51.383 INFO kablam! 67 | quote!($head $body) Oct 13 06:13:51.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 06:13:51.383 INFO kablam! | Oct 13 06:13:51.383 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 06:13:51.383 INFO kablam! Oct 13 06:13:51.383 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 06:13:51.383 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:83:9 Oct 13 06:13:51.383 INFO kablam! | Oct 13 06:13:51.383 INFO kablam! 83 | / quote!({ Oct 13 06:13:51.383 INFO kablam! 84 | | // Create a local trait alias so that autoref works Oct 13 06:13:51.383 INFO kablam! 85 | | trait Render: maud::Render { Oct 13 06:13:51.383 INFO kablam! 86 | | fn __maud_render_to(&self, output_ident: &mut String) { Oct 13 06:13:51.383 INFO kablam! ... | Oct 13 06:13:51.383 INFO kablam! 91 | | $expr.__maud_render_to(&mut $output_ident); Oct 13 06:13:51.383 INFO kablam! 92 | | }) Oct 13 06:13:51.383 INFO kablam! | |__________^ Oct 13 06:13:51.383 INFO kablam! | Oct 13 06:13:51.383 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 06:13:51.383 INFO kablam! Oct 13 06:13:51.383 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 06:13:51.383 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:140:25 Oct 13 06:13:51.383 INFO kablam! | Oct 13 06:13:51.383 INFO kablam! 140 | quote!($head { $body }) Oct 13 06:13:51.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:13:51.383 INFO kablam! | Oct 13 06:13:51.383 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 06:13:51.383 INFO kablam! Oct 13 06:13:51.383 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 06:13:51.383 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:149:9 Oct 13 06:13:51.383 INFO kablam! | Oct 13 06:13:51.383 INFO kablam! 149 | quote!($head $body) Oct 13 06:13:51.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 06:13:51.383 INFO kablam! | Oct 13 06:13:51.383 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 06:13:51.383 INFO kablam! Oct 13 06:13:51.383 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 06:13:51.384 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:154:9 Oct 13 06:13:51.384 INFO kablam! | Oct 13 06:13:51.384 INFO kablam! 154 | quote!($head $body) Oct 13 06:13:51.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 06:13:51.384 INFO kablam! | Oct 13 06:13:51.384 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 06:13:51.384 INFO kablam! Oct 13 06:13:51.384 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 06:13:51.384 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:224:5 Oct 13 06:13:51.384 INFO kablam! | Oct 13 06:13:51.384 INFO kablam! 224 | quote!(if $cond) Oct 13 06:13:51.384 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:13:51.384 INFO kablam! | Oct 13 06:13:51.384 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 06:13:51.384 INFO kablam! Oct 13 06:13:51.384 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 06:13:51.384 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:265:13 Oct 13 06:13:51.384 INFO kablam! | Oct 13 06:13:51.384 INFO kablam! 265 | quote!($output_ident.push_str($string);) Oct 13 06:13:51.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:13:51.384 INFO kablam! | Oct 13 06:13:51.384 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 06:13:51.384 INFO kablam! Oct 13 06:13:51.415 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 06:13:51.415 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:50:5 Oct 13 06:13:51.415 INFO kablam! | Oct 13 06:13:51.415 INFO kablam! 50 | / quote!({ Oct 13 06:13:51.415 INFO kablam! 51 | | extern crate maud; Oct 13 06:13:51.415 INFO kablam! 52 | | let mut $output_ident = String::with_capacity($size_hint); Oct 13 06:13:51.415 INFO kablam! 53 | | $stmts Oct 13 06:13:51.415 INFO kablam! 54 | | maud::PreEscaped($output_ident) Oct 13 06:13:51.415 INFO kablam! 55 | | }) Oct 13 06:13:51.415 INFO kablam! | |______^ Oct 13 06:13:51.415 INFO kablam! | Oct 13 06:13:51.415 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 06:13:51.415 INFO kablam! Oct 13 06:13:51.415 INFO kablam! error: aborting due to 9 previous errors Oct 13 06:13:51.415 INFO kablam! Oct 13 06:13:51.415 INFO kablam! Some errors occurred: E0557, E0658. Oct 13 06:13:51.415 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 13 06:13:51.503 INFO kablam! error: Could not compile `maud_macros`. Oct 13 06:13:51.503 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 06:14:21.653 INFO kablam! error: build failed Oct 13 06:14:21.654 INFO kablam! su: No module specific data is present Oct 13 06:14:23.608 INFO running `"docker" "rm" "-f" "d76cf7a28795cc793a50b2138199f56fecd3210374a6c6b962051db878d8b1f3"` Oct 13 06:14:24.011 INFO blam! d76cf7a28795cc793a50b2138199f56fecd3210374a6c6b962051db878d8b1f3