Sep 06 06:49:57.596 INFO checking futures-await-0.1.1 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 06:49:57.596 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 06:49:57.596 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 06:49:57.782 INFO blam! 523d6eb0e1d22ddca44a2de597913e07328f695a56e748df93f281f53c08444a Sep 06 06:49:57.783 INFO running `"docker" "start" "-a" "523d6eb0e1d22ddca44a2de597913e07328f695a56e748df93f281f53c08444a"` Sep 06 06:49:58.495 INFO kablam! usermod: no changes Sep 06 06:49:58.701 INFO kablam! Compiling syn v0.14.9 Sep 06 06:50:10.451 INFO kablam! Compiling futures-await-async-macro v0.1.4 Sep 06 06:50:16.098 INFO kablam! Checking futures-await v0.1.1 (file:///source) Sep 06 06:50:16.344 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 06 06:50:16.344 INFO kablam! --> src/lib.rs:16:12 Sep 06 06:50:16.344 INFO kablam! | Sep 06 06:50:16.344 INFO kablam! 16 | #![feature(use_extern_macros)] Sep 06 06:50:16.344 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 06:50:16.344 INFO kablam! | Sep 06 06:50:16.344 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 06:50:16.344 INFO kablam! Sep 06 06:50:16.434 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 06 06:50:16.434 INFO kablam! --> src/lib.rs:16:12 Sep 06 06:50:16.434 INFO kablam! | Sep 06 06:50:16.434 INFO kablam! 16 | #![feature(use_extern_macros)] Sep 06 06:50:16.434 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 06:50:16.434 INFO kablam! | Sep 06 06:50:16.434 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 06:50:16.434 INFO kablam! Sep 06 06:50:17.070 INFO kablam! error[E0659]: `await` is ambiguous Sep 06 06:50:17.070 INFO kablam! --> tests/smoke.rs:70:5 Sep 06 06:50:17.070 INFO kablam! | Sep 06 06:50:17.070 INFO kablam! 70 | await!(foo()) Sep 06 06:50:17.070 INFO kablam! | ^^^^^ Sep 06 06:50:17.070 INFO kablam! | Sep 06 06:50:17.070 INFO kablam! note: `await` could refer to the name imported here Sep 06 06:50:17.070 INFO kablam! --> tests/smoke.rs:13:5 Sep 06 06:50:17.070 INFO kablam! | Sep 06 06:50:17.070 INFO kablam! 13 | use futures::prelude::*; Sep 06 06:50:17.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 06 06:50:17.070 INFO kablam! = note: `await` is also a builtin macro Sep 06 06:50:17.070 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 06 06:50:17.070 INFO kablam! Sep 06 06:50:17.070 INFO kablam! error[E0659]: `await` is ambiguous Sep 06 06:50:17.070 INFO kablam! --> tests/smoke.rs:75:13 Sep 06 06:50:17.070 INFO kablam! | Sep 06 06:50:17.070 INFO kablam! 75 | let a = await!(foo())?; Sep 06 06:50:17.070 INFO kablam! | ^^^^^ Sep 06 06:50:17.070 INFO kablam! | Sep 06 06:50:17.070 INFO kablam! note: `await` could refer to the name imported here Sep 06 06:50:17.070 INFO kablam! --> tests/smoke.rs:13:5 Sep 06 06:50:17.070 INFO kablam! | Sep 06 06:50:17.070 INFO kablam! 13 | use futures::prelude::*; Sep 06 06:50:17.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 06 06:50:17.070 INFO kablam! = note: `await` is also a builtin macro Sep 06 06:50:17.070 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 06 06:50:17.070 INFO kablam! Sep 06 06:50:17.070 INFO kablam! error[E0659]: `await` is ambiguous Sep 06 06:50:17.070 INFO kablam! --> tests/smoke.rs:76:13 Sep 06 06:50:17.070 INFO kablam! | Sep 06 06:50:17.070 INFO kablam! 76 | let b = await!(foo())?; Sep 06 06:50:17.071 INFO kablam! | ^^^^^ Sep 06 06:50:17.071 INFO kablam! | Sep 06 06:50:17.071 INFO kablam! note: `await` could refer to the name imported here Sep 06 06:50:17.071 INFO kablam! --> tests/smoke.rs:13:5 Sep 06 06:50:17.071 INFO kablam! | Sep 06 06:50:17.071 INFO kablam! 13 | use futures::prelude::*; Sep 06 06:50:17.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 06 06:50:17.071 INFO kablam! = note: `await` is also a builtin macro Sep 06 06:50:17.071 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 06 06:50:17.071 INFO kablam! Sep 06 06:50:17.071 INFO kablam! error[E0659]: `await` is ambiguous Sep 06 06:50:17.071 INFO kablam! --> tests/smoke.rs:82:18 Sep 06 06:50:17.071 INFO kablam! | Sep 06 06:50:17.071 INFO kablam! 82 | let (a, b) = await!(foo().join(foo()))?; Sep 06 06:50:17.071 INFO kablam! | ^^^^^ Sep 06 06:50:17.071 INFO kablam! | Sep 06 06:50:17.071 INFO kablam! note: `await` could refer to the name imported here Sep 06 06:50:17.071 INFO kablam! --> tests/smoke.rs:13:5 Sep 06 06:50:17.071 INFO kablam! | Sep 06 06:50:17.071 INFO kablam! 13 | use futures::prelude::*; Sep 06 06:50:17.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 06 06:50:17.071 INFO kablam! = note: `await` is also a builtin macro Sep 06 06:50:17.071 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 06 06:50:17.071 INFO kablam! Sep 06 06:50:17.262 INFO kablam! error: aborting due to 4 previous errors Sep 06 06:50:17.262 INFO kablam! Sep 06 06:50:17.262 INFO kablam! For more information about this error, try `rustc --explain E0659`. Sep 06 06:50:17.264 INFO kablam! error: Could not compile `futures-await`. Sep 06 06:50:17.264 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 06:50:17.905 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Sep 06 06:50:17.905 INFO kablam! --> examples/echo.rs:29:18 Sep 06 06:50:17.905 INFO kablam! | Sep 06 06:50:17.905 INFO kablam! 29 | let server = async_block! { Sep 06 06:50:17.905 INFO kablam! | __________________^ Sep 06 06:50:17.905 INFO kablam! 30 | | #[async] Sep 06 06:50:17.905 INFO kablam! 31 | | for (client, _) in tcp.incoming() { Sep 06 06:50:17.905 INFO kablam! 32 | | handle.spawn(handle_client(client).then(|result| { Sep 06 06:50:17.905 INFO kablam! ... | Sep 06 06:50:17.905 INFO kablam! 41 | | Ok::<(), io::Error>(()) Sep 06 06:50:17.905 INFO kablam! 42 | | }; Sep 06 06:50:17.905 INFO kablam! | |_____^ Sep 06 06:50:17.905 INFO kablam! | Sep 06 06:50:17.905 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Sep 06 06:50:17.905 INFO kablam! Sep 06 06:50:17.954 INFO kablam! error: aborting due to previous error Sep 06 06:50:17.954 INFO kablam! Sep 06 06:50:17.954 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 06 06:50:17.961 INFO kablam! error: Could not compile `futures-await`. Sep 06 06:50:17.961 INFO kablam! Sep 06 06:50:17.961 INFO kablam! To learn more, run the command again with --verbose. Sep 06 06:50:17.961 INFO kablam! su: No module specific data is present Sep 06 06:50:19.194 INFO running `"docker" "rm" "-f" "523d6eb0e1d22ddca44a2de597913e07328f695a56e748df93f281f53c08444a"` Sep 06 06:50:19.292 INFO blam! 523d6eb0e1d22ddca44a2de597913e07328f695a56e748df93f281f53c08444a