Oct 27 16:20:31.616 INFO checking rusty-driver-0.1.2 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 16:20:31.616 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 16:20:31.979 INFO blam! cd04f64b7de2daf5d47a28a2e3542e30012f20c3bf326d42bdf3428b5da35635 Oct 27 16:20:31.981 INFO running `"docker" "start" "-a" "cd04f64b7de2daf5d47a28a2e3542e30012f20c3bf326d42bdf3428b5da35635"` Oct 27 16:20:32.601 INFO kablam! usermod: no changes Oct 27 16:20:32.871 INFO kablam! Compiling syn v0.14.9 Oct 27 16:20:32.871 INFO kablam! Checking webdriver v0.36.0 Oct 27 16:20:32.871 INFO kablam! Checking hyper v0.12.13 Oct 27 16:20:42.519 INFO kablam! Checking hyper-tls v0.3.1 Oct 27 16:20:54.157 INFO kablam! Compiling futures-await-async-macro v0.1.4 Oct 27 16:21:03.792 INFO kablam! Checking futures-await v0.1.1 Oct 27 16:21:04.616 INFO kablam! Checking rusty-driver v0.1.2 (/source) Oct 27 16:21:04.751 INFO kablam! error[E0557]: feature has been removed Oct 27 16:21:04.752 INFO kablam! --> src/lib.rs:10:12 Oct 27 16:21:04.752 INFO kablam! | Oct 27 16:21:04.752 INFO kablam! 10 | #![feature(proc_macro_non_items, generators, nll)] Oct 27 16:21:04.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 16:21:04.752 INFO kablam! | Oct 27 16:21:04.752 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 27 16:21:04.752 INFO kablam! --> src/lib.rs:10:12 Oct 27 16:21:04.752 INFO kablam! | Oct 27 16:21:04.752 INFO kablam! 10 | #![feature(proc_macro_non_items, generators, nll)] Oct 27 16:21:04.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 16:21:04.752 INFO kablam! Oct 27 16:21:04.762 INFO kablam! error[E0557]: feature has been removed Oct 27 16:21:04.762 INFO kablam! --> src/lib.rs:10:12 Oct 27 16:21:04.762 INFO kablam! | Oct 27 16:21:04.762 INFO kablam! 10 | #![feature(proc_macro_non_items, generators, nll)] Oct 27 16:21:04.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 16:21:04.762 INFO kablam! | Oct 27 16:21:04.762 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 27 16:21:04.762 INFO kablam! --> src/lib.rs:10:12 Oct 27 16:21:04.762 INFO kablam! | Oct 27 16:21:04.762 INFO kablam! 10 | #![feature(proc_macro_non_items, generators, nll)] Oct 27 16:21:04.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 16:21:04.762 INFO kablam! Oct 27 16:21:13.343 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 16:21:13.343 INFO kablam! --> src/protocol.rs:51:23 Oct 27 16:21:13.343 INFO kablam! | Oct 27 16:21:13.343 INFO kablam! 51 | spawn(async_block! { Oct 27 16:21:13.343 INFO kablam! | _______________________^ Oct 27 16:21:13.343 INFO kablam! 52 | | let _ = await!(http.request(req)); Oct 27 16:21:13.343 INFO kablam! 53 | | Ok(()) Oct 27 16:21:13.343 INFO kablam! 54 | | }); Oct 27 16:21:13.343 INFO kablam! | |_________________^ Oct 27 16:21:13.343 INFO kablam! | Oct 27 16:21:13.343 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 16:21:13.343 INFO kablam! Oct 27 16:21:13.538 INFO kablam! error: aborting due to 2 previous errors Oct 27 16:21:13.538 INFO kablam! Oct 27 16:21:13.538 INFO kablam! Some errors occurred: E0557, E0658. Oct 27 16:21:13.538 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 27 16:21:13.550 INFO kablam! error: Could not compile `rusty-driver`. Oct 27 16:21:13.550 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 16:21:13.951 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 16:21:13.952 INFO kablam! --> src/protocol.rs:51:23 Oct 27 16:21:13.952 INFO kablam! | Oct 27 16:21:13.953 INFO kablam! 51 | spawn(async_block! { Oct 27 16:21:13.954 INFO kablam! | _______________________^ Oct 27 16:21:13.954 INFO kablam! 52 | | let _ = await!(http.request(req)); Oct 27 16:21:13.955 INFO kablam! 53 | | Ok(()) Oct 27 16:21:13.955 INFO kablam! 54 | | }); Oct 27 16:21:13.956 INFO kablam! | |_________________^ Oct 27 16:21:13.956 INFO kablam! | Oct 27 16:21:13.956 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 16:21:13.956 INFO kablam! Oct 27 16:21:14.165 INFO kablam! error: aborting due to 2 previous errors Oct 27 16:21:14.165 INFO kablam! Oct 27 16:21:14.165 INFO kablam! Some errors occurred: E0557, E0658. Oct 27 16:21:14.165 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 27 16:21:14.186 INFO kablam! error: Could not compile `rusty-driver`. Oct 27 16:21:14.186 INFO kablam! Oct 27 16:21:14.186 INFO kablam! To learn more, run the command again with --verbose. Oct 27 16:21:14.188 INFO kablam! su: No module specific data is present Oct 27 16:21:14.873 INFO running `"docker" "rm" "-f" "cd04f64b7de2daf5d47a28a2e3542e30012f20c3bf326d42bdf3428b5da35635"` Oct 27 16:21:15.301 INFO blam! cd04f64b7de2daf5d47a28a2e3542e30012f20c3bf326d42bdf3428b5da35635