Sep 17 15:45:27.311 INFO checking trust-dns-resolver-0.10.0-alpha.2 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 15:45:27.311 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 15:45:27.311 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 15:45:27.688 INFO blam! 1bdb374e79b3dfc1e1d44822baf3dcc98c50edb5730bd2db728fcb52e35e7050 Sep 17 15:45:27.691 INFO running `"docker" "start" "-a" "1bdb374e79b3dfc1e1d44822baf3dcc98c50edb5730bd2db728fcb52e35e7050"` Sep 17 15:45:28.804 INFO kablam! usermod: no changes Sep 17 15:45:29.027 INFO kablam! Checking socket2 v0.3.8 Sep 17 15:45:29.027 INFO kablam! Checking resolv-conf v0.6.1 Sep 17 15:45:29.615 INFO kablam! Checking trust-dns-proto v0.5.0-alpha.1 Sep 17 15:45:32.641 INFO kablam! Checking trust-dns-resolver v0.10.0-alpha.2 (/source) Sep 17 15:45:33.818 INFO kablam! error: the trait bound `F: futures::Future` is not satisfied Sep 17 15:45:33.818 INFO kablam! --> src/async_resolver/mod.rs:78:47 Sep 17 15:45:33.818 INFO kablam! | Sep 17 15:45:33.818 INFO kablam! 78 | pub type BackgroundLookup = Background; Sep 17 15:45:33.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `futures::Future` is not implemented for `F` Sep 17 15:45:33.819 INFO kablam! | Sep 17 15:45:33.819 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 15:45:33.819 INFO kablam! = help: consider adding a `where F: futures::Future` bound Sep 17 15:45:33.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:45:33.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:45:33.819 INFO kablam! Sep 17 15:45:33.819 INFO kablam! error: the trait bound `G: futures::Future` is not satisfied Sep 17 15:45:33.819 INFO kablam! --> src/async_resolver/mod.rs:81:25 Sep 17 15:45:33.819 INFO kablam! | Sep 17 15:45:33.819 INFO kablam! 81 | type BgInner = future::Either, future::FutureResult>; Sep 17 15:45:33.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `futures::Future` is not implemented for `G` Sep 17 15:45:33.819 INFO kablam! | Sep 17 15:45:33.819 INFO kablam! = help: consider adding a `where G: futures::Future` bound Sep 17 15:45:33.819 INFO kablam! = note: required because of the requirements on the impl of `futures::IntoFuture` for `G` Sep 17 15:45:33.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:45:33.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:45:33.819 INFO kablam! Sep 17 15:45:33.828 INFO kablam! error: the trait bound `G: futures::Future` is not satisfied Sep 17 15:45:33.828 INFO kablam! --> src/async_resolver/mod.rs:85:21 Sep 17 15:45:33.828 INFO kablam! | Sep 17 15:45:33.828 INFO kablam! 85 | type BgSend = futures::AndThen< Sep 17 15:45:33.828 INFO kablam! | _____________________^ Sep 17 15:45:33.828 INFO kablam! 86 | | futures::MapErr, fn(oneshot::Canceled) -> ResolveError>, Sep 17 15:45:33.828 INFO kablam! 87 | | G, Sep 17 15:45:33.828 INFO kablam! 88 | | fn(F) -> G, Sep 17 15:45:33.828 INFO kablam! 89 | | >; Sep 17 15:45:33.828 INFO kablam! | |_^ the trait `futures::Future` is not implemented for `G` Sep 17 15:45:33.828 INFO kablam! | Sep 17 15:45:33.828 INFO kablam! = help: consider adding a `where G: futures::Future` bound Sep 17 15:45:33.828 INFO kablam! = note: required because of the requirements on the impl of `futures::IntoFuture` for `G` Sep 17 15:45:33.828 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:45:33.828 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:45:33.828 INFO kablam! Sep 17 15:45:33.918 INFO kablam! error: aborting due to 3 previous errors Sep 17 15:45:33.918 INFO kablam! Sep 17 15:45:33.940 INFO kablam! error: Could not compile `trust-dns-resolver`. Sep 17 15:45:33.940 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 15:45:34.044 INFO kablam! error: the trait bound `F: futures::Future` is not satisfied Sep 17 15:45:34.044 INFO kablam! --> src/async_resolver/mod.rs:78:47 Sep 17 15:45:34.044 INFO kablam! | Sep 17 15:45:34.044 INFO kablam! 78 | pub type BackgroundLookup = Background; Sep 17 15:45:34.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `futures::Future` is not implemented for `F` Sep 17 15:45:34.045 INFO kablam! | Sep 17 15:45:34.045 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 15:45:34.045 INFO kablam! = help: consider adding a `where F: futures::Future` bound Sep 17 15:45:34.045 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:45:34.045 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:45:34.045 INFO kablam! Sep 17 15:45:34.046 INFO kablam! error: the trait bound `G: futures::Future` is not satisfied Sep 17 15:45:34.046 INFO kablam! --> src/async_resolver/mod.rs:81:25 Sep 17 15:45:34.046 INFO kablam! | Sep 17 15:45:34.046 INFO kablam! 81 | type BgInner = future::Either, future::FutureResult>; Sep 17 15:45:34.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `futures::Future` is not implemented for `G` Sep 17 15:45:34.046 INFO kablam! | Sep 17 15:45:34.046 INFO kablam! = help: consider adding a `where G: futures::Future` bound Sep 17 15:45:34.046 INFO kablam! = note: required because of the requirements on the impl of `futures::IntoFuture` for `G` Sep 17 15:45:34.046 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:45:34.046 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:45:34.046 INFO kablam! Sep 17 15:45:34.046 INFO kablam! error: the trait bound `G: futures::Future` is not satisfied Sep 17 15:45:34.046 INFO kablam! --> src/async_resolver/mod.rs:85:21 Sep 17 15:45:34.046 INFO kablam! | Sep 17 15:45:34.046 INFO kablam! 85 | type BgSend = futures::AndThen< Sep 17 15:45:34.046 INFO kablam! | _____________________^ Sep 17 15:45:34.046 INFO kablam! 86 | | futures::MapErr, fn(oneshot::Canceled) -> ResolveError>, Sep 17 15:45:34.046 INFO kablam! 87 | | G, Sep 17 15:45:34.046 INFO kablam! 88 | | fn(F) -> G, Sep 17 15:45:34.046 INFO kablam! 89 | | >; Sep 17 15:45:34.046 INFO kablam! | |_^ the trait `futures::Future` is not implemented for `G` Sep 17 15:45:34.046 INFO kablam! | Sep 17 15:45:34.046 INFO kablam! = help: consider adding a `where G: futures::Future` bound Sep 17 15:45:34.046 INFO kablam! = note: required because of the requirements on the impl of `futures::IntoFuture` for `G` Sep 17 15:45:34.046 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:45:34.046 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:45:34.046 INFO kablam! Sep 17 15:45:34.143 INFO kablam! error: aborting due to 3 previous errors Sep 17 15:45:34.143 INFO kablam! Sep 17 15:45:34.157 INFO kablam! error: Could not compile `trust-dns-resolver`. Sep 17 15:45:34.157 INFO kablam! Sep 17 15:45:34.157 INFO kablam! To learn more, run the command again with --verbose. Sep 17 15:45:34.158 INFO kablam! su: No module specific data is present Sep 17 15:45:34.797 INFO running `"docker" "rm" "-f" "1bdb374e79b3dfc1e1d44822baf3dcc98c50edb5730bd2db728fcb52e35e7050"` Sep 17 15:45:35.085 INFO blam! 1bdb374e79b3dfc1e1d44822baf3dcc98c50edb5730bd2db728fcb52e35e7050