Sep 04 00:17:51.074 INFO checking tokio-socks-unofficial-0.1.3 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 00:17:51.074 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 00:17:51.075 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 00:17:51.330 INFO blam! f363d9b3cbab32df3d31a0cac6e45bb949445c82b71e7764e6236afece2a08c6 Sep 04 00:17:51.332 INFO running `"docker" "start" "-a" "f363d9b3cbab32df3d31a0cac6e45bb949445c82b71e7764e6236afece2a08c6"` Sep 04 00:17:52.206 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 04 00:17:54.010 INFO kablam! Checking tokio-fs v0.1.3 Sep 04 00:17:54.976 INFO kablam! Checking tokio v0.1.8 Sep 04 00:17:56.717 INFO kablam! Checking tokio-core v0.1.17 Sep 04 00:18:00.142 INFO kablam! Checking tokio-socks-unofficial v0.1.3 (file:///source) Sep 04 00:18:01.492 INFO kablam! error[E0659]: `await` is ambiguous Sep 04 00:18:01.492 INFO kablam! --> src/lib.rs:165:5 Sep 04 00:18:01.492 INFO kablam! | Sep 04 00:18:01.492 INFO kablam! 165 | #[async] Sep 04 00:18:01.492 INFO kablam! | ^^^^^^^^ Sep 04 00:18:01.492 INFO kablam! | Sep 04 00:18:01.492 INFO kablam! note: `await` could refer to the name imported here Sep 04 00:18:01.492 INFO kablam! --> src/lib.rs:9:5 Sep 04 00:18:01.492 INFO kablam! | Sep 04 00:18:01.492 INFO kablam! 9 | use futures::prelude::*; Sep 04 00:18:01.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 00:18:01.492 INFO kablam! = note: `await` is also a builtin macro Sep 04 00:18:01.493 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 04 00:18:01.493 INFO kablam! Sep 04 00:18:01.493 INFO kablam! error[E0659]: `await` is ambiguous Sep 04 00:18:01.493 INFO kablam! | Sep 04 00:18:01.493 INFO kablam! note: `await` could refer to the name imported here Sep 04 00:18:01.493 INFO kablam! --> src/lib.rs:9:5 Sep 04 00:18:01.493 INFO kablam! | Sep 04 00:18:01.493 INFO kablam! 9 | use futures::prelude::*; Sep 04 00:18:01.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 00:18:01.493 INFO kablam! = note: `await` is also a builtin macro Sep 04 00:18:01.493 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 04 00:18:01.493 INFO kablam! Sep 04 00:18:01.599 INFO kablam! error[E0659]: `await` is ambiguous Sep 04 00:18:01.599 INFO kablam! --> src/lib.rs:165:5 Sep 04 00:18:01.599 INFO kablam! | Sep 04 00:18:01.599 INFO kablam! 165 | #[async] Sep 04 00:18:01.599 INFO kablam! | ^^^^^^^^ Sep 04 00:18:01.599 INFO kablam! | Sep 04 00:18:01.599 INFO kablam! note: `await` could refer to the name imported here Sep 04 00:18:01.599 INFO kablam! --> src/lib.rs:9:5 Sep 04 00:18:01.599 INFO kablam! | Sep 04 00:18:01.599 INFO kablam! 9 | use futures::prelude::*; Sep 04 00:18:01.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 00:18:01.599 INFO kablam! = note: `await` is also a builtin macro Sep 04 00:18:01.599 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 04 00:18:01.599 INFO kablam! Sep 04 00:18:01.599 INFO kablam! error[E0659]: `await` is ambiguous Sep 04 00:18:01.599 INFO kablam! | Sep 04 00:18:01.599 INFO kablam! note: `await` could refer to the name imported here Sep 04 00:18:01.600 INFO kablam! --> src/lib.rs:9:5 Sep 04 00:18:01.600 INFO kablam! | Sep 04 00:18:01.600 INFO kablam! 9 | use futures::prelude::*; Sep 04 00:18:01.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 00:18:01.600 INFO kablam! = note: `await` is also a builtin macro Sep 04 00:18:01.600 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 04 00:18:01.600 INFO kablam! Sep 04 00:18:01.899 INFO kablam! error: aborting due to 2 previous errors Sep 04 00:18:01.899 INFO kablam! Sep 04 00:18:01.900 INFO kablam! For more information about this error, try `rustc --explain E0659`. Sep 04 00:18:01.911 INFO kablam! error: Could not compile `tokio-socks-unofficial`. Sep 04 00:18:01.911 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 00:18:01.916 INFO kablam! error: aborting due to 2 previous errors Sep 04 00:18:01.916 INFO kablam! Sep 04 00:18:01.916 INFO kablam! For more information about this error, try `rustc --explain E0659`. Sep 04 00:18:01.931 INFO kablam! error: Could not compile `tokio-socks-unofficial`. Sep 04 00:18:01.931 INFO kablam! Sep 04 00:18:01.931 INFO kablam! To learn more, run the command again with --verbose. Sep 04 00:18:01.933 INFO kablam! su: No module specific data is present Sep 04 00:18:02.388 INFO running `"docker" "rm" "-f" "f363d9b3cbab32df3d31a0cac6e45bb949445c82b71e7764e6236afece2a08c6"` Sep 04 00:18:02.526 INFO blam! f363d9b3cbab32df3d31a0cac6e45bb949445c82b71e7764e6236afece2a08c6