Oct 26 18:21:35.930 INFO checking vorner/corona against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 18:21:35.930 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 26 18:21:36.392 INFO blam! 2a7af99ef31aa033317eeb1d9cdfc4b97eb27e9a52b38fe0ff4e8af3d0010123 Oct 26 18:21:36.394 INFO running `"docker" "start" "-a" "2a7af99ef31aa033317eeb1d9cdfc4b97eb27e9a52b38fe0ff4e8af3d0010123"` Oct 26 18:21:38.115 INFO kablam! usermod: no changes Oct 26 18:21:38.439 INFO kablam! Compiling proc-macro2 v0.4.19 Oct 26 18:21:38.439 INFO kablam! Compiling cc v1.0.24 Oct 26 18:21:38.439 INFO kablam! Compiling serde v1.0.78 Oct 26 18:21:38.439 INFO kablam! Checking unicode-xid v0.0.4 Oct 26 18:21:38.439 INFO kablam! Compiling pulldown-cmark v0.1.2 Oct 26 18:21:38.439 INFO kablam! Checking quote v0.3.15 Oct 26 18:21:38.468 INFO kablam! Checking futures-await-await-macro v0.1.1 Oct 26 18:21:38.469 INFO kablam! Checking semver-parser v0.7.0 Oct 26 18:21:39.001 INFO kablam! Checking benchmarks v0.1.0 (/source/benchmarks) Oct 26 18:21:39.915 INFO kablam! Checking nix v0.9.0 Oct 26 18:21:40.020 INFO kablam! Checking synom v0.11.3 Oct 26 18:21:42.111 INFO kablam! Compiling may_queue v0.1.2 Oct 26 18:21:42.111 INFO kablam! Compiling may v0.2.0 Oct 26 18:21:42.139 INFO kablam! Checking syn v0.11.11 Oct 26 18:21:42.843 INFO kablam! Checking parking_lot_core v0.3.1 Oct 26 18:21:48.091 INFO kablam! Checking parking_lot v0.6.4 Oct 26 18:21:52.895 INFO kablam! Checking tokio-reactor v0.1.5 Oct 26 18:21:56.680 INFO kablam! Compiling generator v0.6.10 Oct 26 18:21:56.754 INFO kablam! Compiling context v2.1.0 Oct 26 18:21:57.401 INFO kablam! Compiling quote v0.6.8 Oct 26 18:21:57.911 INFO kablam! Checking tokio-udp v0.1.2 Oct 26 18:21:57.911 INFO kablam! Checking tokio-tcp v0.1.1 Oct 26 18:21:59.415 INFO kablam! Checking tokio-uds v0.2.1 Oct 26 18:22:02.187 INFO kablam! Checking tokio v0.1.8 Oct 26 18:22:03.071 INFO kablam! Compiling syn v0.14.9 Oct 26 18:22:04.689 INFO kablam! Checking corona v0.4.0 (/source) Oct 26 18:22:14.788 INFO kablam! Checking toml v0.4.6 Oct 26 18:22:22.392 INFO kablam! Checking version-sync v0.5.0 Oct 26 18:22:27.423 INFO kablam! Compiling futures-await-async-macro v0.1.4 Oct 26 18:22:34.739 INFO kablam! Checking futures-await v0.1.1 Oct 26 18:22:35.143 INFO kablam! error[E0557]: feature has been removed Oct 26 18:22:35.143 INFO kablam! --> benchmarks/benches/compare_methods.rs:1:24 Oct 26 18:22:35.143 INFO kablam! | Oct 26 18:22:35.143 INFO kablam! 1 | #![feature(generators, proc_macro_non_items, test)] Oct 26 18:22:35.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 18:22:35.143 INFO kablam! | Oct 26 18:22:35.143 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 26 18:22:35.143 INFO kablam! --> benchmarks/benches/compare_methods.rs:1:24 Oct 26 18:22:35.143 INFO kablam! | Oct 26 18:22:35.143 INFO kablam! 1 | #![feature(generators, proc_macro_non_items, test)] Oct 26 18:22:35.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 18:22:35.143 INFO kablam! Oct 26 18:22:35.671 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 26 18:22:35.671 INFO kablam! --> benchmarks/benches/compare_methods.rs:343:16 Oct 26 18:22:35.671 INFO kablam! | Oct 26 18:22:35.671 INFO kablam! 343 | let main = async_block! { Oct 26 18:22:35.671 INFO kablam! | ________________^ Oct 26 18:22:35.671 INFO kablam! 344 | | #[async] Oct 26 18:22:35.671 INFO kablam! 345 | | for mut connection in incoming { Oct 26 18:22:35.671 INFO kablam! 346 | | let client = async_block! { Oct 26 18:22:35.671 INFO kablam! ... | Oct 26 18:22:35.671 INFO kablam! 360 | | Ok::<(), std::io::Error>(()) Oct 26 18:22:35.671 INFO kablam! 361 | | } Oct 26 18:22:35.671 INFO kablam! | |_____^ Oct 26 18:22:35.671 INFO kablam! | Oct 26 18:22:35.671 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 26 18:22:35.671 INFO kablam! Oct 26 18:22:35.691 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 26 18:22:35.691 INFO kablam! --> benchmarks/benches/compare_methods.rs:346:26 Oct 26 18:22:35.691 INFO kablam! | Oct 26 18:22:35.691 INFO kablam! 346 | let client = async_block! { Oct 26 18:22:35.691 INFO kablam! | __________________________^ Oct 26 18:22:35.691 INFO kablam! 347 | | let mut buf = vec![0u8; BUF_SIZE]; Oct 26 18:22:35.691 INFO kablam! 348 | | for _ in 0..*EXCHANGES { Oct 26 18:22:35.691 INFO kablam! 349 | | let (c, b) = await!(io::read_exact(connection, buf))?; Oct 26 18:22:35.691 INFO kablam! ... | Oct 26 18:22:35.691 INFO kablam! 354 | | Ok(()) Oct 26 18:22:35.691 INFO kablam! 355 | | } Oct 26 18:22:35.691 INFO kablam! | |_________________^ Oct 26 18:22:35.691 INFO kablam! | Oct 26 18:22:35.691 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 26 18:22:35.691 INFO kablam! Oct 26 18:22:35.699 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 26 18:22:35.699 INFO kablam! --> benchmarks/benches/compare_methods.rs:399:16 Oct 26 18:22:35.699 INFO kablam! | Oct 26 18:22:35.699 INFO kablam! 399 | let main = async_block! { Oct 26 18:22:35.699 INFO kablam! | ________________^ Oct 26 18:22:35.699 INFO kablam! 400 | | #[async] Oct 26 18:22:35.699 INFO kablam! 401 | | for mut connection in incoming { Oct 26 18:22:35.699 INFO kablam! 402 | | let client = async_block! { Oct 26 18:22:35.699 INFO kablam! ... | Oct 26 18:22:35.699 INFO kablam! 419 | | Ok::<_, std::io::Error>(()) Oct 26 18:22:35.699 INFO kablam! 420 | | }; Oct 26 18:22:35.699 INFO kablam! | |_____^ Oct 26 18:22:35.699 INFO kablam! | Oct 26 18:22:35.699 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 26 18:22:35.699 INFO kablam! Oct 26 18:22:35.719 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 26 18:22:35.719 INFO kablam! --> benchmarks/benches/compare_methods.rs:402:26 Oct 26 18:22:35.719 INFO kablam! | Oct 26 18:22:35.719 INFO kablam! 402 | let client = async_block! { Oct 26 18:22:35.719 INFO kablam! | __________________________^ Oct 26 18:22:35.719 INFO kablam! 403 | | let mut buf = vec![0u8; BUF_SIZE]; Oct 26 18:22:35.719 INFO kablam! 404 | | for _ in 0..*EXCHANGES { Oct 26 18:22:35.719 INFO kablam! 405 | | let (c, b) = await!(io::read_exact(connection, buf))?; Oct 26 18:22:35.719 INFO kablam! ... | Oct 26 18:22:35.719 INFO kablam! 410 | | Ok(()) Oct 26 18:22:35.719 INFO kablam! 411 | | } Oct 26 18:22:35.719 INFO kablam! | |_________________^ Oct 26 18:22:35.719 INFO kablam! | Oct 26 18:22:35.719 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 26 18:22:35.719 INFO kablam! Oct 26 18:22:35.727 INFO kablam! error: aborting due to 5 previous errors Oct 26 18:22:35.727 INFO kablam! Oct 26 18:22:35.727 INFO kablam! Some errors occurred: E0557, E0658. Oct 26 18:22:35.727 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 26 18:22:35.739 INFO kablam! error: Could not compile `benchmarks`. Oct 26 18:22:35.739 INFO kablam! Oct 26 18:22:35.739 INFO kablam! To learn more, run the command again with --verbose. Oct 26 18:22:35.740 INFO kablam! su: No module specific data is present Oct 26 18:22:36.751 INFO running `"docker" "rm" "-f" "2a7af99ef31aa033317eeb1d9cdfc4b97eb27e9a52b38fe0ff4e8af3d0010123"` Oct 26 18:22:37.107 INFO blam! 2a7af99ef31aa033317eeb1d9cdfc4b97eb27e9a52b38fe0ff4e8af3d0010123