Sep 19 23:15:27.008 INFO checking organelle-0.7.4 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 23:15:27.008 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 23:15:27.008 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:15:27.279 INFO blam! e4d0212794e63925922ea9bb89fb9bdff94d1a11245df7cb5b5b186626a3ac58 Sep 19 23:15:27.281 INFO running `"docker" "start" "-a" "e4d0212794e63925922ea9bb89fb9bdff94d1a11245df7cb5b5b186626a3ac58"` Sep 19 23:15:28.506 INFO kablam! usermod: no changes Sep 19 23:15:28.794 INFO kablam! Checking tokio v0.0.0 Sep 19 23:15:28.798 INFO kablam! Checking uuid v0.6.5 Sep 19 23:15:28.798 INFO kablam! Compiling syn v0.14.9 Sep 19 23:15:44.019 INFO kablam! Compiling futures-await-async-macro v0.1.4 Sep 19 23:15:48.322 INFO kablam! Checking futures-await v0.1.1 Sep 19 23:15:48.610 INFO kablam! Checking organelle v0.7.4 (/source) Sep 19 23:15:50.466 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.466 INFO kablam! --> src/axon.rs:191:28 Sep 19 23:15:50.466 INFO kablam! | Sep 19 23:15:50.466 INFO kablam! 191 | let (axon, data) = await!(self.probe(settings))?; Sep 19 23:15:50.466 INFO kablam! | ^^^^^ ambiguous name Sep 19 23:15:50.466 INFO kablam! | Sep 19 23:15:50.466 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.466 INFO kablam! --> src/axon.rs:4:5 Sep 19 23:15:50.466 INFO kablam! | Sep 19 23:15:50.466 INFO kablam! 4 | use futures::prelude::*; Sep 19 23:15:50.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.466 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.466 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.466 INFO kablam! Sep 19 23:15:50.466 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.466 INFO kablam! --> src/axon.rs:267:5 Sep 19 23:15:50.466 INFO kablam! | Sep 19 23:15:50.466 INFO kablam! 267 | #[async(boxed)] Sep 19 23:15:50.466 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 19 23:15:50.466 INFO kablam! | Sep 19 23:15:50.466 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.466 INFO kablam! --> src/axon.rs:4:5 Sep 19 23:15:50.466 INFO kablam! | Sep 19 23:15:50.466 INFO kablam! 4 | use futures::prelude::*; Sep 19 23:15:50.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.466 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.466 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.466 INFO kablam! Sep 19 23:15:50.466 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.466 INFO kablam! | Sep 19 23:15:50.466 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.466 INFO kablam! --> src/axon.rs:4:5 Sep 19 23:15:50.466 INFO kablam! | Sep 19 23:15:50.466 INFO kablam! 4 | use futures::prelude::*; Sep 19 23:15:50.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.466 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.466 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.466 INFO kablam! Sep 19 23:15:50.466 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.466 INFO kablam! --> src/organelle.rs:117:20 Sep 19 23:15:50.466 INFO kablam! | Sep 19 23:15:50.466 INFO kablam! 117 | soma = await!(soma.update(imp)).map_err(|e| e.into())?; Sep 19 23:15:50.466 INFO kablam! | ^^^^^ ambiguous name Sep 19 23:15:50.466 INFO kablam! | Sep 19 23:15:50.466 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.466 INFO kablam! --> src/organelle.rs:7:5 Sep 19 23:15:50.466 INFO kablam! | Sep 19 23:15:50.466 INFO kablam! 7 | use futures::prelude::*; Sep 19 23:15:50.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.466 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.466 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.466 INFO kablam! Sep 19 23:15:50.466 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.466 INFO kablam! --> src/organelle.rs:235:33 Sep 19 23:15:50.466 INFO kablam! | Sep 19 23:15:50.466 INFO kablam! 235 | let (organelle, data) = await!(self.probe(settings))?; Sep 19 23:15:50.466 INFO kablam! | ^^^^^ ambiguous name Sep 19 23:15:50.466 INFO kablam! | Sep 19 23:15:50.466 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.466 INFO kablam! --> src/organelle.rs:7:5 Sep 19 23:15:50.466 INFO kablam! | Sep 19 23:15:50.466 INFO kablam! 7 | use futures::prelude::*; Sep 19 23:15:50.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.467 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.467 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.467 INFO kablam! Sep 19 23:15:50.467 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.467 INFO kablam! --> src/organelle.rs:251:23 Sep 19 23:15:50.467 INFO kablam! | Sep 19 23:15:50.467 INFO kablam! 251 | let results = await!( Sep 19 23:15:50.467 INFO kablam! | ^^^^^ ambiguous name Sep 19 23:15:50.467 INFO kablam! | Sep 19 23:15:50.467 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.467 INFO kablam! --> src/organelle.rs:7:5 Sep 19 23:15:50.467 INFO kablam! | Sep 19 23:15:50.467 INFO kablam! 7 | use futures::prelude::*; Sep 19 23:15:50.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.467 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.467 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.467 INFO kablam! Sep 19 23:15:50.467 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.467 INFO kablam! --> src/organelle.rs:297:5 Sep 19 23:15:50.467 INFO kablam! | Sep 19 23:15:50.467 INFO kablam! 297 | #[async(boxed)] Sep 19 23:15:50.467 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 19 23:15:50.467 INFO kablam! | Sep 19 23:15:50.467 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.467 INFO kablam! --> src/organelle.rs:7:5 Sep 19 23:15:50.467 INFO kablam! | Sep 19 23:15:50.467 INFO kablam! 7 | use futures::prelude::*; Sep 19 23:15:50.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.467 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.467 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.467 INFO kablam! Sep 19 23:15:50.467 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.467 INFO kablam! --> src/organelle.rs:337:5 Sep 19 23:15:50.467 INFO kablam! | Sep 19 23:15:50.467 INFO kablam! 337 | #[async(boxed)] Sep 19 23:15:50.467 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 19 23:15:50.467 INFO kablam! | Sep 19 23:15:50.467 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.467 INFO kablam! --> src/organelle.rs:7:5 Sep 19 23:15:50.467 INFO kablam! | Sep 19 23:15:50.467 INFO kablam! 7 | use futures::prelude::*; Sep 19 23:15:50.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.467 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.467 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.467 INFO kablam! Sep 19 23:15:50.467 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.467 INFO kablam! --> src/soma.rs:135:5 Sep 19 23:15:50.467 INFO kablam! | Sep 19 23:15:50.467 INFO kablam! 135 | #[async(boxed)] Sep 19 23:15:50.467 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 19 23:15:50.467 INFO kablam! | Sep 19 23:15:50.467 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.467 INFO kablam! --> src/soma.rs:6:5 Sep 19 23:15:50.467 INFO kablam! | Sep 19 23:15:50.467 INFO kablam! 6 | use futures::prelude::*; Sep 19 23:15:50.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.467 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.467 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.467 INFO kablam! Sep 19 23:15:50.467 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.467 INFO kablam! --> src/probe.rs:128:9 Sep 19 23:15:50.467 INFO kablam! | Sep 19 23:15:50.467 INFO kablam! 128 | await!( Sep 19 23:15:50.467 INFO kablam! | ^^^^^ ambiguous name Sep 19 23:15:50.467 INFO kablam! | Sep 19 23:15:50.467 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.467 INFO kablam! --> src/probe.rs:1:5 Sep 19 23:15:50.468 INFO kablam! | Sep 19 23:15:50.468 INFO kablam! 1 | use futures::prelude::*; Sep 19 23:15:50.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.468 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.468 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.468 INFO kablam! Sep 19 23:15:50.468 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.468 INFO kablam! --> src/probe.rs:135:9 Sep 19 23:15:50.468 INFO kablam! | Sep 19 23:15:50.468 INFO kablam! 135 | await!(rx.map_err(|_| Error::from("unable to receive probe response"))) Sep 19 23:15:50.468 INFO kablam! | ^^^^^ ambiguous name Sep 19 23:15:50.471 INFO kablam! | Sep 19 23:15:50.471 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.471 INFO kablam! --> src/probe.rs:1:5 Sep 19 23:15:50.471 INFO kablam! | Sep 19 23:15:50.471 INFO kablam! 1 | use futures::prelude::*; Sep 19 23:15:50.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.471 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.471 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.471 INFO kablam! Sep 19 23:15:50.471 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.471 INFO kablam! --> src/probe.rs:222:21 Sep 19 23:15:50.471 INFO kablam! | Sep 19 23:15:50.471 INFO kablam! 222 | await!( Sep 19 23:15:50.471 INFO kablam! | ^^^^^ ambiguous name Sep 19 23:15:50.471 INFO kablam! | Sep 19 23:15:50.471 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.471 INFO kablam! --> src/probe.rs:1:5 Sep 19 23:15:50.471 INFO kablam! | Sep 19 23:15:50.471 INFO kablam! 1 | use futures::prelude::*; Sep 19 23:15:50.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.471 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.472 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.472 INFO kablam! Sep 19 23:15:50.482 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.482 INFO kablam! --> src/axon.rs:191:28 Sep 19 23:15:50.482 INFO kablam! | Sep 19 23:15:50.482 INFO kablam! 191 | let (axon, data) = await!(self.probe(settings))?; Sep 19 23:15:50.482 INFO kablam! | ^^^^^ ambiguous name Sep 19 23:15:50.482 INFO kablam! | Sep 19 23:15:50.482 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.482 INFO kablam! --> src/axon.rs:4:5 Sep 19 23:15:50.482 INFO kablam! | Sep 19 23:15:50.482 INFO kablam! 4 | use futures::prelude::*; Sep 19 23:15:50.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.482 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.482 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.482 INFO kablam! Sep 19 23:15:50.482 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.482 INFO kablam! --> src/axon.rs:267:5 Sep 19 23:15:50.482 INFO kablam! | Sep 19 23:15:50.482 INFO kablam! 267 | #[async(boxed)] Sep 19 23:15:50.483 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 19 23:15:50.483 INFO kablam! | Sep 19 23:15:50.483 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.483 INFO kablam! --> src/axon.rs:4:5 Sep 19 23:15:50.483 INFO kablam! | Sep 19 23:15:50.483 INFO kablam! 4 | use futures::prelude::*; Sep 19 23:15:50.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.483 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.483 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.483 INFO kablam! Sep 19 23:15:50.483 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.483 INFO kablam! | Sep 19 23:15:50.483 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.483 INFO kablam! --> src/axon.rs:4:5 Sep 19 23:15:50.483 INFO kablam! | Sep 19 23:15:50.483 INFO kablam! 4 | use futures::prelude::*; Sep 19 23:15:50.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.483 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.483 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.483 INFO kablam! Sep 19 23:15:50.483 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.483 INFO kablam! --> src/organelle.rs:117:20 Sep 19 23:15:50.483 INFO kablam! | Sep 19 23:15:50.483 INFO kablam! 117 | soma = await!(soma.update(imp)).map_err(|e| e.into())?; Sep 19 23:15:50.483 INFO kablam! | ^^^^^ ambiguous name Sep 19 23:15:50.483 INFO kablam! | Sep 19 23:15:50.483 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.483 INFO kablam! --> src/organelle.rs:7:5 Sep 19 23:15:50.483 INFO kablam! | Sep 19 23:15:50.483 INFO kablam! 7 | use futures::prelude::*; Sep 19 23:15:50.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.483 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.483 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.483 INFO kablam! Sep 19 23:15:50.483 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.483 INFO kablam! --> src/organelle.rs:235:33 Sep 19 23:15:50.483 INFO kablam! | Sep 19 23:15:50.483 INFO kablam! 235 | let (organelle, data) = await!(self.probe(settings))?; Sep 19 23:15:50.483 INFO kablam! | ^^^^^ ambiguous name Sep 19 23:15:50.483 INFO kablam! | Sep 19 23:15:50.483 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.483 INFO kablam! --> src/organelle.rs:7:5 Sep 19 23:15:50.483 INFO kablam! | Sep 19 23:15:50.483 INFO kablam! 7 | use futures::prelude::*; Sep 19 23:15:50.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.483 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.483 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.491 INFO kablam! Sep 19 23:15:50.491 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.491 INFO kablam! --> src/organelle.rs:251:23 Sep 19 23:15:50.491 INFO kablam! | Sep 19 23:15:50.491 INFO kablam! 251 | let results = await!( Sep 19 23:15:50.491 INFO kablam! | ^^^^^ ambiguous name Sep 19 23:15:50.491 INFO kablam! | Sep 19 23:15:50.491 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.491 INFO kablam! --> src/organelle.rs:7:5 Sep 19 23:15:50.491 INFO kablam! | Sep 19 23:15:50.491 INFO kablam! 7 | use futures::prelude::*; Sep 19 23:15:50.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.491 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.491 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.491 INFO kablam! Sep 19 23:15:50.491 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.491 INFO kablam! --> src/organelle.rs:297:5 Sep 19 23:15:50.491 INFO kablam! | Sep 19 23:15:50.491 INFO kablam! 297 | #[async(boxed)] Sep 19 23:15:50.491 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 19 23:15:50.491 INFO kablam! | Sep 19 23:15:50.491 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.491 INFO kablam! --> src/organelle.rs:7:5 Sep 19 23:15:50.491 INFO kablam! | Sep 19 23:15:50.491 INFO kablam! 7 | use futures::prelude::*; Sep 19 23:15:50.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.491 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.491 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.491 INFO kablam! Sep 19 23:15:50.491 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.491 INFO kablam! --> src/organelle.rs:337:5 Sep 19 23:15:50.491 INFO kablam! | Sep 19 23:15:50.491 INFO kablam! 337 | #[async(boxed)] Sep 19 23:15:50.491 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 19 23:15:50.491 INFO kablam! | Sep 19 23:15:50.491 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.491 INFO kablam! --> src/organelle.rs:7:5 Sep 19 23:15:50.491 INFO kablam! | Sep 19 23:15:50.491 INFO kablam! 7 | use futures::prelude::*; Sep 19 23:15:50.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.491 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.491 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.491 INFO kablam! Sep 19 23:15:50.491 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.491 INFO kablam! --> src/soma.rs:135:5 Sep 19 23:15:50.491 INFO kablam! | Sep 19 23:15:50.491 INFO kablam! 135 | #[async(boxed)] Sep 19 23:15:50.491 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 19 23:15:50.491 INFO kablam! | Sep 19 23:15:50.491 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.491 INFO kablam! --> src/soma.rs:6:5 Sep 19 23:15:50.491 INFO kablam! | Sep 19 23:15:50.491 INFO kablam! 6 | use futures::prelude::*; Sep 19 23:15:50.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.491 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.491 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.491 INFO kablam! Sep 19 23:15:50.491 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.491 INFO kablam! --> src/probe.rs:128:9 Sep 19 23:15:50.491 INFO kablam! | Sep 19 23:15:50.491 INFO kablam! 128 | await!( Sep 19 23:15:50.491 INFO kablam! | ^^^^^ ambiguous name Sep 19 23:15:50.492 INFO kablam! | Sep 19 23:15:50.492 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.492 INFO kablam! --> src/probe.rs:1:5 Sep 19 23:15:50.492 INFO kablam! | Sep 19 23:15:50.492 INFO kablam! 1 | use futures::prelude::*; Sep 19 23:15:50.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.492 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.492 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.492 INFO kablam! Sep 19 23:15:50.492 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.492 INFO kablam! --> src/probe.rs:135:9 Sep 19 23:15:50.492 INFO kablam! | Sep 19 23:15:50.492 INFO kablam! 135 | await!(rx.map_err(|_| Error::from("unable to receive probe response"))) Sep 19 23:15:50.492 INFO kablam! | ^^^^^ ambiguous name Sep 19 23:15:50.492 INFO kablam! | Sep 19 23:15:50.492 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.492 INFO kablam! --> src/probe.rs:1:5 Sep 19 23:15:50.492 INFO kablam! | Sep 19 23:15:50.492 INFO kablam! 1 | use futures::prelude::*; Sep 19 23:15:50.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.492 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.492 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.492 INFO kablam! Sep 19 23:15:50.492 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 23:15:50.492 INFO kablam! --> src/probe.rs:222:21 Sep 19 23:15:50.492 INFO kablam! | Sep 19 23:15:50.492 INFO kablam! 222 | await!( Sep 19 23:15:50.492 INFO kablam! | ^^^^^ ambiguous name Sep 19 23:15:50.492 INFO kablam! | Sep 19 23:15:50.492 INFO kablam! note: `await` could refer to the name imported here Sep 19 23:15:50.492 INFO kablam! --> src/probe.rs:1:5 Sep 19 23:15:50.492 INFO kablam! | Sep 19 23:15:50.492 INFO kablam! 1 | use futures::prelude::*; Sep 19 23:15:50.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 23:15:50.492 INFO kablam! = note: `await` is also a builtin macro Sep 19 23:15:50.492 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 23:15:50.492 INFO kablam! Sep 19 23:15:51.113 INFO kablam! error: aborting due to 12 previous errors Sep 19 23:15:51.113 INFO kablam! Sep 19 23:15:51.113 INFO kablam! For more information about this error, try `rustc --explain E0659`. Sep 19 23:15:51.120 INFO kablam! error: Could not compile `organelle`. Sep 19 23:15:51.120 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:15:51.157 INFO kablam! error: aborting due to 12 previous errors Sep 19 23:15:51.157 INFO kablam! Sep 19 23:15:51.157 INFO kablam! For more information about this error, try `rustc --explain E0659`. Sep 19 23:15:51.186 INFO kablam! error: Could not compile `organelle`. Sep 19 23:15:51.186 INFO kablam! Sep 19 23:15:51.186 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:15:51.188 INFO kablam! su: No module specific data is present Sep 19 23:15:52.179 INFO running `"docker" "rm" "-f" "e4d0212794e63925922ea9bb89fb9bdff94d1a11245df7cb5b5b186626a3ac58"` Sep 19 23:15:52.303 INFO blam! e4d0212794e63925922ea9bb89fb9bdff94d1a11245df7cb5b5b186626a3ac58