Jul 12 06:29:14.306 INFO checking interpolate-0.1.1 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 06:29:14.306 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 06:29:14.306 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 06:29:14.307 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-3/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 06:29:14.562 INFO blam! b585600e5ee5b9002fe5bd453bee03a0767219d06b89361fe5a7a2804b9982d0 Jul 12 06:29:14.565 INFO running `"docker" "start" "-a" "b585600e5ee5b9002fe5bd453bee03a0767219d06b89361fe5a7a2804b9982d0"` Jul 12 06:29:15.667 INFO kablam! Checking interpolate v0.1.1 (file:///source) Jul 12 06:29:18.377 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 12 06:29:18.377 INFO kablam! --> src/lib.rs:131:17 Jul 12 06:29:18.377 INFO kablam! | Jul 12 06:29:18.377 INFO kablam! 131 | tokens.push(quote!{ Jul 12 06:29:18.377 INFO kablam! | _________________^ Jul 12 06:29:18.377 INFO kablam! 132 | | let mut out = String::new(); Jul 12 06:29:18.377 INFO kablam! 133 | | }); Jul 12 06:29:18.377 INFO kablam! | |_____^ Jul 12 06:29:18.378 INFO kablam! | Jul 12 06:29:18.378 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 12 06:29:18.378 INFO kablam! Jul 12 06:29:18.387 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 12 06:29:18.387 INFO kablam! --> src/lib.rs:142:24 Jul 12 06:29:18.387 INFO kablam! | Jul 12 06:29:18.387 INFO kablam! 142 | tokens.push(quote! { out.push_str($lit); }); Jul 12 06:29:18.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 06:29:18.387 INFO kablam! | Jul 12 06:29:18.388 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 12 06:29:18.388 INFO kablam! Jul 12 06:29:18.388 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 12 06:29:18.388 INFO kablam! --> src/lib.rs:150:24 Jul 12 06:29:18.388 INFO kablam! | Jul 12 06:29:18.388 INFO kablam! 150 | tokens.push(quote! { out.push_str(&$exp.to_string()); }); Jul 12 06:29:18.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 06:29:18.388 INFO kablam! | Jul 12 06:29:18.388 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 12 06:29:18.388 INFO kablam! Jul 12 06:29:18.389 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 12 06:29:18.389 INFO kablam! --> src/lib.rs:162:18 Jul 12 06:29:18.389 INFO kablam! | Jul 12 06:29:18.390 INFO kablam! 162 | tokens.push( quote!{ out } ); Jul 12 06:29:18.390 INFO kablam! | ^^^^^^^^^^^^^ Jul 12 06:29:18.390 INFO kablam! | Jul 12 06:29:18.390 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 12 06:29:18.390 INFO kablam! Jul 12 06:29:18.390 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 12 06:29:18.391 INFO kablam! --> src/lib.rs:164:5 Jul 12 06:29:18.391 INFO kablam! | Jul 12 06:29:18.391 INFO kablam! 164 | quote!({ $stream }) Jul 12 06:29:18.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Jul 12 06:29:18.391 INFO kablam! | Jul 12 06:29:18.391 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 12 06:29:18.391 INFO kablam! Jul 12 06:29:18.394 INFO kablam! error: aborting due to 5 previous errors Jul 12 06:29:18.396 INFO kablam! Jul 12 06:29:18.396 INFO kablam! For more information about this error, try `rustc --explain E0658`. Jul 12 06:29:18.408 INFO kablam! error: Could not compile `interpolate`. Jul 12 06:29:18.409 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 06:29:18.424 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 12 06:29:18.424 INFO kablam! --> src/lib.rs:131:17 Jul 12 06:29:18.424 INFO kablam! | Jul 12 06:29:18.424 INFO kablam! 131 | tokens.push(quote!{ Jul 12 06:29:18.424 INFO kablam! | _________________^ Jul 12 06:29:18.424 INFO kablam! 132 | | let mut out = String::new(); Jul 12 06:29:18.424 INFO kablam! 133 | | }); Jul 12 06:29:18.424 INFO kablam! | |_____^ Jul 12 06:29:18.424 INFO kablam! | Jul 12 06:29:18.424 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 12 06:29:18.424 INFO kablam! Jul 12 06:29:18.425 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 12 06:29:18.425 INFO kablam! --> src/lib.rs:142:24 Jul 12 06:29:18.425 INFO kablam! | Jul 12 06:29:18.425 INFO kablam! 142 | tokens.push(quote! { out.push_str($lit); }); Jul 12 06:29:18.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 06:29:18.425 INFO kablam! | Jul 12 06:29:18.425 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 12 06:29:18.425 INFO kablam! Jul 12 06:29:18.426 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 12 06:29:18.426 INFO kablam! --> src/lib.rs:150:24 Jul 12 06:29:18.426 INFO kablam! | Jul 12 06:29:18.426 INFO kablam! 150 | tokens.push(quote! { out.push_str(&$exp.to_string()); }); Jul 12 06:29:18.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 06:29:18.426 INFO kablam! | Jul 12 06:29:18.426 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 12 06:29:18.426 INFO kablam! Jul 12 06:29:18.427 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 12 06:29:18.427 INFO kablam! --> src/lib.rs:162:18 Jul 12 06:29:18.427 INFO kablam! | Jul 12 06:29:18.427 INFO kablam! 162 | tokens.push( quote!{ out } ); Jul 12 06:29:18.427 INFO kablam! | ^^^^^^^^^^^^^ Jul 12 06:29:18.427 INFO kablam! | Jul 12 06:29:18.427 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 12 06:29:18.427 INFO kablam! Jul 12 06:29:18.427 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 12 06:29:18.427 INFO kablam! --> src/lib.rs:164:5 Jul 12 06:29:18.427 INFO kablam! | Jul 12 06:29:18.427 INFO kablam! 164 | quote!({ $stream }) Jul 12 06:29:18.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Jul 12 06:29:18.427 INFO kablam! | Jul 12 06:29:18.428 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 12 06:29:18.428 INFO kablam! Jul 12 06:29:18.428 INFO kablam! error: aborting due to 5 previous errors Jul 12 06:29:18.428 INFO kablam! Jul 12 06:29:18.428 INFO kablam! For more information about this error, try `rustc --explain E0658`. Jul 12 06:29:18.437 INFO kablam! error: Could not compile `interpolate`. Jul 12 06:29:18.437 INFO kablam! Jul 12 06:29:18.437 INFO kablam! To learn more, run the command again with --verbose. Jul 12 06:29:18.442 INFO kablam! su: No module specific data is present Jul 12 06:29:19.021 INFO running `"docker" "rm" "-f" "b585600e5ee5b9002fe5bd453bee03a0767219d06b89361fe5a7a2804b9982d0"` Jul 12 06:29:19.216 INFO blam! b585600e5ee5b9002fe5bd453bee03a0767219d06b89361fe5a7a2804b9982d0