Jul 11 17:15:39.648 INFO checking wsbroad-0.1.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 11 17:15:39.648 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 17:15:39.648 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 17:15:39.648 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-5/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 17:15:39.918 INFO blam! 0282735e1eda7a828a13aca9fba9fb148e938dc7f5047bd62717112f32f312b4 Jul 11 17:15:39.920 INFO running `"docker" "start" "-a" "0282735e1eda7a828a13aca9fba9fb148e938dc7f5047bd62717112f32f312b4"` Jul 11 17:15:41.196 INFO kablam! Checking sha1 v0.2.0 Jul 11 17:15:41.196 INFO kablam! Checking futures-await-await-macro v0.1.1 Jul 11 17:15:41.197 INFO kablam! Checking compactmap v0.3.7 Jul 11 17:15:41.202 INFO kablam! Checking base64 v0.5.2 Jul 11 17:15:41.203 INFO kablam! Compiling proc-macro2 v0.4.6 Jul 11 17:15:43.456 INFO kablam! Checking websocket v0.20.2 Jul 11 17:15:51.120 INFO kablam! Compiling quote v0.6.3 Jul 11 17:15:53.113 INFO kablam! Compiling syn v0.14.4 Jul 11 17:16:25.179 INFO kablam! Compiling futures-await-async-macro v0.1.4 Jul 11 17:16:37.384 INFO kablam! Checking futures-await v0.1.1 Jul 11 17:16:37.841 INFO kablam! Checking wsbroad v0.1.0 (file:///source) Jul 11 17:16:39.587 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 11 17:16:39.587 INFO kablam! --> src/main.rs:1:1 Jul 11 17:16:39.587 INFO kablam! | Jul 11 17:16:39.588 INFO kablam! 1 | / #![feature(proc_macro, conservative_impl_trait, generators)] Jul 11 17:16:39.588 INFO kablam! 2 | | Jul 11 17:16:39.588 INFO kablam! 3 | | extern crate websocket; Jul 11 17:16:39.588 INFO kablam! 4 | | //extern crate futures; Jul 11 17:16:39.588 INFO kablam! ... | Jul 11 17:16:39.588 INFO kablam! 31 | | Jul 11 17:16:39.588 INFO kablam! 32 | | #[async] Jul 11 17:16:39.588 INFO kablam! | |________^ Jul 11 17:16:39.588 INFO kablam! | Jul 11 17:16:39.588 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 11 17:16:39.588 INFO kablam! Jul 11 17:16:39.691 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 11 17:16:39.691 INFO kablam! --> src/main.rs:105:13 Jul 11 17:16:39.692 INFO kablam! | Jul 11 17:16:39.692 INFO kablam! 105 | let f = async_block! { Jul 11 17:16:39.692 INFO kablam! | _____________^ Jul 11 17:16:39.692 INFO kablam! 106 | | #[async] Jul 11 17:16:39.692 INFO kablam! 107 | | for (upgrade, addr) in str { Jul 11 17:16:39.692 INFO kablam! 108 | | let url = format!("{}", upgrade.request.subject.1); Jul 11 17:16:39.692 INFO kablam! ... | Jul 11 17:16:39.692 INFO kablam! 156 | | Ok::<(),()>(()) Jul 11 17:16:39.692 INFO kablam! 157 | | }; Jul 11 17:16:39.692 INFO kablam! | |_____^ Jul 11 17:16:39.692 INFO kablam! | Jul 11 17:16:39.692 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 11 17:16:39.692 INFO kablam! Jul 11 17:16:39.940 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 11 17:16:39.940 INFO kablam! --> src/main.rs:1:1 Jul 11 17:16:39.940 INFO kablam! | Jul 11 17:16:39.940 INFO kablam! 1 | / #![feature(proc_macro, conservative_impl_trait, generators)] Jul 11 17:16:39.940 INFO kablam! 2 | | Jul 11 17:16:39.940 INFO kablam! 3 | | extern crate websocket; Jul 11 17:16:39.940 INFO kablam! 4 | | //extern crate futures; Jul 11 17:16:39.940 INFO kablam! ... | Jul 11 17:16:39.940 INFO kablam! 31 | | Jul 11 17:16:39.940 INFO kablam! 32 | | #[async] Jul 11 17:16:39.940 INFO kablam! | |________^ Jul 11 17:16:39.940 INFO kablam! | Jul 11 17:16:39.940 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 11 17:16:39.940 INFO kablam! Jul 11 17:16:39.961 INFO kablam! error: aborting due to 2 previous errors Jul 11 17:16:39.961 INFO kablam! Jul 11 17:16:39.961 INFO kablam! For more information about this error, try `rustc --explain E0658`. Jul 11 17:16:39.970 INFO kablam! error: Could not compile `wsbroad`. Jul 11 17:16:39.970 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 17:16:39.992 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 11 17:16:39.992 INFO kablam! --> src/main.rs:105:13 Jul 11 17:16:39.992 INFO kablam! | Jul 11 17:16:39.992 INFO kablam! 105 | let f = async_block! { Jul 11 17:16:39.992 INFO kablam! | _____________^ Jul 11 17:16:39.992 INFO kablam! 106 | | #[async] Jul 11 17:16:39.992 INFO kablam! 107 | | for (upgrade, addr) in str { Jul 11 17:16:39.992 INFO kablam! 108 | | let url = format!("{}", upgrade.request.subject.1); Jul 11 17:16:39.992 INFO kablam! ... | Jul 11 17:16:39.992 INFO kablam! 156 | | Ok::<(),()>(()) Jul 11 17:16:39.993 INFO kablam! 157 | | }; Jul 11 17:16:39.993 INFO kablam! | |_____^ Jul 11 17:16:39.993 INFO kablam! | Jul 11 17:16:39.993 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 11 17:16:39.993 INFO kablam! Jul 11 17:16:40.108 INFO kablam! error: aborting due to 2 previous errors Jul 11 17:16:40.108 INFO kablam! Jul 11 17:16:40.108 INFO kablam! For more information about this error, try `rustc --explain E0658`. Jul 11 17:16:40.123 INFO kablam! error: Could not compile `wsbroad`. Jul 11 17:16:40.124 INFO kablam! Jul 11 17:16:40.124 INFO kablam! To learn more, run the command again with --verbose. Jul 11 17:16:40.125 INFO kablam! su: No module specific data is present Jul 11 17:16:40.691 INFO running `"docker" "rm" "-f" "0282735e1eda7a828a13aca9fba9fb148e938dc7f5047bd62717112f32f312b4"` Jul 11 17:16:40.854 INFO blam! 0282735e1eda7a828a13aca9fba9fb148e938dc7f5047bd62717112f32f312b4