Jul 11 17:15:41.113 INFO checking wsbroad-0.1.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 17:15:41.113 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 17:15:41.113 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 17:15:41.113 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-6/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 11 17:15:41.339 INFO blam! 20957db26b3e76ba0f7d2c9aa0ea678a49e9e9590fd078791eb2b139f1038d81 Jul 11 17:15:41.341 INFO running `"docker" "start" "-a" "20957db26b3e76ba0f7d2c9aa0ea678a49e9e9590fd078791eb2b139f1038d81"` Jul 11 17:15:42.439 INFO kablam! Checking futures-await-await-macro v0.1.1 Jul 11 17:15:42.439 INFO kablam! Checking compactmap v0.3.7 Jul 11 17:15:42.447 INFO kablam! Checking base64 v0.5.2 Jul 11 17:15:42.447 INFO kablam! Compiling proc-macro2 v0.4.6 Jul 11 17:15:44.727 INFO kablam! Checking websocket v0.20.2 Jul 11 17:15:52.384 INFO kablam! Compiling quote v0.6.3 Jul 11 17:15:54.203 INFO kablam! Compiling syn v0.14.4 Jul 11 17:16:25.687 INFO kablam! Compiling futures-await-async-macro v0.1.4 Jul 11 17:16:38.369 INFO kablam! Checking futures-await v0.1.1 Jul 11 17:16:38.814 INFO kablam! Checking wsbroad v0.1.0 (file:///source) Jul 11 17:16:40.220 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 11 17:16:40.220 INFO kablam! --> src/main.rs:1:1 Jul 11 17:16:40.220 INFO kablam! | Jul 11 17:16:40.220 INFO kablam! 1 | / #![feature(proc_macro, conservative_impl_trait, generators)] Jul 11 17:16:40.220 INFO kablam! 2 | | Jul 11 17:16:40.220 INFO kablam! 3 | | extern crate websocket; Jul 11 17:16:40.220 INFO kablam! 4 | | //extern crate futures; Jul 11 17:16:40.220 INFO kablam! ... | Jul 11 17:16:40.220 INFO kablam! 31 | | Jul 11 17:16:40.220 INFO kablam! 32 | | #[async] Jul 11 17:16:40.220 INFO kablam! | |________^ Jul 11 17:16:40.220 INFO kablam! | Jul 11 17:16:40.220 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 11 17:16:40.220 INFO kablam! Jul 11 17:16:40.340 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 11 17:16:40.340 INFO kablam! --> src/main.rs:105:13 Jul 11 17:16:40.340 INFO kablam! | Jul 11 17:16:40.340 INFO kablam! 105 | let f = async_block! { Jul 11 17:16:40.340 INFO kablam! | _____________^ Jul 11 17:16:40.340 INFO kablam! 106 | | #[async] Jul 11 17:16:40.340 INFO kablam! 107 | | for (upgrade, addr) in str { Jul 11 17:16:40.340 INFO kablam! 108 | | let url = format!("{}", upgrade.request.subject.1); Jul 11 17:16:40.340 INFO kablam! ... | Jul 11 17:16:40.340 INFO kablam! 156 | | Ok::<(),()>(()) Jul 11 17:16:40.340 INFO kablam! 157 | | }; Jul 11 17:16:40.340 INFO kablam! | |_____^ Jul 11 17:16:40.340 INFO kablam! | Jul 11 17:16:40.341 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 11 17:16:40.341 INFO kablam! Jul 11 17:16:40.605 INFO kablam! error: aborting due to 2 previous errors Jul 11 17:16:40.605 INFO kablam! Jul 11 17:16:40.605 INFO kablam! For more information about this error, try `rustc --explain E0658`. Jul 11 17:16:40.616 INFO kablam! error: Could not compile `wsbroad`. Jul 11 17:16:40.623 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 17:16:40.637 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 11 17:16:40.637 INFO kablam! --> src/main.rs:1:1 Jul 11 17:16:40.637 INFO kablam! | Jul 11 17:16:40.637 INFO kablam! 1 | / #![feature(proc_macro, conservative_impl_trait, generators)] Jul 11 17:16:40.637 INFO kablam! 2 | | Jul 11 17:16:40.637 INFO kablam! 3 | | extern crate websocket; Jul 11 17:16:40.638 INFO kablam! 4 | | //extern crate futures; Jul 11 17:16:40.638 INFO kablam! ... | Jul 11 17:16:40.638 INFO kablam! 31 | | Jul 11 17:16:40.638 INFO kablam! 32 | | #[async] Jul 11 17:16:40.638 INFO kablam! | |________^ Jul 11 17:16:40.638 INFO kablam! | Jul 11 17:16:40.638 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 11 17:16:40.638 INFO kablam! Jul 11 17:16:40.705 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 11 17:16:40.705 INFO kablam! --> src/main.rs:105:13 Jul 11 17:16:40.705 INFO kablam! | Jul 11 17:16:40.705 INFO kablam! 105 | let f = async_block! { Jul 11 17:16:40.705 INFO kablam! | _____________^ Jul 11 17:16:40.706 INFO kablam! 106 | | #[async] Jul 11 17:16:40.706 INFO kablam! 107 | | for (upgrade, addr) in str { Jul 11 17:16:40.706 INFO kablam! 108 | | let url = format!("{}", upgrade.request.subject.1); Jul 11 17:16:40.706 INFO kablam! ... | Jul 11 17:16:40.706 INFO kablam! 156 | | Ok::<(),()>(()) Jul 11 17:16:40.706 INFO kablam! 157 | | }; Jul 11 17:16:40.706 INFO kablam! | |_____^ Jul 11 17:16:40.706 INFO kablam! | Jul 11 17:16:40.706 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 11 17:16:40.706 INFO kablam! Jul 11 17:16:40.877 INFO kablam! error: aborting due to 2 previous errors Jul 11 17:16:40.877 INFO kablam! Jul 11 17:16:40.877 INFO kablam! For more information about this error, try `rustc --explain E0658`. Jul 11 17:16:40.896 INFO kablam! error: Could not compile `wsbroad`. Jul 11 17:16:40.896 INFO kablam! Jul 11 17:16:40.896 INFO kablam! To learn more, run the command again with --verbose. Jul 11 17:16:40.899 INFO kablam! su: No module specific data is present Jul 11 17:16:41.417 INFO running `"docker" "rm" "-f" "20957db26b3e76ba0f7d2c9aa0ea678a49e9e9590fd078791eb2b139f1038d81"` Jul 11 17:16:41.601 INFO blam! 20957db26b3e76ba0f7d2c9aa0ea678a49e9e9590fd078791eb2b139f1038d81