Sep 20 03:18:13.654 INFO checking futures-await-0.1.1 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 03:18:13.654 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 03:18:13.654 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:18:13.795 INFO blam! 68f32f9b2d87fc1162bb3f729311ab1c375157d33b4f0d1a736a51ad577b2292 Sep 20 03:18:13.797 INFO running `"docker" "start" "-a" "68f32f9b2d87fc1162bb3f729311ab1c375157d33b4f0d1a736a51ad577b2292"` Sep 20 03:18:14.546 INFO kablam! usermod: no changes Sep 20 03:18:14.662 INFO kablam! Checking futures-await v0.1.1 (/source) Sep 20 03:18:14.951 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 20 03:18:14.951 INFO kablam! --> src/lib.rs:16:12 Sep 20 03:18:14.951 INFO kablam! | Sep 20 03:18:14.951 INFO kablam! 16 | #![feature(use_extern_macros)] Sep 20 03:18:14.951 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 03:18:14.951 INFO kablam! | Sep 20 03:18:14.951 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 03:18:14.951 INFO kablam! Sep 20 03:18:14.998 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 20 03:18:14.998 INFO kablam! --> src/lib.rs:16:12 Sep 20 03:18:14.998 INFO kablam! | Sep 20 03:18:14.998 INFO kablam! 16 | #![feature(use_extern_macros)] Sep 20 03:18:14.998 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 03:18:14.998 INFO kablam! | Sep 20 03:18:14.998 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 03:18:14.998 INFO kablam! Sep 20 03:18:15.654 INFO kablam! error[E0659]: `await` is ambiguous Sep 20 03:18:15.655 INFO kablam! --> tests/smoke.rs:70:5 Sep 20 03:18:15.655 INFO kablam! | Sep 20 03:18:15.655 INFO kablam! 70 | await!(foo()) Sep 20 03:18:15.655 INFO kablam! | ^^^^^ ambiguous name Sep 20 03:18:15.655 INFO kablam! | Sep 20 03:18:15.655 INFO kablam! note: `await` could refer to the name imported here Sep 20 03:18:15.655 INFO kablam! --> tests/smoke.rs:13:5 Sep 20 03:18:15.655 INFO kablam! | Sep 20 03:18:15.655 INFO kablam! 13 | use futures::prelude::*; Sep 20 03:18:15.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 03:18:15.655 INFO kablam! = note: `await` is also a builtin macro Sep 20 03:18:15.655 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 20 03:18:15.666 INFO kablam! Sep 20 03:18:15.666 INFO kablam! error[E0659]: `await` is ambiguous Sep 20 03:18:15.666 INFO kablam! --> tests/smoke.rs:75:13 Sep 20 03:18:15.666 INFO kablam! | Sep 20 03:18:15.666 INFO kablam! 75 | let a = await!(foo())?; Sep 20 03:18:15.666 INFO kablam! | ^^^^^ ambiguous name Sep 20 03:18:15.666 INFO kablam! | Sep 20 03:18:15.666 INFO kablam! note: `await` could refer to the name imported here Sep 20 03:18:15.666 INFO kablam! --> tests/smoke.rs:13:5 Sep 20 03:18:15.666 INFO kablam! | Sep 20 03:18:15.666 INFO kablam! 13 | use futures::prelude::*; Sep 20 03:18:15.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 03:18:15.666 INFO kablam! = note: `await` is also a builtin macro Sep 20 03:18:15.666 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 20 03:18:15.666 INFO kablam! Sep 20 03:18:15.666 INFO kablam! error[E0659]: `await` is ambiguous Sep 20 03:18:15.666 INFO kablam! --> tests/smoke.rs:76:13 Sep 20 03:18:15.666 INFO kablam! | Sep 20 03:18:15.666 INFO kablam! 76 | let b = await!(foo())?; Sep 20 03:18:15.666 INFO kablam! | ^^^^^ ambiguous name Sep 20 03:18:15.666 INFO kablam! | Sep 20 03:18:15.666 INFO kablam! note: `await` could refer to the name imported here Sep 20 03:18:15.666 INFO kablam! --> tests/smoke.rs:13:5 Sep 20 03:18:15.666 INFO kablam! | Sep 20 03:18:15.666 INFO kablam! 13 | use futures::prelude::*; Sep 20 03:18:15.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 03:18:15.666 INFO kablam! = note: `await` is also a builtin macro Sep 20 03:18:15.666 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 20 03:18:15.666 INFO kablam! Sep 20 03:18:15.666 INFO kablam! error[E0659]: `await` is ambiguous Sep 20 03:18:15.666 INFO kablam! --> tests/smoke.rs:82:18 Sep 20 03:18:15.667 INFO kablam! | Sep 20 03:18:15.667 INFO kablam! 82 | let (a, b) = await!(foo().join(foo()))?; Sep 20 03:18:15.667 INFO kablam! | ^^^^^ ambiguous name Sep 20 03:18:15.667 INFO kablam! | Sep 20 03:18:15.667 INFO kablam! note: `await` could refer to the name imported here Sep 20 03:18:15.667 INFO kablam! --> tests/smoke.rs:13:5 Sep 20 03:18:15.667 INFO kablam! | Sep 20 03:18:15.667 INFO kablam! 13 | use futures::prelude::*; Sep 20 03:18:15.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 03:18:15.667 INFO kablam! = note: `await` is also a builtin macro Sep 20 03:18:15.667 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 20 03:18:15.667 INFO kablam! Sep 20 03:18:15.830 INFO kablam! error: aborting due to 4 previous errors Sep 20 03:18:15.830 INFO kablam! Sep 20 03:18:15.830 INFO kablam! For more information about this error, try `rustc --explain E0659`. Sep 20 03:18:15.834 INFO kablam! error: Could not compile `futures-await`. Sep 20 03:18:15.834 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:18:16.192 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Sep 20 03:18:16.192 INFO kablam! --> examples/echo.rs:29:18 Sep 20 03:18:16.192 INFO kablam! | Sep 20 03:18:16.192 INFO kablam! 29 | let server = async_block! { Sep 20 03:18:16.192 INFO kablam! | __________________^ Sep 20 03:18:16.192 INFO kablam! 30 | | #[async] Sep 20 03:18:16.192 INFO kablam! 31 | | for (client, _) in tcp.incoming() { Sep 20 03:18:16.192 INFO kablam! 32 | | handle.spawn(handle_client(client).then(|result| { Sep 20 03:18:16.192 INFO kablam! ... | Sep 20 03:18:16.192 INFO kablam! 41 | | Ok::<(), io::Error>(()) Sep 20 03:18:16.192 INFO kablam! 42 | | }; Sep 20 03:18:16.192 INFO kablam! | |_____^ Sep 20 03:18:16.192 INFO kablam! | Sep 20 03:18:16.192 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Sep 20 03:18:16.192 INFO kablam! Sep 20 03:18:16.235 INFO kablam! error: aborting due to previous error Sep 20 03:18:16.235 INFO kablam! Sep 20 03:18:16.235 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 20 03:18:16.246 INFO kablam! error: Could not compile `futures-await`. Sep 20 03:18:16.246 INFO kablam! Sep 20 03:18:16.246 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:18:16.249 INFO kablam! su: No module specific data is present Sep 20 03:18:16.819 INFO running `"docker" "rm" "-f" "68f32f9b2d87fc1162bb3f729311ab1c375157d33b4f0d1a736a51ad577b2292"` Sep 20 03:18:16.932 INFO blam! 68f32f9b2d87fc1162bb3f729311ab1c375157d33b4f0d1a736a51ad577b2292