Sep 19 21:21:49.628 INFO checking organelle-0.7.4 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 21:21:49.628 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 21:21:49.628 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:21:49.822 INFO blam! a1459409e94a7fdf184eb5e5c7c9f4883aa30cd97537557d53e6f6e2c8a68065 Sep 19 21:21:49.824 INFO running `"docker" "start" "-a" "a1459409e94a7fdf184eb5e5c7c9f4883aa30cd97537557d53e6f6e2c8a68065"` Sep 19 21:21:50.336 INFO kablam! usermod: no changes Sep 19 21:21:50.566 INFO kablam! Checking tokio v0.0.0 Sep 19 21:21:50.750 INFO kablam! Checking organelle v0.7.4 (/source) Sep 19 21:21:52.583 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.583 INFO kablam! --> src/axon.rs:191:28 Sep 19 21:21:52.583 INFO kablam! | Sep 19 21:21:52.583 INFO kablam! 191 | let (axon, data) = await!(self.probe(settings))?; Sep 19 21:21:52.583 INFO kablam! | ^^^^^ ambiguous name Sep 19 21:21:52.583 INFO kablam! | Sep 19 21:21:52.583 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.583 INFO kablam! --> src/axon.rs:4:5 Sep 19 21:21:52.583 INFO kablam! | Sep 19 21:21:52.583 INFO kablam! 4 | use futures::prelude::*; Sep 19 21:21:52.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.583 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.584 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.584 INFO kablam! Sep 19 21:21:52.584 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.584 INFO kablam! --> src/axon.rs:267:5 Sep 19 21:21:52.584 INFO kablam! | Sep 19 21:21:52.584 INFO kablam! 267 | #[async(boxed)] Sep 19 21:21:52.584 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 19 21:21:52.584 INFO kablam! | Sep 19 21:21:52.584 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.584 INFO kablam! --> src/axon.rs:4:5 Sep 19 21:21:52.584 INFO kablam! | Sep 19 21:21:52.584 INFO kablam! 4 | use futures::prelude::*; Sep 19 21:21:52.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.584 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.584 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.584 INFO kablam! Sep 19 21:21:52.584 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.584 INFO kablam! | Sep 19 21:21:52.584 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.584 INFO kablam! --> src/axon.rs:4:5 Sep 19 21:21:52.584 INFO kablam! | Sep 19 21:21:52.584 INFO kablam! 4 | use futures::prelude::*; Sep 19 21:21:52.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.584 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.584 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.584 INFO kablam! Sep 19 21:21:52.584 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.584 INFO kablam! --> src/organelle.rs:117:20 Sep 19 21:21:52.584 INFO kablam! | Sep 19 21:21:52.584 INFO kablam! 117 | soma = await!(soma.update(imp)).map_err(|e| e.into())?; Sep 19 21:21:52.584 INFO kablam! | ^^^^^ ambiguous name Sep 19 21:21:52.584 INFO kablam! | Sep 19 21:21:52.584 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.584 INFO kablam! --> src/organelle.rs:7:5 Sep 19 21:21:52.584 INFO kablam! | Sep 19 21:21:52.584 INFO kablam! 7 | use futures::prelude::*; Sep 19 21:21:52.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.584 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.584 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.584 INFO kablam! Sep 19 21:21:52.584 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.584 INFO kablam! --> src/organelle.rs:235:33 Sep 19 21:21:52.584 INFO kablam! | Sep 19 21:21:52.584 INFO kablam! 235 | let (organelle, data) = await!(self.probe(settings))?; Sep 19 21:21:52.584 INFO kablam! | ^^^^^ ambiguous name Sep 19 21:21:52.584 INFO kablam! | Sep 19 21:21:52.584 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.584 INFO kablam! --> src/organelle.rs:7:5 Sep 19 21:21:52.584 INFO kablam! | Sep 19 21:21:52.584 INFO kablam! 7 | use futures::prelude::*; Sep 19 21:21:52.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.584 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.584 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.584 INFO kablam! Sep 19 21:21:52.584 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.584 INFO kablam! --> src/organelle.rs:251:23 Sep 19 21:21:52.584 INFO kablam! | Sep 19 21:21:52.584 INFO kablam! 251 | let results = await!( Sep 19 21:21:52.584 INFO kablam! | ^^^^^ ambiguous name Sep 19 21:21:52.584 INFO kablam! | Sep 19 21:21:52.584 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.584 INFO kablam! --> src/organelle.rs:7:5 Sep 19 21:21:52.584 INFO kablam! | Sep 19 21:21:52.584 INFO kablam! 7 | use futures::prelude::*; Sep 19 21:21:52.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.584 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.584 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.585 INFO kablam! Sep 19 21:21:52.585 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.585 INFO kablam! --> src/organelle.rs:297:5 Sep 19 21:21:52.585 INFO kablam! | Sep 19 21:21:52.585 INFO kablam! 297 | #[async(boxed)] Sep 19 21:21:52.585 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 19 21:21:52.585 INFO kablam! | Sep 19 21:21:52.585 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.585 INFO kablam! --> src/organelle.rs:7:5 Sep 19 21:21:52.585 INFO kablam! | Sep 19 21:21:52.585 INFO kablam! 7 | use futures::prelude::*; Sep 19 21:21:52.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.585 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.585 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.585 INFO kablam! Sep 19 21:21:52.585 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.585 INFO kablam! --> src/organelle.rs:337:5 Sep 19 21:21:52.585 INFO kablam! | Sep 19 21:21:52.585 INFO kablam! 337 | #[async(boxed)] Sep 19 21:21:52.585 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 19 21:21:52.585 INFO kablam! | Sep 19 21:21:52.585 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.585 INFO kablam! --> src/organelle.rs:7:5 Sep 19 21:21:52.585 INFO kablam! | Sep 19 21:21:52.585 INFO kablam! 7 | use futures::prelude::*; Sep 19 21:21:52.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.585 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.585 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.585 INFO kablam! Sep 19 21:21:52.585 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.585 INFO kablam! --> src/soma.rs:135:5 Sep 19 21:21:52.585 INFO kablam! | Sep 19 21:21:52.585 INFO kablam! 135 | #[async(boxed)] Sep 19 21:21:52.585 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 19 21:21:52.585 INFO kablam! | Sep 19 21:21:52.585 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.585 INFO kablam! --> src/soma.rs:6:5 Sep 19 21:21:52.585 INFO kablam! | Sep 19 21:21:52.585 INFO kablam! 6 | use futures::prelude::*; Sep 19 21:21:52.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.585 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.585 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.585 INFO kablam! Sep 19 21:21:52.585 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.585 INFO kablam! --> src/probe.rs:128:9 Sep 19 21:21:52.585 INFO kablam! | Sep 19 21:21:52.585 INFO kablam! 128 | await!( Sep 19 21:21:52.585 INFO kablam! | ^^^^^ ambiguous name Sep 19 21:21:52.585 INFO kablam! | Sep 19 21:21:52.585 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.585 INFO kablam! --> src/probe.rs:1:5 Sep 19 21:21:52.585 INFO kablam! | Sep 19 21:21:52.585 INFO kablam! 1 | use futures::prelude::*; Sep 19 21:21:52.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.585 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.585 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.585 INFO kablam! Sep 19 21:21:52.585 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.585 INFO kablam! --> src/probe.rs:135:9 Sep 19 21:21:52.585 INFO kablam! | Sep 19 21:21:52.585 INFO kablam! 135 | await!(rx.map_err(|_| Error::from("unable to receive probe response"))) Sep 19 21:21:52.585 INFO kablam! | ^^^^^ ambiguous name Sep 19 21:21:52.585 INFO kablam! | Sep 19 21:21:52.585 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.585 INFO kablam! --> src/probe.rs:1:5 Sep 19 21:21:52.585 INFO kablam! | Sep 19 21:21:52.586 INFO kablam! 1 | use futures::prelude::*; Sep 19 21:21:52.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.586 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.586 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.586 INFO kablam! Sep 19 21:21:52.586 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.586 INFO kablam! --> src/probe.rs:222:21 Sep 19 21:21:52.586 INFO kablam! | Sep 19 21:21:52.587 INFO kablam! 222 | await!( Sep 19 21:21:52.587 INFO kablam! | ^^^^^ ambiguous name Sep 19 21:21:52.587 INFO kablam! | Sep 19 21:21:52.587 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.587 INFO kablam! --> src/probe.rs:1:5 Sep 19 21:21:52.587 INFO kablam! | Sep 19 21:21:52.587 INFO kablam! 1 | use futures::prelude::*; Sep 19 21:21:52.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.587 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.587 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.587 INFO kablam! Sep 19 21:21:52.663 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.663 INFO kablam! --> src/axon.rs:191:28 Sep 19 21:21:52.663 INFO kablam! | Sep 19 21:21:52.663 INFO kablam! 191 | let (axon, data) = await!(self.probe(settings))?; Sep 19 21:21:52.663 INFO kablam! | ^^^^^ ambiguous name Sep 19 21:21:52.663 INFO kablam! | Sep 19 21:21:52.663 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.663 INFO kablam! --> src/axon.rs:4:5 Sep 19 21:21:52.663 INFO kablam! | Sep 19 21:21:52.663 INFO kablam! 4 | use futures::prelude::*; Sep 19 21:21:52.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.663 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.663 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.664 INFO kablam! Sep 19 21:21:52.664 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.664 INFO kablam! --> src/axon.rs:267:5 Sep 19 21:21:52.664 INFO kablam! | Sep 19 21:21:52.664 INFO kablam! 267 | #[async(boxed)] Sep 19 21:21:52.664 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 19 21:21:52.664 INFO kablam! | Sep 19 21:21:52.664 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.664 INFO kablam! --> src/axon.rs:4:5 Sep 19 21:21:52.664 INFO kablam! | Sep 19 21:21:52.664 INFO kablam! 4 | use futures::prelude::*; Sep 19 21:21:52.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.664 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.664 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.664 INFO kablam! Sep 19 21:21:52.664 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.664 INFO kablam! | Sep 19 21:21:52.664 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.664 INFO kablam! --> src/axon.rs:4:5 Sep 19 21:21:52.664 INFO kablam! | Sep 19 21:21:52.664 INFO kablam! 4 | use futures::prelude::*; Sep 19 21:21:52.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.664 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.664 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.664 INFO kablam! Sep 19 21:21:52.664 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.664 INFO kablam! --> src/organelle.rs:117:20 Sep 19 21:21:52.664 INFO kablam! | Sep 19 21:21:52.664 INFO kablam! 117 | soma = await!(soma.update(imp)).map_err(|e| e.into())?; Sep 19 21:21:52.664 INFO kablam! | ^^^^^ ambiguous name Sep 19 21:21:52.664 INFO kablam! | Sep 19 21:21:52.664 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.664 INFO kablam! --> src/organelle.rs:7:5 Sep 19 21:21:52.664 INFO kablam! | Sep 19 21:21:52.664 INFO kablam! 7 | use futures::prelude::*; Sep 19 21:21:52.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.664 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.664 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.664 INFO kablam! Sep 19 21:21:52.664 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.664 INFO kablam! --> src/organelle.rs:235:33 Sep 19 21:21:52.664 INFO kablam! | Sep 19 21:21:52.664 INFO kablam! 235 | let (organelle, data) = await!(self.probe(settings))?; Sep 19 21:21:52.664 INFO kablam! | ^^^^^ ambiguous name Sep 19 21:21:52.664 INFO kablam! | Sep 19 21:21:52.664 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.664 INFO kablam! --> src/organelle.rs:7:5 Sep 19 21:21:52.664 INFO kablam! | Sep 19 21:21:52.664 INFO kablam! 7 | use futures::prelude::*; Sep 19 21:21:52.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.664 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.664 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.664 INFO kablam! Sep 19 21:21:52.664 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.664 INFO kablam! --> src/organelle.rs:251:23 Sep 19 21:21:52.664 INFO kablam! | Sep 19 21:21:52.664 INFO kablam! 251 | let results = await!( Sep 19 21:21:52.664 INFO kablam! | ^^^^^ ambiguous name Sep 19 21:21:52.664 INFO kablam! | Sep 19 21:21:52.664 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.664 INFO kablam! --> src/organelle.rs:7:5 Sep 19 21:21:52.664 INFO kablam! | Sep 19 21:21:52.664 INFO kablam! 7 | use futures::prelude::*; Sep 19 21:21:52.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.664 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.665 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.665 INFO kablam! Sep 19 21:21:52.665 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.665 INFO kablam! --> src/organelle.rs:297:5 Sep 19 21:21:52.665 INFO kablam! | Sep 19 21:21:52.665 INFO kablam! 297 | #[async(boxed)] Sep 19 21:21:52.665 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 19 21:21:52.665 INFO kablam! | Sep 19 21:21:52.665 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.665 INFO kablam! --> src/organelle.rs:7:5 Sep 19 21:21:52.665 INFO kablam! | Sep 19 21:21:52.665 INFO kablam! 7 | use futures::prelude::*; Sep 19 21:21:52.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.665 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.665 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.665 INFO kablam! Sep 19 21:21:52.665 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.665 INFO kablam! --> src/organelle.rs:337:5 Sep 19 21:21:52.665 INFO kablam! | Sep 19 21:21:52.665 INFO kablam! 337 | #[async(boxed)] Sep 19 21:21:52.665 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 19 21:21:52.665 INFO kablam! | Sep 19 21:21:52.665 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.665 INFO kablam! --> src/organelle.rs:7:5 Sep 19 21:21:52.665 INFO kablam! | Sep 19 21:21:52.665 INFO kablam! 7 | use futures::prelude::*; Sep 19 21:21:52.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.665 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.665 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.665 INFO kablam! Sep 19 21:21:52.665 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.665 INFO kablam! --> src/soma.rs:135:5 Sep 19 21:21:52.665 INFO kablam! | Sep 19 21:21:52.665 INFO kablam! 135 | #[async(boxed)] Sep 19 21:21:52.665 INFO kablam! | ^^^^^^^^^^^^^^^ ambiguous name Sep 19 21:21:52.665 INFO kablam! | Sep 19 21:21:52.665 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.665 INFO kablam! --> src/soma.rs:6:5 Sep 19 21:21:52.665 INFO kablam! | Sep 19 21:21:52.665 INFO kablam! 6 | use futures::prelude::*; Sep 19 21:21:52.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.665 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.665 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.665 INFO kablam! Sep 19 21:21:52.665 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.665 INFO kablam! --> src/probe.rs:128:9 Sep 19 21:21:52.665 INFO kablam! | Sep 19 21:21:52.665 INFO kablam! 128 | await!( Sep 19 21:21:52.665 INFO kablam! | ^^^^^ ambiguous name Sep 19 21:21:52.665 INFO kablam! | Sep 19 21:21:52.665 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.665 INFO kablam! --> src/probe.rs:1:5 Sep 19 21:21:52.665 INFO kablam! | Sep 19 21:21:52.665 INFO kablam! 1 | use futures::prelude::*; Sep 19 21:21:52.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.665 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.665 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.665 INFO kablam! Sep 19 21:21:52.665 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.665 INFO kablam! --> src/probe.rs:135:9 Sep 19 21:21:52.665 INFO kablam! | Sep 19 21:21:52.665 INFO kablam! 135 | await!(rx.map_err(|_| Error::from("unable to receive probe response"))) Sep 19 21:21:52.666 INFO kablam! | ^^^^^ ambiguous name Sep 19 21:21:52.666 INFO kablam! | Sep 19 21:21:52.666 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.666 INFO kablam! --> src/probe.rs:1:5 Sep 19 21:21:52.666 INFO kablam! | Sep 19 21:21:52.666 INFO kablam! 1 | use futures::prelude::*; Sep 19 21:21:52.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.666 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.666 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.666 INFO kablam! Sep 19 21:21:52.666 INFO kablam! error[E0659]: `await` is ambiguous Sep 19 21:21:52.666 INFO kablam! --> src/probe.rs:222:21 Sep 19 21:21:52.666 INFO kablam! | Sep 19 21:21:52.667 INFO kablam! 222 | await!( Sep 19 21:21:52.667 INFO kablam! | ^^^^^ ambiguous name Sep 19 21:21:52.667 INFO kablam! | Sep 19 21:21:52.667 INFO kablam! note: `await` could refer to the name imported here Sep 19 21:21:52.667 INFO kablam! --> src/probe.rs:1:5 Sep 19 21:21:52.667 INFO kablam! | Sep 19 21:21:52.667 INFO kablam! 1 | use futures::prelude::*; Sep 19 21:21:52.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 21:21:52.667 INFO kablam! = note: `await` is also a builtin macro Sep 19 21:21:52.667 INFO kablam! = note: consider adding an explicit import of `await` to disambiguate Sep 19 21:21:52.667 INFO kablam! Sep 19 21:21:53.141 INFO kablam! error: aborting due to 12 previous errors Sep 19 21:21:53.141 INFO kablam! Sep 19 21:21:53.142 INFO kablam! For more information about this error, try `rustc --explain E0659`. Sep 19 21:21:53.153 INFO kablam! error: Could not compile `organelle`. Sep 19 21:21:53.153 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:21:53.250 INFO kablam! error: aborting due to 12 previous errors Sep 19 21:21:53.250 INFO kablam! Sep 19 21:21:53.250 INFO kablam! For more information about this error, try `rustc --explain E0659`. Sep 19 21:21:53.267 INFO kablam! error: Could not compile `organelle`. Sep 19 21:21:53.267 INFO kablam! Sep 19 21:21:53.267 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:21:53.270 INFO kablam! su: No module specific data is present Sep 19 21:21:53.995 INFO running `"docker" "rm" "-f" "a1459409e94a7fdf184eb5e5c7c9f4883aa30cd97537557d53e6f6e2c8a68065"` Sep 19 21:21:54.136 INFO blam! a1459409e94a7fdf184eb5e5c7c9f4883aa30cd97537557d53e6f6e2c8a68065