Sep 14 12:12:11.518 INFO checking organelle-0.7.4 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 12:12:11.519 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 12:12:11.519 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 12:12:11.799 INFO blam! f75f2c3fd04cc5cf654a51b5c63371a27646625e91fe4869f41000c18bc8ba55 Sep 14 12:12:11.800 INFO running `"docker" "start" "-a" "f75f2c3fd04cc5cf654a51b5c63371a27646625e91fe4869f41000c18bc8ba55"` Sep 14 12:12:12.727 INFO kablam! usermod: no changes Sep 14 12:12:12.894 INFO kablam! Checking tokio v0.0.0 Sep 14 12:12:12.894 INFO kablam! Compiling proc-macro2 v0.4.19 Sep 14 12:12:12.899 INFO kablam! Checking uuid v0.6.5 Sep 14 12:12:15.842 INFO kablam! Compiling quote v0.6.8 Sep 14 12:12:17.687 INFO kablam! Compiling syn v0.14.9 Sep 14 12:12:17.687 INFO kablam! Compiling syn v0.15.4 Sep 14 12:12:27.874 INFO kablam! Compiling serde_derive v1.0.78 Sep 14 12:12:32.346 INFO kablam! Compiling futures-await-async-macro v0.1.4 Sep 14 12:12:38.995 INFO kablam! Checking futures-await v0.1.1 Sep 14 12:12:46.593 INFO kablam! Checking organelle v0.7.4 (file:///source) Sep 14 12:12:47.818 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.818 INFO kablam! --> src/axon.rs:191:28 Sep 14 12:12:47.818 INFO kablam! | Sep 14 12:12:47.818 INFO kablam! 191 | let (axon, data) = await!(self.probe(settings))?; Sep 14 12:12:47.819 INFO kablam! | ^^^^^ ambiguous name Sep 14 12:12:47.819 INFO kablam! | Sep 14 12:12:47.819 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.819 INFO kablam! --> src/axon.rs:4:5 Sep 14 12:12:47.819 INFO kablam! | Sep 14 12:12:47.819 INFO kablam! 4 | use futures::prelude::*; Sep 14 12:12:47.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.819 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.819 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.819 INFO kablam! Sep 14 12:12:47.819 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.819 INFO kablam! --> src/axon.rs:267:5 Sep 14 12:12:47.819 INFO kablam! | Sep 14 12:12:47.819 INFO kablam! 267 | #[async(boxed)] Sep 14 12:12:47.819 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 14 12:12:47.819 INFO kablam! | Sep 14 12:12:47.820 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.820 INFO kablam! --> src/axon.rs:4:5 Sep 14 12:12:47.820 INFO kablam! | Sep 14 12:12:47.820 INFO kablam! 4 | use futures::prelude::*; Sep 14 12:12:47.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.820 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.820 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.820 INFO kablam! Sep 14 12:12:47.820 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.820 INFO kablam! | Sep 14 12:12:47.820 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.820 INFO kablam! --> src/axon.rs:4:5 Sep 14 12:12:47.820 INFO kablam! | Sep 14 12:12:47.820 INFO kablam! 4 | use futures::prelude::*; Sep 14 12:12:47.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.820 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.820 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.820 INFO kablam! Sep 14 12:12:47.820 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.820 INFO kablam! --> src/organelle.rs:117:20 Sep 14 12:12:47.820 INFO kablam! | Sep 14 12:12:47.820 INFO kablam! 117 | soma = await!(soma.update(imp)).map_err(|e| e.into())?; Sep 14 12:12:47.820 INFO kablam! | ^^^^^ ambiguous name Sep 14 12:12:47.820 INFO kablam! | Sep 14 12:12:47.820 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.820 INFO kablam! --> src/organelle.rs:7:5 Sep 14 12:12:47.821 INFO kablam! | Sep 14 12:12:47.821 INFO kablam! 7 | use futures::prelude::*; Sep 14 12:12:47.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.821 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.821 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.821 INFO kablam! Sep 14 12:12:47.821 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.821 INFO kablam! --> src/organelle.rs:235:33 Sep 14 12:12:47.821 INFO kablam! | Sep 14 12:12:47.821 INFO kablam! 235 | let (organelle, data) = await!(self.probe(settings))?; Sep 14 12:12:47.821 INFO kablam! | ^^^^^ ambiguous name Sep 14 12:12:47.821 INFO kablam! | Sep 14 12:12:47.821 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.821 INFO kablam! --> src/organelle.rs:7:5 Sep 14 12:12:47.821 INFO kablam! | Sep 14 12:12:47.821 INFO kablam! 7 | use futures::prelude::*; Sep 14 12:12:47.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.821 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.821 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.821 INFO kablam! Sep 14 12:12:47.821 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.821 INFO kablam! --> src/organelle.rs:251:23 Sep 14 12:12:47.821 INFO kablam! | Sep 14 12:12:47.821 INFO kablam! 251 | let results = await!( Sep 14 12:12:47.821 INFO kablam! | ^^^^^ ambiguous name Sep 14 12:12:47.821 INFO kablam! | Sep 14 12:12:47.821 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.821 INFO kablam! --> src/organelle.rs:7:5 Sep 14 12:12:47.821 INFO kablam! | Sep 14 12:12:47.821 INFO kablam! 7 | use futures::prelude::*; Sep 14 12:12:47.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.821 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.821 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.821 INFO kablam! Sep 14 12:12:47.821 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.822 INFO kablam! --> src/organelle.rs:297:5 Sep 14 12:12:47.822 INFO kablam! | Sep 14 12:12:47.822 INFO kablam! 297 | #[async(boxed)] Sep 14 12:12:47.822 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 14 12:12:47.822 INFO kablam! | Sep 14 12:12:47.822 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.822 INFO kablam! --> src/organelle.rs:7:5 Sep 14 12:12:47.822 INFO kablam! | Sep 14 12:12:47.822 INFO kablam! 7 | use futures::prelude::*; Sep 14 12:12:47.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.822 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.822 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.822 INFO kablam! Sep 14 12:12:47.822 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.822 INFO kablam! --> src/organelle.rs:337:5 Sep 14 12:12:47.822 INFO kablam! | Sep 14 12:12:47.822 INFO kablam! 337 | #[async(boxed)] Sep 14 12:12:47.822 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 14 12:12:47.822 INFO kablam! | Sep 14 12:12:47.822 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.822 INFO kablam! --> src/organelle.rs:7:5 Sep 14 12:12:47.822 INFO kablam! | Sep 14 12:12:47.822 INFO kablam! 7 | use futures::prelude::*; Sep 14 12:12:47.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.822 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.822 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.822 INFO kablam! Sep 14 12:12:47.822 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.822 INFO kablam! --> src/soma.rs:135:5 Sep 14 12:12:47.822 INFO kablam! | Sep 14 12:12:47.822 INFO kablam! 135 | #[async(boxed)] Sep 14 12:12:47.822 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 14 12:12:47.822 INFO kablam! | Sep 14 12:12:47.822 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.822 INFO kablam! --> src/soma.rs:6:5 Sep 14 12:12:47.822 INFO kablam! | Sep 14 12:12:47.822 INFO kablam! 6 | use futures::prelude::*; Sep 14 12:12:47.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.822 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.822 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.822 INFO kablam! Sep 14 12:12:47.822 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.822 INFO kablam! --> src/probe.rs:128:9 Sep 14 12:12:47.822 INFO kablam! | Sep 14 12:12:47.822 INFO kablam! 128 | await!( Sep 14 12:12:47.822 INFO kablam! | ^^^^^ ambiguous name Sep 14 12:12:47.822 INFO kablam! | Sep 14 12:12:47.822 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.822 INFO kablam! --> src/probe.rs:1:5 Sep 14 12:12:47.822 INFO kablam! | Sep 14 12:12:47.822 INFO kablam! 1 | use futures::prelude::*; Sep 14 12:12:47.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.822 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.822 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.822 INFO kablam! Sep 14 12:12:47.822 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.822 INFO kablam! --> src/probe.rs:135:9 Sep 14 12:12:47.822 INFO kablam! | Sep 14 12:12:47.822 INFO kablam! 135 | await!(rx.map_err(|_| Error::from("unable to receive probe response"))) Sep 14 12:12:47.822 INFO kablam! | ^^^^^ ambiguous name Sep 14 12:12:47.822 INFO kablam! | Sep 14 12:12:47.822 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.822 INFO kablam! --> src/probe.rs:1:5 Sep 14 12:12:47.822 INFO kablam! | Sep 14 12:12:47.822 INFO kablam! 1 | use futures::prelude::*; Sep 14 12:12:47.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.822 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.822 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.822 INFO kablam! Sep 14 12:12:47.822 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.823 INFO kablam! --> src/probe.rs:222:21 Sep 14 12:12:47.823 INFO kablam! | Sep 14 12:12:47.823 INFO kablam! 222 | await!( Sep 14 12:12:47.823 INFO kablam! | ^^^^^ ambiguous name Sep 14 12:12:47.823 INFO kablam! | Sep 14 12:12:47.823 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.823 INFO kablam! --> src/probe.rs:1:5 Sep 14 12:12:47.823 INFO kablam! | Sep 14 12:12:47.823 INFO kablam! 1 | use futures::prelude::*; Sep 14 12:12:47.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.823 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.823 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.823 INFO kablam! Sep 14 12:12:47.856 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.856 INFO kablam! --> src/axon.rs:191:28 Sep 14 12:12:47.856 INFO kablam! | Sep 14 12:12:47.856 INFO kablam! 191 | let (axon, data) = await!(self.probe(settings))?; Sep 14 12:12:47.856 INFO kablam! | ^^^^^ ambiguous name Sep 14 12:12:47.856 INFO kablam! | Sep 14 12:12:47.856 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.856 INFO kablam! --> src/axon.rs:4:5 Sep 14 12:12:47.856 INFO kablam! | Sep 14 12:12:47.856 INFO kablam! 4 | use futures::prelude::*; Sep 14 12:12:47.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.856 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.856 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.856 INFO kablam! Sep 14 12:12:47.856 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.856 INFO kablam! --> src/axon.rs:267:5 Sep 14 12:12:47.856 INFO kablam! | Sep 14 12:12:47.856 INFO kablam! 267 | #[async(boxed)] Sep 14 12:12:47.856 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 14 12:12:47.856 INFO kablam! | Sep 14 12:12:47.856 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.857 INFO kablam! --> src/axon.rs:4:5 Sep 14 12:12:47.857 INFO kablam! | Sep 14 12:12:47.857 INFO kablam! 4 | use futures::prelude::*; Sep 14 12:12:47.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.857 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.857 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.857 INFO kablam! Sep 14 12:12:47.857 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.857 INFO kablam! | Sep 14 12:12:47.857 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.857 INFO kablam! --> src/axon.rs:4:5 Sep 14 12:12:47.857 INFO kablam! | Sep 14 12:12:47.857 INFO kablam! 4 | use futures::prelude::*; Sep 14 12:12:47.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.857 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.857 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.857 INFO kablam! Sep 14 12:12:47.857 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.857 INFO kablam! --> src/organelle.rs:117:20 Sep 14 12:12:47.857 INFO kablam! | Sep 14 12:12:47.857 INFO kablam! 117 | soma = await!(soma.update(imp)).map_err(|e| e.into())?; Sep 14 12:12:47.857 INFO kablam! | ^^^^^ ambiguous name Sep 14 12:12:47.857 INFO kablam! | Sep 14 12:12:47.857 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.857 INFO kablam! --> src/organelle.rs:7:5 Sep 14 12:12:47.857 INFO kablam! | Sep 14 12:12:47.857 INFO kablam! 7 | use futures::prelude::*; Sep 14 12:12:47.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.857 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.857 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.857 INFO kablam! Sep 14 12:12:47.857 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.857 INFO kablam! --> src/organelle.rs:235:33 Sep 14 12:12:47.857 INFO kablam! | Sep 14 12:12:47.857 INFO kablam! 235 | let (organelle, data) = await!(self.probe(settings))?; Sep 14 12:12:47.857 INFO kablam! | ^^^^^ ambiguous name Sep 14 12:12:47.857 INFO kablam! | Sep 14 12:12:47.857 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.857 INFO kablam! --> src/organelle.rs:7:5 Sep 14 12:12:47.857 INFO kablam! | Sep 14 12:12:47.857 INFO kablam! 7 | use futures::prelude::*; Sep 14 12:12:47.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.857 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.857 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.857 INFO kablam! Sep 14 12:12:47.857 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.857 INFO kablam! --> src/organelle.rs:251:23 Sep 14 12:12:47.857 INFO kablam! | Sep 14 12:12:47.858 INFO kablam! 251 | let results = await!( Sep 14 12:12:47.858 INFO kablam! | ^^^^^ ambiguous name Sep 14 12:12:47.858 INFO kablam! | Sep 14 12:12:47.858 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.858 INFO kablam! --> src/organelle.rs:7:5 Sep 14 12:12:47.858 INFO kablam! | Sep 14 12:12:47.858 INFO kablam! 7 | use futures::prelude::*; Sep 14 12:12:47.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.858 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.858 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.858 INFO kablam! Sep 14 12:12:47.858 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.858 INFO kablam! --> src/organelle.rs:297:5 Sep 14 12:12:47.858 INFO kablam! | Sep 14 12:12:47.858 INFO kablam! 297 | #[async(boxed)] Sep 14 12:12:47.858 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 14 12:12:47.858 INFO kablam! | Sep 14 12:12:47.858 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.858 INFO kablam! --> src/organelle.rs:7:5 Sep 14 12:12:47.858 INFO kablam! | Sep 14 12:12:47.858 INFO kablam! 7 | use futures::prelude::*; Sep 14 12:12:47.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.858 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.858 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.858 INFO kablam! Sep 14 12:12:47.858 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.858 INFO kablam! --> src/organelle.rs:337:5 Sep 14 12:12:47.858 INFO kablam! | Sep 14 12:12:47.858 INFO kablam! 337 | #[async(boxed)] Sep 14 12:12:47.858 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 14 12:12:47.858 INFO kablam! | Sep 14 12:12:47.858 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.858 INFO kablam! --> src/organelle.rs:7:5 Sep 14 12:12:47.858 INFO kablam! | Sep 14 12:12:47.858 INFO kablam! 7 | use futures::prelude::*; Sep 14 12:12:47.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.858 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.858 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.858 INFO kablam! Sep 14 12:12:47.858 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.858 INFO kablam! --> src/soma.rs:135:5 Sep 14 12:12:47.858 INFO kablam! | Sep 14 12:12:47.858 INFO kablam! 135 | #[async(boxed)] Sep 14 12:12:47.858 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 14 12:12:47.858 INFO kablam! | Sep 14 12:12:47.858 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.858 INFO kablam! --> src/soma.rs:6:5 Sep 14 12:12:47.858 INFO kablam! | Sep 14 12:12:47.858 INFO kablam! 6 | use futures::prelude::*; Sep 14 12:12:47.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.859 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.859 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.859 INFO kablam! Sep 14 12:12:47.859 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.859 INFO kablam! --> src/probe.rs:128:9 Sep 14 12:12:47.859 INFO kablam! | Sep 14 12:12:47.859 INFO kablam! 128 | await!( Sep 14 12:12:47.859 INFO kablam! | ^^^^^ ambiguous name Sep 14 12:12:47.859 INFO kablam! | Sep 14 12:12:47.859 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.859 INFO kablam! --> src/probe.rs:1:5 Sep 14 12:12:47.859 INFO kablam! | Sep 14 12:12:47.859 INFO kablam! 1 | use futures::prelude::*; Sep 14 12:12:47.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.859 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.859 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.859 INFO kablam! Sep 14 12:12:47.859 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.859 INFO kablam! --> src/probe.rs:135:9 Sep 14 12:12:47.859 INFO kablam! | Sep 14 12:12:47.859 INFO kablam! 135 | await!(rx.map_err(|_| Error::from("unable to receive probe response"))) Sep 14 12:12:47.859 INFO kablam! | ^^^^^ ambiguous name Sep 14 12:12:47.859 INFO kablam! | Sep 14 12:12:47.859 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.859 INFO kablam! --> src/probe.rs:1:5 Sep 14 12:12:47.859 INFO kablam! | Sep 14 12:12:47.859 INFO kablam! 1 | use futures::prelude::*; Sep 14 12:12:47.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.859 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.859 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.859 INFO kablam! Sep 14 12:12:47.859 INFO kablam! error[E0659]: `await` is ambiguous Sep 14 12:12:47.859 INFO kablam! --> src/probe.rs:222:21 Sep 14 12:12:47.859 INFO kablam! | Sep 14 12:12:47.859 INFO kablam! 222 | await!( Sep 14 12:12:47.859 INFO kablam! | ^^^^^ ambiguous name Sep 14 12:12:47.859 INFO kablam! | Sep 14 12:12:47.859 INFO kablam! note: `await` could refer to the name imported here Sep 14 12:12:47.859 INFO kablam! --> src/probe.rs:1:5 Sep 14 12:12:47.859 INFO kablam! | Sep 14 12:12:47.859 INFO kablam! 1 | use futures::prelude::*; Sep 14 12:12:47.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 12:12:47.859 INFO kablam! = note: `await` is also a builtin macro Sep 14 12:12:47.859 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 14 12:12:47.859 INFO kablam! Sep 14 12:12:48.316 INFO kablam! error: aborting due to 12 previous errors Sep 14 12:12:48.316 INFO kablam! Sep 14 12:12:48.316 INFO kablam! For more information about this error, try `rustc --explain E0659`. Sep 14 12:12:48.326 INFO kablam! error: Could not compile `organelle`. Sep 14 12:12:48.327 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 12:12:48.356 INFO kablam! error: aborting due to 12 previous errors Sep 14 12:12:48.356 INFO kablam! Sep 14 12:12:48.356 INFO kablam! For more information about this error, try `rustc --explain E0659`. Sep 14 12:12:48.375 INFO kablam! error: Could not compile `organelle`. Sep 14 12:12:48.375 INFO kablam! Sep 14 12:12:48.375 INFO kablam! To learn more, run the command again with --verbose. Sep 14 12:12:48.377 INFO kablam! su: No module specific data is present Sep 14 12:12:49.212 INFO running `"docker" "rm" "-f" "f75f2c3fd04cc5cf654a51b5c63371a27646625e91fe4869f41000c18bc8ba55"` Sep 14 12:12:49.264 INFO blam! f75f2c3fd04cc5cf654a51b5c63371a27646625e91fe4869f41000c18bc8ba55