Oct 12 16:54:24.983 INFO checking musec/clowder against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 16:54:24.985 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 16:54:25.550 INFO blam! 69c6f74a8be64e6468e0bbd234246da8ff7e9dde44d0665e81b323ed00183045 Oct 12 16:54:25.552 INFO running `"docker" "start" "-a" "69c6f74a8be64e6468e0bbd234246da8ff7e9dde44d0665e81b323ed00183045"` Oct 12 16:54:27.202 INFO kablam! usermod: no changes Oct 12 16:54:27.648 INFO kablam! Compiling maud_htmlescape v0.17.0 Oct 12 16:54:27.653 INFO kablam! Compiling literalext v0.1.1 Oct 12 16:54:27.659 INFO kablam! Checking marksman_escape v0.1.2 Oct 12 16:54:27.659 INFO kablam! Compiling log v0.4.4 Oct 12 16:54:27.660 INFO kablam! Compiling memchr v2.0.2 Oct 12 16:54:27.677 INFO kablam! Compiling isatty v0.1.8 Oct 12 16:54:27.686 INFO kablam! Compiling openssl-sys v0.9.35 Oct 12 16:54:29.568 INFO kablam! Compiling base64 v0.9.2 Oct 12 16:54:30.378 INFO kablam! Checking log v0.3.9 Oct 12 16:54:32.601 INFO kablam! Compiling serde v1.0.75 Oct 12 16:54:32.601 INFO kablam! Compiling clowder v0.3.0 (/source) Oct 12 16:54:33.588 INFO kablam! Checking toml v0.4.6 Oct 12 16:54:36.665 INFO kablam! Checking mime v0.2.6 Oct 12 16:54:36.690 INFO kablam! Checking chrono-humanize v0.0.11 Oct 12 16:54:36.890 INFO kablam! Checking diesel v1.3.2 Oct 12 16:54:41.837 INFO kablam! Compiling openssl v0.9.24 Oct 12 16:54:42.029 INFO kablam! Checking hyper v0.10.13 Oct 12 16:54:42.029 INFO kablam! Checking failure v0.1.2 Oct 12 16:54:44.794 INFO kablam! Compiling maud_macros v0.18.1 Oct 12 16:54:44.917 INFO kablam! Checking dotenv v0.13.0 Oct 12 16:54:45.260 INFO kablam! error[E0557]: feature has been removed Oct 12 16:54:45.260 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Oct 12 16:54:45.260 INFO kablam! | Oct 12 16:54:45.260 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 12 16:54:45.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 16:54:45.260 INFO kablam! | Oct 12 16:54:45.260 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 12 16:54:45.260 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Oct 12 16:54:45.260 INFO kablam! | Oct 12 16:54:45.260 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 12 16:54:45.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 16:54:45.260 INFO kablam! Oct 12 16:54:52.852 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 12 16:54:52.852 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:67:21 Oct 12 16:54:52.852 INFO kablam! | Oct 12 16:54:52.852 INFO kablam! 67 | quote!($head $body) Oct 12 16:54:52.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 16:54:52.866 INFO kablam! | Oct 12 16:54:52.866 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 12 16:54:52.866 INFO kablam! Oct 12 16:54:52.866 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 12 16:54:52.867 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:83:9 Oct 12 16:54:52.867 INFO kablam! | Oct 12 16:54:52.867 INFO kablam! 83 | / quote!({ Oct 12 16:54:52.867 INFO kablam! 84 | | // Create a local trait alias so that autoref works Oct 12 16:54:52.867 INFO kablam! 85 | | trait Render: maud::Render { Oct 12 16:54:52.867 INFO kablam! 86 | | fn __maud_render_to(&self, output_ident: &mut String) { Oct 12 16:54:52.868 INFO kablam! ... | Oct 12 16:54:52.868 INFO kablam! 91 | | $expr.__maud_render_to(&mut $output_ident); Oct 12 16:54:52.868 INFO kablam! 92 | | }) Oct 12 16:54:52.868 INFO kablam! | |__________^ Oct 12 16:54:52.886 INFO kablam! | Oct 12 16:54:52.886 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 12 16:54:52.886 INFO kablam! Oct 12 16:54:52.887 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 12 16:54:52.888 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:140:25 Oct 12 16:54:52.888 INFO kablam! | Oct 12 16:54:52.888 INFO kablam! 140 | quote!($head { $body }) Oct 12 16:54:52.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:54:52.888 INFO kablam! | Oct 12 16:54:52.888 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 12 16:54:52.888 INFO kablam! Oct 12 16:54:52.889 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 12 16:54:52.889 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:149:9 Oct 12 16:54:52.889 INFO kablam! | Oct 12 16:54:52.889 INFO kablam! 149 | quote!($head $body) Oct 12 16:54:52.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 16:54:52.889 INFO kablam! | Oct 12 16:54:52.889 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 12 16:54:52.889 INFO kablam! Oct 12 16:54:52.892 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 12 16:54:52.893 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:154:9 Oct 12 16:54:52.893 INFO kablam! | Oct 12 16:54:52.893 INFO kablam! 154 | quote!($head $body) Oct 12 16:54:52.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 16:54:52.893 INFO kablam! | Oct 12 16:54:52.893 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 12 16:54:52.893 INFO kablam! Oct 12 16:54:52.893 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 12 16:54:52.894 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:224:5 Oct 12 16:54:52.894 INFO kablam! | Oct 12 16:54:52.894 INFO kablam! 224 | quote!(if $cond) Oct 12 16:54:52.894 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 16:54:52.899 INFO kablam! | Oct 12 16:54:52.899 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 12 16:54:52.899 INFO kablam! Oct 12 16:54:52.899 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 12 16:54:52.899 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:265:13 Oct 12 16:54:52.899 INFO kablam! | Oct 12 16:54:52.899 INFO kablam! 265 | quote!($output_ident.push_str($string);) Oct 12 16:54:52.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:54:52.900 INFO kablam! | Oct 12 16:54:52.900 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 12 16:54:52.900 INFO kablam! Oct 12 16:54:52.904 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 12 16:54:52.905 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:50:5 Oct 12 16:54:52.905 INFO kablam! | Oct 12 16:54:52.905 INFO kablam! 50 | / quote!({ Oct 12 16:54:52.905 INFO kablam! 51 | | extern crate maud; Oct 12 16:54:52.905 INFO kablam! 52 | | let mut $output_ident = String::with_capacity($size_hint); Oct 12 16:54:52.905 INFO kablam! 53 | | $stmts Oct 12 16:54:52.905 INFO kablam! 54 | | maud::PreEscaped($output_ident) Oct 12 16:54:52.905 INFO kablam! 55 | | }) Oct 12 16:54:52.906 INFO kablam! | |______^ Oct 12 16:54:52.916 INFO kablam! | Oct 12 16:54:52.916 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 12 16:54:52.916 INFO kablam! Oct 12 16:54:52.920 INFO kablam! error: aborting due to 9 previous errors Oct 12 16:54:52.932 INFO kablam! Oct 12 16:54:52.933 INFO kablam! Some errors occurred: E0557, E0658. Oct 12 16:54:52.933 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 12 16:54:52.972 INFO kablam! error: Could not compile `maud_macros`. Oct 12 16:54:52.973 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 16:55:48.715 INFO kablam! error: build failed Oct 12 16:55:48.721 INFO kablam! su: No module specific data is present Oct 12 16:55:49.456 INFO running `"docker" "rm" "-f" "69c6f74a8be64e6468e0bbd234246da8ff7e9dde44d0665e81b323ed00183045"` Oct 12 16:55:49.672 INFO blam! 69c6f74a8be64e6468e0bbd234246da8ff7e9dde44d0665e81b323ed00183045