Sep 21 06:44:56.189 INFO checking mysql_async-0.14.2 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 06:44:56.189 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 06:44:56.189 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 06:44:56.423 INFO blam! af3096e439923033e2cb845fed4b08f9a17f726b8ada6f0a3fb1494d7517f6b5 Sep 21 06:44:56.425 INFO running `"docker" "start" "-a" "af3096e439923033e2cb845fed4b08f9a17f726b8ada6f0a3fb1494d7517f6b5"` Sep 21 06:44:57.394 INFO kablam! usermod: no changes Sep 21 06:44:57.638 INFO kablam! Checking atoi v0.2.3 Sep 21 06:44:57.884 INFO kablam! Checking mysql_common v0.5.0 Sep 21 06:45:00.246 INFO kablam! Checking mysql_async v0.14.2 (/source) Sep 21 06:45:02.343 INFO kablam! warning: type mismatch resolving ` as lib_futures::Future>::Item == S` Sep 21 06:45:02.343 INFO kablam! --> src/queryable/query_result/mod.rs:34:39 Sep 21 06:45:02.343 INFO kablam! | Sep 21 06:45:02.343 INFO kablam! 34 | pub type ForEachAndDrop = AndThen< Sep 21 06:45:02.343 INFO kablam! | _______________________________________^ Sep 21 06:45:02.343 INFO kablam! 35 | | Either, ForEach>, Sep 21 06:45:02.343 INFO kablam! 36 | | BoxFuture, Sep 21 06:45:02.343 INFO kablam! 37 | | fn(S) -> BoxFuture, Sep 21 06:45:02.343 INFO kablam! 38 | | >; Sep 21 06:45:02.343 INFO kablam! | |_^ expected struct `queryable::query_result::QueryResult`, found type parameter Sep 21 06:45:02.343 INFO kablam! | Sep 21 06:45:02.343 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:45:02.343 INFO kablam! = note: expected type `queryable::query_result::QueryResult` Sep 21 06:45:02.343 INFO kablam! found type `S` Sep 21 06:45:02.343 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either, queryable::query_result::for_each::ForEach>` Sep 21 06:45:02.344 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.344 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.344 INFO kablam! Sep 21 06:45:02.344 INFO kablam! warning: expected a `std::ops::FnMut<(myc::row::Row,)>` closure, found `F` Sep 21 06:45:02.344 INFO kablam! --> src/queryable/query_result/mod.rs:34:39 Sep 21 06:45:02.344 INFO kablam! | Sep 21 06:45:02.344 INFO kablam! 34 | pub type ForEachAndDrop = AndThen< Sep 21 06:45:02.344 INFO kablam! | _______________________________________^ Sep 21 06:45:02.344 INFO kablam! 35 | | Either, ForEach>, Sep 21 06:45:02.344 INFO kablam! 36 | | BoxFuture, Sep 21 06:45:02.344 INFO kablam! 37 | | fn(S) -> BoxFuture, Sep 21 06:45:02.344 INFO kablam! 38 | | >; Sep 21 06:45:02.344 INFO kablam! | |_^ expected an `FnMut<(myc::row::Row,)>` closure, found `F` Sep 21 06:45:02.344 INFO kablam! | Sep 21 06:45:02.344 INFO kablam! = help: the trait `std::ops::FnMut<(myc::row::Row,)>` is not implemented for `F` Sep 21 06:45:02.344 INFO kablam! = help: consider adding a `where F: std::ops::FnMut<(myc::row::Row,)>` bound Sep 21 06:45:02.344 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::for_each::ForEach` Sep 21 06:45:02.344 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either, queryable::query_result::for_each::ForEach>` Sep 21 06:45:02.344 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.344 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.344 INFO kablam! Sep 21 06:45:02.344 INFO kablam! warning: the trait bound `P: queryable::Protocol` is not satisfied Sep 21 06:45:02.344 INFO kablam! --> src/queryable/query_result/mod.rs:34:39 Sep 21 06:45:02.344 INFO kablam! | Sep 21 06:45:02.344 INFO kablam! 34 | pub type ForEachAndDrop = AndThen< Sep 21 06:45:02.344 INFO kablam! | _______________________________________^ Sep 21 06:45:02.344 INFO kablam! 35 | | Either, ForEach>, Sep 21 06:45:02.344 INFO kablam! 36 | | BoxFuture, Sep 21 06:45:02.344 INFO kablam! 37 | | fn(S) -> BoxFuture, Sep 21 06:45:02.344 INFO kablam! 38 | | >; Sep 21 06:45:02.344 INFO kablam! | |_^ the trait `queryable::Protocol` is not implemented for `P` Sep 21 06:45:02.344 INFO kablam! | Sep 21 06:45:02.344 INFO kablam! = help: consider adding a `where P: queryable::Protocol` bound Sep 21 06:45:02.344 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::for_each::ForEach` Sep 21 06:45:02.344 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either, queryable::query_result::for_each::ForEach>` Sep 21 06:45:02.344 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.344 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.344 INFO kablam! Sep 21 06:45:02.344 INFO kablam! warning: the trait bound `T: connection_like::ConnectionLikeWrapper` is not satisfied Sep 21 06:45:02.344 INFO kablam! --> src/queryable/query_result/mod.rs:34:39 Sep 21 06:45:02.344 INFO kablam! | Sep 21 06:45:02.344 INFO kablam! 34 | pub type ForEachAndDrop = AndThen< Sep 21 06:45:02.344 INFO kablam! | _______________________________________^ Sep 21 06:45:02.344 INFO kablam! 35 | | Either, ForEach>, Sep 21 06:45:02.344 INFO kablam! 36 | | BoxFuture, Sep 21 06:45:02.344 INFO kablam! 37 | | fn(S) -> BoxFuture, Sep 21 06:45:02.344 INFO kablam! 38 | | >; Sep 21 06:45:02.344 INFO kablam! | |_^ the trait `connection_like::ConnectionLikeWrapper` is not implemented for `T` Sep 21 06:45:02.344 INFO kablam! | Sep 21 06:45:02.344 INFO kablam! = help: consider adding a `where T: connection_like::ConnectionLikeWrapper` bound Sep 21 06:45:02.344 INFO kablam! = note: required because of the requirements on the impl of `connection_like::ConnectionLike` for `T` Sep 21 06:45:02.344 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::for_each::ForEach` Sep 21 06:45:02.344 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either, queryable::query_result::for_each::ForEach>` Sep 21 06:45:02.344 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.344 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.344 INFO kablam! Sep 21 06:45:02.344 INFO kablam! error[E0310]: the parameter type `P` may not live long enough Sep 21 06:45:02.344 INFO kablam! --> src/queryable/query_result/mod.rs:34:39 Sep 21 06:45:02.344 INFO kablam! | Sep 21 06:45:02.344 INFO kablam! 34 | pub type ForEachAndDrop = AndThen< Sep 21 06:45:02.344 INFO kablam! | _______________________________-_______^ Sep 21 06:45:02.344 INFO kablam! | | | Sep 21 06:45:02.344 INFO kablam! | | help: consider adding an explicit lifetime bound `P: 'static`... Sep 21 06:45:02.344 INFO kablam! 35 | | Either, ForEach>, Sep 21 06:45:02.344 INFO kablam! 36 | | BoxFuture, Sep 21 06:45:02.344 INFO kablam! 37 | | fn(S) -> BoxFuture, Sep 21 06:45:02.344 INFO kablam! 38 | | >; Sep 21 06:45:02.344 INFO kablam! | |_^ Sep 21 06:45:02.344 INFO kablam! | Sep 21 06:45:02.345 INFO kablam! note: ...so that the type `P` will meet its required lifetime bounds Sep 21 06:45:02.345 INFO kablam! --> src/queryable/query_result/mod.rs:34:39 Sep 21 06:45:02.345 INFO kablam! | Sep 21 06:45:02.345 INFO kablam! 34 | pub type ForEachAndDrop = AndThen< Sep 21 06:45:02.345 INFO kablam! | _______________________________________^ Sep 21 06:45:02.345 INFO kablam! 35 | | Either, ForEach>, Sep 21 06:45:02.345 INFO kablam! 36 | | BoxFuture, Sep 21 06:45:02.345 INFO kablam! 37 | | fn(S) -> BoxFuture, Sep 21 06:45:02.345 INFO kablam! 38 | | >; Sep 21 06:45:02.345 INFO kablam! | |_^ Sep 21 06:45:02.345 INFO kablam! Sep 21 06:45:02.345 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 06:45:02.345 INFO kablam! --> src/queryable/query_result/mod.rs:34:39 Sep 21 06:45:02.345 INFO kablam! | Sep 21 06:45:02.345 INFO kablam! 34 | pub type ForEachAndDrop = AndThen< Sep 21 06:45:02.345 INFO kablam! | ____________________________-__________^ Sep 21 06:45:02.345 INFO kablam! | | | Sep 21 06:45:02.345 INFO kablam! | | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 06:45:02.345 INFO kablam! 35 | | Either, ForEach>, Sep 21 06:45:02.345 INFO kablam! 36 | | BoxFuture, Sep 21 06:45:02.345 INFO kablam! 37 | | fn(S) -> BoxFuture, Sep 21 06:45:02.345 INFO kablam! 38 | | >; Sep 21 06:45:02.345 INFO kablam! | |_^ Sep 21 06:45:02.345 INFO kablam! | Sep 21 06:45:02.345 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 06:45:02.345 INFO kablam! --> src/queryable/query_result/mod.rs:34:39 Sep 21 06:45:02.345 INFO kablam! | Sep 21 06:45:02.345 INFO kablam! 34 | pub type ForEachAndDrop = AndThen< Sep 21 06:45:02.345 INFO kablam! | _______________________________________^ Sep 21 06:45:02.345 INFO kablam! 35 | | Either, ForEach>, Sep 21 06:45:02.345 INFO kablam! 36 | | BoxFuture, Sep 21 06:45:02.345 INFO kablam! 37 | | fn(S) -> BoxFuture, Sep 21 06:45:02.345 INFO kablam! 38 | | >; Sep 21 06:45:02.345 INFO kablam! | |_^ Sep 21 06:45:02.345 INFO kablam! Sep 21 06:45:02.345 INFO kablam! warning: type mismatch resolving ` as lib_futures::Future>::Item == (S, std::vec::Vec)` Sep 21 06:45:02.345 INFO kablam! --> src/queryable/query_result/mod.rs:40:38 Sep 21 06:45:02.345 INFO kablam! | Sep 21 06:45:02.345 INFO kablam! 40 | pub type MapAndDrop = AndThen< Sep 21 06:45:02.345 INFO kablam! | ______________________________________^ Sep 21 06:45:02.345 INFO kablam! 41 | | Either< Sep 21 06:45:02.345 INFO kablam! 42 | | FutureResult<(S, Vec), Error>, Sep 21 06:45:02.345 INFO kablam! 43 | | Map, Sep 21 06:45:02.345 INFO kablam! ... | Sep 21 06:45:02.345 INFO kablam! 47 | | -> (BoxFuture, FutureResult, Error>), Sep 21 06:45:02.345 INFO kablam! 48 | | >; Sep 21 06:45:02.345 INFO kablam! | |_^ expected struct `queryable::query_result::QueryResult`, found type parameter Sep 21 06:45:02.345 INFO kablam! | Sep 21 06:45:02.345 INFO kablam! = note: expected type `(queryable::query_result::QueryResult, std::vec::Vec)` Sep 21 06:45:02.345 INFO kablam! found type `(S, std::vec::Vec)` Sep 21 06:45:02.345 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either), errors::Error>, queryable::query_result::map::Map>` Sep 21 06:45:02.345 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.345 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.345 INFO kablam! Sep 21 06:45:02.345 INFO kablam! warning: expected a `std::ops::FnMut<(myc::row::Row,)>` closure, found `F` Sep 21 06:45:02.345 INFO kablam! --> src/queryable/query_result/mod.rs:40:38 Sep 21 06:45:02.345 INFO kablam! | Sep 21 06:45:02.345 INFO kablam! 40 | pub type MapAndDrop = AndThen< Sep 21 06:45:02.345 INFO kablam! | ______________________________________^ Sep 21 06:45:02.345 INFO kablam! 41 | | Either< Sep 21 06:45:02.345 INFO kablam! 42 | | FutureResult<(S, Vec), Error>, Sep 21 06:45:02.345 INFO kablam! 43 | | Map, Sep 21 06:45:02.345 INFO kablam! ... | Sep 21 06:45:02.346 INFO kablam! 47 | | -> (BoxFuture, FutureResult, Error>), Sep 21 06:45:02.346 INFO kablam! 48 | | >; Sep 21 06:45:02.346 INFO kablam! | |_^ expected an `FnMut<(myc::row::Row,)>` closure, found `F` Sep 21 06:45:02.346 INFO kablam! | Sep 21 06:45:02.346 INFO kablam! = help: the trait `std::ops::FnMut<(myc::row::Row,)>` is not implemented for `F` Sep 21 06:45:02.346 INFO kablam! = help: consider adding a `where F: std::ops::FnMut<(myc::row::Row,)>` bound Sep 21 06:45:02.346 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::map::Map` Sep 21 06:45:02.346 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either), errors::Error>, queryable::query_result::map::Map>` Sep 21 06:45:02.346 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.346 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.346 INFO kablam! Sep 21 06:45:02.347 INFO kablam! warning: the trait bound `P: queryable::Protocol` is not satisfied Sep 21 06:45:02.347 INFO kablam! --> src/queryable/query_result/mod.rs:40:38 Sep 21 06:45:02.347 INFO kablam! | Sep 21 06:45:02.347 INFO kablam! 40 | pub type MapAndDrop = AndThen< Sep 21 06:45:02.347 INFO kablam! | ______________________________________^ Sep 21 06:45:02.347 INFO kablam! 41 | | Either< Sep 21 06:45:02.347 INFO kablam! 42 | | FutureResult<(S, Vec), Error>, Sep 21 06:45:02.347 INFO kablam! 43 | | Map, Sep 21 06:45:02.347 INFO kablam! ... | Sep 21 06:45:02.347 INFO kablam! 47 | | -> (BoxFuture, FutureResult, Error>), Sep 21 06:45:02.347 INFO kablam! 48 | | >; Sep 21 06:45:02.347 INFO kablam! | |_^ the trait `queryable::Protocol` is not implemented for `P` Sep 21 06:45:02.347 INFO kablam! | Sep 21 06:45:02.347 INFO kablam! = help: consider adding a `where P: queryable::Protocol` bound Sep 21 06:45:02.347 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::map::Map` Sep 21 06:45:02.347 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either), errors::Error>, queryable::query_result::map::Map>` Sep 21 06:45:02.347 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.347 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.347 INFO kablam! Sep 21 06:45:02.347 INFO kablam! warning: the trait bound `T: connection_like::ConnectionLikeWrapper` is not satisfied Sep 21 06:45:02.347 INFO kablam! --> src/queryable/query_result/mod.rs:40:38 Sep 21 06:45:02.347 INFO kablam! | Sep 21 06:45:02.347 INFO kablam! 40 | pub type MapAndDrop = AndThen< Sep 21 06:45:02.347 INFO kablam! | ______________________________________^ Sep 21 06:45:02.347 INFO kablam! 41 | | Either< Sep 21 06:45:02.347 INFO kablam! 42 | | FutureResult<(S, Vec), Error>, Sep 21 06:45:02.347 INFO kablam! 43 | | Map, Sep 21 06:45:02.347 INFO kablam! ... | Sep 21 06:45:02.347 INFO kablam! 47 | | -> (BoxFuture, FutureResult, Error>), Sep 21 06:45:02.347 INFO kablam! 48 | | >; Sep 21 06:45:02.347 INFO kablam! | |_^ the trait `connection_like::ConnectionLikeWrapper` is not implemented for `T` Sep 21 06:45:02.347 INFO kablam! | Sep 21 06:45:02.347 INFO kablam! = help: consider adding a `where T: connection_like::ConnectionLikeWrapper` bound Sep 21 06:45:02.347 INFO kablam! = note: required because of the requirements on the impl of `connection_like::ConnectionLike` for `T` Sep 21 06:45:02.347 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::map::Map` Sep 21 06:45:02.347 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either), errors::Error>, queryable::query_result::map::Map>` Sep 21 06:45:02.347 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.347 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.347 INFO kablam! Sep 21 06:45:02.347 INFO kablam! error[E0310]: the parameter type `P` may not live long enough Sep 21 06:45:02.347 INFO kablam! --> src/queryable/query_result/mod.rs:40:38 Sep 21 06:45:02.347 INFO kablam! | Sep 21 06:45:02.347 INFO kablam! 40 | pub type MapAndDrop = AndThen< Sep 21 06:45:02.347 INFO kablam! | ___________________________-__________^ Sep 21 06:45:02.347 INFO kablam! | | | Sep 21 06:45:02.347 INFO kablam! | | help: consider adding an explicit lifetime bound `P: 'static`... Sep 21 06:45:02.347 INFO kablam! 41 | | Either< Sep 21 06:45:02.347 INFO kablam! 42 | | FutureResult<(S, Vec), Error>, Sep 21 06:45:02.347 INFO kablam! 43 | | Map, Sep 21 06:45:02.347 INFO kablam! ... | Sep 21 06:45:02.347 INFO kablam! 47 | | -> (BoxFuture, FutureResult, Error>), Sep 21 06:45:02.347 INFO kablam! 48 | | >; Sep 21 06:45:02.347 INFO kablam! | |_^ Sep 21 06:45:02.347 INFO kablam! | Sep 21 06:45:02.347 INFO kablam! note: ...so that the type `P` will meet its required lifetime bounds Sep 21 06:45:02.347 INFO kablam! --> src/queryable/query_result/mod.rs:40:38 Sep 21 06:45:02.347 INFO kablam! | Sep 21 06:45:02.347 INFO kablam! 40 | pub type MapAndDrop = AndThen< Sep 21 06:45:02.347 INFO kablam! | ______________________________________^ Sep 21 06:45:02.347 INFO kablam! 41 | | Either< Sep 21 06:45:02.347 INFO kablam! 42 | | FutureResult<(S, Vec), Error>, Sep 21 06:45:02.347 INFO kablam! 43 | | Map, Sep 21 06:45:02.347 INFO kablam! ... | Sep 21 06:45:02.347 INFO kablam! 47 | | -> (BoxFuture, FutureResult, Error>), Sep 21 06:45:02.347 INFO kablam! 48 | | >; Sep 21 06:45:02.347 INFO kablam! | |_^ Sep 21 06:45:02.347 INFO kablam! Sep 21 06:45:02.347 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 06:45:02.347 INFO kablam! --> src/queryable/query_result/mod.rs:40:38 Sep 21 06:45:02.347 INFO kablam! | Sep 21 06:45:02.347 INFO kablam! 40 | pub type MapAndDrop = AndThen< Sep 21 06:45:02.348 INFO kablam! | ________________________-_____________^ Sep 21 06:45:02.348 INFO kablam! | | | Sep 21 06:45:02.348 INFO kablam! | | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 06:45:02.348 INFO kablam! 41 | | Either< Sep 21 06:45:02.348 INFO kablam! 42 | | FutureResult<(S, Vec), Error>, Sep 21 06:45:02.348 INFO kablam! 43 | | Map, Sep 21 06:45:02.348 INFO kablam! ... | Sep 21 06:45:02.348 INFO kablam! 47 | | -> (BoxFuture, FutureResult, Error>), Sep 21 06:45:02.348 INFO kablam! 48 | | >; Sep 21 06:45:02.348 INFO kablam! | |_^ Sep 21 06:45:02.348 INFO kablam! | Sep 21 06:45:02.348 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 06:45:02.348 INFO kablam! --> src/queryable/query_result/mod.rs:40:38 Sep 21 06:45:02.348 INFO kablam! | Sep 21 06:45:02.348 INFO kablam! 40 | pub type MapAndDrop = AndThen< Sep 21 06:45:02.348 INFO kablam! | ______________________________________^ Sep 21 06:45:02.348 INFO kablam! 41 | | Either< Sep 21 06:45:02.348 INFO kablam! 42 | | FutureResult<(S, Vec), Error>, Sep 21 06:45:02.348 INFO kablam! 43 | | Map, Sep 21 06:45:02.348 INFO kablam! ... | Sep 21 06:45:02.348 INFO kablam! 47 | | -> (BoxFuture, FutureResult, Error>), Sep 21 06:45:02.348 INFO kablam! 48 | | >; Sep 21 06:45:02.348 INFO kablam! | |_^ Sep 21 06:45:02.348 INFO kablam! Sep 21 06:45:02.348 INFO kablam! warning: type mismatch resolving ` as lib_futures::Future>::Item == (S, U)` Sep 21 06:45:02.348 INFO kablam! --> src/queryable/query_result/mod.rs:50:41 Sep 21 06:45:02.348 INFO kablam! | Sep 21 06:45:02.348 INFO kablam! 50 | pub type ReduceAndDrop = AndThen< Sep 21 06:45:02.348 INFO kablam! | _________________________________________^ Sep 21 06:45:02.348 INFO kablam! 51 | | Either< Sep 21 06:45:02.348 INFO kablam! 52 | | FutureResult<(S, U), Error>, Sep 21 06:45:02.348 INFO kablam! 53 | | Reduce, Sep 21 06:45:02.348 INFO kablam! ... | Sep 21 06:45:02.348 INFO kablam! 56 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:45:02.348 INFO kablam! 57 | | >; Sep 21 06:45:02.348 INFO kablam! | |_^ expected struct `queryable::query_result::QueryResult`, found type parameter Sep 21 06:45:02.348 INFO kablam! | Sep 21 06:45:02.348 INFO kablam! = note: expected type `(queryable::query_result::QueryResult, U)` Sep 21 06:45:02.348 INFO kablam! found type `(S, U)` Sep 21 06:45:02.348 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either, queryable::query_result::reduce::Reduce>` Sep 21 06:45:02.348 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.348 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.348 INFO kablam! Sep 21 06:45:02.348 INFO kablam! warning: expected a `std::ops::FnMut<(U, myc::row::Row)>` closure, found `F` Sep 21 06:45:02.348 INFO kablam! --> src/queryable/query_result/mod.rs:50:41 Sep 21 06:45:02.348 INFO kablam! | Sep 21 06:45:02.348 INFO kablam! 50 | pub type ReduceAndDrop = AndThen< Sep 21 06:45:02.348 INFO kablam! | _________________________________________^ Sep 21 06:45:02.348 INFO kablam! 51 | | Either< Sep 21 06:45:02.348 INFO kablam! 52 | | FutureResult<(S, U), Error>, Sep 21 06:45:02.348 INFO kablam! 53 | | Reduce, Sep 21 06:45:02.348 INFO kablam! ... | Sep 21 06:45:02.348 INFO kablam! 56 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:45:02.348 INFO kablam! 57 | | >; Sep 21 06:45:02.348 INFO kablam! | |_^ expected an `FnMut<(U, myc::row::Row)>` closure, found `F` Sep 21 06:45:02.348 INFO kablam! | Sep 21 06:45:02.348 INFO kablam! = help: the trait `std::ops::FnMut<(U, myc::row::Row)>` is not implemented for `F` Sep 21 06:45:02.348 INFO kablam! = help: consider adding a `where F: std::ops::FnMut<(U, myc::row::Row)>` bound Sep 21 06:45:02.348 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::reduce::Reduce` Sep 21 06:45:02.348 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either, queryable::query_result::reduce::Reduce>` Sep 21 06:45:02.348 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.348 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.348 INFO kablam! Sep 21 06:45:02.348 INFO kablam! warning: the trait bound `P: queryable::Protocol` is not satisfied Sep 21 06:45:02.348 INFO kablam! --> src/queryable/query_result/mod.rs:50:41 Sep 21 06:45:02.348 INFO kablam! | Sep 21 06:45:02.349 INFO kablam! 50 | pub type ReduceAndDrop = AndThen< Sep 21 06:45:02.349 INFO kablam! | _________________________________________^ Sep 21 06:45:02.349 INFO kablam! 51 | | Either< Sep 21 06:45:02.349 INFO kablam! 52 | | FutureResult<(S, U), Error>, Sep 21 06:45:02.349 INFO kablam! 53 | | Reduce, Sep 21 06:45:02.349 INFO kablam! ... | Sep 21 06:45:02.349 INFO kablam! 56 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:45:02.349 INFO kablam! 57 | | >; Sep 21 06:45:02.349 INFO kablam! | |_^ the trait `queryable::Protocol` is not implemented for `P` Sep 21 06:45:02.349 INFO kablam! | Sep 21 06:45:02.349 INFO kablam! = help: consider adding a `where P: queryable::Protocol` bound Sep 21 06:45:02.349 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::reduce::Reduce` Sep 21 06:45:02.349 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either, queryable::query_result::reduce::Reduce>` Sep 21 06:45:02.349 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.349 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.349 INFO kablam! Sep 21 06:45:02.349 INFO kablam! warning: the trait bound `T: connection_like::ConnectionLikeWrapper` is not satisfied Sep 21 06:45:02.349 INFO kablam! --> src/queryable/query_result/mod.rs:50:41 Sep 21 06:45:02.349 INFO kablam! | Sep 21 06:45:02.349 INFO kablam! 50 | pub type ReduceAndDrop = AndThen< Sep 21 06:45:02.349 INFO kablam! | _________________________________________^ Sep 21 06:45:02.349 INFO kablam! 51 | | Either< Sep 21 06:45:02.349 INFO kablam! 52 | | FutureResult<(S, U), Error>, Sep 21 06:45:02.349 INFO kablam! 53 | | Reduce, Sep 21 06:45:02.349 INFO kablam! ... | Sep 21 06:45:02.349 INFO kablam! 56 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:45:02.349 INFO kablam! 57 | | >; Sep 21 06:45:02.349 INFO kablam! | |_^ the trait `connection_like::ConnectionLikeWrapper` is not implemented for `T` Sep 21 06:45:02.349 INFO kablam! | Sep 21 06:45:02.349 INFO kablam! = help: consider adding a `where T: connection_like::ConnectionLikeWrapper` bound Sep 21 06:45:02.349 INFO kablam! = note: required because of the requirements on the impl of `connection_like::ConnectionLike` for `T` Sep 21 06:45:02.349 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::reduce::Reduce` Sep 21 06:45:02.349 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either, queryable::query_result::reduce::Reduce>` Sep 21 06:45:02.349 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.349 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.349 INFO kablam! Sep 21 06:45:02.349 INFO kablam! error[E0310]: the parameter type `P` may not live long enough Sep 21 06:45:02.350 INFO kablam! --> src/queryable/query_result/mod.rs:50:41 Sep 21 06:45:02.350 INFO kablam! | Sep 21 06:45:02.350 INFO kablam! 50 | pub type ReduceAndDrop = AndThen< Sep 21 06:45:02.350 INFO kablam! | ______________________________-__________^ Sep 21 06:45:02.350 INFO kablam! | | | Sep 21 06:45:02.350 INFO kablam! | | help: consider adding an explicit lifetime bound `P: 'static`... Sep 21 06:45:02.350 INFO kablam! 51 | | Either< Sep 21 06:45:02.350 INFO kablam! 52 | | FutureResult<(S, U), Error>, Sep 21 06:45:02.350 INFO kablam! 53 | | Reduce, Sep 21 06:45:02.350 INFO kablam! ... | Sep 21 06:45:02.350 INFO kablam! 56 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:45:02.350 INFO kablam! 57 | | >; Sep 21 06:45:02.350 INFO kablam! | |_^ Sep 21 06:45:02.350 INFO kablam! | Sep 21 06:45:02.350 INFO kablam! note: ...so that the type `P` will meet its required lifetime bounds Sep 21 06:45:02.350 INFO kablam! --> src/queryable/query_result/mod.rs:50:41 Sep 21 06:45:02.350 INFO kablam! | Sep 21 06:45:02.350 INFO kablam! 50 | pub type ReduceAndDrop = AndThen< Sep 21 06:45:02.350 INFO kablam! | _________________________________________^ Sep 21 06:45:02.350 INFO kablam! 51 | | Either< Sep 21 06:45:02.350 INFO kablam! 52 | | FutureResult<(S, U), Error>, Sep 21 06:45:02.350 INFO kablam! 53 | | Reduce, Sep 21 06:45:02.350 INFO kablam! ... | Sep 21 06:45:02.350 INFO kablam! 56 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:45:02.350 INFO kablam! 57 | | >; Sep 21 06:45:02.350 INFO kablam! | |_^ Sep 21 06:45:02.350 INFO kablam! Sep 21 06:45:02.350 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 06:45:02.350 INFO kablam! --> src/queryable/query_result/mod.rs:50:41 Sep 21 06:45:02.350 INFO kablam! | Sep 21 06:45:02.350 INFO kablam! 50 | pub type ReduceAndDrop = AndThen< Sep 21 06:45:02.350 INFO kablam! | ___________________________-_____________^ Sep 21 06:45:02.350 INFO kablam! | | | Sep 21 06:45:02.350 INFO kablam! | | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 06:45:02.350 INFO kablam! 51 | | Either< Sep 21 06:45:02.350 INFO kablam! 52 | | FutureResult<(S, U), Error>, Sep 21 06:45:02.350 INFO kablam! 53 | | Reduce, Sep 21 06:45:02.350 INFO kablam! ... | Sep 21 06:45:02.350 INFO kablam! 56 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:45:02.350 INFO kablam! 57 | | >; Sep 21 06:45:02.350 INFO kablam! | |_^ Sep 21 06:45:02.350 INFO kablam! | Sep 21 06:45:02.350 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 06:45:02.350 INFO kablam! --> src/queryable/query_result/mod.rs:50:41 Sep 21 06:45:02.350 INFO kablam! | Sep 21 06:45:02.350 INFO kablam! 50 | pub type ReduceAndDrop = AndThen< Sep 21 06:45:02.350 INFO kablam! | _________________________________________^ Sep 21 06:45:02.350 INFO kablam! 51 | | Either< Sep 21 06:45:02.350 INFO kablam! 52 | | FutureResult<(S, U), Error>, Sep 21 06:45:02.350 INFO kablam! 53 | | Reduce, Sep 21 06:45:02.350 INFO kablam! ... | Sep 21 06:45:02.350 INFO kablam! 56 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:45:02.350 INFO kablam! 57 | | >; Sep 21 06:45:02.350 INFO kablam! | |_^ Sep 21 06:45:02.350 INFO kablam! Sep 21 06:45:02.418 INFO kablam! error: aborting due to 6 previous errors Sep 21 06:45:02.418 INFO kablam! Sep 21 06:45:02.418 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 06:45:02.429 INFO kablam! error: Could not compile `mysql_async`. Sep 21 06:45:02.429 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 06:45:02.570 INFO kablam! warning: type mismatch resolving ` as lib_futures::Future>::Item == S` Sep 21 06:45:02.570 INFO kablam! --> src/queryable/query_result/mod.rs:34:39 Sep 21 06:45:02.570 INFO kablam! | Sep 21 06:45:02.570 INFO kablam! 34 | pub type ForEachAndDrop = AndThen< Sep 21 06:45:02.570 INFO kablam! | _______________________________________^ Sep 21 06:45:02.570 INFO kablam! 35 | | Either, ForEach>, Sep 21 06:45:02.570 INFO kablam! 36 | | BoxFuture, Sep 21 06:45:02.570 INFO kablam! 37 | | fn(S) -> BoxFuture, Sep 21 06:45:02.570 INFO kablam! 38 | | >; Sep 21 06:45:02.570 INFO kablam! | |_^ expected struct `queryable::query_result::QueryResult`, found type parameter Sep 21 06:45:02.570 INFO kablam! | Sep 21 06:45:02.570 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:45:02.570 INFO kablam! = note: expected type `queryable::query_result::QueryResult` Sep 21 06:45:02.570 INFO kablam! found type `S` Sep 21 06:45:02.570 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either, queryable::query_result::for_each::ForEach>` Sep 21 06:45:02.570 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.570 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.571 INFO kablam! Sep 21 06:45:02.571 INFO kablam! warning: expected a `std::ops::FnMut<(myc::row::Row,)>` closure, found `F` Sep 21 06:45:02.571 INFO kablam! --> src/queryable/query_result/mod.rs:34:39 Sep 21 06:45:02.571 INFO kablam! | Sep 21 06:45:02.571 INFO kablam! 34 | pub type ForEachAndDrop = AndThen< Sep 21 06:45:02.571 INFO kablam! | _______________________________________^ Sep 21 06:45:02.571 INFO kablam! 35 | | Either, ForEach>, Sep 21 06:45:02.571 INFO kablam! 36 | | BoxFuture, Sep 21 06:45:02.571 INFO kablam! 37 | | fn(S) -> BoxFuture, Sep 21 06:45:02.571 INFO kablam! 38 | | >; Sep 21 06:45:02.571 INFO kablam! | |_^ expected an `FnMut<(myc::row::Row,)>` closure, found `F` Sep 21 06:45:02.571 INFO kablam! | Sep 21 06:45:02.571 INFO kablam! = help: the trait `std::ops::FnMut<(myc::row::Row,)>` is not implemented for `F` Sep 21 06:45:02.571 INFO kablam! = help: consider adding a `where F: std::ops::FnMut<(myc::row::Row,)>` bound Sep 21 06:45:02.571 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::for_each::ForEach` Sep 21 06:45:02.571 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either, queryable::query_result::for_each::ForEach>` Sep 21 06:45:02.571 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.571 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.571 INFO kablam! Sep 21 06:45:02.571 INFO kablam! warning: the trait bound `P: queryable::Protocol` is not satisfied Sep 21 06:45:02.571 INFO kablam! --> src/queryable/query_result/mod.rs:34:39 Sep 21 06:45:02.571 INFO kablam! | Sep 21 06:45:02.571 INFO kablam! 34 | pub type ForEachAndDrop = AndThen< Sep 21 06:45:02.571 INFO kablam! | _______________________________________^ Sep 21 06:45:02.571 INFO kablam! 35 | | Either, ForEach>, Sep 21 06:45:02.571 INFO kablam! 36 | | BoxFuture, Sep 21 06:45:02.571 INFO kablam! 37 | | fn(S) -> BoxFuture, Sep 21 06:45:02.571 INFO kablam! 38 | | >; Sep 21 06:45:02.571 INFO kablam! | |_^ the trait `queryable::Protocol` is not implemented for `P` Sep 21 06:45:02.571 INFO kablam! | Sep 21 06:45:02.571 INFO kablam! = help: consider adding a `where P: queryable::Protocol` bound Sep 21 06:45:02.571 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::for_each::ForEach` Sep 21 06:45:02.571 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either, queryable::query_result::for_each::ForEach>` Sep 21 06:45:02.571 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.571 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.571 INFO kablam! Sep 21 06:45:02.571 INFO kablam! warning: the trait bound `T: connection_like::ConnectionLikeWrapper` is not satisfied Sep 21 06:45:02.571 INFO kablam! --> src/queryable/query_result/mod.rs:34:39 Sep 21 06:45:02.571 INFO kablam! | Sep 21 06:45:02.571 INFO kablam! 34 | pub type ForEachAndDrop = AndThen< Sep 21 06:45:02.571 INFO kablam! | _______________________________________^ Sep 21 06:45:02.571 INFO kablam! 35 | | Either, ForEach>, Sep 21 06:45:02.571 INFO kablam! 36 | | BoxFuture, Sep 21 06:45:02.571 INFO kablam! 37 | | fn(S) -> BoxFuture, Sep 21 06:45:02.571 INFO kablam! 38 | | >; Sep 21 06:45:02.571 INFO kablam! | |_^ the trait `connection_like::ConnectionLikeWrapper` is not implemented for `T` Sep 21 06:45:02.571 INFO kablam! | Sep 21 06:45:02.571 INFO kablam! = help: consider adding a `where T: connection_like::ConnectionLikeWrapper` bound Sep 21 06:45:02.571 INFO kablam! = note: required because of the requirements on the impl of `connection_like::ConnectionLike` for `T` Sep 21 06:45:02.571 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::for_each::ForEach` Sep 21 06:45:02.571 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either, queryable::query_result::for_each::ForEach>` Sep 21 06:45:02.571 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.571 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.571 INFO kablam! Sep 21 06:45:02.571 INFO kablam! error[E0310]: the parameter type `P` may not live long enough Sep 21 06:45:02.571 INFO kablam! --> src/queryable/query_result/mod.rs:34:39 Sep 21 06:45:02.571 INFO kablam! | Sep 21 06:45:02.571 INFO kablam! 34 | pub type ForEachAndDrop = AndThen< Sep 21 06:45:02.571 INFO kablam! | _______________________________-_______^ Sep 21 06:45:02.571 INFO kablam! | | | Sep 21 06:45:02.571 INFO kablam! | | help: consider adding an explicit lifetime bound `P: 'static`... Sep 21 06:45:02.571 INFO kablam! 35 | | Either, ForEach>, Sep 21 06:45:02.571 INFO kablam! 36 | | BoxFuture, Sep 21 06:45:02.571 INFO kablam! 37 | | fn(S) -> BoxFuture, Sep 21 06:45:02.571 INFO kablam! 38 | | >; Sep 21 06:45:02.571 INFO kablam! | |_^ Sep 21 06:45:02.571 INFO kablam! | Sep 21 06:45:02.571 INFO kablam! note: ...so that the type `P` will meet its required lifetime bounds Sep 21 06:45:02.571 INFO kablam! --> src/queryable/query_result/mod.rs:34:39 Sep 21 06:45:02.571 INFO kablam! | Sep 21 06:45:02.572 INFO kablam! 34 | pub type ForEachAndDrop = AndThen< Sep 21 06:45:02.572 INFO kablam! | _______________________________________^ Sep 21 06:45:02.572 INFO kablam! 35 | | Either, ForEach>, Sep 21 06:45:02.572 INFO kablam! 36 | | BoxFuture, Sep 21 06:45:02.572 INFO kablam! 37 | | fn(S) -> BoxFuture, Sep 21 06:45:02.572 INFO kablam! 38 | | >; Sep 21 06:45:02.572 INFO kablam! | |_^ Sep 21 06:45:02.572 INFO kablam! Sep 21 06:45:02.572 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 06:45:02.572 INFO kablam! --> src/queryable/query_result/mod.rs:34:39 Sep 21 06:45:02.572 INFO kablam! | Sep 21 06:45:02.572 INFO kablam! 34 | pub type ForEachAndDrop = AndThen< Sep 21 06:45:02.572 INFO kablam! | ____________________________-__________^ Sep 21 06:45:02.572 INFO kablam! | | | Sep 21 06:45:02.572 INFO kablam! | | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 06:45:02.572 INFO kablam! 35 | | Either, ForEach>, Sep 21 06:45:02.572 INFO kablam! 36 | | BoxFuture, Sep 21 06:45:02.572 INFO kablam! 37 | | fn(S) -> BoxFuture, Sep 21 06:45:02.572 INFO kablam! 38 | | >; Sep 21 06:45:02.572 INFO kablam! | |_^ Sep 21 06:45:02.572 INFO kablam! | Sep 21 06:45:02.572 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 06:45:02.572 INFO kablam! --> src/queryable/query_result/mod.rs:34:39 Sep 21 06:45:02.572 INFO kablam! | Sep 21 06:45:02.572 INFO kablam! 34 | pub type ForEachAndDrop = AndThen< Sep 21 06:45:02.572 INFO kablam! | _______________________________________^ Sep 21 06:45:02.572 INFO kablam! 35 | | Either, ForEach>, Sep 21 06:45:02.572 INFO kablam! 36 | | BoxFuture, Sep 21 06:45:02.572 INFO kablam! 37 | | fn(S) -> BoxFuture, Sep 21 06:45:02.572 INFO kablam! 38 | | >; Sep 21 06:45:02.572 INFO kablam! | |_^ Sep 21 06:45:02.572 INFO kablam! Sep 21 06:45:02.579 INFO kablam! warning: type mismatch resolving ` as lib_futures::Future>::Item == (S, std::vec::Vec)` Sep 21 06:45:02.579 INFO kablam! --> src/queryable/query_result/mod.rs:40:38 Sep 21 06:45:02.579 INFO kablam! | Sep 21 06:45:02.579 INFO kablam! 40 | pub type MapAndDrop = AndThen< Sep 21 06:45:02.579 INFO kablam! | ______________________________________^ Sep 21 06:45:02.579 INFO kablam! 41 | | Either< Sep 21 06:45:02.579 INFO kablam! 42 | | FutureResult<(S, Vec), Error>, Sep 21 06:45:02.579 INFO kablam! 43 | | Map, Sep 21 06:45:02.579 INFO kablam! ... | Sep 21 06:45:02.579 INFO kablam! 47 | | -> (BoxFuture, FutureResult, Error>), Sep 21 06:45:02.579 INFO kablam! 48 | | >; Sep 21 06:45:02.579 INFO kablam! | |_^ expected struct `queryable::query_result::QueryResult`, found type parameter Sep 21 06:45:02.579 INFO kablam! | Sep 21 06:45:02.579 INFO kablam! = note: expected type `(queryable::query_result::QueryResult, std::vec::Vec)` Sep 21 06:45:02.579 INFO kablam! found type `(S, std::vec::Vec)` Sep 21 06:45:02.579 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either), errors::Error>, queryable::query_result::map::Map>` Sep 21 06:45:02.579 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.579 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.579 INFO kablam! Sep 21 06:45:02.579 INFO kablam! warning: expected a `std::ops::FnMut<(myc::row::Row,)>` closure, found `F` Sep 21 06:45:02.579 INFO kablam! --> src/queryable/query_result/mod.rs:40:38 Sep 21 06:45:02.579 INFO kablam! | Sep 21 06:45:02.579 INFO kablam! 40 | pub type MapAndDrop = AndThen< Sep 21 06:45:02.579 INFO kablam! | ______________________________________^ Sep 21 06:45:02.579 INFO kablam! 41 | | Either< Sep 21 06:45:02.579 INFO kablam! 42 | | FutureResult<(S, Vec), Error>, Sep 21 06:45:02.579 INFO kablam! 43 | | Map, Sep 21 06:45:02.579 INFO kablam! ... | Sep 21 06:45:02.579 INFO kablam! 47 | | -> (BoxFuture, FutureResult, Error>), Sep 21 06:45:02.579 INFO kablam! 48 | | >; Sep 21 06:45:02.579 INFO kablam! | |_^ expected an `FnMut<(myc::row::Row,)>` closure, found `F` Sep 21 06:45:02.579 INFO kablam! | Sep 21 06:45:02.579 INFO kablam! = help: the trait `std::ops::FnMut<(myc::row::Row,)>` is not implemented for `F` Sep 21 06:45:02.579 INFO kablam! = help: consider adding a `where F: std::ops::FnMut<(myc::row::Row,)>` bound Sep 21 06:45:02.579 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::map::Map` Sep 21 06:45:02.579 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either), errors::Error>, queryable::query_result::map::Map>` Sep 21 06:45:02.579 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.579 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.579 INFO kablam! Sep 21 06:45:02.579 INFO kablam! warning: the trait bound `P: queryable::Protocol` is not satisfied Sep 21 06:45:02.579 INFO kablam! --> src/queryable/query_result/mod.rs:40:38 Sep 21 06:45:02.579 INFO kablam! | Sep 21 06:45:02.579 INFO kablam! 40 | pub type MapAndDrop = AndThen< Sep 21 06:45:02.579 INFO kablam! | ______________________________________^ Sep 21 06:45:02.579 INFO kablam! 41 | | Either< Sep 21 06:45:02.579 INFO kablam! 42 | | FutureResult<(S, Vec), Error>, Sep 21 06:45:02.579 INFO kablam! 43 | | Map, Sep 21 06:45:02.579 INFO kablam! ... | Sep 21 06:45:02.579 INFO kablam! 47 | | -> (BoxFuture, FutureResult, Error>), Sep 21 06:45:02.579 INFO kablam! 48 | | >; Sep 21 06:45:02.579 INFO kablam! | |_^ the trait `queryable::Protocol` is not implemented for `P` Sep 21 06:45:02.579 INFO kablam! | Sep 21 06:45:02.579 INFO kablam! = help: consider adding a `where P: queryable::Protocol` bound Sep 21 06:45:02.579 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::map::Map` Sep 21 06:45:02.579 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either), errors::Error>, queryable::query_result::map::Map>` Sep 21 06:45:02.579 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.579 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.579 INFO kablam! Sep 21 06:45:02.579 INFO kablam! warning: the trait bound `T: connection_like::ConnectionLikeWrapper` is not satisfied Sep 21 06:45:02.579 INFO kablam! --> src/queryable/query_result/mod.rs:40:38 Sep 21 06:45:02.579 INFO kablam! | Sep 21 06:45:02.579 INFO kablam! 40 | pub type MapAndDrop = AndThen< Sep 21 06:45:02.579 INFO kablam! | ______________________________________^ Sep 21 06:45:02.579 INFO kablam! 41 | | Either< Sep 21 06:45:02.579 INFO kablam! 42 | | FutureResult<(S, Vec), Error>, Sep 21 06:45:02.579 INFO kablam! 43 | | Map, Sep 21 06:45:02.579 INFO kablam! ... | Sep 21 06:45:02.580 INFO kablam! 47 | | -> (BoxFuture, FutureResult, Error>), Sep 21 06:45:02.580 INFO kablam! 48 | | >; Sep 21 06:45:02.580 INFO kablam! | |_^ the trait `connection_like::ConnectionLikeWrapper` is not implemented for `T` Sep 21 06:45:02.580 INFO kablam! | Sep 21 06:45:02.580 INFO kablam! = help: consider adding a `where T: connection_like::ConnectionLikeWrapper` bound Sep 21 06:45:02.580 INFO kablam! = note: required because of the requirements on the impl of `connection_like::ConnectionLike` for `T` Sep 21 06:45:02.580 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::map::Map` Sep 21 06:45:02.580 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either), errors::Error>, queryable::query_result::map::Map>` Sep 21 06:45:02.580 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.580 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.580 INFO kablam! Sep 21 06:45:02.580 INFO kablam! error[E0310]: the parameter type `P` may not live long enough Sep 21 06:45:02.580 INFO kablam! --> src/queryable/query_result/mod.rs:40:38 Sep 21 06:45:02.580 INFO kablam! | Sep 21 06:45:02.580 INFO kablam! 40 | pub type MapAndDrop = AndThen< Sep 21 06:45:02.580 INFO kablam! | ___________________________-__________^ Sep 21 06:45:02.580 INFO kablam! | | | Sep 21 06:45:02.580 INFO kablam! | | help: consider adding an explicit lifetime bound `P: 'static`... Sep 21 06:45:02.580 INFO kablam! 41 | | Either< Sep 21 06:45:02.580 INFO kablam! 42 | | FutureResult<(S, Vec), Error>, Sep 21 06:45:02.580 INFO kablam! 43 | | Map, Sep 21 06:45:02.580 INFO kablam! ... | Sep 21 06:45:02.580 INFO kablam! 47 | | -> (BoxFuture, FutureResult, Error>), Sep 21 06:45:02.580 INFO kablam! 48 | | >; Sep 21 06:45:02.580 INFO kablam! | |_^ Sep 21 06:45:02.580 INFO kablam! | Sep 21 06:45:02.580 INFO kablam! note: ...so that the type `P` will meet its required lifetime bounds Sep 21 06:45:02.580 INFO kablam! --> src/queryable/query_result/mod.rs:40:38 Sep 21 06:45:02.580 INFO kablam! | Sep 21 06:45:02.580 INFO kablam! 40 | pub type MapAndDrop = AndThen< Sep 21 06:45:02.580 INFO kablam! | ______________________________________^ Sep 21 06:45:02.580 INFO kablam! 41 | | Either< Sep 21 06:45:02.580 INFO kablam! 42 | | FutureResult<(S, Vec), Error>, Sep 21 06:45:02.580 INFO kablam! 43 | | Map, Sep 21 06:45:02.580 INFO kablam! ... | Sep 21 06:45:02.580 INFO kablam! 47 | | -> (BoxFuture, FutureResult, Error>), Sep 21 06:45:02.580 INFO kablam! 48 | | >; Sep 21 06:45:02.580 INFO kablam! | |_^ Sep 21 06:45:02.580 INFO kablam! Sep 21 06:45:02.580 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 06:45:02.580 INFO kablam! --> src/queryable/query_result/mod.rs:40:38 Sep 21 06:45:02.580 INFO kablam! | Sep 21 06:45:02.580 INFO kablam! 40 | pub type MapAndDrop = AndThen< Sep 21 06:45:02.580 INFO kablam! | ________________________-_____________^ Sep 21 06:45:02.580 INFO kablam! | | | Sep 21 06:45:02.580 INFO kablam! | | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 06:45:02.580 INFO kablam! 41 | | Either< Sep 21 06:45:02.580 INFO kablam! 42 | | FutureResult<(S, Vec), Error>, Sep 21 06:45:02.580 INFO kablam! 43 | | Map, Sep 21 06:45:02.580 INFO kablam! ... | Sep 21 06:45:02.580 INFO kablam! 47 | | -> (BoxFuture, FutureResult, Error>), Sep 21 06:45:02.580 INFO kablam! 48 | | >; Sep 21 06:45:02.580 INFO kablam! | |_^ Sep 21 06:45:02.580 INFO kablam! | Sep 21 06:45:02.580 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 06:45:02.580 INFO kablam! --> src/queryable/query_result/mod.rs:40:38 Sep 21 06:45:02.580 INFO kablam! | Sep 21 06:45:02.580 INFO kablam! 40 | pub type MapAndDrop = AndThen< Sep 21 06:45:02.580 INFO kablam! | ______________________________________^ Sep 21 06:45:02.580 INFO kablam! 41 | | Either< Sep 21 06:45:02.580 INFO kablam! 42 | | FutureResult<(S, Vec), Error>, Sep 21 06:45:02.580 INFO kablam! 43 | | Map, Sep 21 06:45:02.580 INFO kablam! ... | Sep 21 06:45:02.580 INFO kablam! 47 | | -> (BoxFuture, FutureResult, Error>), Sep 21 06:45:02.580 INFO kablam! 48 | | >; Sep 21 06:45:02.580 INFO kablam! | |_^ Sep 21 06:45:02.580 INFO kablam! Sep 21 06:45:02.580 INFO kablam! warning: type mismatch resolving ` as lib_futures::Future>::Item == (S, U)` Sep 21 06:45:02.580 INFO kablam! --> src/queryable/query_result/mod.rs:50:41 Sep 21 06:45:02.580 INFO kablam! | Sep 21 06:45:02.580 INFO kablam! 50 | pub type ReduceAndDrop = AndThen< Sep 21 06:45:02.580 INFO kablam! | _________________________________________^ Sep 21 06:45:02.581 INFO kablam! 51 | | Either< Sep 21 06:45:02.581 INFO kablam! 52 | | FutureResult<(S, U), Error>, Sep 21 06:45:02.581 INFO kablam! 53 | | Reduce, Sep 21 06:45:02.581 INFO kablam! ... | Sep 21 06:45:02.581 INFO kablam! 56 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:45:02.581 INFO kablam! 57 | | >; Sep 21 06:45:02.581 INFO kablam! | |_^ expected struct `queryable::query_result::QueryResult`, found type parameter Sep 21 06:45:02.581 INFO kablam! | Sep 21 06:45:02.581 INFO kablam! = note: expected type `(queryable::query_result::QueryResult, U)` Sep 21 06:45:02.581 INFO kablam! found type `(S, U)` Sep 21 06:45:02.581 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either, queryable::query_result::reduce::Reduce>` Sep 21 06:45:02.581 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.581 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.581 INFO kablam! Sep 21 06:45:02.581 INFO kablam! warning: expected a `std::ops::FnMut<(U, myc::row::Row)>` closure, found `F` Sep 21 06:45:02.581 INFO kablam! --> src/queryable/query_result/mod.rs:50:41 Sep 21 06:45:02.581 INFO kablam! | Sep 21 06:45:02.581 INFO kablam! 50 | pub type ReduceAndDrop = AndThen< Sep 21 06:45:02.581 INFO kablam! | _________________________________________^ Sep 21 06:45:02.581 INFO kablam! 51 | | Either< Sep 21 06:45:02.581 INFO kablam! 52 | | FutureResult<(S, U), Error>, Sep 21 06:45:02.581 INFO kablam! 53 | | Reduce, Sep 21 06:45:02.581 INFO kablam! ... | Sep 21 06:45:02.581 INFO kablam! 56 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:45:02.581 INFO kablam! 57 | | >; Sep 21 06:45:02.581 INFO kablam! | |_^ expected an `FnMut<(U, myc::row::Row)>` closure, found `F` Sep 21 06:45:02.581 INFO kablam! | Sep 21 06:45:02.581 INFO kablam! = help: the trait `std::ops::FnMut<(U, myc::row::Row)>` is not implemented for `F` Sep 21 06:45:02.581 INFO kablam! = help: consider adding a `where F: std::ops::FnMut<(U, myc::row::Row)>` bound Sep 21 06:45:02.581 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::reduce::Reduce` Sep 21 06:45:02.581 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either, queryable::query_result::reduce::Reduce>` Sep 21 06:45:02.581 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.581 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.581 INFO kablam! Sep 21 06:45:02.581 INFO kablam! warning: the trait bound `P: queryable::Protocol` is not satisfied Sep 21 06:45:02.581 INFO kablam! --> src/queryable/query_result/mod.rs:50:41 Sep 21 06:45:02.581 INFO kablam! | Sep 21 06:45:02.581 INFO kablam! 50 | pub type ReduceAndDrop = AndThen< Sep 21 06:45:02.581 INFO kablam! | _________________________________________^ Sep 21 06:45:02.581 INFO kablam! 51 | | Either< Sep 21 06:45:02.581 INFO kablam! 52 | | FutureResult<(S, U), Error>, Sep 21 06:45:02.581 INFO kablam! 53 | | Reduce, Sep 21 06:45:02.581 INFO kablam! ... | Sep 21 06:45:02.581 INFO kablam! 56 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:45:02.581 INFO kablam! 57 | | >; Sep 21 06:45:02.581 INFO kablam! | |_^ the trait `queryable::Protocol` is not implemented for `P` Sep 21 06:45:02.581 INFO kablam! | Sep 21 06:45:02.581 INFO kablam! = help: consider adding a `where P: queryable::Protocol` bound Sep 21 06:45:02.581 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::reduce::Reduce` Sep 21 06:45:02.581 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either, queryable::query_result::reduce::Reduce>` Sep 21 06:45:02.581 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.581 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.581 INFO kablam! Sep 21 06:45:02.581 INFO kablam! warning: the trait bound `T: connection_like::ConnectionLikeWrapper` is not satisfied Sep 21 06:45:02.581 INFO kablam! --> src/queryable/query_result/mod.rs:50:41 Sep 21 06:45:02.581 INFO kablam! | Sep 21 06:45:02.581 INFO kablam! 50 | pub type ReduceAndDrop = AndThen< Sep 21 06:45:02.581 INFO kablam! | _________________________________________^ Sep 21 06:45:02.581 INFO kablam! 51 | | Either< Sep 21 06:45:02.581 INFO kablam! 52 | | FutureResult<(S, U), Error>, Sep 21 06:45:02.581 INFO kablam! 53 | | Reduce, Sep 21 06:45:02.581 INFO kablam! ... | Sep 21 06:45:02.581 INFO kablam! 56 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:45:02.581 INFO kablam! 57 | | >; Sep 21 06:45:02.581 INFO kablam! | |_^ the trait `connection_like::ConnectionLikeWrapper` is not implemented for `T` Sep 21 06:45:02.581 INFO kablam! | Sep 21 06:45:02.581 INFO kablam! = help: consider adding a `where T: connection_like::ConnectionLikeWrapper` bound Sep 21 06:45:02.581 INFO kablam! = note: required because of the requirements on the impl of `connection_like::ConnectionLike` for `T` Sep 21 06:45:02.582 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::reduce::Reduce` Sep 21 06:45:02.582 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `lib_futures::future::Either, queryable::query_result::reduce::Reduce>` Sep 21 06:45:02.582 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:45:02.582 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:45:02.582 INFO kablam! Sep 21 06:45:02.582 INFO kablam! error[E0310]: the parameter type `P` may not live long enough Sep 21 06:45:02.582 INFO kablam! --> src/queryable/query_result/mod.rs:50:41 Sep 21 06:45:02.582 INFO kablam! | Sep 21 06:45:02.582 INFO kablam! 50 | pub type ReduceAndDrop = AndThen< Sep 21 06:45:02.582 INFO kablam! | ______________________________-__________^ Sep 21 06:45:02.582 INFO kablam! | | | Sep 21 06:45:02.582 INFO kablam! | | help: consider adding an explicit lifetime bound `P: 'static`... Sep 21 06:45:02.582 INFO kablam! 51 | | Either< Sep 21 06:45:02.582 INFO kablam! 52 | | FutureResult<(S, U), Error>, Sep 21 06:45:02.582 INFO kablam! 53 | | Reduce, Sep 21 06:45:02.582 INFO kablam! ... | Sep 21 06:45:02.582 INFO kablam! 56 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:45:02.582 INFO kablam! 57 | | >; Sep 21 06:45:02.582 INFO kablam! | |_^ Sep 21 06:45:02.582 INFO kablam! | Sep 21 06:45:02.582 INFO kablam! note: ...so that the type `P` will meet its required lifetime bounds Sep 21 06:45:02.582 INFO kablam! --> src/queryable/query_result/mod.rs:50:41 Sep 21 06:45:02.582 INFO kablam! | Sep 21 06:45:02.582 INFO kablam! 50 | pub type ReduceAndDrop = AndThen< Sep 21 06:45:02.582 INFO kablam! | _________________________________________^ Sep 21 06:45:02.582 INFO kablam! 51 | | Either< Sep 21 06:45:02.582 INFO kablam! 52 | | FutureResult<(S, U), Error>, Sep 21 06:45:02.582 INFO kablam! 53 | | Reduce, Sep 21 06:45:02.582 INFO kablam! ... | Sep 21 06:45:02.582 INFO kablam! 56 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:45:02.582 INFO kablam! 57 | | >; Sep 21 06:45:02.582 INFO kablam! | |_^ Sep 21 06:45:02.582 INFO kablam! Sep 21 06:45:02.582 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 06:45:02.582 INFO kablam! --> src/queryable/query_result/mod.rs:50:41 Sep 21 06:45:02.582 INFO kablam! | Sep 21 06:45:02.582 INFO kablam! 50 | pub type ReduceAndDrop = AndThen< Sep 21 06:45:02.582 INFO kablam! | ___________________________-_____________^ Sep 21 06:45:02.582 INFO kablam! | | | Sep 21 06:45:02.582 INFO kablam! | | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 06:45:02.582 INFO kablam! 51 | | Either< Sep 21 06:45:02.582 INFO kablam! 52 | | FutureResult<(S, U), Error>, Sep 21 06:45:02.582 INFO kablam! 53 | | Reduce, Sep 21 06:45:02.582 INFO kablam! ... | Sep 21 06:45:02.582 INFO kablam! 56 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:45:02.582 INFO kablam! 57 | | >; Sep 21 06:45:02.582 INFO kablam! | |_^ Sep 21 06:45:02.582 INFO kablam! | Sep 21 06:45:02.582 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 06:45:02.582 INFO kablam! --> src/queryable/query_result/mod.rs:50:41 Sep 21 06:45:02.582 INFO kablam! | Sep 21 06:45:02.582 INFO kablam! 50 | pub type ReduceAndDrop = AndThen< Sep 21 06:45:02.582 INFO kablam! | _________________________________________^ Sep 21 06:45:02.582 INFO kablam! 51 | | Either< Sep 21 06:45:02.582 INFO kablam! 52 | | FutureResult<(S, U), Error>, Sep 21 06:45:02.582 INFO kablam! 53 | | Reduce, Sep 21 06:45:02.582 INFO kablam! ... | Sep 21 06:45:02.582 INFO kablam! 56 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:45:02.582 INFO kablam! 57 | | >; Sep 21 06:45:02.582 INFO kablam! | |_^ Sep 21 06:45:02.582 INFO kablam! Sep 21 06:45:02.706 INFO kablam! error: aborting due to 6 previous errors Sep 21 06:45:02.706 INFO kablam! Sep 21 06:45:02.706 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 06:45:02.732 INFO kablam! error: Could not compile `mysql_async`. Sep 21 06:45:02.732 INFO kablam! Sep 21 06:45:02.732 INFO kablam! To learn more, run the command again with --verbose. Sep 21 06:45:02.732 INFO kablam! su: No module specific data is present Sep 21 06:45:03.897 INFO running `"docker" "rm" "-f" "af3096e439923033e2cb845fed4b08f9a17f726b8ada6f0a3fb1494d7517f6b5"` Sep 21 06:45:04.018 INFO blam! af3096e439923033e2cb845fed4b08f9a17f726b8ada6f0a3fb1494d7517f6b5