Oct 21 15:24:39.615 INFO checking musec/clowder against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:24:39.617 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/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 21 15:24:39.985 INFO blam! 4936d04a81ded92cb7bdbf8660f82740094b748e2e867877a3e9afd31f1947cb Oct 21 15:24:39.993 INFO running `"docker" "start" "-a" "4936d04a81ded92cb7bdbf8660f82740094b748e2e867877a3e9afd31f1947cb"` Oct 21 15:24:40.876 INFO kablam! usermod: no changes Oct 21 15:24:41.143 INFO kablam! Compiling pq-sys v0.4.6 Oct 21 15:24:41.143 INFO kablam! Compiling maud_htmlescape v0.17.0 Oct 21 15:24:41.143 INFO kablam! Compiling literalext v0.1.1 Oct 21 15:24:41.148 INFO kablam! Checking marksman_escape v0.1.2 Oct 21 15:24:41.149 INFO kablam! Compiling isatty v0.1.8 Oct 21 15:24:41.151 INFO kablam! Compiling openssl-sys v0.9.35 Oct 21 15:24:41.152 INFO kablam! Compiling pear_codegen v0.0.20 Oct 21 15:24:42.404 INFO kablam! Compiling rocket v0.3.16 Oct 21 15:24:42.412 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 21 15:24:44.613 INFO kablam! Compiling base64 v0.9.2 Oct 21 15:24:44.613 INFO kablam! Compiling log v0.3.9 Oct 21 15:24:45.534 INFO kablam! Compiling vergen v0.1.1 Oct 21 15:24:45.684 INFO kablam! Compiling serde v1.0.75 Oct 21 15:24:47.736 INFO kablam! Checking toml v0.4.6 Oct 21 15:24:47.856 INFO kablam! Compiling mime v0.2.6 Oct 21 15:24:49.324 INFO kablam! Checking rust-crypto v0.2.36 Oct 21 15:24:50.036 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 21 15:24:52.579 INFO kablam! Compiling syn v0.14.9 Oct 21 15:24:52.685 INFO kablam! Compiling diesel_derives v1.3.0 Oct 21 15:24:55.398 INFO kablam! Compiling clowder v0.3.0 (/source) Oct 21 15:24:55.493 INFO kablam! Compiling maud_macros v0.18.1 Oct 21 15:24:55.800 INFO kablam! error[E0557]: feature has been removed Oct 21 15:24:55.800 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Oct 21 15:24:55.800 INFO kablam! | Oct 21 15:24:55.800 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 21 15:24:55.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:55.800 INFO kablam! | Oct 21 15:24:55.800 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 21 15:24:55.800 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Oct 21 15:24:55.800 INFO kablam! | Oct 21 15:24:55.800 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 21 15:24:55.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:55.800 INFO kablam! Oct 21 15:24:58.748 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 15:24:58.748 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:67:21 Oct 21 15:24:58.748 INFO kablam! | Oct 21 15:24:58.748 INFO kablam! 67 | quote!($head $body) Oct 21 15:24:58.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:58.748 INFO kablam! | Oct 21 15:24:58.749 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 15:24:58.749 INFO kablam! Oct 21 15:24:58.749 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 15:24:58.749 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:83:9 Oct 21 15:24:58.749 INFO kablam! | Oct 21 15:24:58.749 INFO kablam! 83 | / quote!({ Oct 21 15:24:58.749 INFO kablam! 84 | | // Create a local trait alias so that autoref works Oct 21 15:24:58.749 INFO kablam! 85 | | trait Render: maud::Render { Oct 21 15:24:58.749 INFO kablam! 86 | | fn __maud_render_to(&self, output_ident: &mut String) { Oct 21 15:24:58.749 INFO kablam! ... | Oct 21 15:24:58.749 INFO kablam! 91 | | $expr.__maud_render_to(&mut $output_ident); Oct 21 15:24:58.749 INFO kablam! 92 | | }) Oct 21 15:24:58.749 INFO kablam! | |__________^ Oct 21 15:24:58.749 INFO kablam! | Oct 21 15:24:58.749 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 15:24:58.749 INFO kablam! Oct 21 15:24:58.756 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 15:24:58.756 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:140:25 Oct 21 15:24:58.756 INFO kablam! | Oct 21 15:24:58.756 INFO kablam! 140 | quote!($head { $body }) Oct 21 15:24:58.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:58.756 INFO kablam! | Oct 21 15:24:58.757 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 15:24:58.757 INFO kablam! Oct 21 15:24:58.757 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 15:24:58.757 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:149:9 Oct 21 15:24:58.757 INFO kablam! | Oct 21 15:24:58.757 INFO kablam! 149 | quote!($head $body) Oct 21 15:24:58.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:58.757 INFO kablam! | Oct 21 15:24:58.757 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 15:24:58.757 INFO kablam! Oct 21 15:24:58.758 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 15:24:58.758 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:154:9 Oct 21 15:24:58.758 INFO kablam! | Oct 21 15:24:58.758 INFO kablam! 154 | quote!($head $body) Oct 21 15:24:58.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:58.758 INFO kablam! | Oct 21 15:24:58.758 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 15:24:58.758 INFO kablam! Oct 21 15:24:58.758 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 15:24:58.758 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:224:5 Oct 21 15:24:58.758 INFO kablam! | Oct 21 15:24:58.758 INFO kablam! 224 | quote!(if $cond) Oct 21 15:24:58.758 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 15:24:58.758 INFO kablam! | Oct 21 15:24:58.759 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 15:24:58.759 INFO kablam! Oct 21 15:24:58.759 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 15:24:58.759 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:265:13 Oct 21 15:24:58.759 INFO kablam! | Oct 21 15:24:58.759 INFO kablam! 265 | quote!($output_ident.push_str($string);) Oct 21 15:24:58.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:24:58.759 INFO kablam! | Oct 21 15:24:58.759 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 15:24:58.759 INFO kablam! Oct 21 15:24:58.761 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 15:24:58.761 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:50:5 Oct 21 15:24:58.761 INFO kablam! | Oct 21 15:24:58.761 INFO kablam! 50 | / quote!({ Oct 21 15:24:58.761 INFO kablam! 51 | | extern crate maud; Oct 21 15:24:58.761 INFO kablam! 52 | | let mut $output_ident = String::with_capacity($size_hint); Oct 21 15:24:58.761 INFO kablam! 53 | | $stmts Oct 21 15:24:58.761 INFO kablam! 54 | | maud::PreEscaped($output_ident) Oct 21 15:24:58.761 INFO kablam! 55 | | }) Oct 21 15:24:58.761 INFO kablam! | |______^ Oct 21 15:24:58.761 INFO kablam! | Oct 21 15:24:58.761 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 15:24:58.761 INFO kablam! Oct 21 15:24:58.780 INFO kablam! error: aborting due to 9 previous errors Oct 21 15:24:58.780 INFO kablam! Oct 21 15:24:58.780 INFO kablam! Some errors occurred: E0557, E0658. Oct 21 15:24:58.780 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 21 15:24:58.804 INFO kablam! error: Could not compile `maud_macros`. Oct 21 15:24:58.804 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 15:25:26.903 INFO kablam! error: build failed Oct 21 15:25:26.905 INFO kablam! su: No module specific data is present Oct 21 15:25:27.437 INFO running `"docker" "rm" "-f" "4936d04a81ded92cb7bdbf8660f82740094b748e2e867877a3e9afd31f1947cb"` Oct 21 15:25:27.640 INFO blam! 4936d04a81ded92cb7bdbf8660f82740094b748e2e867877a3e9afd31f1947cb