Oct 15 05:58:08.336 INFO testing Tyzzer/webdir against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:58:08.336 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 05:58:08.791 INFO blam! 05f6a3ed190de2b7b2796823c4295c8e5a21e03a89f5843fc3293fe5b4415ede Oct 15 05:58:08.794 INFO running `"docker" "start" "-a" "05f6a3ed190de2b7b2796823c4295c8e5a21e03a89f5843fc3293fe5b4415ede"` Oct 15 05:58:10.283 INFO kablam! usermod: no changes Oct 15 05:58:10.663 INFO kablam! Compiling matches v0.1.7 Oct 15 05:58:10.663 INFO kablam! Compiling webdir v0.1.0 (/source) Oct 15 05:58:10.671 INFO kablam! Compiling slog v2.3.2 Oct 15 05:58:10.671 INFO kablam! Compiling if_chain v0.1.3 Oct 15 05:58:10.673 INFO kablam! Compiling ring v0.13.2 Oct 15 05:58:10.687 INFO kablam! Compiling humanesort v0.1.0-alpha Oct 15 05:58:10.687 INFO kablam! Compiling unbytify v0.2.0 Oct 15 05:58:10.687 INFO kablam! Compiling mio v0.6.15 Oct 15 05:58:11.138 INFO kablam! Compiling rand v0.3.22 Oct 15 05:58:12.159 INFO kablam! Compiling smallvec v0.6.4 Oct 15 05:58:12.671 INFO kablam! Compiling tokio-io v0.1.7 Oct 15 05:58:12.719 INFO kablam! Compiling maud_macros v0.18.1 Oct 15 05:58:12.943 INFO kablam! error[E0557]: feature has been removed Oct 15 05:58:12.944 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Oct 15 05:58:12.944 INFO kablam! | Oct 15 05:58:12.944 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 15 05:58:12.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:12.951 INFO kablam! | Oct 15 05:58:12.952 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 15 05:58:12.952 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Oct 15 05:58:12.952 INFO kablam! | Oct 15 05:58:12.953 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 15 05:58:12.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:12.953 INFO kablam! Oct 15 05:58:13.094 INFO kablam! Compiling tokio-threadpool v0.1.5 Oct 15 05:58:15.905 INFO kablam! Compiling slog-term v2.4.0 Oct 15 05:58:15.968 INFO kablam! Compiling slog-async v2.3.0 Oct 15 05:58:19.951 INFO kablam! Compiling tokio-reactor v0.1.3 Oct 15 05:58:19.951 INFO kablam! Compiling tokio-codec v0.1.0 Oct 15 05:58:20.359 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 15 05:58:20.359 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:67:21 Oct 15 05:58:20.359 INFO kablam! | Oct 15 05:58:20.359 INFO kablam! 67 | quote!($head $body) Oct 15 05:58:20.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:20.359 INFO kablam! | Oct 15 05:58:20.359 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 05:58:20.359 INFO kablam! Oct 15 05:58:20.381 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 15 05:58:20.381 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:83:9 Oct 15 05:58:20.381 INFO kablam! | Oct 15 05:58:20.381 INFO kablam! 83 | / quote!({ Oct 15 05:58:20.381 INFO kablam! 84 | | // Create a local trait alias so that autoref works Oct 15 05:58:20.381 INFO kablam! 85 | | trait Render: maud::Render { Oct 15 05:58:20.381 INFO kablam! 86 | | fn __maud_render_to(&self, output_ident: &mut String) { Oct 15 05:58:20.381 INFO kablam! ... | Oct 15 05:58:20.381 INFO kablam! 91 | | $expr.__maud_render_to(&mut $output_ident); Oct 15 05:58:20.381 INFO kablam! 92 | | }) Oct 15 05:58:20.381 INFO kablam! | |__________^ Oct 15 05:58:20.381 INFO kablam! | Oct 15 05:58:20.381 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 05:58:20.381 INFO kablam! Oct 15 05:58:20.384 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 15 05:58:20.384 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:140:25 Oct 15 05:58:20.384 INFO kablam! | Oct 15 05:58:20.384 INFO kablam! 140 | quote!($head { $body }) Oct 15 05:58:20.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:20.384 INFO kablam! | Oct 15 05:58:20.384 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 05:58:20.384 INFO kablam! Oct 15 05:58:20.386 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 15 05:58:20.386 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:149:9 Oct 15 05:58:20.386 INFO kablam! | Oct 15 05:58:20.386 INFO kablam! 149 | quote!($head $body) Oct 15 05:58:20.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:20.386 INFO kablam! | Oct 15 05:58:20.386 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 05:58:20.386 INFO kablam! Oct 15 05:58:20.399 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 15 05:58:20.399 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:154:9 Oct 15 05:58:20.399 INFO kablam! | Oct 15 05:58:20.399 INFO kablam! 154 | quote!($head $body) Oct 15 05:58:20.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:20.399 INFO kablam! | Oct 15 05:58:20.400 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 05:58:20.400 INFO kablam! Oct 15 05:58:20.400 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 15 05:58:20.400 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:224:5 Oct 15 05:58:20.400 INFO kablam! | Oct 15 05:58:20.407 INFO kablam! 224 | quote!(if $cond) Oct 15 05:58:20.407 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 05:58:20.407 INFO kablam! | Oct 15 05:58:20.407 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 05:58:20.407 INFO kablam! Oct 15 05:58:20.407 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 15 05:58:20.407 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:265:13 Oct 15 05:58:20.407 INFO kablam! | Oct 15 05:58:20.407 INFO kablam! 265 | quote!($output_ident.push_str($string);) Oct 15 05:58:20.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:20.407 INFO kablam! | Oct 15 05:58:20.407 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 05:58:20.407 INFO kablam! Oct 15 05:58:20.412 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 15 05:58:20.412 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:50:5 Oct 15 05:58:20.413 INFO kablam! | Oct 15 05:58:20.413 INFO kablam! 50 | / quote!({ Oct 15 05:58:20.413 INFO kablam! 51 | | extern crate maud; Oct 15 05:58:20.413 INFO kablam! 52 | | let mut $output_ident = String::with_capacity($size_hint); Oct 15 05:58:20.413 INFO kablam! 53 | | $stmts Oct 15 05:58:20.413 INFO kablam! 54 | | maud::PreEscaped($output_ident) Oct 15 05:58:20.413 INFO kablam! 55 | | }) Oct 15 05:58:20.413 INFO kablam! | |______^ Oct 15 05:58:20.413 INFO kablam! | Oct 15 05:58:20.413 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 05:58:20.413 INFO kablam! Oct 15 05:58:20.413 INFO kablam! error: aborting due to 9 previous errors Oct 15 05:58:20.431 INFO kablam! Oct 15 05:58:20.431 INFO kablam! Some errors occurred: E0557, E0658. Oct 15 05:58:20.431 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 15 05:58:20.451 INFO kablam! error: Could not compile `maud_macros`. Oct 15 05:58:20.451 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 15 05:58:25.050 INFO kablam! error: build failed Oct 15 05:58:25.051 INFO kablam! su: No module specific data is present Oct 15 05:58:25.621 INFO running `"docker" "rm" "-f" "05f6a3ed190de2b7b2796823c4295c8e5a21e03a89f5843fc3293fe5b4415ede"` Oct 15 05:58:25.812 INFO blam! 05f6a3ed190de2b7b2796823c4295c8e5a21e03a89f5843fc3293fe5b4415ede