Oct 27 15:16:55.098 INFO checking squark-macros-0.5.4 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 15:16:55.099 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 15:16:55.512 INFO blam! 5ba45a6b2aa752742ee7fb00df67de93a5d793c177c3c6efdd52f681bb8c7275 Oct 27 15:16:55.527 INFO running `"docker" "start" "-a" "5ba45a6b2aa752742ee7fb00df67de93a5d793c177c3c6efdd52f681bb8c7275"` Oct 27 15:16:57.414 INFO kablam! usermod: no changes Oct 27 15:16:57.551 INFO kablam! Checking uuid v0.6.5 Oct 27 15:16:57.559 INFO kablam! Checking rand v0.5.5 Oct 27 15:16:57.567 INFO kablam! Compiling squark-macros v0.5.4 (/source) Oct 27 15:16:57.666 INFO kablam! error[E0557]: feature has been removed Oct 27 15:16:57.666 INFO kablam! --> src/lib.rs:2:31 Oct 27 15:16:57.666 INFO kablam! | Oct 27 15:16:57.666 INFO kablam! 2 | #![feature(use_extern_macros, proc_macro_non_items, proc_macro_quote)] Oct 27 15:16:57.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 15:16:57.666 INFO kablam! | Oct 27 15:16:57.666 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 27 15:16:57.666 INFO kablam! --> src/lib.rs:2:31 Oct 27 15:16:57.666 INFO kablam! | Oct 27 15:16:57.666 INFO kablam! 2 | #![feature(use_extern_macros, proc_macro_non_items, proc_macro_quote)] Oct 27 15:16:57.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 15:16:57.666 INFO kablam! Oct 27 15:16:57.831 INFO kablam! error[E0557]: feature has been removed Oct 27 15:16:57.832 INFO kablam! --> src/lib.rs:2:31 Oct 27 15:16:57.833 INFO kablam! | Oct 27 15:16:57.833 INFO kablam! 2 | #![feature(use_extern_macros, proc_macro_non_items, proc_macro_quote)] Oct 27 15:16:57.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 15:16:57.835 INFO kablam! | Oct 27 15:16:57.835 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 27 15:16:57.836 INFO kablam! --> src/lib.rs:2:31 Oct 27 15:16:57.837 INFO kablam! | Oct 27 15:16:57.837 INFO kablam! 2 | #![feature(use_extern_macros, proc_macro_non_items, proc_macro_quote)] Oct 27 15:16:57.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 15:16:57.839 INFO kablam! Oct 27 15:17:03.976 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 15:17:03.976 INFO kablam! --> src/lib.rs:38:17 Oct 27 15:17:03.976 INFO kablam! | Oct 27 15:17:03.976 INFO kablam! 38 | quote!($_embedded.into()) Oct 27 15:17:03.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:17:03.977 INFO kablam! | Oct 27 15:17:03.977 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:03.977 INFO kablam! Oct 27 15:17:03.977 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 27 15:17:03.977 INFO kablam! --> src/lib.rs:42:17 Oct 27 15:17:03.978 INFO kablam! | Oct 27 15:17:03.978 INFO kablam! 42 | quote! { $_v.into() } Oct 27 15:17:03.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:17:03.979 INFO kablam! | Oct 27 15:17:03.979 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:03.979 INFO kablam! Oct 27 15:17:03.980 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 27 15:17:03.980 INFO kablam! --> src/lib.rs:46:17 Oct 27 15:17:03.980 INFO kablam! | Oct 27 15:17:03.980 INFO kablam! 46 | quote! { $_v.into() } Oct 27 15:17:03.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:17:03.981 INFO kablam! | Oct 27 15:17:03.981 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:03.981 INFO kablam! Oct 27 15:17:03.982 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 15:17:03.982 INFO kablam! --> src/lib.rs:54:27 Oct 27 15:17:03.982 INFO kablam! | Oct 27 15:17:03.982 INFO kablam! 54 | handlers.push(quote! { Oct 27 15:17:03.982 INFO kablam! | ___________________________^ Oct 27 15:17:03.982 INFO kablam! 55 | | ($_k.to_string(), _squark::handler($_v)), Oct 27 15:17:03.983 INFO kablam! 56 | | }); Oct 27 15:17:03.983 INFO kablam! | |_____________^ Oct 27 15:17:03.984 INFO kablam! | Oct 27 15:17:03.984 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:03.984 INFO kablam! Oct 27 15:17:03.985 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 15:17:03.985 INFO kablam! --> src/lib.rs:61:25 Oct 27 15:17:03.985 INFO kablam! | Oct 27 15:17:03.985 INFO kablam! 61 | attributes.push(quote! { Oct 27 15:17:03.985 INFO kablam! | _________________________^ Oct 27 15:17:03.985 INFO kablam! 62 | | ($_k.to_string(), $_v), Oct 27 15:17:03.985 INFO kablam! 63 | | }); Oct 27 15:17:03.985 INFO kablam! | |_________^ Oct 27 15:17:03.986 INFO kablam! | Oct 27 15:17:03.987 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:03.987 INFO kablam! Oct 27 15:17:03.991 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 27 15:17:03.991 INFO kablam! --> src/lib.rs:74:21 Oct 27 15:17:03.991 INFO kablam! | Oct 27 15:17:03.991 INFO kablam! 74 | / quote! { Oct 27 15:17:03.991 INFO kablam! 75 | | _squark::Child::from($_tag), Oct 27 15:17:03.991 INFO kablam! 76 | | } Oct 27 15:17:03.991 INFO kablam! | |_____________________^ Oct 27 15:17:03.992 INFO kablam! | Oct 27 15:17:03.992 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:03.992 INFO kablam! Oct 27 15:17:03.993 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 27 15:17:03.993 INFO kablam! --> src/lib.rs:80:21 Oct 27 15:17:03.993 INFO kablam! | Oct 27 15:17:03.993 INFO kablam! 80 | / quote! { Oct 27 15:17:03.993 INFO kablam! 81 | | $_text.into(), Oct 27 15:17:03.993 INFO kablam! 82 | | } Oct 27 15:17:03.993 INFO kablam! | |_____________________^ Oct 27 15:17:03.993 INFO kablam! | Oct 27 15:17:03.993 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:03.995 INFO kablam! Oct 27 15:17:03.995 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 27 15:17:03.995 INFO kablam! --> src/lib.rs:86:21 Oct 27 15:17:03.995 INFO kablam! | Oct 27 15:17:03.995 INFO kablam! 86 | / quote! { Oct 27 15:17:03.995 INFO kablam! 87 | | {$_embedded}.into(), Oct 27 15:17:03.995 INFO kablam! 88 | | } Oct 27 15:17:03.995 INFO kablam! | |_____________________^ Oct 27 15:17:03.995 INFO kablam! | Oct 27 15:17:03.995 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:03.997 INFO kablam! Oct 27 15:17:03.998 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 27 15:17:03.998 INFO kablam! --> src/lib.rs:97:5 Oct 27 15:17:03.998 INFO kablam! | Oct 27 15:17:03.998 INFO kablam! 97 | / quote! { Oct 27 15:17:03.998 INFO kablam! 98 | | _squark::View::new( Oct 27 15:17:03.998 INFO kablam! 99 | | $_name.to_string(), Oct 27 15:17:03.998 INFO kablam! 100 | | vec![ Oct 27 15:17:03.998 INFO kablam! ... | Oct 27 15:17:03.998 INFO kablam! 109 | | ) Oct 27 15:17:03.998 INFO kablam! 110 | | } Oct 27 15:17:03.998 INFO kablam! | |_____^ Oct 27 15:17:03.998 INFO kablam! | Oct 27 15:17:03.999 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:03.999 INFO kablam! Oct 27 15:17:04.001 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 27 15:17:04.001 INFO kablam! --> src/lib.rs:119:5 Oct 27 15:17:04.001 INFO kablam! | Oct 27 15:17:04.001 INFO kablam! 119 | / quote! { Oct 27 15:17:04.001 INFO kablam! 120 | | { Oct 27 15:17:04.001 INFO kablam! 121 | | extern crate squark as _squark; Oct 27 15:17:04.002 INFO kablam! 122 | | $_token Oct 27 15:17:04.002 INFO kablam! 123 | | } Oct 27 15:17:04.002 INFO kablam! 124 | | } Oct 27 15:17:04.002 INFO kablam! | |_____^ Oct 27 15:17:04.003 INFO kablam! | Oct 27 15:17:04.003 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:04.003 INFO kablam! Oct 27 15:17:04.005 INFO kablam! error: aborting due to 11 previous errors Oct 27 15:17:04.005 INFO kablam! Oct 27 15:17:04.005 INFO kablam! Some errors occurred: E0557, E0658. Oct 27 15:17:04.005 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 27 15:17:04.019 INFO kablam! error: Could not compile `squark-macros`. Oct 27 15:17:04.019 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 15:17:04.415 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 15:17:04.418 INFO kablam! --> src/lib.rs:38:17 Oct 27 15:17:04.418 INFO kablam! | Oct 27 15:17:04.419 INFO kablam! 38 | quote!($_embedded.into()) Oct 27 15:17:04.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:17:04.419 INFO kablam! | Oct 27 15:17:04.419 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:04.420 INFO kablam! Oct 27 15:17:04.420 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 27 15:17:04.420 INFO kablam! --> src/lib.rs:42:17 Oct 27 15:17:04.421 INFO kablam! | Oct 27 15:17:04.421 INFO kablam! 42 | quote! { $_v.into() } Oct 27 15:17:04.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:17:04.421 INFO kablam! | Oct 27 15:17:04.422 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:04.422 INFO kablam! Oct 27 15:17:04.422 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 27 15:17:04.422 INFO kablam! --> src/lib.rs:46:17 Oct 27 15:17:04.422 INFO kablam! | Oct 27 15:17:04.422 INFO kablam! 46 | quote! { $_v.into() } Oct 27 15:17:04.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:17:04.422 INFO kablam! | Oct 27 15:17:04.423 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:04.423 INFO kablam! Oct 27 15:17:04.423 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 15:17:04.424 INFO kablam! --> src/lib.rs:54:27 Oct 27 15:17:04.424 INFO kablam! | Oct 27 15:17:04.424 INFO kablam! 54 | handlers.push(quote! { Oct 27 15:17:04.425 INFO kablam! | ___________________________^ Oct 27 15:17:04.425 INFO kablam! 55 | | ($_k.to_string(), _squark::handler($_v)), Oct 27 15:17:04.425 INFO kablam! 56 | | }); Oct 27 15:17:04.425 INFO kablam! | |_____________^ Oct 27 15:17:04.426 INFO kablam! | Oct 27 15:17:04.426 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:04.426 INFO kablam! Oct 27 15:17:04.426 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 15:17:04.426 INFO kablam! --> src/lib.rs:61:25 Oct 27 15:17:04.426 INFO kablam! | Oct 27 15:17:04.426 INFO kablam! 61 | attributes.push(quote! { Oct 27 15:17:04.426 INFO kablam! | _________________________^ Oct 27 15:17:04.426 INFO kablam! 62 | | ($_k.to_string(), $_v), Oct 27 15:17:04.426 INFO kablam! 63 | | }); Oct 27 15:17:04.428 INFO kablam! | |_________^ Oct 27 15:17:04.428 INFO kablam! | Oct 27 15:17:04.428 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:04.428 INFO kablam! Oct 27 15:17:04.428 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 27 15:17:04.428 INFO kablam! --> src/lib.rs:74:21 Oct 27 15:17:04.428 INFO kablam! | Oct 27 15:17:04.428 INFO kablam! 74 | / quote! { Oct 27 15:17:04.428 INFO kablam! 75 | | _squark::Child::from($_tag), Oct 27 15:17:04.428 INFO kablam! 76 | | } Oct 27 15:17:04.428 INFO kablam! | |_____________________^ Oct 27 15:17:04.428 INFO kablam! | Oct 27 15:17:04.428 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:04.428 INFO kablam! Oct 27 15:17:04.428 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 27 15:17:04.428 INFO kablam! --> src/lib.rs:80:21 Oct 27 15:17:04.428 INFO kablam! | Oct 27 15:17:04.428 INFO kablam! 80 | / quote! { Oct 27 15:17:04.428 INFO kablam! 81 | | $_text.into(), Oct 27 15:17:04.428 INFO kablam! 82 | | } Oct 27 15:17:04.428 INFO kablam! | |_____________________^ Oct 27 15:17:04.428 INFO kablam! | Oct 27 15:17:04.428 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:04.428 INFO kablam! Oct 27 15:17:04.428 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 27 15:17:04.428 INFO kablam! --> src/lib.rs:86:21 Oct 27 15:17:04.428 INFO kablam! | Oct 27 15:17:04.428 INFO kablam! 86 | / quote! { Oct 27 15:17:04.428 INFO kablam! 87 | | {$_embedded}.into(), Oct 27 15:17:04.428 INFO kablam! 88 | | } Oct 27 15:17:04.428 INFO kablam! | |_____________________^ Oct 27 15:17:04.428 INFO kablam! | Oct 27 15:17:04.428 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:04.428 INFO kablam! Oct 27 15:17:04.428 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 27 15:17:04.428 INFO kablam! --> src/lib.rs:97:5 Oct 27 15:17:04.428 INFO kablam! | Oct 27 15:17:04.428 INFO kablam! 97 | / quote! { Oct 27 15:17:04.428 INFO kablam! 98 | | _squark::View::new( Oct 27 15:17:04.428 INFO kablam! 99 | | $_name.to_string(), Oct 27 15:17:04.428 INFO kablam! 100 | | vec![ Oct 27 15:17:04.428 INFO kablam! ... | Oct 27 15:17:04.428 INFO kablam! 109 | | ) Oct 27 15:17:04.428 INFO kablam! 110 | | } Oct 27 15:17:04.428 INFO kablam! | |_____^ Oct 27 15:17:04.428 INFO kablam! | Oct 27 15:17:04.428 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:04.428 INFO kablam! Oct 27 15:17:04.428 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 27 15:17:04.428 INFO kablam! --> src/lib.rs:119:5 Oct 27 15:17:04.428 INFO kablam! | Oct 27 15:17:04.428 INFO kablam! 119 | / quote! { Oct 27 15:17:04.428 INFO kablam! 120 | | { Oct 27 15:17:04.428 INFO kablam! 121 | | extern crate squark as _squark; Oct 27 15:17:04.428 INFO kablam! 122 | | $_token Oct 27 15:17:04.428 INFO kablam! 123 | | } Oct 27 15:17:04.428 INFO kablam! 124 | | } Oct 27 15:17:04.428 INFO kablam! | |_____^ Oct 27 15:17:04.428 INFO kablam! | Oct 27 15:17:04.428 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 15:17:04.428 INFO kablam! Oct 27 15:17:04.435 INFO kablam! error: aborting due to 11 previous errors Oct 27 15:17:04.435 INFO kablam! Oct 27 15:17:04.439 INFO kablam! Some errors occurred: E0557, E0658. Oct 27 15:17:04.439 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 27 15:17:04.447 INFO kablam! error: Could not compile `squark-macros`. Oct 27 15:17:04.447 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 15:17:04.954 INFO kablam! error: build failed Oct 27 15:17:04.956 INFO kablam! su: No module specific data is present Oct 27 15:17:06.151 INFO running `"docker" "rm" "-f" "5ba45a6b2aa752742ee7fb00df67de93a5d793c177c3c6efdd52f681bb8c7275"` Oct 27 15:17:06.447 INFO blam! 5ba45a6b2aa752742ee7fb00df67de93a5d793c177c3c6efdd52f681bb8c7275