Sep 04 20:07:58.696 INFO checking futures-await-0.1.1 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 20:07:58.696 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 20:07:58.696 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 20:07:58.916 INFO blam! 95aface90968ea1f67092517fcb2e0b0b58a19c2a6f6e9f269403da299dd04d4 Sep 04 20:07:58.918 INFO running `"docker" "start" "-a" "95aface90968ea1f67092517fcb2e0b0b58a19c2a6f6e9f269403da299dd04d4"` Sep 04 20:07:59.700 INFO kablam! Checking futures-await v0.1.1 (file:///source) Sep 04 20:08:00.450 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 04 20:08:00.451 INFO kablam! --> src/lib.rs:16:12 Sep 04 20:08:00.451 INFO kablam! | Sep 04 20:08:00.451 INFO kablam! 16 | #![feature(use_extern_macros)] Sep 04 20:08:00.451 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 20:08:00.451 INFO kablam! | Sep 04 20:08:00.451 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 20:08:00.451 INFO kablam! Sep 04 20:08:00.587 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 04 20:08:00.587 INFO kablam! --> src/lib.rs:16:12 Sep 04 20:08:00.587 INFO kablam! | Sep 04 20:08:00.587 INFO kablam! 16 | #![feature(use_extern_macros)] Sep 04 20:08:00.588 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 20:08:00.588 INFO kablam! | Sep 04 20:08:00.588 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 20:08:00.588 INFO kablam! Sep 04 20:08:02.156 INFO kablam! error[E0659]: `await` is ambiguous Sep 04 20:08:02.156 INFO kablam! --> tests/smoke.rs:70:5 Sep 04 20:08:02.156 INFO kablam! | Sep 04 20:08:02.156 INFO kablam! 70 | await!(foo()) Sep 04 20:08:02.156 INFO kablam! | ^^^^^ Sep 04 20:08:02.156 INFO kablam! | Sep 04 20:08:02.156 INFO kablam! note: `await` could refer to the name imported here Sep 04 20:08:02.156 INFO kablam! --> tests/smoke.rs:13:5 Sep 04 20:08:02.156 INFO kablam! | Sep 04 20:08:02.156 INFO kablam! 13 | use futures::prelude::*; Sep 04 20:08:02.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 20:08:02.156 INFO kablam! = note: `await` is also a builtin macro Sep 04 20:08:02.156 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 04 20:08:02.156 INFO kablam! Sep 04 20:08:02.158 INFO kablam! error[E0659]: `await` is ambiguous Sep 04 20:08:02.158 INFO kablam! --> tests/smoke.rs:75:13 Sep 04 20:08:02.158 INFO kablam! | Sep 04 20:08:02.158 INFO kablam! 75 | let a = await!(foo())?; Sep 04 20:08:02.158 INFO kablam! | ^^^^^ Sep 04 20:08:02.158 INFO kablam! | Sep 04 20:08:02.158 INFO kablam! note: `await` could refer to the name imported here Sep 04 20:08:02.158 INFO kablam! --> tests/smoke.rs:13:5 Sep 04 20:08:02.158 INFO kablam! | Sep 04 20:08:02.158 INFO kablam! 13 | use futures::prelude::*; Sep 04 20:08:02.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 20:08:02.158 INFO kablam! = note: `await` is also a builtin macro Sep 04 20:08:02.158 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 04 20:08:02.158 INFO kablam! Sep 04 20:08:02.158 INFO kablam! error[E0659]: `await` is ambiguous Sep 04 20:08:02.158 INFO kablam! --> tests/smoke.rs:76:13 Sep 04 20:08:02.158 INFO kablam! | Sep 04 20:08:02.158 INFO kablam! 76 | let b = await!(foo())?; Sep 04 20:08:02.158 INFO kablam! | ^^^^^ Sep 04 20:08:02.158 INFO kablam! | Sep 04 20:08:02.158 INFO kablam! note: `await` could refer to the name imported here Sep 04 20:08:02.158 INFO kablam! --> tests/smoke.rs:13:5 Sep 04 20:08:02.158 INFO kablam! | Sep 04 20:08:02.158 INFO kablam! 13 | use futures::prelude::*; Sep 04 20:08:02.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 20:08:02.158 INFO kablam! = note: `await` is also a builtin macro Sep 04 20:08:02.158 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 04 20:08:02.159 INFO kablam! Sep 04 20:08:02.159 INFO kablam! error[E0659]: `await` is ambiguous Sep 04 20:08:02.159 INFO kablam! --> tests/smoke.rs:82:18 Sep 04 20:08:02.159 INFO kablam! | Sep 04 20:08:02.159 INFO kablam! 82 | let (a, b) = await!(foo().join(foo()))?; Sep 04 20:08:02.159 INFO kablam! | ^^^^^ Sep 04 20:08:02.159 INFO kablam! | Sep 04 20:08:02.159 INFO kablam! note: `await` could refer to the name imported here Sep 04 20:08:02.159 INFO kablam! --> tests/smoke.rs:13:5 Sep 04 20:08:02.159 INFO kablam! | Sep 04 20:08:02.159 INFO kablam! 13 | use futures::prelude::*; Sep 04 20:08:02.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 20:08:02.159 INFO kablam! = note: `await` is also a builtin macro Sep 04 20:08:02.159 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 04 20:08:02.159 INFO kablam! Sep 04 20:08:02.480 INFO kablam! error: aborting due to 4 previous errors Sep 04 20:08:02.480 INFO kablam! Sep 04 20:08:02.480 INFO kablam! For more information about this error, try `rustc --explain E0659`. Sep 04 20:08:02.489 INFO kablam! error: Could not compile `futures-await`. Sep 04 20:08:02.489 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 20:08:03.866 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Sep 04 20:08:03.866 INFO kablam! --> examples/echo.rs:29:18 Sep 04 20:08:03.866 INFO kablam! | Sep 04 20:08:03.866 INFO kablam! 29 | let server = async_block! { Sep 04 20:08:03.866 INFO kablam! | __________________^ Sep 04 20:08:03.866 INFO kablam! 30 | | #[async] Sep 04 20:08:03.866 INFO kablam! 31 | | for (client, _) in tcp.incoming() { Sep 04 20:08:03.866 INFO kablam! 32 | | handle.spawn(handle_client(client).then(|result| { Sep 04 20:08:03.866 INFO kablam! ... | Sep 04 20:08:03.866 INFO kablam! 41 | | Ok::<(), io::Error>(()) Sep 04 20:08:03.866 INFO kablam! 42 | | }; Sep 04 20:08:03.866 INFO kablam! | |_____^ Sep 04 20:08:03.866 INFO kablam! | Sep 04 20:08:03.866 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Sep 04 20:08:03.866 INFO kablam! Sep 04 20:08:03.958 INFO kablam! error: aborting due to previous error Sep 04 20:08:03.958 INFO kablam! Sep 04 20:08:03.958 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 20:08:03.967 INFO kablam! error: Could not compile `futures-await`. Sep 04 20:08:03.967 INFO kablam! Sep 04 20:08:03.967 INFO kablam! To learn more, run the command again with --verbose. Sep 04 20:08:03.969 INFO kablam! su: No module specific data is present Sep 04 20:08:04.471 INFO running `"docker" "rm" "-f" "95aface90968ea1f67092517fcb2e0b0b58a19c2a6f6e9f269403da299dd04d4"` Sep 04 20:08:04.575 INFO blam! 95aface90968ea1f67092517fcb2e0b0b58a19c2a6f6e9f269403da299dd04d4