Oct 21 23:58:12.237 INFO checking rusty-driver-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:58:12.237 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 23:58:12.564 INFO blam! f63e699011f1d23cec258d6c89ece7cef764e2edc99f42968122025f79651b61 Oct 21 23:58:12.580 INFO running `"docker" "start" "-a" "f63e699011f1d23cec258d6c89ece7cef764e2edc99f42968122025f79651b61"` Oct 21 23:58:13.625 INFO kablam! usermod: no changes Oct 21 23:58:13.864 INFO kablam! Checking futures-await-await-macro v0.1.1 Oct 21 23:58:13.864 INFO kablam! Checking cookie v0.10.1 Oct 21 23:58:13.864 INFO kablam! Compiling syn v0.14.9 Oct 21 23:58:15.296 INFO kablam! Checking webdriver v0.36.0 Oct 21 23:58:30.972 INFO kablam! Compiling futures-await-async-macro v0.1.4 Oct 21 23:58:39.656 INFO kablam! Checking futures-await v0.1.1 Oct 21 23:58:40.298 INFO kablam! Checking rusty-driver v0.1.2 (/source) Oct 21 23:58:40.398 INFO kablam! error[E0557]: feature has been removed Oct 21 23:58:40.398 INFO kablam! --> src/lib.rs:10:12 Oct 21 23:58:40.398 INFO kablam! | Oct 21 23:58:40.398 INFO kablam! 10 | #![feature(proc_macro_non_items, generators, nll)] Oct 21 23:58:40.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 23:58:40.401 INFO kablam! error[E0557]: feature has been removed Oct 21 23:58:40.401 INFO kablam! --> src/lib.rs:10:12 Oct 21 23:58:40.401 INFO kablam! | Oct 21 23:58:40.401 INFO kablam! 10 | #![feature(proc_macro_non_items, generators, nll)] Oct 21 23:58:40.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 23:58:40.401 INFO kablam! | Oct 21 23:58:40.401 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 21 23:58:40.408 INFO kablam! --> src/lib.rs:10:12 Oct 21 23:58:40.408 INFO kablam! | Oct 21 23:58:40.408 INFO kablam! 10 | #![feature(proc_macro_non_items, generators, nll)] Oct 21 23:58:40.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 23:58:40.408 INFO kablam! Oct 21 23:58:40.408 INFO kablam! | Oct 21 23:58:40.417 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 21 23:58:40.417 INFO kablam! --> src/lib.rs:10:12 Oct 21 23:58:40.417 INFO kablam! | Oct 21 23:58:40.418 INFO kablam! 10 | #![feature(proc_macro_non_items, generators, nll)] Oct 21 23:58:40.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 23:58:40.418 INFO kablam! Oct 21 23:58:46.172 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 23:58:46.172 INFO kablam! --> src/protocol.rs:51:23 Oct 21 23:58:46.172 INFO kablam! | Oct 21 23:58:46.172 INFO kablam! 51 | spawn(async_block! { Oct 21 23:58:46.172 INFO kablam! | _______________________^ Oct 21 23:58:46.172 INFO kablam! 52 | | let _ = await!(http.request(req)); Oct 21 23:58:46.172 INFO kablam! 53 | | Ok(()) Oct 21 23:58:46.172 INFO kablam! 54 | | }); Oct 21 23:58:46.172 INFO kablam! | |_________________^ Oct 21 23:58:46.172 INFO kablam! | Oct 21 23:58:46.172 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 23:58:46.172 INFO kablam! Oct 21 23:58:46.396 INFO kablam! error: aborting due to 2 previous errors Oct 21 23:58:46.396 INFO kablam! Oct 21 23:58:46.396 INFO kablam! Some errors occurred: E0557, E0658. Oct 21 23:58:46.396 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 21 23:58:46.406 INFO kablam! error: Could not compile `rusty-driver`. Oct 21 23:58:46.406 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 23:58:46.620 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 23:58:46.620 INFO kablam! --> src/protocol.rs:51:23 Oct 21 23:58:46.620 INFO kablam! | Oct 21 23:58:46.620 INFO kablam! 51 | spawn(async_block! { Oct 21 23:58:46.620 INFO kablam! | _______________________^ Oct 21 23:58:46.620 INFO kablam! 52 | | let _ = await!(http.request(req)); Oct 21 23:58:46.620 INFO kablam! 53 | | Ok(()) Oct 21 23:58:46.620 INFO kablam! 54 | | }); Oct 21 23:58:46.620 INFO kablam! | |_________________^ Oct 21 23:58:46.620 INFO kablam! | Oct 21 23:58:46.620 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 23:58:46.620 INFO kablam! Oct 21 23:58:46.824 INFO kablam! error: aborting due to 2 previous errors Oct 21 23:58:46.825 INFO kablam! Oct 21 23:58:46.825 INFO kablam! Some errors occurred: E0557, E0658. Oct 21 23:58:46.825 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 21 23:58:46.843 INFO kablam! error: Could not compile `rusty-driver`. Oct 21 23:58:46.843 INFO kablam! Oct 21 23:58:46.844 INFO kablam! To learn more, run the command again with --verbose. Oct 21 23:58:46.844 INFO kablam! su: No module specific data is present Oct 21 23:58:47.365 INFO running `"docker" "rm" "-f" "f63e699011f1d23cec258d6c89ece7cef764e2edc99f42968122025f79651b61"` Oct 21 23:58:47.645 INFO blam! f63e699011f1d23cec258d6c89ece7cef764e2edc99f42968122025f79651b61