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