Oct 13 09:08:02.926 INFO checking rusty-driver-0.1.2 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 09:08:02.926 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 09:08:03.308 INFO blam! cd4ddc834db7b5d53dfd5bd961989c04612b47cb9e572590123e4b6b8268105c Oct 13 09:08:03.309 INFO running `"docker" "start" "-a" "cd4ddc834db7b5d53dfd5bd961989c04612b47cb9e572590123e4b6b8268105c"` Oct 13 09:08:04.272 INFO kablam! usermod: no changes Oct 13 09:08:04.574 INFO kablam! Checking futures-await-await-macro v0.1.1 Oct 13 09:08:04.580 INFO kablam! Compiling syn v0.14.9 Oct 13 09:08:04.580 INFO kablam! Checking webdriver v0.36.0 Oct 13 09:08:23.648 INFO kablam! Compiling futures-await-async-macro v0.1.4 Oct 13 09:08:32.623 INFO kablam! Checking futures-await v0.1.1 Oct 13 09:08:33.352 INFO kablam! Checking rusty-driver v0.1.2 (/source) Oct 13 09:08:33.477 INFO kablam! error[E0557]: feature has been removed Oct 13 09:08:33.477 INFO kablam! --> src/lib.rs:10:12 Oct 13 09:08:33.477 INFO kablam! | Oct 13 09:08:33.477 INFO kablam! 10 | #![feature(proc_macro_non_items, generators, nll)] Oct 13 09:08:33.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 09:08:33.477 INFO kablam! | Oct 13 09:08:33.477 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 13 09:08:33.477 INFO kablam! --> src/lib.rs:10:12 Oct 13 09:08:33.477 INFO kablam! | Oct 13 09:08:33.477 INFO kablam! 10 | #![feature(proc_macro_non_items, generators, nll)] Oct 13 09:08:33.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 09:08:33.477 INFO kablam! Oct 13 09:08:33.496 INFO kablam! error[E0557]: feature has been removed Oct 13 09:08:33.496 INFO kablam! --> src/lib.rs:10:12 Oct 13 09:08:33.496 INFO kablam! | Oct 13 09:08:33.496 INFO kablam! 10 | #![feature(proc_macro_non_items, generators, nll)] Oct 13 09:08:33.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 09:08:33.496 INFO kablam! | Oct 13 09:08:33.496 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 13 09:08:33.496 INFO kablam! --> src/lib.rs:10:12 Oct 13 09:08:33.496 INFO kablam! | Oct 13 09:08:33.496 INFO kablam! 10 | #![feature(proc_macro_non_items, generators, nll)] Oct 13 09:08:33.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 09:08:33.499 INFO kablam! Oct 13 09:08:43.541 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 09:08:43.542 INFO kablam! --> src/protocol.rs:51:23 Oct 13 09:08:43.542 INFO kablam! | Oct 13 09:08:43.543 INFO kablam! 51 | spawn(async_block! { Oct 13 09:08:43.543 INFO kablam! | _______________________^ Oct 13 09:08:43.543 INFO kablam! 52 | | let _ = await!(http.request(req)); Oct 13 09:08:43.543 INFO kablam! 53 | | Ok(()) Oct 13 09:08:43.543 INFO kablam! 54 | | }); Oct 13 09:08:43.543 INFO kablam! | |_________________^ Oct 13 09:08:43.543 INFO kablam! | Oct 13 09:08:43.545 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 09:08:43.545 INFO kablam! Oct 13 09:08:43.867 INFO kablam! error: aborting due to 2 previous errors Oct 13 09:08:43.867 INFO kablam! Oct 13 09:08:43.868 INFO kablam! Some errors occurred: E0557, E0658. Oct 13 09:08:43.868 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 13 09:08:43.889 INFO kablam! error: Could not compile `rusty-driver`. Oct 13 09:08:43.889 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 09:08:43.968 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 09:08:43.969 INFO kablam! --> src/protocol.rs:51:23 Oct 13 09:08:43.970 INFO kablam! | Oct 13 09:08:43.970 INFO kablam! 51 | spawn(async_block! { Oct 13 09:08:43.970 INFO kablam! | _______________________^ Oct 13 09:08:43.970 INFO kablam! 52 | | let _ = await!(http.request(req)); Oct 13 09:08:43.971 INFO kablam! 53 | | Ok(()) Oct 13 09:08:43.971 INFO kablam! 54 | | }); Oct 13 09:08:43.971 INFO kablam! | |_________________^ Oct 13 09:08:43.971 INFO kablam! | Oct 13 09:08:43.971 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 09:08:43.971 INFO kablam! Oct 13 09:08:44.213 INFO kablam! error: aborting due to 2 previous errors Oct 13 09:08:44.213 INFO kablam! Oct 13 09:08:44.214 INFO kablam! Some errors occurred: E0557, E0658. Oct 13 09:08:44.215 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 13 09:08:44.237 INFO kablam! error: Could not compile `rusty-driver`. Oct 13 09:08:44.237 INFO kablam! Oct 13 09:08:44.237 INFO kablam! To learn more, run the command again with --verbose. Oct 13 09:08:44.240 INFO kablam! su: No module specific data is present Oct 13 09:08:45.992 INFO running `"docker" "rm" "-f" "cd4ddc834db7b5d53dfd5bd961989c04612b47cb9e572590123e4b6b8268105c"` Oct 13 09:08:46.344 INFO blam! cd4ddc834db7b5d53dfd5bd961989c04612b47cb9e572590123e4b6b8268105c