Oct 10 17:56:02.894 INFO testing musec/clowder against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:56:02.894 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:56:02.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:56:03.420 INFO blam! 66a053edb727a55044c083822a45c25902e751a00e16cffab2d8f825fabdab0c Oct 10 17:56:03.421 INFO running `"docker" "start" "-a" "66a053edb727a55044c083822a45c25902e751a00e16cffab2d8f825fabdab0c"` Oct 10 17:56:04.361 INFO kablam! usermod: no changes Oct 10 17:56:04.836 INFO kablam! Compiling marksman_escape v0.1.2 Oct 10 17:56:04.848 INFO kablam! Compiling openssl-sys v0.9.35 Oct 10 17:56:04.848 INFO kablam! Compiling pear_codegen v0.0.20 Oct 10 17:56:04.849 INFO kablam! Compiling rocket v0.3.16 Oct 10 17:56:04.849 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 10 17:56:04.856 INFO kablam! Compiling maud_macros v0.18.1 Oct 10 17:56:04.856 INFO kablam! Compiling aho-corasick v0.6.8 Oct 10 17:56:04.856 INFO kablam! Compiling serde v1.0.75 Oct 10 17:56:05.196 INFO kablam! error[E0557]: feature has been removed Oct 10 17:56:05.196 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Oct 10 17:56:05.196 INFO kablam! | Oct 10 17:56:05.196 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 10 17:56:05.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 17:56:05.213 INFO kablam! | Oct 10 17:56:05.213 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 10 17:56:05.213 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Oct 10 17:56:05.213 INFO kablam! | Oct 10 17:56:05.213 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 10 17:56:05.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 17:56:05.217 INFO kablam! Oct 10 17:56:10.088 INFO kablam! Compiling clowder v0.3.0 (/source) Oct 10 17:56:10.104 INFO kablam! Compiling rust-crypto v0.2.36 Oct 10 17:56:10.144 INFO kablam! Compiling backtrace-sys v0.1.24 Oct 10 17:56:11.260 INFO kablam! Compiling hyper v0.10.13 Oct 10 17:56:12.400 INFO kablam! Compiling chrono v0.4.6 Oct 10 17:56:15.370 INFO kablam! Compiling regex v1.0.4 Oct 10 17:56:16.460 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 10 17:56:16.460 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:67:21 Oct 10 17:56:16.460 INFO kablam! | Oct 10 17:56:16.460 INFO kablam! 67 | quote!($head $body) Oct 10 17:56:16.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 17:56:16.460 INFO kablam! | Oct 10 17:56:16.460 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 10 17:56:16.460 INFO kablam! Oct 10 17:56:16.477 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 10 17:56:16.477 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:83:9 Oct 10 17:56:16.477 INFO kablam! | Oct 10 17:56:16.477 INFO kablam! 83 | / quote!({ Oct 10 17:56:16.477 INFO kablam! 84 | | // Create a local trait alias so that autoref works Oct 10 17:56:16.477 INFO kablam! 85 | | trait Render: maud::Render { Oct 10 17:56:16.477 INFO kablam! 86 | | fn __maud_render_to(&self, output_ident: &mut String) { Oct 10 17:56:16.477 INFO kablam! ... | Oct 10 17:56:16.477 INFO kablam! 91 | | $expr.__maud_render_to(&mut $output_ident); Oct 10 17:56:16.477 INFO kablam! 92 | | }) Oct 10 17:56:16.477 INFO kablam! | |__________^ Oct 10 17:56:16.477 INFO kablam! | Oct 10 17:56:16.477 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 10 17:56:16.477 INFO kablam! Oct 10 17:56:16.479 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 10 17:56:16.479 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:140:25 Oct 10 17:56:16.479 INFO kablam! | Oct 10 17:56:16.479 INFO kablam! 140 | quote!($head { $body }) Oct 10 17:56:16.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:56:16.479 INFO kablam! | Oct 10 17:56:16.480 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 10 17:56:16.480 INFO kablam! Oct 10 17:56:16.480 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 10 17:56:16.480 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:149:9 Oct 10 17:56:16.480 INFO kablam! | Oct 10 17:56:16.480 INFO kablam! 149 | quote!($head $body) Oct 10 17:56:16.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 17:56:16.481 INFO kablam! | Oct 10 17:56:16.481 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 10 17:56:16.481 INFO kablam! Oct 10 17:56:16.481 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 10 17:56:16.481 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:154:9 Oct 10 17:56:16.482 INFO kablam! | Oct 10 17:56:16.482 INFO kablam! 154 | quote!($head $body) Oct 10 17:56:16.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 17:56:16.482 INFO kablam! | Oct 10 17:56:16.482 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 10 17:56:16.482 INFO kablam! Oct 10 17:56:16.482 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 10 17:56:16.488 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:224:5 Oct 10 17:56:16.488 INFO kablam! | Oct 10 17:56:16.489 INFO kablam! 224 | quote!(if $cond) Oct 10 17:56:16.489 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 17:56:16.489 INFO kablam! | Oct 10 17:56:16.489 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 10 17:56:16.489 INFO kablam! Oct 10 17:56:16.490 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 10 17:56:16.490 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:265:13 Oct 10 17:56:16.490 INFO kablam! | Oct 10 17:56:16.490 INFO kablam! 265 | quote!($output_ident.push_str($string);) Oct 10 17:56:16.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:56:16.495 INFO kablam! | Oct 10 17:56:16.495 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 10 17:56:16.495 INFO kablam! Oct 10 17:56:16.502 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 10 17:56:16.502 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:50:5 Oct 10 17:56:16.502 INFO kablam! | Oct 10 17:56:16.502 INFO kablam! 50 | / quote!({ Oct 10 17:56:16.503 INFO kablam! 51 | | extern crate maud; Oct 10 17:56:16.503 INFO kablam! 52 | | let mut $output_ident = String::with_capacity($size_hint); Oct 10 17:56:16.503 INFO kablam! 53 | | $stmts Oct 10 17:56:16.503 INFO kablam! 54 | | maud::PreEscaped($output_ident) Oct 10 17:56:16.503 INFO kablam! 55 | | }) Oct 10 17:56:16.503 INFO kablam! | |______^ Oct 10 17:56:16.504 INFO kablam! | Oct 10 17:56:16.504 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 10 17:56:16.504 INFO kablam! Oct 10 17:56:16.540 INFO kablam! error: aborting due to 9 previous errors Oct 10 17:56:16.541 INFO kablam! Oct 10 17:56:16.541 INFO kablam! Some errors occurred: E0557, E0658. Oct 10 17:56:16.541 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 10 17:56:16.568 INFO kablam! error: Could not compile `maud_macros`. Oct 10 17:56:16.569 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 10 17:56:46.840 INFO kablam! error: build failed Oct 10 17:56:46.840 INFO kablam! su: No module specific data is present Oct 10 17:56:47.614 INFO running `"docker" "rm" "-f" "66a053edb727a55044c083822a45c25902e751a00e16cffab2d8f825fabdab0c"` Oct 10 17:56:47.960 INFO blam! 66a053edb727a55044c083822a45c25902e751a00e16cffab2d8f825fabdab0c